@igamingcareer/igaming-components 1.1.22 → 1.1.24

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 (429) hide show
  1. package/dist/index.js +402 -404
  2. package/dist/index.mjs +9586 -9607
  3. package/package.json +2 -3
  4. package/dist/types/components/ui/alert-dialog.d.ts +0 -20
  5. package/dist/types/components/ui/alert.d.ts +0 -8
  6. package/dist/types/components/ui/avatar.d.ts +0 -6
  7. package/dist/types/components/ui/badge.d.ts +0 -9
  8. package/dist/types/components/ui/button.d.ts +0 -11
  9. package/dist/types/components/ui/card.d.ts +0 -8
  10. package/dist/types/components/ui/checkbox.d.ts +0 -4
  11. package/dist/types/components/ui/collapsible.d.ts +0 -5
  12. package/dist/types/components/ui/command.d.ts +0 -82
  13. package/dist/types/components/ui/dialog.d.ts +0 -19
  14. package/dist/types/components/ui/drawer.d.ts +0 -22
  15. package/dist/types/components/ui/dropdown-menu.d.ts +0 -27
  16. package/dist/types/components/ui/input.d.ts +0 -3
  17. package/dist/types/components/ui/label.d.ts +0 -5
  18. package/dist/types/components/ui/popover.d.ts +0 -7
  19. package/dist/types/components/ui/progress.d.ts +0 -4
  20. package/dist/types/components/ui/radio-group.d.ts +0 -5
  21. package/dist/types/components/ui/scroll-area.d.ts +0 -5
  22. package/dist/types/components/ui/select.d.ts +0 -13
  23. package/dist/types/components/ui/separator.d.ts +0 -4
  24. package/dist/types/components/ui/slider.d.ts +0 -4
  25. package/dist/types/components/ui/switch.d.ts +0 -4
  26. package/dist/types/components/ui/tabs.d.ts +0 -7
  27. package/dist/types/components/ui/textarea.d.ts +0 -5
  28. package/dist/types/components/ui/toast.d.ts +0 -15
  29. package/dist/types/hooks/use-toast.d.ts +0 -45
  30. package/dist/types/lib/utils.d.ts +0 -2
  31. package/dist/types/src/components/App/App.d.ts +0 -2
  32. package/dist/types/src/components/Auth/ForgotPassword.d.ts +0 -26
  33. package/dist/types/src/components/Auth/ForgotPasswordForm.d.ts +0 -16
  34. package/dist/types/src/components/Auth/Login.d.ts +0 -36
  35. package/dist/types/src/components/Auth/LoginForm.d.ts +0 -23
  36. package/dist/types/src/components/Auth/Register.d.ts +0 -33
  37. package/dist/types/src/components/Auth/RegisterForm.d.ts +0 -29
  38. package/dist/types/src/components/Auth/RegisterFormV2.d.ts +0 -20
  39. package/dist/types/src/components/Auth/RegisterV2.d.ts +0 -18
  40. package/dist/types/src/components/Auth/SignInPromptModal.d.ts +0 -23
  41. package/dist/types/src/components/Auth/VerificationBanner.d.ts +0 -11
  42. package/dist/types/src/components/Button/Button.d.ts +0 -5
  43. package/dist/types/src/components/CandidateProfile/CandidateProfile.d.ts +0 -49
  44. package/dist/types/src/components/CareerAssistant/CareerAssistant.d.ts +0 -11
  45. package/dist/types/src/components/CareerAssistant/MessageBubble.d.ts +0 -15
  46. package/dist/types/src/components/CareerAssistant/WelcomeScreen.d.ts +0 -7
  47. package/dist/types/src/components/CareerAssistant/mockCareerAssistant.d.ts +0 -8
  48. package/dist/types/src/components/Companies/CompaniesList.d.ts +0 -30
  49. package/dist/types/src/components/Companies/CompanyAdminPage.d.ts +0 -0
  50. package/dist/types/src/components/Companies/CompanyDetail.d.ts +0 -33
  51. package/dist/types/src/components/Companies/CompanyDetail.similarCompanies.test.d.ts +0 -1
  52. package/dist/types/src/components/Companies/CompanyDirectory.d.ts +0 -27
  53. package/dist/types/src/components/Companies/CompanyDirectoryContainer.d.ts +0 -23
  54. package/dist/types/src/components/Companies/CompanyFilters.test.d.ts +0 -1
  55. package/dist/types/src/components/Companies/CompanyGroupDetail.d.ts +0 -6
  56. package/dist/types/src/components/Companies/CompanyPublicPage.d.ts +0 -0
  57. package/dist/types/src/components/Companies/CompanyReviewsTab.d.ts +0 -13
  58. package/dist/types/src/components/Companies/admin/CompanyJobsAdmin.d.ts +0 -0
  59. package/dist/types/src/components/Companies/admin/CompanyPeopleAdmin.d.ts +0 -0
  60. package/dist/types/src/components/Companies/admin/CompanyProfileEditor.d.ts +0 -0
  61. package/dist/types/src/components/Companies/companiesListFilters.d.ts +0 -19
  62. package/dist/types/src/components/Companies/companiesListFilters.test.d.ts +0 -1
  63. package/dist/types/src/components/Companies/components/ClaimProfileDialog.d.ts +0 -10
  64. package/dist/types/src/components/Companies/components/CompaniesHeader.d.ts +0 -2
  65. package/dist/types/src/components/Companies/components/CompanyAdminEditDialog.d.ts +0 -15
  66. package/dist/types/src/components/Companies/components/CompanyAdminShell.d.ts +0 -38
  67. package/dist/types/src/components/Companies/components/CompanyCard.d.ts +0 -25
  68. package/dist/types/src/components/Companies/components/CompanyClaim.d.ts +0 -7
  69. package/dist/types/src/components/Companies/components/CompanyComparison.d.ts +0 -12
  70. package/dist/types/src/components/Companies/components/CompanyFilters.d.ts +0 -10
  71. package/dist/types/src/components/Companies/components/CompanyHeader.d.ts +0 -34
  72. package/dist/types/src/components/Companies/components/CompanyMetaHighlights.d.ts +0 -11
  73. package/dist/types/src/components/Companies/components/LoadingCompanyShadowCard.d.ts +0 -5
  74. package/dist/types/src/components/Companies/components/ViewControls.d.ts +0 -14
  75. package/dist/types/src/components/Companies/components/admin/CandidateCard.d.ts +0 -11
  76. package/dist/types/src/components/Companies/components/admin/CompanyAdminCandidates.d.ts +0 -10
  77. package/dist/types/src/components/Companies/components/admin/CompanyAdminEvents.d.ts +0 -10
  78. package/dist/types/src/components/Companies/components/admin/CompanyAdminJobs.d.ts +0 -10
  79. package/dist/types/src/components/Companies/components/admin/CompanyAdminNews.d.ts +0 -10
  80. package/dist/types/src/components/Companies/components/admin/CompanyAdminOverview.d.ts +0 -10
  81. package/dist/types/src/components/Companies/components/admin/CompanyAdminPeople.d.ts +0 -10
  82. package/dist/types/src/components/Companies/components/admin/CompanyAdminProducts.d.ts +0 -10
  83. package/dist/types/src/components/Companies/components/admin/CompanyAdminSettings.d.ts +0 -10
  84. package/dist/types/src/components/Companies/components/admin/modals/AddEventModal.d.ts +0 -16
  85. package/dist/types/src/components/Companies/components/admin/modals/AddJobModal.d.ts +0 -17
  86. package/dist/types/src/components/Companies/components/admin/modals/AddPersonModal.d.ts +0 -15
  87. package/dist/types/src/components/Companies/components/admin/modals/AddProductModal.d.ts +0 -15
  88. package/dist/types/src/components/Companies/components/tabs/CompanyEventsTab.d.ts +0 -8
  89. package/dist/types/src/components/Companies/components/tabs/CompanyInsightsTab.d.ts +0 -2
  90. package/dist/types/src/components/Companies/components/tabs/CompanyJobsTab.d.ts +0 -9
  91. package/dist/types/src/components/Companies/components/tabs/CompanyNewsTab.d.ts +0 -8
  92. package/dist/types/src/components/Companies/components/tabs/CompanyOverviewTab.d.ts +0 -9
  93. package/dist/types/src/components/Companies/components/tabs/CompanyPeopleTab.d.ts +0 -6
  94. package/dist/types/src/components/Companies/components/tabs/CompanyProductsTab.d.ts +0 -6
  95. package/dist/types/src/components/Companies/components/tabs/CompanySidebar.d.ts +0 -7
  96. package/dist/types/src/components/Companies/components/tabs/CompanyTabsList.d.ts +0 -7
  97. package/dist/types/src/components/Companies/components/tabs/CompanyTrustTab.d.ts +0 -7
  98. package/dist/types/src/components/Companies/data/companies.d.ts +0 -18
  99. package/dist/types/src/components/Companies/data/company-group-preview.d.ts +0 -3
  100. package/dist/types/src/components/Companies/hooks/useCompaniesQuery.d.ts +0 -10
  101. package/dist/types/src/components/Companies/reviews/LeaveReviewModal.d.ts +0 -11
  102. package/dist/types/src/components/Companies/reviews/ReviewCard.d.ts +0 -9
  103. package/dist/types/src/components/Companies/reviews/ReviewStars.d.ts +0 -9
  104. package/dist/types/src/components/Companies/reviews/ReviewSummaryBar.d.ts +0 -7
  105. package/dist/types/src/components/Companies/reviews/index.d.ts +0 -4
  106. package/dist/types/src/components/Companies/types/companyAdmin.d.ts +0 -30
  107. package/dist/types/src/components/Companies/types/index.d.ts +0 -379
  108. package/dist/types/src/components/Companies/utils/companiesQuery.d.ts +0 -6
  109. package/dist/types/src/components/Companies/utils/companyFilters.d.ts +0 -53
  110. package/dist/types/src/components/Companies/utils/companyFilters.test.d.ts +0 -1
  111. package/dist/types/src/components/Companies/utils/normalizeCompanies.d.ts +0 -15
  112. package/dist/types/src/components/Companies/utils/normalizeCompaniesResponse.test.d.ts +0 -1
  113. package/dist/types/src/components/Companies/utils/permissions.d.ts +0 -9
  114. package/dist/types/src/components/Companies/utils/similarCompanies.d.ts +0 -2
  115. package/dist/types/src/components/CompanyOnboarding/CompanyOnboardingModal.d.ts +0 -18
  116. package/dist/types/src/components/CompanyOnboarding/index.d.ts +0 -1
  117. package/dist/types/src/components/Complaints/Complaints.d.ts +0 -8
  118. package/dist/types/src/components/Complaints/SubmitComplaintModal.d.ts +0 -16
  119. package/dist/types/src/components/Consent/Analytics.d.ts +0 -9
  120. package/dist/types/src/components/Consent/ConsentBanner.d.ts +0 -11
  121. package/dist/types/src/components/Consent/ConsentContext.d.ts +0 -20
  122. package/dist/types/src/components/ContactForm/ContactFormHybrid.d.ts +0 -8
  123. package/dist/types/src/components/Courses/CoursesList.d.ts +0 -9
  124. package/dist/types/src/components/Dashboard/AddExperienceModal.d.ts +0 -33
  125. package/dist/types/src/components/Dashboard/AddJobDetailModal.d.ts +0 -9
  126. package/dist/types/src/components/Dashboard/AddLanguageModal.d.ts +0 -10
  127. package/dist/types/src/components/Dashboard/AddPreferenceTopicModal.d.ts +0 -7
  128. package/dist/types/src/components/Dashboard/AddSkillModal.d.ts +0 -7
  129. package/dist/types/src/components/Dashboard/Alerts/AlertCard.d.ts +0 -12
  130. package/dist/types/src/components/Dashboard/Alerts/AlertEmptyState.d.ts +0 -5
  131. package/dist/types/src/components/Dashboard/Alerts/AlertForm.d.ts +0 -10
  132. package/dist/types/src/components/Dashboard/Alerts/AlertInsightsWidget.d.ts +0 -8
  133. package/dist/types/src/components/Dashboard/Alerts/AlertStatusBadge.d.ts +0 -8
  134. package/dist/types/src/components/Dashboard/Alerts/DashboardAlerts.d.ts +0 -11
  135. package/dist/types/src/components/Dashboard/CVUploadDialog.d.ts +0 -8
  136. package/dist/types/src/components/Dashboard/CompanyDashboard.d.ts +0 -15
  137. package/dist/types/src/components/Dashboard/CompanyEmployeeOverview.d.ts +0 -29
  138. package/dist/types/src/components/Dashboard/CompanyOwnerOverview.d.ts +0 -20
  139. package/dist/types/src/components/Dashboard/CompanyRecruiterOverview.d.ts +0 -31
  140. package/dist/types/src/components/Dashboard/Dashboard.d.ts +0 -56
  141. package/dist/types/src/components/Dashboard/DashboardCourses.d.ts +0 -32
  142. package/dist/types/src/components/Dashboard/DashboardJobCard.d.ts +0 -13
  143. package/dist/types/src/components/Dashboard/DashboardJobs.d.ts +0 -17
  144. package/dist/types/src/components/Dashboard/DashboardLayout.d.ts +0 -15
  145. package/dist/types/src/components/Dashboard/DashboardNews.d.ts +0 -15
  146. package/dist/types/src/components/Dashboard/DashboardNewsCard.d.ts +0 -12
  147. package/dist/types/src/components/Dashboard/DashboardOverview.d.ts +0 -46
  148. package/dist/types/src/components/Dashboard/DashboardProfile.d.ts +0 -64
  149. package/dist/types/src/components/Dashboard/DashboardSettings.d.ts +0 -84
  150. package/dist/types/src/components/Dashboard/DashboardStats.d.ts +0 -17
  151. package/dist/types/src/components/Dashboard/FreelancerActivationCard.d.ts +0 -6
  152. package/dist/types/src/components/Dashboard/FreelancerDashboardSection.d.ts +0 -10
  153. package/dist/types/src/components/Dashboard/FreelancerOnboardingModal.d.ts +0 -10
  154. package/dist/types/src/components/Dashboard/OnboardingChecklist.d.ts +0 -16
  155. package/dist/types/src/components/Dashboard/OnboardingDashboard.d.ts +0 -19
  156. package/dist/types/src/components/Events/EventCalendarCard.d.ts +0 -7
  157. package/dist/types/src/components/Events/EventsList.d.ts +0 -11
  158. package/dist/types/src/components/Events/SubmitEventModal.d.ts +0 -22
  159. package/dist/types/src/components/Events/mockEvents.d.ts +0 -2
  160. package/dist/types/src/components/Events/types.d.ts +0 -22
  161. package/dist/types/src/components/Footer/Footer.d.ts +0 -32
  162. package/dist/types/src/components/Freelancer/FreelancerProfile.d.ts +0 -19
  163. package/dist/types/src/components/Freelancer/FreelancerProfileContainer.d.ts +0 -2
  164. package/dist/types/src/components/Freelancer/Freelancers.d.ts +0 -30
  165. package/dist/types/src/components/Freelancer/FreelancersContainer.d.ts +0 -2
  166. package/dist/types/src/components/Freelancer/FreelancersList.d.ts +0 -10
  167. package/dist/types/src/components/Freelancer/mockFreelancers.d.ts +0 -6
  168. package/dist/types/src/components/GenericListing/Banner.d.ts +0 -9
  169. package/dist/types/src/components/GenericListing/DateFilter.d.ts +0 -13
  170. package/dist/types/src/components/GenericListing/LastVisitedJobs.d.ts +0 -7
  171. package/dist/types/src/components/GenericListing/Listing.d.ts +0 -32
  172. package/dist/types/src/components/GenericListing/ListingGrid.d.ts +0 -15
  173. package/dist/types/src/components/GenericListing/ListingHeader.d.ts +0 -5
  174. package/dist/types/src/components/GenericListing/ListingSort.d.ts +0 -14
  175. package/dist/types/src/components/GenericListing/MobileFilterDrawer.d.ts +0 -21
  176. package/dist/types/src/components/GenericListing/MobileNav.d.ts +0 -3
  177. package/dist/types/src/components/GenericListing/Pagination.d.ts +0 -8
  178. package/dist/types/src/components/GenericListing/PaginationControls.d.ts +0 -8
  179. package/dist/types/src/components/GenericListing/SearchBar.d.ts +0 -10
  180. package/dist/types/src/components/GenericListing/SearchableSelect.d.ts +0 -10
  181. package/dist/types/src/components/GenericListing/Sidebar.d.ts +0 -11
  182. package/dist/types/src/components/GenericListing/SidebarFilter.d.ts +0 -31
  183. package/dist/types/src/components/GenericListing/SidebarFilters.d.ts +0 -12
  184. package/dist/types/src/components/GenericListing/accessControl.d.ts +0 -22
  185. package/dist/types/src/components/GenericListing/generateMockJobs.d.ts +0 -2
  186. package/dist/types/src/components/GenericListing/useJobDataHook.d.ts +0 -5
  187. package/dist/types/src/components/GenericListing/useLocalStorageState.d.ts +0 -1
  188. package/dist/types/src/components/Header/Header.d.ts +0 -2
  189. package/dist/types/src/components/Header/HeaderAlternative.d.ts +0 -13
  190. package/dist/types/src/components/HomePage/Advantages.d.ts +0 -15
  191. package/dist/types/src/components/HomePage/Cart.d.ts +0 -12
  192. package/dist/types/src/components/HomePage/Chatbot.d.ts +0 -6
  193. package/dist/types/src/components/HomePage/Contact.d.ts +0 -22
  194. package/dist/types/src/components/HomePage/CourseTypes.d.ts +0 -26
  195. package/dist/types/src/components/HomePage/Courses.d.ts +0 -16
  196. package/dist/types/src/components/HomePage/Destinations.d.ts +0 -12
  197. package/dist/types/src/components/HomePage/FAQ.d.ts +0 -11
  198. package/dist/types/src/components/HomePage/FeatureJobs.d.ts +0 -19
  199. package/dist/types/src/components/HomePage/Features.d.ts +0 -13
  200. package/dist/types/src/components/HomePage/ForEmployers.d.ts +0 -10
  201. package/dist/types/src/components/HomePage/Gallery.d.ts +0 -13
  202. package/dist/types/src/components/HomePage/Hero.d.ts +0 -11
  203. package/dist/types/src/components/HomePage/HeroAlternative.d.ts +0 -11
  204. package/dist/types/src/components/HomePage/HeroSection.d.ts +0 -2
  205. package/dist/types/src/components/HomePage/HomePage.d.ts +0 -3
  206. package/dist/types/src/components/HomePage/IgamingCareerHome.d.ts +0 -33
  207. package/dist/types/src/components/HomePage/ImageSlider.d.ts +0 -11
  208. package/dist/types/src/components/HomePage/JobSearch.d.ts +0 -2
  209. package/dist/types/src/components/HomePage/JobsSearchWidget.d.ts +0 -22
  210. package/dist/types/src/components/HomePage/Navbar.d.ts +0 -19
  211. package/dist/types/src/components/HomePage/Newsletter.d.ts +0 -11
  212. package/dist/types/src/components/HomePage/NewsletterV2.d.ts +0 -21
  213. package/dist/types/src/components/HomePage/NotificationModal.d.ts +0 -7
  214. package/dist/types/src/components/HomePage/Partners.d.ts +0 -2
  215. package/dist/types/src/components/HomePage/Services.d.ts +0 -13
  216. package/dist/types/src/components/HomePage/ServicesNoIcons.d.ts +0 -16
  217. package/dist/types/src/components/HomePage/SidebarNewsletter.d.ts +0 -9
  218. package/dist/types/src/components/HomePage/SidebarNewsletterV2.d.ts +0 -18
  219. package/dist/types/src/components/HomePage/Testimonials.d.ts +0 -14
  220. package/dist/types/src/components/HomePage/TestimonialsVariant.d.ts +0 -2
  221. package/dist/types/src/components/HomePage/TrustSignals.d.ts +0 -18
  222. package/dist/types/src/components/HomePage/ValueProposition.d.ts +0 -12
  223. package/dist/types/src/components/HomePage/Videos.d.ts +0 -13
  224. package/dist/types/src/components/HomePage/context/CartContext.d.ts +0 -22
  225. package/dist/types/src/components/IgamingCoursesPage/CourseCard.d.ts +0 -12
  226. package/dist/types/src/components/IgamingCoursesPage/CourseFilters.d.ts +0 -19
  227. package/dist/types/src/components/IgamingCoursesPage/CourseNavigation.d.ts +0 -11
  228. package/dist/types/src/components/IgamingCoursesPage/CourseSearch.d.ts +0 -10
  229. package/dist/types/src/components/IgamingCoursesPage/CourseSidebarFilters.d.ts +0 -23
  230. package/dist/types/src/components/IgamingCoursesPage/CoursesListingCards.d.ts +0 -17
  231. package/dist/types/src/components/IgamingCoursesPage/FeaturedCourses.d.ts +0 -12
  232. package/dist/types/src/components/IgamingCoursesPage/HeroSection.d.ts +0 -9
  233. package/dist/types/src/components/IgamingCoursesPage/IgamingCoursesPage.d.ts +0 -12
  234. package/dist/types/src/components/IgamingCoursesPage/MobileCourseSearch.d.ts +0 -10
  235. package/dist/types/src/components/IgamingCoursesPage/Statistics.d.ts +0 -8
  236. package/dist/types/src/components/IgamingCoursesPage/data/courses.d.ts +0 -3
  237. package/dist/types/src/components/IgamingCoursesPage/types/course.d.ts +0 -63
  238. package/dist/types/src/components/JobListing/JobListing.d.ts +0 -24
  239. package/dist/types/src/components/JobListing/components/Filters.d.ts +0 -17
  240. package/dist/types/src/components/JobListing/components/Footer.d.ts +0 -12
  241. package/dist/types/src/components/JobListing/components/JobCard.d.ts +0 -14
  242. package/dist/types/src/components/JobListing/components/JobList.d.ts +0 -11
  243. package/dist/types/src/components/JobListing/components/MobileFilterDrawer.d.ts +0 -21
  244. package/dist/types/src/components/JobListing/components/Navbar.d.ts +0 -13
  245. package/dist/types/src/components/JobListing/components/PromoCard.d.ts +0 -11
  246. package/dist/types/src/components/JobListing/components/SearchBar.d.ts +0 -10
  247. package/dist/types/src/components/JobListing/types/Job.d.ts +0 -23
  248. package/dist/types/src/components/Jobs/JobsList.d.ts +0 -38
  249. package/dist/types/src/components/Jobs/jobsListFilters.d.ts +0 -12
  250. package/dist/types/src/components/Jobs/jobsListFilters.test.d.ts +0 -1
  251. package/dist/types/src/components/JobsDetails/JobDetail.d.ts +0 -9
  252. package/dist/types/src/components/JobsDetails/utils/navigation.d.ts +0 -2
  253. package/dist/types/src/components/JobsDetails/utils/types.d.ts +0 -37
  254. package/dist/types/src/components/JobsDetails/utils/useJobSlug.d.ts +0 -1
  255. package/dist/types/src/components/MarketDetail/MarketDetail.d.ts +0 -6
  256. package/dist/types/src/components/Markets/MarketsList.d.ts +0 -9
  257. package/dist/types/src/components/Markets/SuggestMarketModal.d.ts +0 -8
  258. package/dist/types/src/components/Markets/mockMarkets.d.ts +0 -3
  259. package/dist/types/src/components/Modal/Modal.d.ts +0 -10
  260. package/dist/types/src/components/News/NewsList.d.ts +0 -7
  261. package/dist/types/src/components/NewsPage/BreakingNews.d.ts +0 -7
  262. package/dist/types/src/components/NewsPage/NewsCard.d.ts +0 -15
  263. package/dist/types/src/components/NewsPage/NewsFilters.d.ts +0 -14
  264. package/dist/types/src/components/NewsPage/NewsPage.d.ts +0 -19
  265. package/dist/types/src/components/NewsPage/NewsSearch.d.ts +0 -9
  266. package/dist/types/src/components/NewsPage/NewsSidebarFilters.d.ts +0 -19
  267. package/dist/types/src/components/NewsPage/TrendingNews.d.ts +0 -8
  268. package/dist/types/src/components/NewsPage/data/news.d.ts +0 -3
  269. package/dist/types/src/components/NewsPage/types/news.d.ts +0 -35
  270. package/dist/types/src/components/Notification/NotificationItem.d.ts +0 -15
  271. package/dist/types/src/components/Notification/NotificationProvider.d.ts +0 -20
  272. package/dist/types/src/components/Notification/NotificationTester.d.ts +0 -21
  273. package/dist/types/src/components/Notification/NotificationViewport.d.ts +0 -20
  274. package/dist/types/src/components/Notification/index.d.ts +0 -4
  275. package/dist/types/src/components/Notification/notificationStore.d.ts +0 -51
  276. package/dist/types/src/components/Onboarding/DashboardOnboardingSection.d.ts +0 -12
  277. package/dist/types/src/components/Onboarding/OnboardingChecklist.d.ts +0 -8
  278. package/dist/types/src/components/Onboarding/OnboardingContext.d.ts +0 -6
  279. package/dist/types/src/components/Onboarding/OnboardingDashboard.d.ts +0 -11
  280. package/dist/types/src/components/Onboarding/OnboardingModal.d.ts +0 -19
  281. package/dist/types/src/components/Onboarding/OnboardingPopup.d.ts +0 -6
  282. package/dist/types/src/components/Onboarding/ShieldedActionButton.d.ts +0 -15
  283. package/dist/types/src/components/Onboarding/VerificationBanner.d.ts +0 -12
  284. package/dist/types/src/components/Onboarding/index.d.ts +0 -13
  285. package/dist/types/src/components/Places/PlacesList.d.ts +0 -7
  286. package/dist/types/src/components/Places/mockPlaces.d.ts +0 -2
  287. package/dist/types/src/components/Places/types.d.ts +0 -16
  288. package/dist/types/src/components/Prices/Group/GroupPrices.d.ts +0 -10
  289. package/dist/types/src/components/Prices/Summary/SlidingSummary.d.ts +0 -7
  290. package/dist/types/src/components/ProductCategories/ProductCategoriesList.d.ts +0 -9
  291. package/dist/types/src/components/ProductCategories/ProductCategoryDetail.d.ts +0 -7
  292. package/dist/types/src/components/ProductCategories/mockProductCategories.d.ts +0 -3
  293. package/dist/types/src/components/ProductCategories/types.d.ts +0 -47
  294. package/dist/types/src/components/RegulatorDetail/RegulatorDetail.d.ts +0 -6
  295. package/dist/types/src/components/Regulators/JurisdictionsList.d.ts +0 -6
  296. package/dist/types/src/components/Regulators/RegulatorsList.d.ts +0 -9
  297. package/dist/types/src/components/Regulators/mockJurisdictions.d.ts +0 -3
  298. package/dist/types/src/components/Regulators/mockRegulators.d.ts +0 -3
  299. package/dist/types/src/components/Regulators/types.d.ts +0 -55
  300. package/dist/types/src/components/Reviews/LeaveReviewStandaloneModal.d.ts +0 -23
  301. package/dist/types/src/components/Reviews/Reviews.d.ts +0 -8
  302. package/dist/types/src/components/Shared/ActiveFiltersDisplay.d.ts +0 -15
  303. package/dist/types/src/components/Shared/Cards/CareerPathCard.d.ts +0 -20
  304. package/dist/types/src/components/Shared/Cards/ChannelCard.d.ts +0 -9
  305. package/dist/types/src/components/Shared/Cards/CompanyCardMobile.d.ts +0 -30
  306. package/dist/types/src/components/Shared/Cards/CompanyTypeCard.d.ts +0 -9
  307. package/dist/types/src/components/Shared/Cards/CourseCard.d.ts +0 -37
  308. package/dist/types/src/components/Shared/Cards/DepartmentCard.d.ts +0 -15
  309. package/dist/types/src/components/Shared/Cards/DepartmentEntityCard.d.ts +0 -9
  310. package/dist/types/src/components/Shared/Cards/DirectoryDetailCard.d.ts +0 -13
  311. package/dist/types/src/components/Shared/Cards/DirectoryInfoPanel.d.ts +0 -25
  312. package/dist/types/src/components/Shared/Cards/DirectoryKeyRolesList.d.ts +0 -11
  313. package/dist/types/src/components/Shared/Cards/EventsCard.d.ts +0 -19
  314. package/dist/types/src/components/Shared/Cards/FreelancerCard.d.ts +0 -23
  315. package/dist/types/src/components/Shared/Cards/GamblingVerticalCard.d.ts +0 -9
  316. package/dist/types/src/components/Shared/Cards/JobCard.d.ts +0 -31
  317. package/dist/types/src/components/Shared/Cards/JurisdictionCard.d.ts +0 -8
  318. package/dist/types/src/components/Shared/Cards/MarketsCard.d.ts +0 -8
  319. package/dist/types/src/components/Shared/Cards/NewsCard.d.ts +0 -32
  320. package/dist/types/src/components/Shared/Cards/PlacesCard.d.ts +0 -18
  321. package/dist/types/src/components/Shared/Cards/PlaybookCard.d.ts +0 -17
  322. package/dist/types/src/components/Shared/Cards/ProductCategoriesCard.d.ts +0 -26
  323. package/dist/types/src/components/Shared/Cards/RegulatorsCard.d.ts +0 -21
  324. package/dist/types/src/components/Shared/Cards/RoleGuideCard.d.ts +0 -17
  325. package/dist/types/src/components/Shared/Cards/TermCard.d.ts +0 -14
  326. package/dist/types/src/components/Shared/Cards/VideoCard.d.ts +0 -21
  327. package/dist/types/src/components/Shared/Cards/index.d.ts +0 -10
  328. package/dist/types/src/components/Shared/Directory/DirectoryBanner.d.ts +0 -8
  329. package/dist/types/src/components/Shared/Directory/DirectoryShell.d.ts +0 -30
  330. package/dist/types/src/components/Shared/Directory/DirectoryShowcase.d.ts +0 -3
  331. package/dist/types/src/components/Shared/Directory/DirectoryToolbar.d.ts +0 -20
  332. package/dist/types/src/components/Shared/Directory/ViewModeToggle.d.ts +0 -1
  333. package/dist/types/src/components/Shared/Directory/index.d.ts +0 -5
  334. package/dist/types/src/components/Shared/Directory/types.d.ts +0 -73
  335. package/dist/types/src/components/Shared/GenericFilter.d.ts +0 -17
  336. package/dist/types/src/components/Shared/GenericPagination.d.ts +0 -8
  337. package/dist/types/src/components/Shared/ItemsPerPageSelector.d.ts +0 -10
  338. package/dist/types/src/components/Shared/Listing/ListingActiveFilters.d.ts +0 -16
  339. package/dist/types/src/components/Shared/Listing/ListingEmptyState.d.ts +0 -16
  340. package/dist/types/src/components/Shared/Listing/ListingHeader.d.ts +0 -17
  341. package/dist/types/src/components/Shared/Listing/ListingMobileFilters.d.ts +0 -24
  342. package/dist/types/src/components/Shared/Listing/ListingPagination.d.ts +0 -15
  343. package/dist/types/src/components/Shared/Listing/ListingSearchBar.d.ts +0 -20
  344. package/dist/types/src/components/Shared/Listing/ListingSidebar.d.ts +0 -25
  345. package/dist/types/src/components/Shared/Listing/ListingToolbar.d.ts +0 -24
  346. package/dist/types/src/components/Shared/Listing/index.d.ts +0 -9
  347. package/dist/types/src/components/Shared/Listing/types.d.ts +0 -50
  348. package/dist/types/src/components/Shared/LoadingShadowCard.d.ts +0 -5
  349. package/dist/types/src/components/Shared/Mobile/BottomSheetFilter.d.ts +0 -23
  350. package/dist/types/src/components/Shared/Mobile/FloatingActionButton.d.ts +0 -22
  351. package/dist/types/src/components/Shared/Mobile/HorizontalTagSlider.d.ts +0 -22
  352. package/dist/types/src/components/Shared/Mobile/StickyFilterChips.d.ts +0 -20
  353. package/dist/types/src/components/Shared/Mobile/UserIdentityMenu.d.ts +0 -36
  354. package/dist/types/src/components/Shared/Mobile/index.d.ts +0 -5
  355. package/dist/types/src/components/Shared/MobileDrawer.d.ts +0 -9
  356. package/dist/types/src/components/Shared/PageTitleHeader.d.ts +0 -16
  357. package/dist/types/src/components/Shared/SearchBox.d.ts +0 -11
  358. package/dist/types/src/components/Shared/ShieldedActionButton.d.ts +0 -14
  359. package/dist/types/src/components/Shared/SubscriptionModal.d.ts +0 -10
  360. package/dist/types/src/components/Shared/Taxonomy/ExamplesPanel.d.ts +0 -7
  361. package/dist/types/src/components/Shared/Taxonomy/TaxonomyApproveForm.d.ts +0 -15
  362. package/dist/types/src/components/Shared/Taxonomy/TaxonomySuggestionDetail.d.ts +0 -11
  363. package/dist/types/src/components/Shared/Taxonomy/TaxonomySuggestionTable.d.ts +0 -12
  364. package/dist/types/src/components/Shared/Taxonomy/types.d.ts +0 -18
  365. package/dist/types/src/components/Shared/ViewControls.d.ts +0 -13
  366. package/dist/types/src/components/Shared/ViewModeToggle.d.ts +0 -9
  367. package/dist/types/src/components/Shared/extractTagsFromTitle.d.ts +0 -3
  368. package/dist/types/src/components/Shared/helpers/api.d.ts +0 -21
  369. package/dist/types/src/components/Shared/helpers/filters.d.ts +0 -10
  370. package/dist/types/src/components/Shared/helpers/jobsHelpers.d.ts +0 -6
  371. package/dist/types/src/components/Shared/types/shared-types.d.ts +0 -125
  372. package/dist/types/src/components/Shared/useSavedJobs.d.ts +0 -5
  373. package/dist/types/src/components/TagBadge/TagBadge.d.ts +0 -12
  374. package/dist/types/src/components/TagPicker/TagPicker.d.ts +0 -20
  375. package/dist/types/src/components/hooks/useFilters.d.ts +0 -5
  376. package/dist/types/src/components/hooks/useOnboarding.d.ts +0 -19
  377. package/dist/types/src/components/hooks/usePagination.d.ts +0 -6
  378. package/dist/types/src/components/hooks/useSubscription.d.ts +0 -4
  379. package/dist/types/src/data/mockCandidates.d.ts +0 -2
  380. package/dist/types/src/data/mockCareerAssistant.d.ts +0 -6
  381. package/dist/types/src/data/mockComplaints.d.ts +0 -2
  382. package/dist/types/src/data/mockReviews.d.ts +0 -6
  383. package/dist/types/src/hooks/useCareerAssistant.d.ts +0 -7
  384. package/dist/types/src/index.d.ts +0 -152
  385. package/dist/types/src/main.d.ts +0 -7
  386. package/dist/types/src/services/careerAssistant.mock.d.ts +0 -53
  387. package/dist/types/src/stories/Button.stories.d.ts +0 -7
  388. package/dist/types/src/stories/CompanyGroupDetail.stories.d.ts +0 -6
  389. package/dist/types/src/stories/ConsentAnalytics.stories.d.ts +0 -9
  390. package/dist/types/src/stories/Footer.stories.d.ts +0 -7
  391. package/dist/types/src/stories/GenericPagination.stories.d.ts +0 -7
  392. package/dist/types/src/stories/Header.stories.d.ts +0 -6
  393. package/dist/types/src/stories/ItemsPerPageSelector.stories.d.ts +0 -7
  394. package/dist/types/src/stories/LoadingCompanyShadowCard.stories.d.ts +0 -7
  395. package/dist/types/src/stories/LoadingShadowCard.stories.d.ts +0 -7
  396. package/dist/types/src/stories/Login.stories.d.ts +0 -7
  397. package/dist/types/src/stories/Notification.stories.d.ts +0 -6
  398. package/dist/types/src/stories/NotificationTester.stories.d.ts +0 -6
  399. package/dist/types/src/stories/OnboardingChecklist.stories.d.ts +0 -8
  400. package/dist/types/src/stories/OnboardingDashboard.stories.d.ts +0 -9
  401. package/dist/types/src/stories/PageComponents.stories.d.ts +0 -7
  402. package/dist/types/src/stories/PricingComponents.stories.d.ts +0 -6
  403. package/dist/types/src/stories/ShieldedActionButton.stories.d.ts +0 -8
  404. package/dist/types/src/stories/SignInPromptModal.stories.d.ts +0 -7
  405. package/dist/types/src/stories/VerificationBanner.stories.d.ts +0 -9
  406. package/dist/types/src/types/candidate.d.ts +0 -27
  407. package/dist/types/src/types/chat-messages.d.ts +0 -6
  408. package/dist/types/src/types/company-user.d.ts +0 -33
  409. package/dist/types/src/types/company-user.test.d.ts +0 -1
  410. package/dist/types/src/types/complaint.d.ts +0 -21
  411. package/dist/types/src/types/conference.d.ts +0 -21
  412. package/dist/types/src/types/dashboard.d.ts +0 -252
  413. package/dist/types/src/types/events.courses.d.ts +0 -49
  414. package/dist/types/src/types/events.d.ts +0 -23
  415. package/dist/types/src/types/events.freelancers.d.ts +0 -11
  416. package/dist/types/src/types/events.jobs.d.ts +0 -70
  417. package/dist/types/src/types/events.news.d.ts +0 -57
  418. package/dist/types/src/types/events.newsletter.d.ts +0 -6
  419. package/dist/types/src/types/freelancer.d.ts +0 -128
  420. package/dist/types/src/types/general.d.ts +0 -15
  421. package/dist/types/src/types/icon-utils.d.ts +0 -3
  422. package/dist/types/src/types/item.d.ts +0 -10
  423. package/dist/types/src/types/job-alert.d.ts +0 -64
  424. package/dist/types/src/types/job.d.ts +0 -30
  425. package/dist/types/src/types/market.d.ts +0 -78
  426. package/dist/types/src/types/news.d.ts +0 -15
  427. package/dist/types/src/types/onboarding.d.ts +0 -42
  428. package/dist/types/src/types/review.d.ts +0 -61
  429. package/dist/types/src/types/user.d.ts +0 -34
