@jarrodmedrano/ui 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (575) hide show
  1. package/README.md +108 -0
  2. package/dist/components/auth/providers.cjs +83 -0
  3. package/dist/components/auth/providers.cjs.map +1 -0
  4. package/dist/components/auth/providers.d.ts +19 -0
  5. package/dist/components/auth/providers.d.ts.map +1 -0
  6. package/dist/components/auth/providers.js +59 -0
  7. package/dist/components/auth/providers.js.map +1 -0
  8. package/dist/components/card/back-button.cjs +45 -0
  9. package/dist/components/card/back-button.cjs.map +1 -0
  10. package/dist/components/card/back-button.d.ts +7 -0
  11. package/dist/components/card/back-button.d.ts.map +1 -0
  12. package/dist/components/card/back-button.js +11 -0
  13. package/dist/components/card/back-button.js.map +1 -0
  14. package/dist/components/card/card-wrapper.cjs +56 -0
  15. package/dist/components/card/card-wrapper.cjs.map +1 -0
  16. package/dist/components/card/card-wrapper.d.ts +11 -0
  17. package/dist/components/card/card-wrapper.d.ts.map +1 -0
  18. package/dist/components/card/card-wrapper.js +36 -0
  19. package/dist/components/card/card-wrapper.js.map +1 -0
  20. package/dist/components/card/header.cjs +52 -0
  21. package/dist/components/card/header.cjs.map +1 -0
  22. package/dist/components/card/header.d.ts +8 -0
  23. package/dist/components/card/header.d.ts.map +1 -0
  24. package/dist/components/card/header.js +18 -0
  25. package/dist/components/card/header.js.map +1 -0
  26. package/dist/components/combobox/ComboList.cjs +78 -0
  27. package/dist/components/combobox/ComboList.cjs.map +1 -0
  28. package/dist/components/combobox/ComboList.d.ts +14 -0
  29. package/dist/components/combobox/ComboList.d.ts.map +1 -0
  30. package/dist/components/combobox/ComboList.js +61 -0
  31. package/dist/components/combobox/ComboList.js.map +1 -0
  32. package/dist/components/combobox/index.cjs +119 -0
  33. package/dist/components/combobox/index.cjs.map +1 -0
  34. package/dist/components/combobox/index.d.ts +6 -0
  35. package/dist/components/combobox/index.d.ts.map +1 -0
  36. package/dist/components/combobox/index.js +101 -0
  37. package/dist/components/combobox/index.js.map +1 -0
  38. package/dist/components/dashboard/account-select.cjs +69 -0
  39. package/dist/components/dashboard/account-select.cjs.map +1 -0
  40. package/dist/components/dashboard/account-select.d.ts +12 -0
  41. package/dist/components/dashboard/account-select.d.ts.map +1 -0
  42. package/dist/components/dashboard/account-select.js +41 -0
  43. package/dist/components/dashboard/account-select.js.map +1 -0
  44. package/dist/components/dashboard/account-switcher.cjs +72 -0
  45. package/dist/components/dashboard/account-switcher.cjs.map +1 -0
  46. package/dist/components/dashboard/account-switcher.d.ts +12 -0
  47. package/dist/components/dashboard/account-switcher.d.ts.map +1 -0
  48. package/dist/components/dashboard/account-switcher.js +44 -0
  49. package/dist/components/dashboard/account-switcher.js.map +1 -0
  50. package/dist/components/dashboard/sidebar/CollapsibleSection.cjs +100 -0
  51. package/dist/components/dashboard/sidebar/CollapsibleSection.cjs.map +1 -0
  52. package/dist/components/dashboard/sidebar/CollapsibleSection.d.ts +3 -0
  53. package/dist/components/dashboard/sidebar/CollapsibleSection.d.ts.map +1 -0
  54. package/dist/components/dashboard/sidebar/CollapsibleSection.js +81 -0
  55. package/dist/components/dashboard/sidebar/CollapsibleSection.js.map +1 -0
  56. package/dist/components/dashboard/sidebar/CollapsibleSection.styles.cjs +77 -0
  57. package/dist/components/dashboard/sidebar/CollapsibleSection.styles.cjs.map +1 -0
  58. package/dist/components/dashboard/sidebar/CollapsibleSection.styles.d.ts +9 -0
  59. package/dist/components/dashboard/sidebar/CollapsibleSection.styles.d.ts.map +1 -0
  60. package/dist/components/dashboard/sidebar/CollapsibleSection.styles.js +40 -0
  61. package/dist/components/dashboard/sidebar/CollapsibleSection.styles.js.map +1 -0
  62. package/dist/components/dashboard/sidebar/EntityList.cjs +121 -0
  63. package/dist/components/dashboard/sidebar/EntityList.cjs.map +1 -0
  64. package/dist/components/dashboard/sidebar/EntityList.d.ts +3 -0
  65. package/dist/components/dashboard/sidebar/EntityList.d.ts.map +1 -0
  66. package/dist/components/dashboard/sidebar/EntityList.js +87 -0
  67. package/dist/components/dashboard/sidebar/EntityList.js.map +1 -0
  68. package/dist/components/dashboard/sidebar/EntityList.styles.cjs +95 -0
  69. package/dist/components/dashboard/sidebar/EntityList.styles.cjs.map +1 -0
  70. package/dist/components/dashboard/sidebar/EntityList.styles.d.ts +14 -0
  71. package/dist/components/dashboard/sidebar/EntityList.styles.d.ts.map +1 -0
  72. package/dist/components/dashboard/sidebar/EntityList.styles.js +57 -0
  73. package/dist/components/dashboard/sidebar/EntityList.styles.js.map +1 -0
  74. package/dist/components/dashboard/sidebar/SectionHeader.cjs +99 -0
  75. package/dist/components/dashboard/sidebar/SectionHeader.cjs.map +1 -0
  76. package/dist/components/dashboard/sidebar/SectionHeader.d.ts +3 -0
  77. package/dist/components/dashboard/sidebar/SectionHeader.d.ts.map +1 -0
  78. package/dist/components/dashboard/sidebar/SectionHeader.js +81 -0
  79. package/dist/components/dashboard/sidebar/SectionHeader.js.map +1 -0
  80. package/dist/components/dashboard/sidebar/SectionHeader.styles.cjs +116 -0
  81. package/dist/components/dashboard/sidebar/SectionHeader.styles.cjs.map +1 -0
  82. package/dist/components/dashboard/sidebar/SectionHeader.styles.d.ts +18 -0
  83. package/dist/components/dashboard/sidebar/SectionHeader.styles.d.ts.map +1 -0
  84. package/dist/components/dashboard/sidebar/SectionHeader.styles.js +77 -0
  85. package/dist/components/dashboard/sidebar/SectionHeader.styles.js.map +1 -0
  86. package/dist/components/dashboard/sidebar/index.cjs +41 -0
  87. package/dist/components/dashboard/sidebar/index.cjs.map +1 -0
  88. package/dist/components/dashboard/sidebar/index.d.ts +6 -0
  89. package/dist/components/dashboard/sidebar/index.d.ts.map +1 -0
  90. package/dist/components/dashboard/sidebar/index.js +12 -0
  91. package/dist/components/dashboard/sidebar/index.js.map +1 -0
  92. package/dist/components/dashboard/sidebar/sidebar.cjs +50 -0
  93. package/dist/components/dashboard/sidebar/sidebar.cjs.map +1 -0
  94. package/dist/components/dashboard/sidebar/sidebar.d.ts +15 -0
  95. package/dist/components/dashboard/sidebar/sidebar.d.ts.map +1 -0
  96. package/dist/components/dashboard/sidebar/sidebar.js +26 -0
  97. package/dist/components/dashboard/sidebar/sidebar.js.map +1 -0
  98. package/dist/components/dashboard/sidebar/tabs.cjs +52 -0
  99. package/dist/components/dashboard/sidebar/tabs.cjs.map +1 -0
  100. package/dist/components/dashboard/sidebar/tabs.d.ts +3 -0
  101. package/dist/components/dashboard/sidebar/tabs.d.ts.map +1 -0
  102. package/dist/components/dashboard/sidebar/tabs.js +37 -0
  103. package/dist/components/dashboard/sidebar/tabs.js.map +1 -0
  104. package/dist/components/dashboard/sidebar/types.cjs +17 -0
  105. package/dist/components/dashboard/sidebar/types.cjs.map +1 -0
  106. package/dist/components/dashboard/sidebar/types.d.ts +36 -0
  107. package/dist/components/dashboard/sidebar/types.d.ts.map +1 -0
  108. package/dist/components/dashboard/sidebar/types.js +1 -0
  109. package/dist/components/dashboard/sidebar/types.js.map +1 -0
  110. package/dist/components/dashboard/sidebar-nav.cjs +99 -0
  111. package/dist/components/dashboard/sidebar-nav.cjs.map +1 -0
  112. package/dist/components/dashboard/sidebar-nav.d.ts +24 -0
  113. package/dist/components/dashboard/sidebar-nav.d.ts.map +1 -0
  114. package/dist/components/dashboard/sidebar-nav.js +75 -0
  115. package/dist/components/dashboard/sidebar-nav.js.map +1 -0
  116. package/dist/components/dashboard/utils/build-nav.cjs +103 -0
  117. package/dist/components/dashboard/utils/build-nav.cjs.map +1 -0
  118. package/dist/components/dashboard/utils/build-nav.d.ts +7 -0
  119. package/dist/components/dashboard/utils/build-nav.d.ts.map +1 -0
  120. package/dist/components/dashboard/utils/build-nav.js +78 -0
  121. package/dist/components/dashboard/utils/build-nav.js.map +1 -0
  122. package/dist/components/dashboard/utils.cjs +2 -0
  123. package/dist/components/dashboard/utils.cjs.map +1 -0
  124. package/dist/components/dashboard/utils.d.ts +1 -0
  125. package/dist/components/dashboard/utils.d.ts.map +1 -0
  126. package/dist/components/dashboard/utils.js +1 -0
  127. package/dist/components/dashboard/utils.js.map +1 -0
  128. package/dist/components/dashboard/with-dashboard.cjs +189 -0
  129. package/dist/components/dashboard/with-dashboard.cjs.map +1 -0
  130. package/dist/components/dashboard/with-dashboard.d.ts +6 -0
  131. package/dist/components/dashboard/with-dashboard.d.ts.map +1 -0
  132. package/dist/components/dashboard/with-dashboard.js +175 -0
  133. package/dist/components/dashboard/with-dashboard.js.map +1 -0
  134. package/dist/components/detail/DetailLayout.styles.cjs +116 -0
  135. package/dist/components/detail/DetailLayout.styles.cjs.map +1 -0
  136. package/dist/components/detail/DetailLayout.styles.d.ts +18 -0
  137. package/dist/components/detail/DetailLayout.styles.d.ts.map +1 -0
  138. package/dist/components/detail/DetailLayout.styles.js +74 -0
  139. package/dist/components/detail/DetailLayout.styles.js.map +1 -0
  140. package/dist/components/detail/index.cjs +45 -0
  141. package/dist/components/detail/index.cjs.map +1 -0
  142. package/dist/components/detail/index.d.ts +2 -0
  143. package/dist/components/detail/index.d.ts.map +1 -0
  144. package/dist/components/detail/index.js +23 -0
  145. package/dist/components/detail/index.js.map +1 -0
  146. package/dist/components/flowbite/card-images.cjs +104 -0
  147. package/dist/components/flowbite/card-images.cjs.map +1 -0
  148. package/dist/components/flowbite/card-images.d.ts +3 -0
  149. package/dist/components/flowbite/card-images.d.ts.map +1 -0
  150. package/dist/components/flowbite/card-images.js +84 -0
  151. package/dist/components/flowbite/card-images.js.map +1 -0
  152. package/dist/components/flowbite/gallery.cjs +53 -0
  153. package/dist/components/flowbite/gallery.cjs.map +1 -0
  154. package/dist/components/flowbite/gallery.d.ts +3 -0
  155. package/dist/components/flowbite/gallery.d.ts.map +1 -0
  156. package/dist/components/flowbite/gallery.js +23 -0
  157. package/dist/components/flowbite/gallery.js.map +1 -0
  158. package/dist/components/flowbite/masonry.cjs +73 -0
  159. package/dist/components/flowbite/masonry.cjs.map +1 -0
  160. package/dist/components/flowbite/masonry.d.ts +13 -0
  161. package/dist/components/flowbite/masonry.d.ts.map +1 -0
  162. package/dist/components/flowbite/masonry.js +43 -0
  163. package/dist/components/flowbite/masonry.js.map +1 -0
  164. package/dist/components/flowbite/search-hero.cjs +109 -0
  165. package/dist/components/flowbite/search-hero.cjs.map +1 -0
  166. package/dist/components/flowbite/search-hero.d.ts +6 -0
  167. package/dist/components/flowbite/search-hero.d.ts.map +1 -0
  168. package/dist/components/flowbite/search-hero.js +89 -0
  169. package/dist/components/flowbite/search-hero.js.map +1 -0
  170. package/dist/components/generic/copyright.cjs +32 -0
  171. package/dist/components/generic/copyright.cjs.map +1 -0
  172. package/dist/components/generic/copyright.d.ts +4 -0
  173. package/dist/components/generic/copyright.d.ts.map +1 -0
  174. package/dist/components/generic/copyright.js +8 -0
  175. package/dist/components/generic/copyright.js.map +1 -0
  176. package/dist/components/generic/icons.cjs +186 -0
  177. package/dist/components/generic/icons.cjs.map +1 -0
  178. package/dist/components/generic/icons.d.ts +19 -0
  179. package/dist/components/generic/icons.d.ts.map +1 -0
  180. package/dist/components/generic/icons.js +164 -0
  181. package/dist/components/generic/icons.js.map +1 -0
  182. package/dist/components/header/header.cjs +130 -0
  183. package/dist/components/header/header.cjs.map +1 -0
  184. package/dist/components/header/header.d.ts +14 -0
  185. package/dist/components/header/header.d.ts.map +1 -0
  186. package/dist/components/header/header.js +106 -0
  187. package/dist/components/header/header.js.map +1 -0
  188. package/dist/components/header/internal/main-nav.cjs +65 -0
  189. package/dist/components/header/internal/main-nav.cjs.map +1 -0
  190. package/dist/components/header/internal/main-nav.d.ts +4 -0
  191. package/dist/components/header/internal/main-nav.d.ts.map +1 -0
  192. package/dist/components/header/internal/main-nav.js +31 -0
  193. package/dist/components/header/internal/main-nav.js.map +1 -0
  194. package/dist/components/header/internal/mobile-nav.cjs +209 -0
  195. package/dist/components/header/internal/mobile-nav.cjs.map +1 -0
  196. package/dist/components/header/internal/mobile-nav.d.ts +2 -0
  197. package/dist/components/header/internal/mobile-nav.d.ts.map +1 -0
  198. package/dist/components/header/internal/mobile-nav.js +177 -0
  199. package/dist/components/header/internal/mobile-nav.js.map +1 -0
  200. package/dist/components/header/internal/mode-toggle.cjs +73 -0
  201. package/dist/components/header/internal/mode-toggle.cjs.map +1 -0
  202. package/dist/components/header/internal/mode-toggle.d.ts +8 -0
  203. package/dist/components/header/internal/mode-toggle.d.ts.map +1 -0
  204. package/dist/components/header/internal/mode-toggle.js +54 -0
  205. package/dist/components/header/internal/mode-toggle.js.map +1 -0
  206. package/dist/components/header/internal/site-header.cjs +62 -0
  207. package/dist/components/header/internal/site-header.cjs.map +1 -0
  208. package/dist/components/header/internal/site-header.d.ts +15 -0
  209. package/dist/components/header/internal/site-header.d.ts.map +1 -0
  210. package/dist/components/header/internal/site-header.js +38 -0
  211. package/dist/components/header/internal/site-header.js.map +1 -0
  212. package/dist/components/header/langbutton/langbutton.cjs +54 -0
  213. package/dist/components/header/langbutton/langbutton.cjs.map +1 -0
  214. package/dist/components/header/langbutton/langbutton.d.ts +4 -0
  215. package/dist/components/header/langbutton/langbutton.d.ts.map +1 -0
  216. package/dist/components/header/langbutton/langbutton.js +35 -0
  217. package/dist/components/header/langbutton/langbutton.js.map +1 -0
  218. package/dist/components/header/userbutton/user-dropdown.cjs +72 -0
  219. package/dist/components/header/userbutton/user-dropdown.cjs.map +1 -0
  220. package/dist/components/header/userbutton/user-dropdown.d.ts +10 -0
  221. package/dist/components/header/userbutton/user-dropdown.d.ts.map +1 -0
  222. package/dist/components/header/userbutton/user-dropdown.js +64 -0
  223. package/dist/components/header/userbutton/user-dropdown.js.map +1 -0
  224. package/dist/components/header/userbutton/userbutton.cjs +50 -0
  225. package/dist/components/header/userbutton/userbutton.cjs.map +1 -0
  226. package/dist/components/header/userbutton/userbutton.d.ts +10 -0
  227. package/dist/components/header/userbutton/userbutton.d.ts.map +1 -0
  228. package/dist/components/header/userbutton/userbutton.js +16 -0
  229. package/dist/components/header/userbutton/userbutton.js.map +1 -0
  230. package/dist/components/hooks/use-page-nav.cjs +89 -0
  231. package/dist/components/hooks/use-page-nav.cjs.map +1 -0
  232. package/dist/components/hooks/use-page-nav.d.ts +5 -0
  233. package/dist/components/hooks/use-page-nav.d.ts.map +1 -0
  234. package/dist/components/hooks/use-page-nav.js +61 -0
  235. package/dist/components/hooks/use-page-nav.js.map +1 -0
  236. package/dist/components/hooks/use-user-entities.cjs +30 -0
  237. package/dist/components/hooks/use-user-entities.cjs.map +1 -0
  238. package/dist/components/hooks/use-user-entities.d.ts +2 -0
  239. package/dist/components/hooks/use-user-entities.d.ts.map +1 -0
  240. package/dist/components/hooks/use-user-entities.js +6 -0
  241. package/dist/components/hooks/use-user-entities.js.map +1 -0
  242. package/dist/components/icons/apple.cjs +47 -0
  243. package/dist/components/icons/apple.cjs.map +1 -0
  244. package/dist/components/icons/apple.d.ts +2 -0
  245. package/dist/components/icons/apple.d.ts.map +1 -0
  246. package/dist/components/icons/apple.js +23 -0
  247. package/dist/components/icons/apple.js.map +1 -0
  248. package/dist/components/icons/facebook.cjs +49 -0
  249. package/dist/components/icons/facebook.cjs.map +1 -0
  250. package/dist/components/icons/facebook.d.ts +2 -0
  251. package/dist/components/icons/facebook.d.ts.map +1 -0
  252. package/dist/components/icons/facebook.js +25 -0
  253. package/dist/components/icons/facebook.js.map +1 -0
  254. package/dist/components/icons/github.cjs +49 -0
  255. package/dist/components/icons/github.cjs.map +1 -0
  256. package/dist/components/icons/github.d.ts +2 -0
  257. package/dist/components/icons/github.d.ts.map +1 -0
  258. package/dist/components/icons/github.js +25 -0
  259. package/dist/components/icons/github.js.map +1 -0
  260. package/dist/components/icons/google.cjs +49 -0
  261. package/dist/components/icons/google.cjs.map +1 -0
  262. package/dist/components/icons/google.d.ts +2 -0
  263. package/dist/components/icons/google.d.ts.map +1 -0
  264. package/dist/components/icons/google.js +25 -0
  265. package/dist/components/icons/google.js.map +1 -0
  266. package/dist/components/icons/logo.cjs +49 -0
  267. package/dist/components/icons/logo.cjs.map +1 -0
  268. package/dist/components/icons/logo.d.ts +4 -0
  269. package/dist/components/icons/logo.d.ts.map +1 -0
  270. package/dist/components/icons/logo.js +25 -0
  271. package/dist/components/icons/logo.js.map +1 -0
  272. package/dist/components/lightbox/GallerySection.cjs +53 -0
  273. package/dist/components/lightbox/GallerySection.cjs.map +1 -0
  274. package/dist/components/lightbox/GallerySection.d.ts +12 -0
  275. package/dist/components/lightbox/GallerySection.d.ts.map +1 -0
  276. package/dist/components/lightbox/GallerySection.js +29 -0
  277. package/dist/components/lightbox/GallerySection.js.map +1 -0
  278. package/dist/components/lightbox/ImageLightbox.cjs +244 -0
  279. package/dist/components/lightbox/ImageLightbox.cjs.map +1 -0
  280. package/dist/components/lightbox/ImageLightbox.d.ts +3 -0
  281. package/dist/components/lightbox/ImageLightbox.d.ts.map +1 -0
  282. package/dist/components/lightbox/ImageLightbox.js +220 -0
  283. package/dist/components/lightbox/ImageLightbox.js.map +1 -0
  284. package/dist/components/lightbox/ImageLightbox.types.cjs +17 -0
  285. package/dist/components/lightbox/ImageLightbox.types.cjs.map +1 -0
  286. package/dist/components/lightbox/ImageLightbox.types.d.ts +28 -0
  287. package/dist/components/lightbox/ImageLightbox.types.d.ts.map +1 -0
  288. package/dist/components/lightbox/ImageLightbox.types.js +1 -0
  289. package/dist/components/lightbox/ImageLightbox.types.js.map +1 -0
  290. package/dist/components/lightbox/index.cjs +38 -0
  291. package/dist/components/lightbox/index.cjs.map +1 -0
  292. package/dist/components/lightbox/index.d.ts +8 -0
  293. package/dist/components/lightbox/index.d.ts.map +1 -0
  294. package/dist/components/lightbox/index.js +11 -0
  295. package/dist/components/lightbox/index.js.map +1 -0
  296. package/dist/components/lightbox/useEntityLightbox.cjs +57 -0
  297. package/dist/components/lightbox/useEntityLightbox.cjs.map +1 -0
  298. package/dist/components/lightbox/useEntityLightbox.d.ts +25 -0
  299. package/dist/components/lightbox/useEntityLightbox.d.ts.map +1 -0
  300. package/dist/components/lightbox/useEntityLightbox.js +33 -0
  301. package/dist/components/lightbox/useEntityLightbox.js.map +1 -0
  302. package/dist/components/lightbox/useLightbox.cjs +59 -0
  303. package/dist/components/lightbox/useLightbox.cjs.map +1 -0
  304. package/dist/components/lightbox/useLightbox.d.ts +9 -0
  305. package/dist/components/lightbox/useLightbox.d.ts.map +1 -0
  306. package/dist/components/lightbox/useLightbox.js +35 -0
  307. package/dist/components/lightbox/useLightbox.js.map +1 -0
  308. package/dist/components/search/search.cjs +71 -0
  309. package/dist/components/search/search.cjs.map +1 -0
  310. package/dist/components/search/search.d.ts +2 -0
  311. package/dist/components/search/search.d.ts.map +1 -0
  312. package/dist/components/search/search.js +63 -0
  313. package/dist/components/search/search.js.map +1 -0
  314. package/dist/components/tailwind/contact.cjs +380 -0
  315. package/dist/components/tailwind/contact.cjs.map +1 -0
  316. package/dist/components/tailwind/contact.d.ts +2 -0
  317. package/dist/components/tailwind/contact.d.ts.map +1 -0
  318. package/dist/components/tailwind/contact.js +356 -0
  319. package/dist/components/tailwind/contact.js.map +1 -0
  320. package/dist/components/tailwind/content-page.cjs +58 -0
  321. package/dist/components/tailwind/content-page.cjs.map +1 -0
  322. package/dist/components/tailwind/content-page.d.ts +18 -0
  323. package/dist/components/tailwind/content-page.d.ts.map +1 -0
  324. package/dist/components/tailwind/content-page.js +32 -0
  325. package/dist/components/tailwind/content-page.js.map +1 -0
  326. package/dist/components/tailwind/feature.cjs +95 -0
  327. package/dist/components/tailwind/feature.cjs.map +1 -0
  328. package/dist/components/tailwind/feature.d.ts +2 -0
  329. package/dist/components/tailwind/feature.d.ts.map +1 -0
  330. package/dist/components/tailwind/feature.js +75 -0
  331. package/dist/components/tailwind/feature.js.map +1 -0
  332. package/dist/components/tailwind/featurelist.cjs +99 -0
  333. package/dist/components/tailwind/featurelist.cjs.map +1 -0
  334. package/dist/components/tailwind/featurelist.d.ts +2 -0
  335. package/dist/components/tailwind/featurelist.d.ts.map +1 -0
  336. package/dist/components/tailwind/featurelist.js +65 -0
  337. package/dist/components/tailwind/featurelist.js.map +1 -0
  338. package/dist/components/tailwind/footer.cjs +104 -0
  339. package/dist/components/tailwind/footer.cjs.map +1 -0
  340. package/dist/components/tailwind/footer.d.ts +2 -0
  341. package/dist/components/tailwind/footer.d.ts.map +1 -0
  342. package/dist/components/tailwind/footer.js +80 -0
  343. package/dist/components/tailwind/footer.js.map +1 -0
  344. package/dist/components/tailwind/hero.cjs +130 -0
  345. package/dist/components/tailwind/hero.cjs.map +1 -0
  346. package/dist/components/tailwind/hero.d.ts +22 -0
  347. package/dist/components/tailwind/hero.d.ts.map +1 -0
  348. package/dist/components/tailwind/hero.js +106 -0
  349. package/dist/components/tailwind/hero.js.map +1 -0
  350. package/dist/components/tailwind/pricing.cjs +214 -0
  351. package/dist/components/tailwind/pricing.cjs.map +1 -0
  352. package/dist/components/tailwind/pricing.d.ts +6 -0
  353. package/dist/components/tailwind/pricing.d.ts.map +1 -0
  354. package/dist/components/tailwind/pricing.js +190 -0
  355. package/dist/components/tailwind/pricing.js.map +1 -0
  356. package/dist/components/tailwind/privacy.cjs +138 -0
  357. package/dist/components/tailwind/privacy.cjs.map +1 -0
  358. package/dist/components/tailwind/privacy.d.ts +2 -0
  359. package/dist/components/tailwind/privacy.d.ts.map +1 -0
  360. package/dist/components/tailwind/privacy.js +114 -0
  361. package/dist/components/tailwind/privacy.js.map +1 -0
  362. package/dist/components/tailwind/providerIcons.cjs +48 -0
  363. package/dist/components/tailwind/providerIcons.cjs.map +1 -0
  364. package/dist/components/tailwind/providerIcons.d.ts +4 -0
  365. package/dist/components/tailwind/providerIcons.d.ts.map +1 -0
  366. package/dist/components/tailwind/providerIcons.js +24 -0
  367. package/dist/components/tailwind/providerIcons.js.map +1 -0
  368. package/dist/components/ui/avatar.cjs +120 -0
  369. package/dist/components/ui/avatar.cjs.map +1 -0
  370. package/dist/components/ui/avatar.d.ts +7 -0
  371. package/dist/components/ui/avatar.d.ts.map +1 -0
  372. package/dist/components/ui/avatar.js +86 -0
  373. package/dist/components/ui/avatar.js.map +1 -0
  374. package/dist/components/ui/breadcrumb.cjs +63 -0
  375. package/dist/components/ui/breadcrumb.cjs.map +1 -0
  376. package/dist/components/ui/breadcrumb.d.ts +10 -0
  377. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  378. package/dist/components/ui/breadcrumb.js +29 -0
  379. package/dist/components/ui/breadcrumb.js.map +1 -0
  380. package/dist/components/ui/button.cjs +105 -0
  381. package/dist/components/ui/button.cjs.map +1 -0
  382. package/dist/components/ui/button.d.ts +11 -0
  383. package/dist/components/ui/button.d.ts.map +1 -0
  384. package/dist/components/ui/button.js +82 -0
  385. package/dist/components/ui/button.js.map +1 -0
  386. package/dist/components/ui/card.cjs +129 -0
  387. package/dist/components/ui/card.cjs.map +1 -0
  388. package/dist/components/ui/card.d.ts +9 -0
  389. package/dist/components/ui/card.d.ts.map +1 -0
  390. package/dist/components/ui/card.js +102 -0
  391. package/dist/components/ui/card.js.map +1 -0
  392. package/dist/components/ui/checkbox.cjs +98 -0
  393. package/dist/components/ui/checkbox.cjs.map +1 -0
  394. package/dist/components/ui/checkbox.d.ts +5 -0
  395. package/dist/components/ui/checkbox.d.ts.map +1 -0
  396. package/dist/components/ui/checkbox.js +66 -0
  397. package/dist/components/ui/checkbox.js.map +1 -0
  398. package/dist/components/ui/command.cjs +200 -0
  399. package/dist/components/ui/command.cjs.map +1 -0
  400. package/dist/components/ui/command.d.ts +83 -0
  401. package/dist/components/ui/command.d.ts.map +1 -0
  402. package/dist/components/ui/command.js +160 -0
  403. package/dist/components/ui/command.js.map +1 -0
  404. package/dist/components/ui/dialog.cjs +204 -0
  405. package/dist/components/ui/dialog.cjs.map +1 -0
  406. package/dist/components/ui/dialog.d.ts +14 -0
  407. package/dist/components/ui/dialog.d.ts.map +1 -0
  408. package/dist/components/ui/dialog.js +163 -0
  409. package/dist/components/ui/dialog.js.map +1 -0
  410. package/dist/components/ui/drawer.cjs +191 -0
  411. package/dist/components/ui/drawer.cjs.map +1 -0
  412. package/dist/components/ui/drawer.d.ts +14 -0
  413. package/dist/components/ui/drawer.d.ts.map +1 -0
  414. package/dist/components/ui/drawer.js +160 -0
  415. package/dist/components/ui/drawer.js.map +1 -0
  416. package/dist/components/ui/dropdown-menu.cjs +323 -0
  417. package/dist/components/ui/dropdown-menu.cjs.map +1 -0
  418. package/dist/components/ui/dropdown-menu.d.ts +26 -0
  419. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  420. package/dist/components/ui/dropdown-menu.js +277 -0
  421. package/dist/components/ui/dropdown-menu.js.map +1 -0
  422. package/dist/components/ui/input.cjs +72 -0
  423. package/dist/components/ui/input.cjs.map +1 -0
  424. package/dist/components/ui/input.d.ts +4 -0
  425. package/dist/components/ui/input.d.ts.map +1 -0
  426. package/dist/components/ui/input.js +50 -0
  427. package/dist/components/ui/input.js.map +1 -0
  428. package/dist/components/ui/label.cjs +85 -0
  429. package/dist/components/ui/label.cjs.map +1 -0
  430. package/dist/components/ui/label.d.ts +5 -0
  431. package/dist/components/ui/label.d.ts.map +1 -0
  432. package/dist/components/ui/label.js +53 -0
  433. package/dist/components/ui/label.js.map +1 -0
  434. package/dist/components/ui/menubar.cjs +351 -0
  435. package/dist/components/ui/menubar.cjs.map +1 -0
  436. package/dist/components/ui/menubar.d.ts +27 -0
  437. package/dist/components/ui/menubar.d.ts.map +1 -0
  438. package/dist/components/ui/menubar.js +304 -0
  439. package/dist/components/ui/menubar.js.map +1 -0
  440. package/dist/components/ui/navigation-menu.cjs +257 -0
  441. package/dist/components/ui/navigation-menu.cjs.map +1 -0
  442. package/dist/components/ui/navigation-menu.d.ts +15 -0
  443. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  444. package/dist/components/ui/navigation-menu.js +217 -0
  445. package/dist/components/ui/navigation-menu.js.map +1 -0
  446. package/dist/components/ui/popover.cjs +109 -0
  447. package/dist/components/ui/popover.cjs.map +1 -0
  448. package/dist/components/ui/popover.d.ts +8 -0
  449. package/dist/components/ui/popover.d.ts.map +1 -0
  450. package/dist/components/ui/popover.js +74 -0
  451. package/dist/components/ui/popover.js.map +1 -0
  452. package/dist/components/ui/resizable.cjs +124 -0
  453. package/dist/components/ui/resizable.cjs.map +1 -0
  454. package/dist/components/ui/resizable.d.ts +26 -0
  455. package/dist/components/ui/resizable.d.ts.map +1 -0
  456. package/dist/components/ui/resizable.js +90 -0
  457. package/dist/components/ui/resizable.js.map +1 -0
  458. package/dist/components/ui/scroll-area.cjs +132 -0
  459. package/dist/components/ui/scroll-area.cjs.map +1 -0
  460. package/dist/components/ui/scroll-area.d.ts +6 -0
  461. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  462. package/dist/components/ui/scroll-area.js +99 -0
  463. package/dist/components/ui/scroll-area.js.map +1 -0
  464. package/dist/components/ui/select.cjs +254 -0
  465. package/dist/components/ui/select.cjs.map +1 -0
  466. package/dist/components/ui/select.d.ts +14 -0
  467. package/dist/components/ui/select.d.ts.map +1 -0
  468. package/dist/components/ui/select.js +213 -0
  469. package/dist/components/ui/select.js.map +1 -0
  470. package/dist/components/ui/sheet.cjs +203 -0
  471. package/dist/components/ui/sheet.cjs.map +1 -0
  472. package/dist/components/ui/sheet.d.ts +14 -0
  473. package/dist/components/ui/sheet.d.ts.map +1 -0
  474. package/dist/components/ui/sheet.js +164 -0
  475. package/dist/components/ui/sheet.js.map +1 -0
  476. package/dist/components/ui/skeleton.cjs +66 -0
  477. package/dist/components/ui/skeleton.cjs.map +1 -0
  478. package/dist/components/ui/skeleton.d.ts +3 -0
  479. package/dist/components/ui/skeleton.d.ts.map +1 -0
  480. package/dist/components/ui/skeleton.js +44 -0
  481. package/dist/components/ui/skeleton.js.map +1 -0
  482. package/dist/components/ui/spinner.cjs +128 -0
  483. package/dist/components/ui/spinner.cjs.map +1 -0
  484. package/dist/components/ui/spinner.d.ts +12 -0
  485. package/dist/components/ui/spinner.d.ts.map +1 -0
  486. package/dist/components/ui/spinner.js +105 -0
  487. package/dist/components/ui/spinner.js.map +1 -0
  488. package/dist/components/ui/switch.cjs +98 -0
  489. package/dist/components/ui/switch.cjs.map +1 -0
  490. package/dist/components/ui/switch.d.ts +5 -0
  491. package/dist/components/ui/switch.d.ts.map +1 -0
  492. package/dist/components/ui/switch.js +66 -0
  493. package/dist/components/ui/switch.js.map +1 -0
  494. package/dist/components/ui/tabs.cjs +136 -0
  495. package/dist/components/ui/tabs.cjs.map +1 -0
  496. package/dist/components/ui/tabs.d.ts +8 -0
  497. package/dist/components/ui/tabs.d.ts.map +1 -0
  498. package/dist/components/ui/tabs.js +101 -0
  499. package/dist/components/ui/tabs.js.map +1 -0
  500. package/dist/components/ui/textarea.cjs +69 -0
  501. package/dist/components/ui/textarea.cjs.map +1 -0
  502. package/dist/components/ui/textarea.d.ts +4 -0
  503. package/dist/components/ui/textarea.d.ts.map +1 -0
  504. package/dist/components/ui/textarea.js +47 -0
  505. package/dist/components/ui/textarea.js.map +1 -0
  506. package/dist/components/ui/toast.cjs +169 -0
  507. package/dist/components/ui/toast.cjs.map +1 -0
  508. package/dist/components/ui/toast.d.ts +15 -0
  509. package/dist/components/ui/toast.d.ts.map +1 -0
  510. package/dist/components/ui/toast.js +131 -0
  511. package/dist/components/ui/toast.js.map +1 -0
  512. package/dist/components/ui/toaster.cjs +78 -0
  513. package/dist/components/ui/toaster.cjs.map +1 -0
  514. package/dist/components/ui/toaster.d.ts +2 -0
  515. package/dist/components/ui/toaster.d.ts.map +1 -0
  516. package/dist/components/ui/toaster.js +63 -0
  517. package/dist/components/ui/toaster.js.map +1 -0
  518. package/dist/components/ui/tooltip.cjs +126 -0
  519. package/dist/components/ui/tooltip.cjs.map +1 -0
  520. package/dist/components/ui/tooltip.d.ts +8 -0
  521. package/dist/components/ui/tooltip.d.ts.map +1 -0
  522. package/dist/components/ui/tooltip.js +91 -0
  523. package/dist/components/ui/tooltip.js.map +1 -0
  524. package/dist/components/ui/use-toast.cjs +187 -0
  525. package/dist/components/ui/use-toast.cjs.map +1 -0
  526. package/dist/components/ui/use-toast.d.ts +45 -0
  527. package/dist/components/ui/use-toast.d.ts.map +1 -0
  528. package/dist/components/ui/use-toast.js +153 -0
  529. package/dist/components/ui/use-toast.js.map +1 -0
  530. package/dist/components/upgrade-prompt/UpgradePrompt.cjs +80 -0
  531. package/dist/components/upgrade-prompt/UpgradePrompt.cjs.map +1 -0
  532. package/dist/components/upgrade-prompt/UpgradePrompt.d.ts +12 -0
  533. package/dist/components/upgrade-prompt/UpgradePrompt.d.ts.map +1 -0
  534. package/dist/components/upgrade-prompt/UpgradePrompt.js +46 -0
  535. package/dist/components/upgrade-prompt/UpgradePrompt.js.map +1 -0
  536. package/dist/components/upgrade-prompt/index.cjs +29 -0
  537. package/dist/components/upgrade-prompt/index.cjs.map +1 -0
  538. package/dist/components/upgrade-prompt/index.d.ts +3 -0
  539. package/dist/components/upgrade-prompt/index.d.ts.map +1 -0
  540. package/dist/components/upgrade-prompt/index.js +5 -0
  541. package/dist/components/upgrade-prompt/index.js.map +1 -0
  542. package/dist/config/docs.d.ts +8 -0
  543. package/dist/config/docs.d.ts.map +1 -0
  544. package/dist/config/site.d.ts +12 -0
  545. package/dist/config/site.d.ts.map +1 -0
  546. package/dist/hooks/useRecaptcha.d.ts +16 -0
  547. package/dist/hooks/useRecaptcha.d.ts.map +1 -0
  548. package/dist/lib/utils.cjs +48 -0
  549. package/dist/lib/utils.cjs.map +1 -0
  550. package/dist/lib/utils.d.cjs +17 -0
  551. package/dist/lib/utils.d.cjs.map +1 -0
  552. package/dist/lib/utils.d.js +1 -0
  553. package/dist/lib/utils.d.js.map +1 -0
  554. package/dist/lib/utils.d.ts +5 -0
  555. package/dist/lib/utils.d.ts.map +1 -0
  556. package/dist/lib/utils.js +22 -0
  557. package/dist/lib/utils.js.map +1 -0
  558. package/dist/styles.css +178 -0
  559. package/dist/types/nav.cjs +17 -0
  560. package/dist/types/nav.cjs.map +1 -0
  561. package/dist/types/nav.d.ts +17 -0
  562. package/dist/types/nav.d.ts.map +1 -0
  563. package/dist/types/nav.js +1 -0
  564. package/dist/types/nav.js.map +1 -0
  565. package/dist/types/sitemap.cjs +17 -0
  566. package/dist/types/sitemap.cjs.map +1 -0
  567. package/dist/types/sitemap.d.ts +19 -0
  568. package/dist/types/sitemap.d.ts.map +1 -0
  569. package/dist/types/sitemap.js +1 -0
  570. package/dist/types/sitemap.js.map +1 -0
  571. package/dist/types/unist.cjs +17 -0
  572. package/dist/types/unist.cjs.map +1 -0
  573. package/dist/types/unist.js +1 -0
  574. package/dist/types/unist.js.map +1 -0
  575. package/package.json +91 -0