@@ -1,22 +0,0 @@
1
- export type EventFormat = "Online" | "In-person" | "Hybrid";
2
- export type EventAudience = "C-level" | "B2B" | "Regulators" | "Affiliates" | "Tech" | "Operators" | "Providers" | "General";
3
- export interface DirectoryEvent {
4
- id: string;
5
- title: string;
6
- organizer: string;
7
- category: string;
8
- format: EventFormat;
9
- country: string;
10
- city: string;
11
- date: string;
12
- endDate?: string;
13
- attendeeCount: number;
14
- tags: string[];
15
- audience?: EventAudience[];
16
- description?: string;
17
- image?: string;
18
- isFeatured?: boolean;
19
- isFree?: boolean;
20
- link?: string;
21
- slug?: string;
22
- }
@@ -1,32 +0,0 @@
1
- import type React from "react";
2
- interface FooterLink {
3
- label: string;
4
- href: string;
5
- }
6
- interface FooterColumn {
7
- title: string;
8
- links: FooterLink[];
9
- }
10
- interface SocialLink {
11
- icon: React.ReactNode;
12
- href: string;
13
- }
14
- interface ContactInfo {
15
- email: string;
16
- phone: string;
17
- location: string;
18
- }
19
- interface FooterProps {
20
- logo: {
21
- text: string;
22
- initials: string;
23
- };
24
- tagline: string;
25
- socialLinks: SocialLink[];
26
- columns: FooterColumn[];
27
- contactInfo: ContactInfo;
28
- copyright: string;
29
- poweredBy: string;
30
- }
31
- export default function Footer({ logo, tagline, socialLinks, columns, contactInfo, copyright, poweredBy, }: FooterProps): import("react/jsx-runtime").JSX.Element;
32
- export {};
@@ -1,19 +0,0 @@
1
- import type { Freelancer, FreelancerFollowActionPayload, SaveFreelancerPayload } from "../../types/freelancer";
2
- import type { EmittedEventHandler } from "../../types/events";
3
- interface FreelancerProfileProps {
4
- freelancer?: Freelancer | null;
5
- loading?: boolean;
6
- followLoading?: boolean;
7
- followDisabled?: boolean;
8
- onToggleFollow?: (freelancerId: string, isFollowing: boolean) => void;
9
- onFollowAction?: (payload: FreelancerFollowActionPayload) => void;
10
- saveLoading?: boolean;
11
- saveDisabled?: boolean;
12
- onToggleSave?: (freelancerId: string, isSaved: boolean) => void;
13
- onSaveAction?: (payload: SaveFreelancerPayload) => void;
14
- onContact?: (freelancerId: string) => void;
15
- onBack?: () => void;
16
- onEmitEvent?: EmittedEventHandler;
17
- }
18
- declare const FreelancerProfile: ({ freelancer, loading, followLoading, followDisabled, onToggleFollow, onFollowAction, saveLoading, saveDisabled, onToggleSave, onSaveAction, onContact, onBack, onEmitEvent, }: FreelancerProfileProps) => import("react/jsx-runtime").JSX.Element;
19
- export default FreelancerProfile;
@@ -1,2 +0,0 @@
1
- declare const FreelancerProfileContainer: () => import("react/jsx-runtime").JSX.Element;
2
- export default FreelancerProfileContainer;
@@ -1,30 +0,0 @@
1
- import { ViewMode } from "../../components/Shared/Listing";
2
- import type { Freelancer, FreelancerFilterOptions, FreelancerFilters, FreelancerFollowActionPayload, SaveFreelancerPayload } from "../../types/freelancer";
3
- import type { EmittedEventHandler } from "../../types/events";
4
- interface FreelancerDirectoryProps {
5
- freelancers: Freelancer[];
6
- filterOptions: FreelancerFilterOptions;
7
- loading: boolean;
8
- page: number;
9
- pageSize: number;
10
- totalCount: number;
11
- totalPages: number;
12
- onPageChange: (page: number) => void;
13
- onPageSizeChange: (size: number) => void;
14
- filters: FreelancerFilters;
15
- onFiltersChange: (filters: FreelancerFilters) => void;
16
- onClearFilters: () => void;
17
- viewMode: ViewMode;
18
- onViewModeChange: (mode: ViewMode) => void;
19
- followDisabled?: boolean;
20
- followLoading?: boolean;
21
- onToggleFollow?: (freelancerId: string, isFollowing: boolean) => void;
22
- onFollowAction?: (payload: FreelancerFollowActionPayload) => void;
23
- saveDisabled?: boolean;
24
- saveLoading?: boolean;
25
- onToggleSave?: (freelancerId: string, isSaved: boolean) => void;
26
- onSaveAction?: (payload: SaveFreelancerPayload) => void;
27
- onEmitEvent?: EmittedEventHandler;
28
- }
29
- declare const Freelancers: ({ freelancers, filterOptions, loading, page, pageSize, totalCount, totalPages, onPageChange, onPageSizeChange, filters, onFiltersChange, onClearFilters, viewMode, onViewModeChange, followDisabled, followLoading, onToggleFollow, onFollowAction, saveDisabled, saveLoading, onToggleSave, onSaveAction, onEmitEvent, }: FreelancerDirectoryProps) => import("react/jsx-runtime").JSX.Element;
30
- export default Freelancers;
@@ -1,2 +0,0 @@
1
- declare const FreelancersContainer: () => import("react/jsx-runtime").JSX.Element;
2
- export default FreelancersContainer;
@@ -1,10 +0,0 @@
1
- import type { Freelancer } from "../../types/freelancer";
2
- interface FreelancersListProps {
3
- apiUrl?: string;
4
- itemsPerPage?: number;
5
- enableMobileFilter?: boolean;
6
- /** Pre-fetched freelancers from a server component – skips the client-side fetch when provided. */
7
- initialFreelancers?: Freelancer[];
8
- }
9
- declare const FreelancersList: ({ apiUrl, itemsPerPage, enableMobileFilter: _enableMobileFilter, initialFreelancers, }: FreelancersListProps) => import("react/jsx-runtime").JSX.Element;
10
- export default FreelancersList;
@@ -1,6 +0,0 @@
1
- import { Freelancer } from "../../types/freelancer";
2
- export declare const MOCK_FREELANCERS: Freelancer[];
3
- export declare const ALL_SPECIALIZATIONS: string[];
4
- export declare const ALL_SKILLS: string[];
5
- export declare const ALL_LOCATIONS: string[];
6
- export declare const ALL_LANGUAGES: string[];
@@ -1,9 +0,0 @@
1
- import type React from "react";
2
- interface BannerProps {
3
- position: "top" | "bottom" | "sidebar";
4
- url: string;
5
- link: string;
6
- alt?: string;
7
- }
8
- declare const Banner: React.FC<BannerProps>;
9
- export default Banner;
@@ -1,13 +0,0 @@
1
- import type React from "react";
2
- export type DateFilterOption = "all" | "today" | "this_week" | "this_month" | "last_30_days" | "last_90_days";
3
- interface DateFilterProps {
4
- activeDateFilter: DateFilterOption;
5
- onDateFilterChange: (filter: DateFilterOption) => void;
6
- dateFieldLabel?: string;
7
- options?: {
8
- value: DateFilterOption;
9
- label: string;
10
- }[];
11
- }
12
- declare const DateFilter: React.FC<DateFilterProps>;
13
- export default DateFilter;
@@ -1,7 +0,0 @@
1
- import type React from "react";
2
- interface LastVisitedJobsProps {
3
- jobs: Job[];
4
- onViewJob: (job: Job, positionInList?: number, openedIn?: "same_tab" | "new_tab" | "external", openedFrom?: "listing" | "last_visited" | "featured" | "other") => void;
5
- }
6
- declare const LastVisitedJobs: React.FC<LastVisitedJobsProps>;
7
- export default LastVisitedJobs;
@@ -1,32 +0,0 @@
1
- import React from "react";
2
- import "./styles/itemListing.css";
3
- import { ListingAccessControl } from "./accessControl";
4
- import type { EmittedEventHandler, ListingEventContext } from "../../types/events";
5
- interface ListingProps {
6
- apiUrl: string;
7
- itemsPerPage?: number;
8
- filterKeys: string[];
9
- enablePagination?: boolean;
10
- enableMobileFilter?: boolean;
11
- searchableFilters?: string[];
12
- banner?: {
13
- sidebar?: {
14
- enabled: boolean;
15
- url: string;
16
- link: string;
17
- alt: string;
18
- };
19
- };
20
- cardType: string;
21
- dateField?: string;
22
- dateFieldLabel?: string;
23
- notification_url?: string;
24
- userAccess?: ListingAccessControl;
25
- onEmitEvent?: EmittedEventHandler;
26
- eventContext?: Omit<ListingEventContext, "component">;
27
- onPopularTagClick?: (tag: string) => void;
28
- onPopularTagRemove?: (tag: string) => void;
29
- allowPopularTagRemoval?: boolean;
30
- }
31
- declare const Listing: React.FC<ListingProps>;
32
- export default Listing;
@@ -1,15 +0,0 @@
1
- import type React from "react";
2
- import { ResolvedListingAccessControl } from "./accessControl";
3
- interface ListingGridProps {
4
- items: any[];
5
- cardType: string;
6
- viewMode: "grid" | "list";
7
- savedJobs: string[];
8
- onSaveJob: (job: Job, positionInList?: number) => void;
9
- onViewJob: (job: Job, positionInList?: number, openedIn?: "same_tab" | "new_tab" | "external", openedFrom?: "listing" | "last_visited" | "featured" | "other") => void;
10
- onApplyJob?: (job: Job, positionInList?: number, applyType?: "external" | "internal" | "one_click") => void;
11
- firstItemRef?: React.RefObject<HTMLDivElement>;
12
- userAccess: ResolvedListingAccessControl;
13
- }
14
- declare const ListingGrid: React.FC<ListingGridProps>;
15
- export default ListingGrid;
@@ -1,5 +0,0 @@
1
- interface ListingHeader {
2
- filteredItems: Job[];
3
- }
4
- declare const ListingHeader: ({ filteredItems }: ListingHeader) => import("react/jsx-runtime").JSX.Element;
5
- export default ListingHeader;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { SortOptionKey } from "../Shared/helpers/filters";
3
- export interface SortOption {
4
- value: SortOptionKey;
5
- label: string;
6
- description?: string;
7
- }
8
- interface ListingSortProps {
9
- value: SortOptionKey;
10
- options: SortOption[];
11
- onChange: (value: SortOptionKey) => void;
12
- }
13
- declare const ListingSort: React.FC<ListingSortProps>;
14
- export default ListingSort;
@@ -1,21 +0,0 @@
1
- import { DateFilterOption } from "./DateFilter";
2
- declare const MobileFilterDrawer: ({ activeDateFilter, handleDateFilterChange, filterKeys, searchableFilters, dateFieldLabel, activeFilters, handleFilterChange, toggleSavedJobsFilter, filtersData, savedJobs, showOnlySaved, isMobileFilterOpen, toggleMobileFilter, dateOptions }: {
3
- activeDateFilter: DateFilterOption;
4
- handleDateFilterChange: (filter: DateFilterOption) => void;
5
- filterKeys: string[];
6
- searchableFilters: string[];
7
- dateFieldLabel: string;
8
- activeFilters: Record<string, string>;
9
- handleFilterChange: (key: string, value: string) => void;
10
- toggleSavedJobsFilter?: () => void;
11
- filtersData: Record<string, string[]>;
12
- savedJobs?: string[];
13
- showOnlySaved?: boolean;
14
- isMobileFilterOpen: boolean;
15
- toggleMobileFilter: (x: boolean) => void;
16
- dateOptions?: {
17
- value: DateFilterOption;
18
- label: string;
19
- }[];
20
- }) => import("react/jsx-runtime").JSX.Element;
21
- export default MobileFilterDrawer;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MobileNav: React.FC;
3
- export default MobileNav;
@@ -1,8 +0,0 @@
1
- import type React from "react";
2
- interface PaginationProps {
3
- currentPage: number;
4
- totalPages: number;
5
- setCurrentPage: (page: number) => void;
6
- }
7
- declare const Pagination: React.FC<PaginationProps>;
8
- export default Pagination;
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- interface PaginationControlsProps {
3
- currentPage: number;
4
- totalPages: number;
5
- onPageChange: (page: number) => void;
6
- }
7
- declare const PaginationControls: React.FC<PaginationControlsProps>;
8
- export default PaginationControls;
@@ -1,10 +0,0 @@
1
- import type React from "react";
2
- import type { KeyboardEvent } from "react";
3
- interface SearchBarProps {
4
- searchTerm: string;
5
- handleSearchChange: (search: string) => void;
6
- handleSearchKeyDown: (e: KeyboardEvent<HTMLInputElement>) => void;
7
- suggestions: string[];
8
- }
9
- declare const SearchBar: React.FC<SearchBarProps>;
10
- export default SearchBar;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- interface SearchableSelectProps {
3
- options: string[];
4
- value: string;
5
- onChange: (value: string) => void;
6
- placeholder: string;
7
- className?: string;
8
- }
9
- declare const SearchableSelect: React.FC<SearchableSelectProps>;
10
- export default SearchableSelect;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { JobFilters } from "../../components/GenericListing/SidebarFilter";
3
- interface SidebarProps {
4
- filters: JobFilters;
5
- onFilterChange: (filters: JobFilters) => void;
6
- onReset: () => void;
7
- isMobile?: boolean;
8
- onClose?: () => void;
9
- }
10
- declare const Sidebar: React.FC<SidebarProps>;
11
- export default Sidebar;
@@ -1,31 +0,0 @@
1
- import type React from "react";
2
- interface FilterOption {
3
- label: string;
4
- value: string;
5
- }
6
- export interface JobFilters {
7
- jobTypes: string[];
8
- experienceLevels: string[];
9
- country: string;
10
- city: string;
11
- location: string;
12
- minSalary: string;
13
- maxSalary: string;
14
- industry: string;
15
- [key: string]: string | string[];
16
- }
17
- interface FilterConfig {
18
- type: "checkbox" | "dropdown" | "search" | "multiselect";
19
- options?: FilterOption[];
20
- label: string;
21
- }
22
- interface SidebarFilterProps {
23
- filters: JobFilters;
24
- onFilterChange: (filters: JobFilters) => void;
25
- onReset: () => void;
26
- filterConfig?: Record<string, FilterConfig>;
27
- isMobile?: boolean;
28
- onClose?: () => void;
29
- }
30
- declare const SidebarFilter: React.FC<SidebarFilterProps>;
31
- export default SidebarFilter;
@@ -1,12 +0,0 @@
1
- import type React from "react";
2
- import { JobFilters } from "../../components/GenericListing/SidebarFilter";
3
- export type JobType = "full-time" | "part-time" | "contract";
4
- export type ExperienceLevel = "entry" | "mid" | "senior";
5
- interface SidebarFiltersProps {
6
- filters: JobFilters;
7
- onFilterChange: (filters: JobFilters) => void;
8
- onReset: () => void;
9
- className?: string;
10
- }
11
- declare const SidebarFilters: React.FC<SidebarFiltersProps>;
12
- export default SidebarFilters;
@@ -1,22 +0,0 @@
1
- export type ListingAccessStatus = "not_registered" | "freemium" | "premium";
2
- export interface ListingAccessControl {
3
- status?: ListingAccessStatus;
4
- registered?: boolean;
5
- allowSaving?: boolean;
6
- maskExternalLinks?: boolean;
7
- blurCompanyTitle?: boolean;
8
- notHrefJobsLink?: boolean;
9
- note?: string;
10
- }
11
- interface ResolvedListingAccessControl {
12
- status: ListingAccessStatus;
13
- registered: boolean;
14
- allowSaving: boolean;
15
- maskExternalLinks: boolean;
16
- blurCompanyTitle: boolean;
17
- notHrefJobsLink: boolean;
18
- note?: string;
19
- }
20
- export declare const resolveListingAccess: (access?: ListingAccessControl) => ResolvedListingAccessControl;
21
- export declare const listingAccessLabels: Record<ListingAccessStatus, string>;
22
- export type { ResolvedListingAccessControl };
@@ -1,2 +0,0 @@
1
- declare const generateMockData: (count: number) => Job[];
2
- export default generateMockData;
@@ -1,5 +0,0 @@
1
- export declare const useJobData: (apiUrl: string) => {
2
- jobs: Job[];
3
- loading: boolean;
4
- error: string | null;
5
- };
@@ -1 +0,0 @@
1
- export declare const useLocalStorageState: <T>(key: string, initialValue: T) => [T, React.Dispatch<React.SetStateAction<T>>];
@@ -1,2 +0,0 @@
1
- declare const Header: () => import("react/jsx-runtime").JSX.Element;
2
- export default Header;
@@ -1,13 +0,0 @@
1
- interface NavItem {
2
- label: string;
3
- href: string;
4
- }
5
- interface HeaderProps {
6
- logo: {
7
- text: string;
8
- initials: string;
9
- };
10
- navItems: NavItem[];
11
- }
12
- export default function Header({ logo, navItems }: HeaderProps): import("react/jsx-runtime").JSX.Element;
13
- export {};
@@ -1,15 +0,0 @@
1
- import * as Icons from "lucide-react";
2
- interface Advantage {
3
- icon: keyof typeof Icons | string;
4
- title: string;
5
- description: string;
6
- ctaText?: string;
7
- ctaLink?: string;
8
- }
9
- interface AdvantagesProps {
10
- advantages: Advantage[];
11
- title: string;
12
- description: string;
13
- }
14
- export default function Advantages({ advantages, title, description }: AdvantagesProps): import("react/jsx-runtime").JSX.Element;
15
- export {};
@@ -1,12 +0,0 @@
1
- interface CartProps {
2
- title?: string;
3
- emptyMessage?: string;
4
- totalLabel?: string;
5
- checkoutButtonLabel?: string;
6
- currencySymbol?: string;
7
- floatingButtonAriaLabel?: string;
8
- onCheckout?: () => void;
9
- onToggleCart?: (isOpen: boolean) => void;
10
- }
11
- export default function Cart({ title, emptyMessage, totalLabel, checkoutButtonLabel, currencySymbol, floatingButtonAriaLabel, onCheckout, onToggleCart, }: CartProps): import("react/jsx-runtime").JSX.Element;
12
- export {};
@@ -1,6 +0,0 @@
1
- import { Message } from "../../types/general";
2
- interface ChatbotProps {
3
- initialMessages: Message[];
4
- }
5
- export default function Chatbot({ initialMessages }: ChatbotProps): import("react/jsx-runtime").JSX.Element;
6
- export {};
@@ -1,22 +0,0 @@
1
- interface ContactProps {
2
- title?: string;
3
- description?: string;
4
- nameLabel?: string;
5
- emailLabel?: string;
6
- messageLabel?: string;
7
- namePlaceholder?: string;
8
- emailPlaceholder?: string;
9
- messagePlaceholder?: string;
10
- submitButtonLabel?: string;
11
- contactEmail?: string;
12
- contactPhone?: string;
13
- contactMessage?: string;
14
- onSubmit?: (data: {
15
- name: string;
16
- email: string;
17
- message: string;
18
- }) => void;
19
- showContactDetails?: boolean;
20
- }
21
- export default function Contact({ title, description, nameLabel, emailLabel, messageLabel, namePlaceholder, emailPlaceholder, messagePlaceholder, submitButtonLabel, contactEmail, contactPhone, contactMessage, onSubmit, showContactDetails, }: ContactProps): import("react/jsx-runtime").JSX.Element;
22
- export {};
@@ -1,26 +0,0 @@
1
- import * as Icons from "lucide-react";
2
- type Feature = {
3
- icon: keyof typeof Icons | string;
4
- text: string;
5
- };
6
- type Course = {
7
- title: string;
8
- rating: number;
9
- reviews: number;
10
- pricePerWeek: number;
11
- description: string;
12
- features: Feature[];
13
- ctaLink?: string;
14
- ctaText?: string;
15
- };
16
- type CourseTypesProps = {
17
- courses: Course[];
18
- title?: string;
19
- description?: string;
20
- priceLabel?: string;
21
- currencySymbol?: string;
22
- perDurationLabel?: string;
23
- reviewsText?: string;
24
- };
25
- export default function CourseTypes({ courses, title, description, priceLabel, currencySymbol, perDurationLabel, reviewsText }: CourseTypesProps): import("react/jsx-runtime").JSX.Element;
26
- export {};
@@ -1,16 +0,0 @@
1
- interface Course {
2
- id: string;
3
- title: string;
4
- description: string;
5
- price: number;
6
- duration: string;
7
- type: string;
8
- level: string;
9
- }
10
- interface CoursesProps {
11
- courses: Course[];
12
- title: string;
13
- description: string;
14
- }
15
- export default function Courses({ courses, title, description }: CoursesProps): import("react/jsx-runtime").JSX.Element;
16
- export {};
@@ -1,12 +0,0 @@
1
- interface Destination {
2
- name: string;
3
- description: string;
4
- image: string;
5
- }
6
- interface DestinationsProps {
7
- destinations: Destination[];
8
- title: string;
9
- description: string;
10
- }
11
- export default function Destinations({ destinations, title, description }: DestinationsProps): import("react/jsx-runtime").JSX.Element;
12
- export {};
@@ -1,11 +0,0 @@
1
- type FAQItem = {
2
- question: string;
3
- answer: string;
4
- };
5
- type FAQProps = {
6
- faqs: FAQItem[];
7
- title: string;
8
- description: string;
9
- };
10
- export default function FAQ({ faqs, title, description }: FAQProps): import("react/jsx-runtime").JSX.Element;
11
- export {};
@@ -1,19 +0,0 @@
1
- import type React from "react";
2
- interface Job {
3
- id: string;
4
- title: string;
5
- company: string;
6
- companyLogo: string;
7
- location: string;
8
- salary: string;
9
- }
10
- interface FeaturedJobsProps {
11
- title: string;
12
- icon?: React.ReactNode;
13
- jobs?: Job[];
14
- viewAllText: string;
15
- viewAllHref: string;
16
- apiUrl?: string;
17
- }
18
- export default function HeroAlternative({ title, icon, jobs: initialJobs, viewAllText, viewAllHref, apiUrl }: FeaturedJobsProps): import("react/jsx-runtime").JSX.Element;
19
- export {};
@@ -1,13 +0,0 @@
1
- interface Feature {
2
- title: string;
3
- description: string;
4
- image: string;
5
- imageAlt?: string;
6
- }
7
- interface FeaturesProps {
8
- features: Feature[];
9
- title: string;
10
- description: string;
11
- }
12
- export default function Features({ features, title, description }: FeaturesProps): import("react/jsx-runtime").JSX.Element;
13
- export {};
@@ -1,10 +0,0 @@
1
- interface ForEmployersProps {
2
- title: string;
3
- description: string;
4
- primaryButtonText: string;
5
- primaryButtonHref: string;
6
- secondaryButtonText: string;
7
- secondaryButtonHref: string;
8
- }
9
- export default function ForEmployers({ title, description, primaryButtonText, primaryButtonHref, secondaryButtonText, secondaryButtonHref, }: ForEmployersProps): import("react/jsx-runtime").JSX.Element;
10
- export {};
@@ -1,13 +0,0 @@
1
- interface GalleryImage {
2
- url: string;
3
- alt: string;
4
- caption?: string;
5
- }
6
- interface GalleryProps {
7
- images: GalleryImage[];
8
- title: string;
9
- description: string;
10
- autoPlayInterval?: number;
11
- }
12
- export default function Gallery({ images, title, description, autoPlayInterval }: GalleryProps): import("react/jsx-runtime").JSX.Element;
13
- export {};
@@ -1,11 +0,0 @@
1
- interface HeroProps {
2
- title: string;
3
- subtitle: string;
4
- bg_img: string;
5
- main_btn_text?: string;
6
- main_btn_link?: string;
7
- secondary_btn_text?: string;
8
- secondary_btn_link?: string;
9
- }
10
- export default function Hero({ title, subtitle, bg_img, main_btn_text, main_btn_link, secondary_btn_text, secondary_btn_link }: HeroProps): import("react/jsx-runtime").JSX.Element;
11
- export {};
@@ -1,11 +0,0 @@
1
- interface HeroProps {
2
- title: string;
3
- subtitle: string;
4
- backgroundImage?: string;
5
- primaryButtonText: string;
6
- secondaryButtonText: string;
7
- primaryButtonLink?: string;
8
- secondaryButtonLink?: string;
9
- }
10
- export default function HeroAlternative({ title, subtitle, backgroundImage, primaryButtonText, primaryButtonLink, secondaryButtonText, secondaryButtonLink, }: HeroProps): import("react/jsx-runtime").JSX.Element;
11
- export {};