@@ -0,0 +1,8 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Copyright = ({ copyRight }) => {
3
+ return /* @__PURE__ */ jsx("p", { className: "mt-8 text-xs leading-5 text-gray-400 md:order-1 md:mt-0", children: copyRight });
4
+ };
5
+ export {
6
+ Copyright
7
+ };
8
+ //# sourceMappingURL=copyright.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../components/generic/copyright.tsx"],"sourcesContent":["export const Copyright = ({ copyRight }: { copyRight: string }) => {\n return (\n <p className=\"mt-8 text-xs leading-5 text-gray-400 md:order-1 md:mt-0\">\n {copyRight}\n </p>\n )\n}\n"],"mappings":"AAEI;AAFG,MAAM,YAAY,CAAC,EAAE,UAAU,MAA6B;AACjE,SACE,oBAAC,OAAE,WAAU,2DACV,qBACH;AAEJ;","names":[]}
@@ -0,0 +1,186 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
10
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
11
+ var __spreadValues = (a, b) => {
12
+ for (var prop in b || (b = {}))
13
+ if (__hasOwnProp.call(b, prop))
14
+ __defNormalProp(a, prop, b[prop]);
15
+ if (__getOwnPropSymbols)
16
+ for (var prop of __getOwnPropSymbols(b)) {
17
+ if (__propIsEnum.call(b, prop))
18
+ __defNormalProp(a, prop, b[prop]);
19
+ }
20
+ return a;
21
+ };
22
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
23
+ var __export = (target, all) => {
24
+ for (var name in all)
25
+ __defProp(target, name, { get: all[name], enumerable: true });
26
+ };
27
+ var __copyProps = (to, from, except, desc) => {
28
+ if (from && typeof from === "object" || typeof from === "function") {
29
+ for (let key of __getOwnPropNames(from))
30
+ if (!__hasOwnProp.call(to, key) && key !== except)
31
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
32
+ }
33
+ return to;
34
+ };
35
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
36
+ var icons_exports = {};
37
+ __export(icons_exports, {
38
+ Icons: () => Icons
39
+ });
40
+ module.exports = __toCommonJS(icons_exports);
41
+ var import_jsx_runtime = require("react/jsx-runtime");
42
+ const Icons = {
43
+ logo: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256" }, props), { children: [
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "256", height: "256", fill: "none" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
+ "line",
47
+ {
48
+ x1: "208",
49
+ y1: "128",
50
+ x2: "128",
51
+ y2: "208",
52
+ fill: "none",
53
+ stroke: "currentColor",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round",
56
+ strokeWidth: "16"
57
+ }
58
+ ),
59
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
60
+ "line",
61
+ {
62
+ x1: "192",
63
+ y1: "40",
64
+ x2: "40",
65
+ y2: "192",
66
+ fill: "none",
67
+ stroke: "currentColor",
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round",
70
+ strokeWidth: "16"
71
+ }
72
+ )
73
+ ] })),
74
+ twitter: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
75
+ "svg",
76
+ __spreadProps(__spreadValues({}, props), {
77
+ height: "23",
78
+ viewBox: "0 0 1200 1227",
79
+ width: "23",
80
+ xmlns: "http://www.w3.org/2000/svg",
81
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" })
82
+ })
83
+ ),
84
+ gitHub: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ viewBox: "0 0 438.549 438.549" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
85
+ "path",
86
+ {
87
+ fill: "currentColor",
88
+ d: "M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"
89
+ }
90
+ ) })),
91
+ radix: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", __spreadProps(__spreadValues({ viewBox: "0 0 25 25", fill: "none" }, props), { children: [
92
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
93
+ "path",
94
+ {
95
+ d: "M12 25C7.58173 25 4 21.4183 4 17C4 12.5817 7.58173 9 12 9V25Z",
96
+ fill: "currentcolor"
97
+ }
98
+ ),
99
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 0H4V8H12V0Z", fill: "currentcolor" }),
100
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
101
+ "path",
102
+ {
103
+ d: "M17 8C19.2091 8 21 6.20914 21 4C21 1.79086 19.2091 0 17 0C14.7909 0 13 1.79086 13 4C13 6.20914 14.7909 8 17 8Z",
104
+ fill: "currentcolor"
105
+ }
106
+ )
107
+ ] })),
108
+ aria: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24", fill: "currentColor" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.966 22.624l-1.69-4.281H8.122l3.892-9.144 5.662 13.425zM8.884 1.376H0v21.248zm15.116 0h-8.884L24 22.624Z" }) })),
109
+ npm: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
110
+ "path",
111
+ {
112
+ d: "M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z",
113
+ fill: "currentColor"
114
+ }
115
+ ) })),
116
+ yarn: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
117
+ "path",
118
+ {
119
+ d: "M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0zm.768 4.105c.183 0 .363.053.525.157.125.083.287.185.755 1.154.31-.088.468-.042.551-.019.204.056.366.19.463.375.477.917.542 2.553.334 3.605-.241 1.232-.755 2.029-1.131 2.576.324.329.778.899 1.117 1.825.278.774.31 1.478.273 2.015a5.51 5.51 0 0 0 .602-.329c.593-.366 1.487-.917 2.553-.931.714-.009 1.269.445 1.353 1.103a1.23 1.23 0 0 1-.945 1.362c-.649.158-.95.278-1.821.843-1.232.797-2.539 1.242-3.012 1.39a1.686 1.686 0 0 1-.704.343c-.737.181-3.266.315-3.466.315h-.046c-.783 0-1.214-.241-1.45-.491-.658.329-1.51.19-2.122-.134a1.078 1.078 0 0 1-.58-1.153 1.243 1.243 0 0 1-.153-.195c-.162-.25-.528-.936-.454-1.946.056-.723.556-1.367.88-1.71a5.522 5.522 0 0 1 .408-2.256c.306-.727.885-1.348 1.32-1.737-.32-.537-.644-1.367-.329-2.21.227-.602.412-.936.82-1.08h-.005c.199-.074.389-.153.486-.259a3.418 3.418 0 0 1 2.298-1.103c.037-.093.079-.185.125-.283.31-.658.639-1.029 1.024-1.168a.94.94 0 0 1 .328-.06zm.006.7c-.507.016-1.001 1.519-1.001 1.519s-1.27-.204-2.266.871c-.199.218-.468.334-.746.44-.079.028-.176.023-.417.672-.371.991.625 2.094.625 2.094s-1.186.839-1.626 1.881c-.486 1.144-.338 2.261-.338 2.261s-.843.732-.899 1.487c-.051.663.139 1.2.343 1.515.227.343.51.176.51.176s-.561.653-.037.931c.477.25 1.283.394 1.71-.037.31-.31.371-1.001.486-1.283.028-.065.12.111.209.199.097.093.264.195.264.195s-.755.324-.445 1.066c.102.246.468.403 1.066.398.222-.005 2.664-.139 3.313-.296.375-.088.505-.283.505-.283s1.566-.431 2.998-1.357c.917-.598 1.293-.76 2.034-.936.612-.148.57-1.098-.241-1.084-.839.009-1.575.44-2.196.825-1.163.718-1.742.672-1.742.672l-.018-.032c-.079-.13.371-1.293-.134-2.678-.547-1.515-1.413-1.881-1.344-1.997.297-.5 1.038-1.297 1.334-2.78.176-.899.13-2.377-.269-3.151-.074-.144-.732.241-.732.241s-.616-1.371-.788-1.483a.271.271 0 0 0-.157-.046z",
120
+ fill: "currentColor"
121
+ }
122
+ ) })),
123
+ pnpm: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
124
+ "path",
125
+ {
126
+ d: "M0 0v7.5h7.5V0zm8.25 0v7.5h7.498V0zm8.25 0v7.5H24V0zM8.25 8.25v7.5h7.498v-7.5zm8.25 0v7.5H24v-7.5zM0 16.5V24h7.5v-7.5zm8.25 0V24h7.498v-7.5zm8.25 0V24H24v-7.5z",
127
+ fill: "currentColor"
128
+ }
129
+ ) })),
130
+ react: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
131
+ "path",
132
+ {
133
+ d: "M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236zm2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38-.318-.184-.688-.277-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44-.96-.236-2.006-.417-3.107-.534-.66-.905-1.345-1.727-2.035-2.447 1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442-1.107.117-2.154.298-3.113.538-.112-.49-.195-.964-.254-1.42-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05c.455.468.91.992 1.36 1.564-.44-.02-.89-.034-1.345-.034-.46 0-.915.01-1.36.034.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093.406.582.802 1.203 1.183 1.86.372.64.71 1.29 1.018 1.946-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87-.728.063-1.466.098-2.21.098-.74 0-1.477-.035-2.202-.093-.406-.582-.802-1.204-1.183-1.86-.372-.64-.71-1.29-1.018-1.946.303-.657.646-1.313 1.013-1.954.38-.66.773-1.286 1.18-1.868.728-.064 1.466-.098 2.21-.098zm-3.635.254c-.24.377-.48.763-.704 1.16-.225.39-.435.782-.635 1.174-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0c.695.103 1.365.23 2.006.387-.18.632-.405 1.282-.66 1.933-.2-.39-.41-.783-.64-1.174-.225-.392-.465-.774-.705-1.146zm3.063.675c.484.15.944.317 1.375.498 1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493-.28-.958-.646-1.956-1.1-2.98.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98-.45 1.017-.812 2.01-1.086 2.964-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474 0-.768 1.12-1.742 2.852-2.476.42-.18.88-.342 1.356-.494zm11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39.24-.375.48-.762.705-1.158.225-.39.435-.788.636-1.18zm-9.945.02c.2.392.41.783.64 1.175.23.39.465.772.705 1.143-.695-.102-1.365-.23-2.006-.386.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295-.22-.005-.406-.05-.553-.132-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64c.44.02.89.034 1.345.034.46 0 .915-.01 1.36-.034-.44.572-.895 1.095-1.345 1.565-.455-.47-.91-.993-1.36-1.565z",
134
+ fill: "currentColor"
135
+ }
136
+ ) })),
137
+ tailwind: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
138
+ "path",
139
+ {
140
+ d: "M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z",
141
+ fill: "currentColor"
142
+ }
143
+ ) })),
144
+ google: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
145
+ "path",
146
+ {
147
+ fill: "currentColor",
148
+ d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z"
149
+ }
150
+ ) })),
151
+ apple: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
152
+ "path",
153
+ {
154
+ d: "M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701",
155
+ fill: "currentColor"
156
+ }
157
+ ) })),
158
+ paypal: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
159
+ "path",
160
+ {
161
+ d: "M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c-.013.076-.026.175-.041.254-.93 4.778-4.005 7.201-9.138 7.201h-2.19a.563.563 0 0 0-.556.479l-1.187 7.527h-.506l-.24 1.516a.56.56 0 0 0 .554.647h3.882c.46 0 .85-.334.922-.788.06-.26.76-4.852.816-5.09a.932.932 0 0 1 .923-.788h.58c3.76 0 6.705-1.528 7.565-5.946.36-1.847.174-3.388-.777-4.471z",
162
+ fill: "currentColor"
163
+ }
164
+ ) })),
165
+ spinner: (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
166
+ "svg",
167
+ __spreadProps(__spreadValues({
168
+ xmlns: "http://www.w3.org/2000/svg",
169
+ width: "24",
170
+ height: "24",
171
+ viewBox: "0 0 24 24",
172
+ fill: "none",
173
+ stroke: "currentColor",
174
+ strokeWidth: "2",
175
+ strokeLinecap: "round",
176
+ strokeLinejoin: "round"
177
+ }, props), {
178
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M21 12a9 9 0 1 1-6.219-8.56" })
179
+ })
180
+ )
181
+ };
182
+ // Annotate the CommonJS export names for ESM import in node:
183
+ 0 && (module.exports = {
184
+ Icons
185
+ });
186
+ //# sourceMappingURL=icons.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../components/generic/icons.tsx"],"sourcesContent":["type IconProps = React.HTMLAttributes<SVGElement>\n\nexport const Icons = {\n logo: (props: IconProps) => (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" {...props}>\n <rect width=\"256\" height=\"256\" fill=\"none\" />\n <line\n x1=\"208\"\n y1=\"128\"\n x2=\"128\"\n y2=\"208\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"16\"\n />\n <line\n x1=\"192\"\n y1=\"40\"\n x2=\"40\"\n y2=\"192\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"16\"\n />\n </svg>\n ),\n twitter: (props: IconProps) => (\n <svg\n {...props}\n height=\"23\"\n viewBox=\"0 0 1200 1227\"\n width=\"23\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z\" />\n </svg>\n ),\n gitHub: (props: IconProps) => (\n <svg viewBox=\"0 0 438.549 438.549\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z\"\n ></path>\n </svg>\n ),\n radix: (props: IconProps) => (\n <svg viewBox=\"0 0 25 25\" fill=\"none\" {...props}>\n <path\n d=\"M12 25C7.58173 25 4 21.4183 4 17C4 12.5817 7.58173 9 12 9V25Z\"\n fill=\"currentcolor\"\n ></path>\n <path d=\"M12 0H4V8H12V0Z\" fill=\"currentcolor\"></path>\n <path\n d=\"M17 8C19.2091 8 21 6.20914 21 4C21 1.79086 19.2091 0 17 0C14.7909 0 13 1.79086 13 4C13 6.20914 14.7909 8 17 8Z\"\n fill=\"currentcolor\"\n ></path>\n </svg>\n ),\n aria: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13.966 22.624l-1.69-4.281H8.122l3.892-9.144 5.662 13.425zM8.884 1.376H0v21.248zm15.116 0h-8.884L24 22.624Z\" />\n </svg>\n ),\n npm: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n yarn: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0zm.768 4.105c.183 0 .363.053.525.157.125.083.287.185.755 1.154.31-.088.468-.042.551-.019.204.056.366.19.463.375.477.917.542 2.553.334 3.605-.241 1.232-.755 2.029-1.131 2.576.324.329.778.899 1.117 1.825.278.774.31 1.478.273 2.015a5.51 5.51 0 0 0 .602-.329c.593-.366 1.487-.917 2.553-.931.714-.009 1.269.445 1.353 1.103a1.23 1.23 0 0 1-.945 1.362c-.649.158-.95.278-1.821.843-1.232.797-2.539 1.242-3.012 1.39a1.686 1.686 0 0 1-.704.343c-.737.181-3.266.315-3.466.315h-.046c-.783 0-1.214-.241-1.45-.491-.658.329-1.51.19-2.122-.134a1.078 1.078 0 0 1-.58-1.153 1.243 1.243 0 0 1-.153-.195c-.162-.25-.528-.936-.454-1.946.056-.723.556-1.367.88-1.71a5.522 5.522 0 0 1 .408-2.256c.306-.727.885-1.348 1.32-1.737-.32-.537-.644-1.367-.329-2.21.227-.602.412-.936.82-1.08h-.005c.199-.074.389-.153.486-.259a3.418 3.418 0 0 1 2.298-1.103c.037-.093.079-.185.125-.283.31-.658.639-1.029 1.024-1.168a.94.94 0 0 1 .328-.06zm.006.7c-.507.016-1.001 1.519-1.001 1.519s-1.27-.204-2.266.871c-.199.218-.468.334-.746.44-.079.028-.176.023-.417.672-.371.991.625 2.094.625 2.094s-1.186.839-1.626 1.881c-.486 1.144-.338 2.261-.338 2.261s-.843.732-.899 1.487c-.051.663.139 1.2.343 1.515.227.343.51.176.51.176s-.561.653-.037.931c.477.25 1.283.394 1.71-.037.31-.31.371-1.001.486-1.283.028-.065.12.111.209.199.097.093.264.195.264.195s-.755.324-.445 1.066c.102.246.468.403 1.066.398.222-.005 2.664-.139 3.313-.296.375-.088.505-.283.505-.283s1.566-.431 2.998-1.357c.917-.598 1.293-.76 2.034-.936.612-.148.57-1.098-.241-1.084-.839.009-1.575.44-2.196.825-1.163.718-1.742.672-1.742.672l-.018-.032c-.079-.13.371-1.293-.134-2.678-.547-1.515-1.413-1.881-1.344-1.997.297-.5 1.038-1.297 1.334-2.78.176-.899.13-2.377-.269-3.151-.074-.144-.732.241-.732.241s-.616-1.371-.788-1.483a.271.271 0 0 0-.157-.046z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n pnpm: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M0 0v7.5h7.5V0zm8.25 0v7.5h7.498V0zm8.25 0v7.5H24V0zM8.25 8.25v7.5h7.498v-7.5zm8.25 0v7.5H24v-7.5zM0 16.5V24h7.5v-7.5zm8.25 0V24h7.498v-7.5zm8.25 0V24H24v-7.5z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n react: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236zm2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38-.318-.184-.688-.277-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44-.96-.236-2.006-.417-3.107-.534-.66-.905-1.345-1.727-2.035-2.447 1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442-1.107.117-2.154.298-3.113.538-.112-.49-.195-.964-.254-1.42-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05c.455.468.91.992 1.36 1.564-.44-.02-.89-.034-1.345-.034-.46 0-.915.01-1.36.034.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093.406.582.802 1.203 1.183 1.86.372.64.71 1.29 1.018 1.946-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87-.728.063-1.466.098-2.21.098-.74 0-1.477-.035-2.202-.093-.406-.582-.802-1.204-1.183-1.86-.372-.64-.71-1.29-1.018-1.946.303-.657.646-1.313 1.013-1.954.38-.66.773-1.286 1.18-1.868.728-.064 1.466-.098 2.21-.098zm-3.635.254c-.24.377-.48.763-.704 1.16-.225.39-.435.782-.635 1.174-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0c.695.103 1.365.23 2.006.387-.18.632-.405 1.282-.66 1.933-.2-.39-.41-.783-.64-1.174-.225-.392-.465-.774-.705-1.146zm3.063.675c.484.15.944.317 1.375.498 1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493-.28-.958-.646-1.956-1.1-2.98.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98-.45 1.017-.812 2.01-1.086 2.964-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474 0-.768 1.12-1.742 2.852-2.476.42-.18.88-.342 1.356-.494zm11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39.24-.375.48-.762.705-1.158.225-.39.435-.788.636-1.18zm-9.945.02c.2.392.41.783.64 1.175.23.39.465.772.705 1.143-.695-.102-1.365-.23-2.006-.386.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295-.22-.005-.406-.05-.553-.132-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64c.44.02.89.034 1.345.034.46 0 .915-.01 1.36-.034-.44.572-.895 1.095-1.345 1.565-.455-.47-.91-.993-1.36-1.565z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n tailwind: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n google: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z\"\n />\n </svg>\n ),\n apple: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n paypal: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c-.013.076-.026.175-.041.254-.93 4.778-4.005 7.201-9.138 7.201h-2.19a.563.563 0 0 0-.556.479l-1.187 7.527h-.506l-.24 1.516a.56.56 0 0 0 .554.647h3.882c.46 0 .85-.334.922-.788.06-.26.76-4.852.816-5.09a.932.932 0 0 1 .923-.788h.58c3.76 0 6.705-1.528 7.565-5.946.36-1.847.174-3.388-.777-4.471z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n spinner: (props: IconProps) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n {...props}\n >\n <path d=\"M21 12a9 9 0 1 1-6.219-8.56\" />\n </svg>\n ),\n}\n"],"mappings":"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","names":[]}
@@ -0,0 +1,19 @@
1
+ type IconProps = React.HTMLAttributes<SVGElement>;
2
+ export declare const Icons: {
3
+ logo: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ twitter: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ gitHub: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ radix: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
7
+ aria: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ npm: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
9
+ yarn: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
10
+ pnpm: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
11
+ react: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
12
+ tailwind: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
13
+ google: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
14
+ apple: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
15
+ paypal: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
16
+ spinner: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
17
+ };
18
+ export {};
19
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../components/generic/icons.tsx"],"names":[],"mappings":"AAAA,KAAK,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAA;AAEjD,eAAO,MAAM,KAAK;kBACF,SAAS;qBA2BN,SAAS;oBAWV,SAAS;mBAQV,SAAS;kBAaV,SAAS;iBAKV,SAAS;kBAQR,SAAS;kBAQT,SAAS;mBAQR,SAAS;sBAQN,SAAS;oBAQX,SAAS;mBAQV,SAAS;oBAQR,SAAS;qBAQR,SAAS;CAgB3B,CAAA"}
@@ -0,0 +1,164 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __defProps = Object.defineProperties;
3
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __spreadValues = (a, b) => {
9
+ for (var prop in b || (b = {}))
10
+ if (__hasOwnProp.call(b, prop))
11
+ __defNormalProp(a, prop, b[prop]);
12
+ if (__getOwnPropSymbols)
13
+ for (var prop of __getOwnPropSymbols(b)) {
14
+ if (__propIsEnum.call(b, prop))
15
+ __defNormalProp(a, prop, b[prop]);
16
+ }
17
+ return a;
18
+ };
19
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
+ import { jsx, jsxs } from "react/jsx-runtime";
21
+ const Icons = {
22
+ logo: (props) => /* @__PURE__ */ jsxs("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256" }, props), { children: [
23
+ /* @__PURE__ */ jsx("rect", { width: "256", height: "256", fill: "none" }),
24
+ /* @__PURE__ */ jsx(
25
+ "line",
26
+ {
27
+ x1: "208",
28
+ y1: "128",
29
+ x2: "128",
30
+ y2: "208",
31
+ fill: "none",
32
+ stroke: "currentColor",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: "16"
36
+ }
37
+ ),
38
+ /* @__PURE__ */ jsx(
39
+ "line",
40
+ {
41
+ x1: "192",
42
+ y1: "40",
43
+ x2: "40",
44
+ y2: "192",
45
+ fill: "none",
46
+ stroke: "currentColor",
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round",
49
+ strokeWidth: "16"
50
+ }
51
+ )
52
+ ] })),
53
+ twitter: (props) => /* @__PURE__ */ jsx(
54
+ "svg",
55
+ __spreadProps(__spreadValues({}, props), {
56
+ height: "23",
57
+ viewBox: "0 0 1200 1227",
58
+ width: "23",
59
+ xmlns: "http://www.w3.org/2000/svg",
60
+ children: /* @__PURE__ */ jsx("path", { d: "M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" })
61
+ })
62
+ ),
63
+ gitHub: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ viewBox: "0 0 438.549 438.549" }, props), { children: /* @__PURE__ */ jsx(
64
+ "path",
65
+ {
66
+ fill: "currentColor",
67
+ d: "M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"
68
+ }
69
+ ) })),
70
+ radix: (props) => /* @__PURE__ */ jsxs("svg", __spreadProps(__spreadValues({ viewBox: "0 0 25 25", fill: "none" }, props), { children: [
71
+ /* @__PURE__ */ jsx(
72
+ "path",
73
+ {
74
+ d: "M12 25C7.58173 25 4 21.4183 4 17C4 12.5817 7.58173 9 12 9V25Z",
75
+ fill: "currentcolor"
76
+ }
77
+ ),
78
+ /* @__PURE__ */ jsx("path", { d: "M12 0H4V8H12V0Z", fill: "currentcolor" }),
79
+ /* @__PURE__ */ jsx(
80
+ "path",
81
+ {
82
+ d: "M17 8C19.2091 8 21 6.20914 21 4C21 1.79086 19.2091 0 17 0C14.7909 0 13 1.79086 13 4C13 6.20914 14.7909 8 17 8Z",
83
+ fill: "currentcolor"
84
+ }
85
+ )
86
+ ] })),
87
+ aria: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24", fill: "currentColor" }, props), { children: /* @__PURE__ */ jsx("path", { d: "M13.966 22.624l-1.69-4.281H8.122l3.892-9.144 5.662 13.425zM8.884 1.376H0v21.248zm15.116 0h-8.884L24 22.624Z" }) })),
88
+ npm: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
89
+ "path",
90
+ {
91
+ d: "M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z",
92
+ fill: "currentColor"
93
+ }
94
+ ) })),
95
+ yarn: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
96
+ "path",
97
+ {
98
+ d: "M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0zm.768 4.105c.183 0 .363.053.525.157.125.083.287.185.755 1.154.31-.088.468-.042.551-.019.204.056.366.19.463.375.477.917.542 2.553.334 3.605-.241 1.232-.755 2.029-1.131 2.576.324.329.778.899 1.117 1.825.278.774.31 1.478.273 2.015a5.51 5.51 0 0 0 .602-.329c.593-.366 1.487-.917 2.553-.931.714-.009 1.269.445 1.353 1.103a1.23 1.23 0 0 1-.945 1.362c-.649.158-.95.278-1.821.843-1.232.797-2.539 1.242-3.012 1.39a1.686 1.686 0 0 1-.704.343c-.737.181-3.266.315-3.466.315h-.046c-.783 0-1.214-.241-1.45-.491-.658.329-1.51.19-2.122-.134a1.078 1.078 0 0 1-.58-1.153 1.243 1.243 0 0 1-.153-.195c-.162-.25-.528-.936-.454-1.946.056-.723.556-1.367.88-1.71a5.522 5.522 0 0 1 .408-2.256c.306-.727.885-1.348 1.32-1.737-.32-.537-.644-1.367-.329-2.21.227-.602.412-.936.82-1.08h-.005c.199-.074.389-.153.486-.259a3.418 3.418 0 0 1 2.298-1.103c.037-.093.079-.185.125-.283.31-.658.639-1.029 1.024-1.168a.94.94 0 0 1 .328-.06zm.006.7c-.507.016-1.001 1.519-1.001 1.519s-1.27-.204-2.266.871c-.199.218-.468.334-.746.44-.079.028-.176.023-.417.672-.371.991.625 2.094.625 2.094s-1.186.839-1.626 1.881c-.486 1.144-.338 2.261-.338 2.261s-.843.732-.899 1.487c-.051.663.139 1.2.343 1.515.227.343.51.176.51.176s-.561.653-.037.931c.477.25 1.283.394 1.71-.037.31-.31.371-1.001.486-1.283.028-.065.12.111.209.199.097.093.264.195.264.195s-.755.324-.445 1.066c.102.246.468.403 1.066.398.222-.005 2.664-.139 3.313-.296.375-.088.505-.283.505-.283s1.566-.431 2.998-1.357c.917-.598 1.293-.76 2.034-.936.612-.148.57-1.098-.241-1.084-.839.009-1.575.44-2.196.825-1.163.718-1.742.672-1.742.672l-.018-.032c-.079-.13.371-1.293-.134-2.678-.547-1.515-1.413-1.881-1.344-1.997.297-.5 1.038-1.297 1.334-2.78.176-.899.13-2.377-.269-3.151-.074-.144-.732.241-.732.241s-.616-1.371-.788-1.483a.271.271 0 0 0-.157-.046z",
99
+ fill: "currentColor"
100
+ }
101
+ ) })),
102
+ pnpm: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
103
+ "path",
104
+ {
105
+ d: "M0 0v7.5h7.5V0zm8.25 0v7.5h7.498V0zm8.25 0v7.5H24V0zM8.25 8.25v7.5h7.498v-7.5zm8.25 0v7.5H24v-7.5zM0 16.5V24h7.5v-7.5zm8.25 0V24h7.498v-7.5zm8.25 0V24H24v-7.5z",
106
+ fill: "currentColor"
107
+ }
108
+ ) })),
109
+ react: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
110
+ "path",
111
+ {
112
+ d: "M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236zm2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38-.318-.184-.688-.277-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44-.96-.236-2.006-.417-3.107-.534-.66-.905-1.345-1.727-2.035-2.447 1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442-1.107.117-2.154.298-3.113.538-.112-.49-.195-.964-.254-1.42-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05c.455.468.91.992 1.36 1.564-.44-.02-.89-.034-1.345-.034-.46 0-.915.01-1.36.034.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093.406.582.802 1.203 1.183 1.86.372.64.71 1.29 1.018 1.946-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87-.728.063-1.466.098-2.21.098-.74 0-1.477-.035-2.202-.093-.406-.582-.802-1.204-1.183-1.86-.372-.64-.71-1.29-1.018-1.946.303-.657.646-1.313 1.013-1.954.38-.66.773-1.286 1.18-1.868.728-.064 1.466-.098 2.21-.098zm-3.635.254c-.24.377-.48.763-.704 1.16-.225.39-.435.782-.635 1.174-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0c.695.103 1.365.23 2.006.387-.18.632-.405 1.282-.66 1.933-.2-.39-.41-.783-.64-1.174-.225-.392-.465-.774-.705-1.146zm3.063.675c.484.15.944.317 1.375.498 1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493-.28-.958-.646-1.956-1.1-2.98.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98-.45 1.017-.812 2.01-1.086 2.964-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474 0-.768 1.12-1.742 2.852-2.476.42-.18.88-.342 1.356-.494zm11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39.24-.375.48-.762.705-1.158.225-.39.435-.788.636-1.18zm-9.945.02c.2.392.41.783.64 1.175.23.39.465.772.705 1.143-.695-.102-1.365-.23-2.006-.386.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295-.22-.005-.406-.05-.553-.132-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64c.44.02.89.034 1.345.034.46 0 .915-.01 1.36-.034-.44.572-.895 1.095-1.345 1.565-.455-.47-.91-.993-1.36-1.565z",
113
+ fill: "currentColor"
114
+ }
115
+ ) })),
116
+ tailwind: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
117
+ "path",
118
+ {
119
+ d: "M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z",
120
+ fill: "currentColor"
121
+ }
122
+ ) })),
123
+ google: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
124
+ "path",
125
+ {
126
+ fill: "currentColor",
127
+ d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z"
128
+ }
129
+ ) })),
130
+ apple: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
131
+ "path",
132
+ {
133
+ d: "M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701",
134
+ fill: "currentColor"
135
+ }
136
+ ) })),
137
+ paypal: (props) => /* @__PURE__ */ jsx("svg", __spreadProps(__spreadValues({ role: "img", viewBox: "0 0 24 24" }, props), { children: /* @__PURE__ */ jsx(
138
+ "path",
139
+ {
140
+ d: "M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c-.013.076-.026.175-.041.254-.93 4.778-4.005 7.201-9.138 7.201h-2.19a.563.563 0 0 0-.556.479l-1.187 7.527h-.506l-.24 1.516a.56.56 0 0 0 .554.647h3.882c.46 0 .85-.334.922-.788.06-.26.76-4.852.816-5.09a.932.932 0 0 1 .923-.788h.58c3.76 0 6.705-1.528 7.565-5.946.36-1.847.174-3.388-.777-4.471z",
141
+ fill: "currentColor"
142
+ }
143
+ ) })),
144
+ spinner: (props) => /* @__PURE__ */ jsx(
145
+ "svg",
146
+ __spreadProps(__spreadValues({
147
+ xmlns: "http://www.w3.org/2000/svg",
148
+ width: "24",
149
+ height: "24",
150
+ viewBox: "0 0 24 24",
151
+ fill: "none",
152
+ stroke: "currentColor",
153
+ strokeWidth: "2",
154
+ strokeLinecap: "round",
155
+ strokeLinejoin: "round"
156
+ }, props), {
157
+ children: /* @__PURE__ */ jsx("path", { d: "M21 12a9 9 0 1 1-6.219-8.56" })
158
+ })
159
+ )
160
+ };
161
+ export {
162
+ Icons
163
+ };
164
+ //# sourceMappingURL=icons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../components/generic/icons.tsx"],"sourcesContent":["type IconProps = React.HTMLAttributes<SVGElement>\n\nexport const Icons = {\n logo: (props: IconProps) => (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" {...props}>\n <rect width=\"256\" height=\"256\" fill=\"none\" />\n <line\n x1=\"208\"\n y1=\"128\"\n x2=\"128\"\n y2=\"208\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"16\"\n />\n <line\n x1=\"192\"\n y1=\"40\"\n x2=\"40\"\n y2=\"192\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"16\"\n />\n </svg>\n ),\n twitter: (props: IconProps) => (\n <svg\n {...props}\n height=\"23\"\n viewBox=\"0 0 1200 1227\"\n width=\"23\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z\" />\n </svg>\n ),\n gitHub: (props: IconProps) => (\n <svg viewBox=\"0 0 438.549 438.549\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z\"\n ></path>\n </svg>\n ),\n radix: (props: IconProps) => (\n <svg viewBox=\"0 0 25 25\" fill=\"none\" {...props}>\n <path\n d=\"M12 25C7.58173 25 4 21.4183 4 17C4 12.5817 7.58173 9 12 9V25Z\"\n fill=\"currentcolor\"\n ></path>\n <path d=\"M12 0H4V8H12V0Z\" fill=\"currentcolor\"></path>\n <path\n d=\"M17 8C19.2091 8 21 6.20914 21 4C21 1.79086 19.2091 0 17 0C14.7909 0 13 1.79086 13 4C13 6.20914 14.7909 8 17 8Z\"\n fill=\"currentcolor\"\n ></path>\n </svg>\n ),\n aria: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13.966 22.624l-1.69-4.281H8.122l3.892-9.144 5.662 13.425zM8.884 1.376H0v21.248zm15.116 0h-8.884L24 22.624Z\" />\n </svg>\n ),\n npm: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n yarn: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0zm.768 4.105c.183 0 .363.053.525.157.125.083.287.185.755 1.154.31-.088.468-.042.551-.019.204.056.366.19.463.375.477.917.542 2.553.334 3.605-.241 1.232-.755 2.029-1.131 2.576.324.329.778.899 1.117 1.825.278.774.31 1.478.273 2.015a5.51 5.51 0 0 0 .602-.329c.593-.366 1.487-.917 2.553-.931.714-.009 1.269.445 1.353 1.103a1.23 1.23 0 0 1-.945 1.362c-.649.158-.95.278-1.821.843-1.232.797-2.539 1.242-3.012 1.39a1.686 1.686 0 0 1-.704.343c-.737.181-3.266.315-3.466.315h-.046c-.783 0-1.214-.241-1.45-.491-.658.329-1.51.19-2.122-.134a1.078 1.078 0 0 1-.58-1.153 1.243 1.243 0 0 1-.153-.195c-.162-.25-.528-.936-.454-1.946.056-.723.556-1.367.88-1.71a5.522 5.522 0 0 1 .408-2.256c.306-.727.885-1.348 1.32-1.737-.32-.537-.644-1.367-.329-2.21.227-.602.412-.936.82-1.08h-.005c.199-.074.389-.153.486-.259a3.418 3.418 0 0 1 2.298-1.103c.037-.093.079-.185.125-.283.31-.658.639-1.029 1.024-1.168a.94.94 0 0 1 .328-.06zm.006.7c-.507.016-1.001 1.519-1.001 1.519s-1.27-.204-2.266.871c-.199.218-.468.334-.746.44-.079.028-.176.023-.417.672-.371.991.625 2.094.625 2.094s-1.186.839-1.626 1.881c-.486 1.144-.338 2.261-.338 2.261s-.843.732-.899 1.487c-.051.663.139 1.2.343 1.515.227.343.51.176.51.176s-.561.653-.037.931c.477.25 1.283.394 1.71-.037.31-.31.371-1.001.486-1.283.028-.065.12.111.209.199.097.093.264.195.264.195s-.755.324-.445 1.066c.102.246.468.403 1.066.398.222-.005 2.664-.139 3.313-.296.375-.088.505-.283.505-.283s1.566-.431 2.998-1.357c.917-.598 1.293-.76 2.034-.936.612-.148.57-1.098-.241-1.084-.839.009-1.575.44-2.196.825-1.163.718-1.742.672-1.742.672l-.018-.032c-.079-.13.371-1.293-.134-2.678-.547-1.515-1.413-1.881-1.344-1.997.297-.5 1.038-1.297 1.334-2.78.176-.899.13-2.377-.269-3.151-.074-.144-.732.241-.732.241s-.616-1.371-.788-1.483a.271.271 0 0 0-.157-.046z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n pnpm: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M0 0v7.5h7.5V0zm8.25 0v7.5h7.498V0zm8.25 0v7.5H24V0zM8.25 8.25v7.5h7.498v-7.5zm8.25 0v7.5H24v-7.5zM0 16.5V24h7.5v-7.5zm8.25 0V24h7.498v-7.5zm8.25 0V24H24v-7.5z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n react: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236zm2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38-.318-.184-.688-.277-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44-.96-.236-2.006-.417-3.107-.534-.66-.905-1.345-1.727-2.035-2.447 1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442-1.107.117-2.154.298-3.113.538-.112-.49-.195-.964-.254-1.42-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05c.455.468.91.992 1.36 1.564-.44-.02-.89-.034-1.345-.034-.46 0-.915.01-1.36.034.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093.406.582.802 1.203 1.183 1.86.372.64.71 1.29 1.018 1.946-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87-.728.063-1.466.098-2.21.098-.74 0-1.477-.035-2.202-.093-.406-.582-.802-1.204-1.183-1.86-.372-.64-.71-1.29-1.018-1.946.303-.657.646-1.313 1.013-1.954.38-.66.773-1.286 1.18-1.868.728-.064 1.466-.098 2.21-.098zm-3.635.254c-.24.377-.48.763-.704 1.16-.225.39-.435.782-.635 1.174-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0c.695.103 1.365.23 2.006.387-.18.632-.405 1.282-.66 1.933-.2-.39-.41-.783-.64-1.174-.225-.392-.465-.774-.705-1.146zm3.063.675c.484.15.944.317 1.375.498 1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493-.28-.958-.646-1.956-1.1-2.98.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98-.45 1.017-.812 2.01-1.086 2.964-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474 0-.768 1.12-1.742 2.852-2.476.42-.18.88-.342 1.356-.494zm11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39.24-.375.48-.762.705-1.158.225-.39.435-.788.636-1.18zm-9.945.02c.2.392.41.783.64 1.175.23.39.465.772.705 1.143-.695-.102-1.365-.23-2.006-.386.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295-.22-.005-.406-.05-.553-.132-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64c.44.02.89.034 1.345.034.46 0 .915-.01 1.36-.034-.44.572-.895 1.095-1.345 1.565-.455-.47-.91-.993-1.36-1.565z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n tailwind: (props: IconProps) => (\n <svg viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n google: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z\"\n />\n </svg>\n ),\n apple: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n paypal: (props: IconProps) => (\n <svg role=\"img\" viewBox=\"0 0 24 24\" {...props}>\n <path\n d=\"M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c-.013.076-.026.175-.041.254-.93 4.778-4.005 7.201-9.138 7.201h-2.19a.563.563 0 0 0-.556.479l-1.187 7.527h-.506l-.24 1.516a.56.56 0 0 0 .554.647h3.882c.46 0 .85-.334.922-.788.06-.26.76-4.852.816-5.09a.932.932 0 0 1 .923-.788h.58c3.76 0 6.705-1.528 7.565-5.946.36-1.847.174-3.388-.777-4.471z\"\n fill=\"currentColor\"\n />\n </svg>\n ),\n spinner: (props: IconProps) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n {...props}\n >\n <path d=\"M21 12a9 9 0 1 1-6.219-8.56\" />\n </svg>\n ),\n}\n"],"mappings":"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","names":[]}
@@ -0,0 +1,130 @@
1
+ "use strict";
2
+ "use client";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+ var header_exports = {};
21
+ __export(header_exports, {
22
+ Header: () => Header
23
+ });
24
+ module.exports = __toCommonJS(header_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ var import_react = require("react");
27
+ var import_react2 = require("@headlessui/react");
28
+ var import_outline = require("@heroicons/react/24/outline");
29
+ var import_logo = require("../icons/logo");
30
+ var import_userbutton = require("./userbutton/userbutton");
31
+ var import_langbutton = require("./langbutton/langbutton");
32
+ const Header = ({
33
+ companyLink,
34
+ companyName,
35
+ navigation,
36
+ companyLogo,
37
+ user,
38
+ cookies,
39
+ signOut
40
+ }) => {
41
+ const [mobileMenuOpen, setMobileMenuOpen] = (0, import_react.useState)(false);
42
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("header", { className: "absolute inset-x-0 top-0 z-50", children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
44
+ "nav",
45
+ {
46
+ className: "flex items-center justify-between p-6 lg:px-8",
47
+ "aria-label": "Global",
48
+ children: [
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "flex lg:flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("a", { href: companyLink, className: "-m-1.5 p-1.5", children: [
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "sr-only", children: companyName }),
51
+ companyLogo
52
+ ] }) }),
53
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "flex lg:hidden", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
54
+ "button",
55
+ {
56
+ type: "button",
57
+ className: "-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-400",
58
+ onClick: () => setMobileMenuOpen(true),
59
+ children: [
60
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "sr-only", children: "Open main menu" }),
61
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_outline.Bars3Icon, { className: "h-6 w-6", "aria-hidden": "true" })
62
+ ]
63
+ }
64
+ ) }),
65
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "hidden lg:flex lg:gap-x-12", children: navigation.map((item) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
66
+ "a",
67
+ {
68
+ href: item.href,
69
+ "data-tour": `nav-${item.name.toLowerCase()}`,
70
+ className: "text-sm font-semibold leading-6 text-white",
71
+ children: item.name
72
+ },
73
+ item.name
74
+ )) }),
75
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "hidden lg:flex lg:gap-x-12", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_langbutton.LangButton, { cookies }) }),
76
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "hidden lg:flex lg:flex-1 lg:justify-end", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_userbutton.UserButton, { user, signOut }) })
77
+ ]
78
+ }
79
+ ),
80
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
81
+ import_react2.Dialog,
82
+ {
83
+ as: "div",
84
+ className: "lg:hidden",
85
+ open: mobileMenuOpen,
86
+ onClose: setMobileMenuOpen,
87
+ children: [
88
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "fixed inset-0 z-50" }),
89
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react2.Dialog.Panel, { className: "fixed inset-y-0 right-0 z-50 w-full overflow-y-auto bg-gray-900 px-6 py-6 sm:max-w-sm sm:ring-1 sm:ring-white/10", children: [
90
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex items-center justify-between", children: [
91
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("a", { href: "#", className: "-m-1.5 p-1.5", children: [
92
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "sr-only", children: companyName }),
93
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_logo.Logo, { className: "h-8 w-auto" })
94
+ ] }),
95
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
96
+ "button",
97
+ {
98
+ type: "button",
99
+ className: "-m-2.5 rounded-md p-2.5 text-gray-400",
100
+ onClick: () => setMobileMenuOpen(false),
101
+ children: [
102
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "sr-only", children: "Close menu" }),
103
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_outline.XMarkIcon, { className: "h-6 w-6", "aria-hidden": "true" })
104
+ ]
105
+ }
106
+ )
107
+ ] }),
108
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "mt-6 flow-root", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "-my-6 divide-y divide-gray-500/25", children: [
109
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "space-y-2 py-6", children: navigation.map((item) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
110
+ "a",
111
+ {
112
+ href: item.href,
113
+ className: "-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-white hover:bg-gray-800",
114
+ children: item.name
115
+ },
116
+ item.name
117
+ )) }),
118
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "py-6", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_userbutton.UserButton, { user, signOut }) })
119
+ ] }) })
120
+ ] })
121
+ ]
122
+ }
123
+ )
124
+ ] });
125
+ };
126
+ // Annotate the CommonJS export names for ESM import in node:
127
+ 0 && (module.exports = {
128
+ Header
129
+ });
130
+ //# sourceMappingURL=header.cjs.map