@abcagency/hc-ui-components 1.3.71 → 1.3.73

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 (504) hide show
  1. package/dist/apis/hcApi.js +85 -85
  2. package/dist/apis/hcApi.js.map +1 -1
  3. package/dist/clientToken.js.map +1 -1
  4. package/dist/components/HireControlMap.js +167 -130
  5. package/dist/components/HireControlMap.js.map +1 -1
  6. package/dist/components/containers/accordions/filter-container.js +17 -0
  7. package/dist/components/containers/accordions/filter-container.js.map +1 -1
  8. package/dist/components/containers/accordions/filter-item-container.js.map +1 -1
  9. package/dist/components/containers/accordions/map-accordion-item-container.js +1 -4
  10. package/dist/components/containers/accordions/map-accordion-item-container.js.map +1 -1
  11. package/dist/components/containers/filter/commute-container.js +1 -1
  12. package/dist/components/containers/filter/commute-container.js.map +1 -1
  13. package/dist/components/containers/filter/filter-container.js.map +1 -1
  14. package/dist/components/containers/filter/filter-item-container.js.map +1 -1
  15. package/dist/components/containers/filter/location-container.js.map +1 -1
  16. package/dist/components/containers/filter/points-of-interest-container.js.map +1 -1
  17. package/dist/components/containers/filter/points-of-interest-radio-item-container.js.map +1 -1
  18. package/dist/components/containers/filter/search-container.js.map +1 -1
  19. package/dist/components/containers/jobListing/listing-details-container.js +1 -3
  20. package/dist/components/containers/jobListing/listing-details-container.js.map +1 -1
  21. package/dist/components/containers/list/item-list-container.js +22 -21
  22. package/dist/components/containers/list/item-list-container.js.map +1 -1
  23. package/dist/components/containers/list/list-item/list-item-container.js.map +1 -1
  24. package/dist/components/containers/maps/info-window-content-container.js.map +1 -1
  25. package/dist/components/containers/maps/map-container.js +45 -15
  26. package/dist/components/containers/maps/map-container.js.map +1 -1
  27. package/dist/components/containers/maps/map-list-container.js.map +1 -1
  28. package/dist/components/containers/maps/map-marker-container.js +9 -3
  29. package/dist/components/containers/maps/map-marker-container.js.map +1 -1
  30. package/dist/components/modules/accordions/MapAccordionItem.js.map +1 -1
  31. package/dist/components/modules/accordions/default.js +2 -2
  32. package/dist/components/modules/accordions/default.js.map +1 -1
  33. package/dist/components/modules/accordions/filterItem.js.map +1 -1
  34. package/dist/components/modules/accordions/filters.js.map +1 -1
  35. package/dist/components/modules/buttons/button-group-apply.js +10 -26
  36. package/dist/components/modules/buttons/button-group-apply.js.map +1 -1
  37. package/dist/components/modules/buttons/commute-pill.js +18 -18
  38. package/dist/components/modules/buttons/default.js +5 -21
  39. package/dist/components/modules/buttons/default.js.map +1 -1
  40. package/dist/components/modules/buttons/items-pill.js.map +1 -1
  41. package/dist/components/modules/buttons/pill-wrapper.js.map +1 -1
  42. package/dist/components/modules/buttons/show-all-button.js.map +1 -1
  43. package/dist/components/modules/cards/default.js +2 -2
  44. package/dist/components/modules/cards/default.js.map +1 -1
  45. package/dist/components/modules/cards/filter.js.map +1 -1
  46. package/dist/components/modules/dialogs/apply-dialog.js +9 -39
  47. package/dist/components/modules/dialogs/apply-dialog.js.map +1 -1
  48. package/dist/components/modules/filter/commute.js +2 -2
  49. package/dist/components/modules/filter/commute.js.map +1 -1
  50. package/dist/components/modules/filter/index.js.map +1 -1
  51. package/dist/components/modules/filter/item.js.map +1 -1
  52. package/dist/components/modules/filter/location.js.map +1 -1
  53. package/dist/components/modules/filter/radio-item.js.map +1 -1
  54. package/dist/components/modules/filter/search.js.map +1 -1
  55. package/dist/components/modules/filter/sort.js +2 -2
  56. package/dist/components/modules/filter/sort.js.map +1 -1
  57. package/dist/components/modules/grid.js +1 -1
  58. package/dist/components/modules/grid.js.map +1 -1
  59. package/dist/components/modules/icon.js +1 -1
  60. package/dist/components/modules/icon.js.map +1 -1
  61. package/dist/components/modules/jobListing/listing-details.js +0 -2
  62. package/dist/components/modules/jobListing/listing-details.js.map +1 -1
  63. package/dist/components/modules/list/field-mapper.js.map +1 -1
  64. package/dist/components/modules/list/header-item.js.map +1 -1
  65. package/dist/components/modules/list/header.js +5 -4
  66. package/dist/components/modules/list/header.js.map +1 -1
  67. package/dist/components/modules/list/item-expand-card/index.js +1 -1
  68. package/dist/components/modules/list/item-expand-card/index.js.map +1 -1
  69. package/dist/components/modules/list/item-expand-card/recruiter-contact-nav.js +38 -38
  70. package/dist/components/modules/list/item-expand-card/recruiter-details.js +40 -40
  71. package/dist/components/modules/list/item-expand-card/recruiter-headshot.js +20 -20
  72. package/dist/components/modules/list/item-list.js +43 -43
  73. package/dist/components/modules/list/item-list.js.map +1 -1
  74. package/dist/components/modules/list/list-item/list-item.js +3 -6
  75. package/dist/components/modules/list/list-item/list-item.js.map +1 -1
  76. package/dist/components/modules/maps/info-window-card.js.map +1 -1
  77. package/dist/components/modules/maps/info-window-content.js.map +1 -1
  78. package/dist/components/modules/maps/map-list.js.map +1 -1
  79. package/dist/components/modules/maps/map-marker.js +1 -1
  80. package/dist/components/modules/maps/map-marker.js.map +1 -1
  81. package/dist/components/modules/maps/map.js +1 -1
  82. package/dist/components/modules/maps/map.js.map +1 -1
  83. package/dist/components/modules/maps/place-marker.js +1 -1
  84. package/dist/components/modules/maps/place-marker.js.map +1 -1
  85. package/dist/components/modules/maps/tabs.js +1 -1
  86. package/dist/components/modules/maps/tabs.js.map +1 -1
  87. package/dist/constants/eventTypes.js +0 -3
  88. package/dist/constants/eventTypes.js.map +1 -1
  89. package/dist/constants/placeTypes.js +1 -0
  90. package/dist/constants/placeTypes.js.map +1 -1
  91. package/dist/contexts/mapContext.js +85 -84
  92. package/dist/contexts/mapContext.js.map +1 -1
  93. package/dist/contexts/mapListContext.js +210 -211
  94. package/dist/contexts/mapListContext.js.map +1 -1
  95. package/dist/contexts/placesContext.js +4 -2
  96. package/dist/contexts/placesContext.js.map +1 -1
  97. package/dist/contexts/themeContext.js.map +1 -1
  98. package/dist/contexts/trackEventContext.js +1 -1
  99. package/dist/contexts/trackEventContext.js.map +1 -1
  100. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +1 -1
  101. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +1 -1
  102. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +1 -1
  103. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +1 -1
  104. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +1 -1
  105. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +1 -1
  106. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +1 -1
  107. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
  108. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +1 -1
  109. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +1 -1
  110. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +1 -1
  111. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
  112. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +1 -1
  113. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +1 -1
  114. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
  115. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +1 -1
  116. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +1 -1
  117. package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +1 -1
  118. package/dist/hooks/useList.js.map +1 -1
  119. package/dist/services/configService.js +9 -9
  120. package/dist/services/configService.js.map +1 -1
  121. package/dist/services/googlePlacesNearbyService.js +32 -32
  122. package/dist/services/googlePlacesNearbyService.js.map +1 -1
  123. package/dist/services/listingAggregatorService.js +29 -29
  124. package/dist/services/listingAggregatorService.js.map +1 -1
  125. package/dist/services/listingEntityService.js +9 -9
  126. package/dist/services/listingEntityService.js.map +1 -1
  127. package/dist/services/listingService.js +24 -24
  128. package/dist/services/listingService.js.map +1 -1
  129. package/dist/services/recruiterService.js +16 -16
  130. package/dist/services/recruiterService.js.map +1 -1
  131. package/dist/types/apis/hcApi.d.ts +5 -5
  132. package/dist/types/clientToken.d.ts +2 -2
  133. package/dist/types/components/containers/accordions/map-accordion-item-container.d.ts +11 -12
  134. package/dist/types/components/containers/jobListing/listing-details-container.d.ts +6 -6
  135. package/dist/types/components/containers/list/item-list-container.d.ts +9 -9
  136. package/dist/types/components/containers/list/list-item/list-item-container.d.ts +13 -13
  137. package/dist/types/components/modules/accordions/MapAccordionItem.d.ts +10 -10
  138. package/dist/types/components/modules/accordions/default.d.ts +19 -19
  139. package/dist/types/components/modules/buttons/button-group-apply.d.ts +24 -25
  140. package/dist/types/components/modules/buttons/commute-pill.d.ts +5 -5
  141. package/dist/types/components/modules/buttons/default.d.ts +48 -51
  142. package/dist/types/components/modules/buttons/pill-wrapper.d.ts +3 -3
  143. package/dist/types/components/modules/dialogs/apply-dialog.d.ts +8 -12
  144. package/dist/types/components/modules/filter/sort.d.ts +8 -8
  145. package/dist/types/components/modules/grid.d.ts +8 -8
  146. package/dist/types/components/modules/icon.d.ts +10 -10
  147. package/dist/types/components/modules/jobListing/listing-details.d.ts +18 -19
  148. package/dist/types/components/modules/list/field-mapper.d.ts +10 -10
  149. package/dist/types/components/modules/list/header-item.d.ts +11 -11
  150. package/dist/types/components/modules/list/header.d.ts +12 -12
  151. package/dist/types/components/modules/list/item-expand-card/index.d.ts +7 -7
  152. package/dist/types/components/modules/list/item-expand-card/recruiter-contact-nav.d.ts +17 -17
  153. package/dist/types/components/modules/list/item-expand-card/recruiter-details.d.ts +21 -21
  154. package/dist/types/components/modules/list/item-expand-card/recruiter-headshot.d.ts +8 -8
  155. package/dist/types/components/modules/list/item-list.d.ts +20 -20
  156. package/dist/types/components/modules/list/list-item/list-item.d.ts +3 -3
  157. package/dist/types/constants/eventTypes.d.ts +15 -18
  158. package/dist/types/contexts/mapContext.d.ts +31 -29
  159. package/dist/types/contexts/mapListContext.d.ts +78 -80
  160. package/dist/types/contexts/trackEventContext.d.ts +6 -6
  161. package/dist/types/enums/SectionType.d.ts +9 -9
  162. package/dist/types/hooks/useList.d.ts +13 -13
  163. package/dist/types/services/configService.d.ts +6 -6
  164. package/dist/types/services/googlePlacesNearbyService.d.ts +5 -5
  165. package/dist/types/services/listingAggregatorService.d.ts +9 -9
  166. package/dist/types/services/listingEntityService.d.ts +6 -6
  167. package/dist/types/services/listingService.d.ts +9 -9
  168. package/dist/types/services/recruiterService.d.ts +6 -6
  169. package/dist/types/types/Address.d.ts +7 -7
  170. package/dist/types/types/ContentSection.d.ts +8 -8
  171. package/dist/types/types/GetListingParams.d.ts +8 -8
  172. package/dist/types/types/LatLng.d.ts +4 -4
  173. package/dist/types/types/ListingEntity.d.ts +10 -10
  174. package/dist/types/types/ListingFields.d.ts +25 -25
  175. package/dist/types/types/Listings.d.ts +31 -31
  176. package/dist/types/types/Recruiter.d.ts +9 -9
  177. package/dist/types/types/SimilarListing.d.ts +24 -24
  178. package/dist/types/types/config/Colors.d.ts +8 -8
  179. package/dist/types/types/config/MapConfig.d.ts +30 -30
  180. package/dist/types/types/config/PointsOfInterestConfig.d.ts +13 -13
  181. package/dist/types/types/config/SearchConfig.d.ts +4 -4
  182. package/dist/types/util/filterUtil.d.ts +28 -28
  183. package/dist/types/util/loading.d.ts +3 -3
  184. package/dist/types/util/localStorageUtil.d.ts +3 -3
  185. package/dist/types/util/mapUtil.d.ts +16 -16
  186. package/dist/types/util/sortUtil.d.ts +1 -1
  187. package/dist/types/util/stringUtils.d.ts +1 -1
  188. package/dist/types/util/urlFilterUtil.d.ts +8 -8
  189. package/dist/util/filterUtil.js +1 -1
  190. package/dist/util/filterUtil.js.map +1 -1
  191. package/dist/util/loading.js.map +1 -1
  192. package/dist/util/localStorageUtil.js +37 -37
  193. package/dist/util/localStorageUtil.js.map +1 -1
  194. package/dist/util/mapIconUtil.js +18 -18
  195. package/dist/util/mapIconUtil.js.map +1 -1
  196. package/dist/util/mapUtil.js.map +1 -1
  197. package/dist/util/sortUtil.js +14 -1
  198. package/dist/util/sortUtil.js.map +1 -1
  199. package/dist/util/stringUtils.js.map +1 -1
  200. package/dist/util/urlFilterUtil.js.map +1 -1
  201. package/dist/wellspan-careers-web/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
  202. package/dist/wellspan-careers-web/node_modules/react/jsx-runtime.js.map +1 -0
  203. package/package.json +91 -91
  204. package/src/.editorconfig +12 -12
  205. package/src/apis/hcApi.ts +109 -109
  206. package/src/bundleIndex.js +14 -14
  207. package/src/clientToken.js +9 -9
  208. package/src/components/HireControlMap.js +194 -167
  209. package/src/components/containers/accordions/filter-container.js +69 -52
  210. package/src/components/containers/accordions/filter-item-container.js +83 -83
  211. package/src/components/containers/accordions/map-accordion-item-container.js +66 -69
  212. package/src/components/containers/filter/commute-container.js +89 -89
  213. package/src/components/containers/filter/filter-container.js +78 -78
  214. package/src/components/containers/filter/filter-item-container.js +117 -117
  215. package/src/components/containers/filter/location-container.js +45 -45
  216. package/src/components/containers/filter/points-of-interest-container.js +33 -33
  217. package/src/components/containers/filter/points-of-interest-radio-item-container.js +35 -35
  218. package/src/components/containers/filter/search-container.js +61 -61
  219. package/src/components/containers/jobListing/listing-details-container.js +42 -43
  220. package/src/components/containers/list/item-list-container.tsx +81 -81
  221. package/src/components/containers/list/list-item/list-item-container.js +42 -42
  222. package/src/components/containers/maps/info-window-content-container.js +52 -52
  223. package/src/components/containers/maps/map-container.js +299 -249
  224. package/src/components/containers/maps/map-list-container.js +52 -52
  225. package/src/components/containers/maps/map-marker-container.js +86 -78
  226. package/src/components/modules/accordions/MapAccordionItem.js +30 -30
  227. package/src/components/modules/accordions/default.js +171 -171
  228. package/src/components/modules/accordions/filterItem.js +27 -27
  229. package/src/components/modules/accordions/filters.js +32 -32
  230. package/src/components/modules/buttons/button-group-apply.js +9 -17
  231. package/src/components/modules/buttons/default.js +194 -202
  232. package/src/components/modules/buttons/items-pill.js +31 -31
  233. package/src/components/modules/buttons/pill-wrapper.js +27 -27
  234. package/src/components/modules/buttons/show-all-button.js +19 -19
  235. package/src/components/modules/cards/default.js +167 -167
  236. package/src/components/modules/cards/filter.js +56 -56
  237. package/src/components/modules/dialogs/apply-dialog.js +48 -64
  238. package/src/components/modules/filter/commute.js +108 -108
  239. package/src/components/modules/filter/index.js +57 -57
  240. package/src/components/modules/filter/item.js +69 -69
  241. package/src/components/modules/filter/location.js +51 -51
  242. package/src/components/modules/filter/radio-item.js +42 -42
  243. package/src/components/modules/filter/search.js +79 -79
  244. package/src/components/modules/filter/sort.js +83 -83
  245. package/src/components/modules/grid.js +54 -54
  246. package/src/components/modules/icon.js +33 -33
  247. package/src/components/modules/jobListing/listing-details.js +53 -55
  248. package/src/components/modules/list/field-mapper.js +130 -130
  249. package/src/components/modules/list/header-item.js +92 -92
  250. package/src/components/modules/list/header.js +52 -51
  251. package/src/components/modules/list/item-expand-card/index.js +22 -22
  252. package/src/components/modules/list/item-expand-card/recruiter-contact-nav.js +50 -50
  253. package/src/components/modules/list/item-expand-card/recruiter-details.js +68 -68
  254. package/src/components/modules/list/item-expand-card/recruiter-headshot.js +22 -22
  255. package/src/components/modules/list/item-list.tsx +117 -117
  256. package/src/components/modules/list/list-item/list-item.js +127 -130
  257. package/src/components/modules/maps/info-window-card.js +17 -17
  258. package/src/components/modules/maps/info-window-content.js +65 -65
  259. package/src/components/modules/maps/map-list.js +39 -39
  260. package/src/components/modules/maps/map-marker.js +29 -29
  261. package/src/components/modules/maps/map.js +64 -64
  262. package/src/components/modules/maps/place-marker.js +41 -41
  263. package/src/components/modules/maps/tabs.js +82 -82
  264. package/src/constants/eventTypes.js +15 -18
  265. package/src/constants/placeTypes.js +9 -8
  266. package/src/contexts/mapContext.tsx +132 -129
  267. package/src/contexts/mapListContext.tsx +353 -359
  268. package/src/contexts/placesContext.js +103 -102
  269. package/src/contexts/themeContext.js +40 -40
  270. package/src/contexts/trackEventContext.js +14 -14
  271. package/src/enums/SectionType.ts +9 -9
  272. package/src/hooks/useList.js +89 -89
  273. package/src/index.js +3 -3
  274. package/src/services/configService.ts +16 -16
  275. package/src/services/googlePlacesNearbyService.ts +42 -42
  276. package/src/services/listingAggregatorService.ts +56 -56
  277. package/src/services/listingEntityService.ts +16 -16
  278. package/src/services/listingService.ts +40 -40
  279. package/src/services/recruiterService.ts +18 -18
  280. package/src/styles/bundle.css +268 -268
  281. package/src/styles/index.css +33 -33
  282. package/src/types/Address.ts +7 -7
  283. package/src/types/ContentSection.ts +9 -9
  284. package/src/types/GetListingParams.ts +8 -8
  285. package/src/types/LatLng.ts +4 -4
  286. package/src/types/ListingEntity.ts +11 -11
  287. package/src/types/ListingFields.ts +25 -25
  288. package/src/types/Listings.ts +32 -32
  289. package/src/types/Recruiter.ts +9 -9
  290. package/src/types/SimilarListing.ts +24 -24
  291. package/src/types/config/Colors.ts +8 -8
  292. package/src/types/config/MapConfig.ts +31 -31
  293. package/src/types/config/PointsOfInterestConfig.ts +13 -13
  294. package/src/types/config/SearchConfig.ts +4 -4
  295. package/src/util/arrayUtil.js +3 -3
  296. package/src/util/fieldMapper.js +22 -22
  297. package/src/util/filterUtil.js +311 -311
  298. package/src/util/loading.js +17 -17
  299. package/src/util/localStorageUtil.ts +34 -34
  300. package/src/util/mapIconUtil.js +204 -180
  301. package/src/util/mapUtil.js +92 -92
  302. package/src/util/sortUtil.js +46 -32
  303. package/src/util/stringUtils.js +6 -6
  304. package/src/util/urlFilterUtil.js +85 -85
  305. package/dist/WellSpanMap/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +0 -1
  306. package/dist/WellSpanMap/node_modules/react/jsx-runtime.js.map +0 -1
  307. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -0
  308. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -0
  309. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -0
  310. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -0
  311. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -0
  312. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -0
  313. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -0
  314. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -0
  315. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -0
  316. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -0
  317. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +0 -0
  318. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +0 -0
  319. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +0 -0
  320. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +0 -0
  321. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +0 -0
  322. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +0 -0
  323. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +0 -0
  324. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +0 -0
  325. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +0 -0
  326. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +0 -0
  327. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +0 -0
  328. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +0 -0
  329. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +0 -0
  330. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +0 -0
  331. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +0 -0
  332. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +0 -0
  333. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +0 -0
  334. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +0 -0
  335. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +0 -0
  336. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +0 -0
  337. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +0 -0
  338. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +0 -0
  339. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +0 -0
  340. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +0 -0
  341. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +0 -0
  342. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +0 -0
  343. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +0 -0
  344. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +0 -0
  345. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +0 -0
  346. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +0 -0
  347. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +0 -0
  348. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +0 -0
  349. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +0 -0
  350. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +0 -0
  351. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +0 -0
  352. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +0 -0
  353. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +0 -0
  354. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +0 -0
  355. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +0 -0
  356. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +0 -0
  357. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +0 -0
  358. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +0 -0
  359. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +0 -0
  360. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +0 -0
  361. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +0 -0
  362. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +0 -0
  363. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +0 -0
  364. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +0 -0
  365. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +0 -0
  366. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +0 -0
  367. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +0 -0
  368. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +0 -0
  369. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +0 -0
  370. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +0 -0
  371. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +0 -0
  372. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +0 -0
  373. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +0 -0
  374. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +0 -0
  375. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +0 -0
  376. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +0 -0
  377. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +0 -0
  378. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +0 -0
  379. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +0 -0
  380. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +0 -0
  381. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +0 -0
  382. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +0 -0
  383. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +0 -0
  384. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +0 -0
  385. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +0 -0
  386. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +0 -0
  387. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +0 -0
  388. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +0 -0
  389. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +0 -0
  390. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +0 -0
  391. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +0 -0
  392. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +0 -0
  393. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +0 -0
  394. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +0 -0
  395. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +0 -0
  396. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +0 -0
  397. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +0 -0
  398. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +0 -0
  399. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +0 -0
  400. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +0 -0
  401. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +0 -0
  402. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +0 -0
  403. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +0 -0
  404. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +0 -0
  405. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +0 -0
  406. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -0
  407. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +0 -0
  408. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -0
  409. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -0
  410. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -0
  411. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +0 -0
  412. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -0
  413. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -0
  414. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -0
  415. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -0
  416. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -0
  417. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -0
  418. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +0 -0
  419. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +0 -0
  420. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -0
  421. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -0
  422. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +0 -0
  423. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -0
  424. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -0
  425. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -0
  426. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +0 -0
  427. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -0
  428. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +0 -0
  429. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -0
  430. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -0
  431. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -0
  432. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -0
  433. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -0
  434. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -0
  435. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -0
  436. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -0
  437. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -0
  438. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +0 -0
  439. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +0 -0
  440. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -0
  441. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -0
  442. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +0 -0
  443. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +0 -0
  444. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +0 -0
  445. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +0 -0
  446. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +0 -0
  447. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +0 -0
  448. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +0 -0
  449. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +0 -0
  450. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +0 -0
  451. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +0 -0
  452. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +0 -0
  453. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +0 -0
  454. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +0 -0
  455. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +0 -0
  456. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +0 -0
  457. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -0
  458. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -0
  459. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -0
  460. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -0
  461. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -0
  462. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -0
  463. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -0
  464. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -0
  465. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -0
  466. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -0
  467. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -0
  468. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -0
  469. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -0
  470. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -0
  471. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -0
  472. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -0
  473. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -0
  474. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -0
  475. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -0
  476. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -0
  477. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router/dist/index.js +0 -0
  478. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +0 -0
  479. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +0 -0
  480. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +0 -0
  481. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +0 -0
  482. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -0
  483. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +0 -0
  484. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -0
  485. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -0
  486. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -0
  487. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -0
  488. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +0 -0
  489. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +0 -0
  490. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +0 -0
  491. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -0
  492. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -0
  493. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -0
  494. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -0
  495. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -0
  496. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -0
  497. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +0 -0
  498. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +0 -0
  499. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +0 -0
  500. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -0
  501. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +0 -0
  502. /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -0
  503. /package/dist/{WellSpanMap → wellspan-careers-web}/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -0
  504. /package/dist/{WellSpanMap → wellspan-careers-web}/node_modules/react/jsx-runtime.js +0 -0
@@ -2,35 +2,35 @@ import { getListings } from './listingService.js';
2
2
  import { getListingEntities } from './listingEntityService.js';
3
3
  import { getDistinctItemsByProximity } from '../util/mapUtil.js';
4
4
 
5
- const fetchListings = async (commuteLocation = null, entities, listings) => {
6
- try {
7
- const listingsResult = listings && listings.length > 0 ? listings : await getListings();
8
- const distinctEntityIds = [
9
- ...new Set(listingsResult.map(listing => listing.entityId))
10
- ];
11
- const fetchedEntities = !commuteLocation
12
- ? entities && entities.length > 0 ? entities : await getListingEntities(distinctEntityIds)
13
- : await getListingEntities(distinctEntityIds, `${commuteLocation.lat}, ${commuteLocation.lng}`);
14
- for (let i = 0; i < listingsResult.length; i++) {
15
- const listing = listingsResult[i];
16
- if (listing.entityId && listing.entityId !== -1 && listing.fields) {
17
- const entity = fetchedEntities[listing.entityId];
18
- if (entity) {
19
- listing.fields.travelTime = entity.travelTime;
20
- }
21
- }
22
- }
23
- const distinctItems = getDistinctItemsByProximity(listingsResult, fetchedEntities);
24
- return {
25
- listingsResult,
26
- fetchedEntities,
27
- distinctItems
28
- };
29
- }
30
- catch (error) {
31
- console.error("Error fetching listings:", error);
32
- throw error;
33
- }
5
+ const fetchListings = async (commuteLocation = null, entities, listings) => {
6
+ try {
7
+ const listingsResult = listings && listings.length > 0 ? listings : await getListings();
8
+ const distinctEntityIds = [
9
+ ...new Set(listingsResult.map(listing => listing.entityId))
10
+ ];
11
+ const fetchedEntities = !commuteLocation
12
+ ? entities && entities.length > 0 ? entities : await getListingEntities(distinctEntityIds)
13
+ : await getListingEntities(distinctEntityIds, `${commuteLocation.lat}, ${commuteLocation.lng}`);
14
+ for (let i = 0; i < listingsResult.length; i++) {
15
+ const listing = listingsResult[i];
16
+ if (listing.entityId && listing.entityId !== -1 && listing.fields) {
17
+ const entity = fetchedEntities[listing.entityId];
18
+ if (entity) {
19
+ listing.fields.travelTime = entity.travelTime;
20
+ }
21
+ }
22
+ }
23
+ const distinctItems = getDistinctItemsByProximity(listingsResult, fetchedEntities);
24
+ return {
25
+ listingsResult,
26
+ fetchedEntities,
27
+ distinctItems
28
+ };
29
+ }
30
+ catch (error) {
31
+ console.error("Error fetching listings:", error);
32
+ throw error;
33
+ }
34
34
  };
35
35
 
36
36
  export { fetchListings as default };
@@ -1 +1 @@
1
- {"version":3,"file":"listingAggregatorService.js","sources":["../../src/services/listingAggregatorService.ts"],"sourcesContent":["import { getListings } from '~/services/listingService';\r\nimport { getListingEntities } from '~/services/listingEntityService';\r\nimport { getDistinctItemsByProximity } from '~/util/mapUtil';\r\nimport { Listing } from '~/types/Listings';\r\nimport { ListingEntity } from '~/types/ListingEntity';\r\n\r\ninterface FetchListingsResult {\r\n listingsResult: Listing[];\r\n fetchedEntities: Record<number, ListingEntity>;\r\n distinctItems: any; // Update this type based on the return type of getDistinctItemsByProximity\r\n}\r\n\r\nconst fetchListings = async (\r\n\tcommuteLocation: any | null = null,\r\n\tentities: ListingEntity[] | null,\r\n\tlistings: Listing[] | null\r\n): Promise<FetchListingsResult> => {\r\n\ttry {\r\n\t\tconst listingsResult = listings && listings.length > 0 ? listings : await getListings();\r\n\t\tconst distinctEntityIds: number[] = [\r\n\t\t\t...new Set(listingsResult.map(listing => listing.entityId))\r\n\t\t] as number[];\r\n\r\n\t\tconst fetchedEntities = !commuteLocation\r\n\t\t\t? entities && entities.length > 0 ? entities : await getListingEntities(distinctEntityIds)\r\n\t\t\t: await getListingEntities(\r\n\t\t\t\tdistinctEntityIds,\r\n\t\t\t\t`${commuteLocation.lat}, ${commuteLocation.lng}`\r\n\t\t\t);\r\n\t\tfor (let i = 0; i < listingsResult.length; i++) {\r\n\t\t\tconst listing = listingsResult[i];\r\n\t\t\tif (listing.entityId && listing.entityId !== -1 && listing.fields) {\r\n\t\t\t\tconst entity = fetchedEntities[listing.entityId];\r\n\t\t\t\tif (entity) {\r\n\t\t\t\t\tlisting.fields.travelTime = entity.travelTime;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tconst distinctItems = getDistinctItemsByProximity(\r\n\t\t\tlistingsResult,\r\n\t\t\tfetchedEntities\r\n\t\t);\r\n\r\n\t\treturn {\r\n\t\t\tlistingsResult,\r\n\t\t\tfetchedEntities,\r\n\t\t\tdistinctItems\r\n\t\t};\r\n\t} catch (error) {\r\n\t\tconsole.error(\"Error fetching listings:\", error);\r\n\t\tthrow error;\r\n\t}\r\n};\r\n\r\nexport default fetchListings;\r\n"],"names":[],"mappings":";;;;AAYM,MAAA,aAAa,GAAG,OACrB,eAAA,GAA8B,IAAI,EAClC,QAAgC,EAChC,QAA0B,KACO;IACjC,IAAI;AACH,QAAA,MAAM,cAAc,GAAG,QAAQ,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,GAAG,QAAQ,GAAG,MAAM,WAAW,EAAE,CAAC;AACxF,QAAA,MAAM,iBAAiB,GAAa;AACnC,YAAA,GAAG,IAAI,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,OAAO,IAAI,OAAO,CAAC,QAAQ,CAAC,CAAC;SAC/C,CAAC;QAEd,MAAM,eAAe,GAAG,CAAC,eAAe;AACvC,cAAE,QAAQ,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,GAAG,QAAQ,GAAG,MAAM,kBAAkB,CAAC,iBAAiB,CAAC;AAC1F,cAAE,MAAM,kBAAkB,CACzB,iBAAiB,EACjB,CAAG,EAAA,eAAe,CAAC,GAAG,KAAK,eAAe,CAAC,GAAG,CAAA,CAAE,CAChD,CAAC;AACH,QAAA,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AAC/C,YAAA,MAAM,OAAO,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;AAClC,YAAA,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,KAAK,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,EAAE;gBAClE,MAAM,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AACjD,gBAAA,IAAI,MAAM,EAAE;oBACX,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC9C,iBAAA;AACD,aAAA;AACD,SAAA;QAED,MAAM,aAAa,GAAG,2BAA2B,CAChD,cAAc,EACd,eAAe,CACf,CAAC;QAEF,OAAO;YACN,cAAc;YACd,eAAe;YACf,aAAa;SACb,CAAC;AACF,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,0BAA0B,EAAE,KAAK,CAAC,CAAC;AACjD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
1
+ {"version":3,"file":"listingAggregatorService.js","sources":["../../src/services/listingAggregatorService.ts"],"sourcesContent":["import { getListings } from '~/services/listingService';\nimport { getListingEntities } from '~/services/listingEntityService';\nimport { getDistinctItemsByProximity } from '~/util/mapUtil';\nimport { Listing } from '~/types/Listings';\nimport { ListingEntity } from '~/types/ListingEntity';\n\ninterface FetchListingsResult {\n listingsResult: Listing[];\n fetchedEntities: Record<number, ListingEntity>;\n distinctItems: any; // Update this type based on the return type of getDistinctItemsByProximity\n}\n\nconst fetchListings = async (\n\tcommuteLocation: any | null = null,\n\tentities: ListingEntity[] | null,\n\tlistings: Listing[] | null\n): Promise<FetchListingsResult> => {\n\ttry {\n\t\tconst listingsResult = listings && listings.length > 0 ? listings : await getListings();\n\t\tconst distinctEntityIds: number[] = [\n\t\t\t...new Set(listingsResult.map(listing => listing.entityId))\n\t\t] as number[];\n\n\t\tconst fetchedEntities = !commuteLocation\n\t\t\t? entities && entities.length > 0 ? entities : await getListingEntities(distinctEntityIds)\n\t\t\t: await getListingEntities(\n\t\t\t\tdistinctEntityIds,\n\t\t\t\t`${commuteLocation.lat}, ${commuteLocation.lng}`\n\t\t\t);\n\t\tfor (let i = 0; i < listingsResult.length; i++) {\n\t\t\tconst listing = listingsResult[i];\n\t\t\tif (listing.entityId && listing.entityId !== -1 && listing.fields) {\n\t\t\t\tconst entity = fetchedEntities[listing.entityId];\n\t\t\t\tif (entity) {\n\t\t\t\t\tlisting.fields.travelTime = entity.travelTime;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst distinctItems = getDistinctItemsByProximity(\n\t\t\tlistingsResult,\n\t\t\tfetchedEntities\n\t\t);\n\n\t\treturn {\n\t\t\tlistingsResult,\n\t\t\tfetchedEntities,\n\t\t\tdistinctItems\n\t\t};\n\t} catch (error) {\n\t\tconsole.error(\"Error fetching listings:\", error);\n\t\tthrow error;\n\t}\n};\n\nexport default fetchListings;\n"],"names":[],"mappings":";;;;AAYM,MAAA,aAAa,GAAG,OACrB,eAAA,GAA8B,IAAI,EAClC,QAAgC,EAChC,QAA0B,KACO;IACjC,IAAI;AACH,QAAA,MAAM,cAAc,GAAG,QAAQ,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,GAAG,QAAQ,GAAG,MAAM,WAAW,EAAE,CAAC;AACxF,QAAA,MAAM,iBAAiB,GAAa;AACnC,YAAA,GAAG,IAAI,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,OAAO,IAAI,OAAO,CAAC,QAAQ,CAAC,CAAC;SAC/C,CAAC;QAEd,MAAM,eAAe,GAAG,CAAC,eAAe;AACvC,cAAE,QAAQ,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,GAAG,QAAQ,GAAG,MAAM,kBAAkB,CAAC,iBAAiB,CAAC;AAC1F,cAAE,MAAM,kBAAkB,CACzB,iBAAiB,EACjB,CAAG,EAAA,eAAe,CAAC,GAAG,KAAK,eAAe,CAAC,GAAG,CAAA,CAAE,CAChD,CAAC;AACH,QAAA,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AAC/C,YAAA,MAAM,OAAO,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;AAClC,YAAA,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,KAAK,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,EAAE;gBAClE,MAAM,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AACjD,gBAAA,IAAI,MAAM,EAAE;oBACX,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC9C,iBAAA;AACD,aAAA;AACD,SAAA;QAED,MAAM,aAAa,GAAG,2BAA2B,CAChD,cAAc,EACd,eAAe,CACf,CAAC;QAEF,OAAO;YACN,cAAc;YACd,eAAe;YACf,aAAa;SACb,CAAC;AACF,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,0BAA0B,EAAE,KAAK,CAAC,CAAC;AACjD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
@@ -1,14 +1,14 @@
1
1
  import api from '../apis/hcApi.js';
2
2
 
3
- const getListingEntities = async (entityIds, origin = '') => {
4
- try {
5
- const response = await api.post(`/ListingEntities?origin=${origin}`, entityIds);
6
- return response;
7
- }
8
- catch (error) {
9
- console.error("Error fetching listing entities:", error);
10
- throw error;
11
- }
3
+ const getListingEntities = async (entityIds, origin = '') => {
4
+ try {
5
+ const response = await api.post(`/ListingEntities?origin=${origin}`, entityIds);
6
+ return response;
7
+ }
8
+ catch (error) {
9
+ console.error("Error fetching listing entities:", error);
10
+ throw error;
11
+ }
12
12
  };
13
13
 
14
14
  export { getListingEntities };
@@ -1 +1 @@
1
- {"version":3,"file":"listingEntityService.js","sources":["../../src/services/listingEntityService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\r\nimport { ListingEntity } from '~/types/ListingEntity';\r\n\r\nexport const getListingEntities = async (entityIds: number[], origin = ''): Promise<ListingEntity[]> => {\r\n\ttry {\r\n\t\tconst response = await api.post<ListingEntity[]>(`/ListingEntities?origin=${origin}`, entityIds);\r\n\t\treturn response;\r\n\t} catch (error) {\r\n\t\tconsole.error(\"Error fetching listing entities:\", error);\r\n\t\tthrow error;\r\n\t}\r\n};\r\n\r\nexport default {\r\n\tgetListingEntities\r\n};\r\n"],"names":[],"mappings":";;AAGO,MAAM,kBAAkB,GAAG,OAAO,SAAmB,EAAE,MAAM,GAAG,EAAE,KAA8B;IACtG,IAAI;AACH,QAAA,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,IAAI,CAAkB,CAAA,wBAAA,EAA2B,MAAM,CAAA,CAAE,EAAE,SAAS,CAAC,CAAC;AACjG,QAAA,OAAO,QAAQ,CAAC;AAChB,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,kCAAkC,EAAE,KAAK,CAAC,CAAC;AACzD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
1
+ {"version":3,"file":"listingEntityService.js","sources":["../../src/services/listingEntityService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\nimport { ListingEntity } from '~/types/ListingEntity';\n\nexport const getListingEntities = async (entityIds: number[], origin = ''): Promise<ListingEntity[]> => {\n\ttry {\n\t\tconst response = await api.post<ListingEntity[]>(`/ListingEntities?origin=${origin}`, entityIds);\n\t\treturn response;\n\t} catch (error) {\n\t\tconsole.error(\"Error fetching listing entities:\", error);\n\t\tthrow error;\n\t}\n};\n\nexport default {\n\tgetListingEntities\n};\n"],"names":[],"mappings":";;AAGO,MAAM,kBAAkB,GAAG,OAAO,SAAmB,EAAE,MAAM,GAAG,EAAE,KAA8B;IACtG,IAAI;AACH,QAAA,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,IAAI,CAAkB,CAAA,wBAAA,EAA2B,MAAM,CAAA,CAAE,EAAE,SAAS,CAAC,CAAC;AACjG,QAAA,OAAO,QAAQ,CAAC;AAChB,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,kCAAkC,EAAE,KAAK,CAAC,CAAC;AACzD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
@@ -1,29 +1,29 @@
1
1
  import api from '../apis/hcApi.js';
2
2
 
3
- const getListings = async (params) => {
4
- try {
5
- const query = new URLSearchParams();
6
- if (params) {
7
- if (params.location)
8
- params.location.forEach(loc => query.append('location', loc));
9
- if (params.category)
10
- params.category.forEach(cat => query.append('category', cat));
11
- if (params.categoryClass)
12
- params.categoryClass.forEach(catClass => query.append('categoryClass', catClass));
13
- if (params.education)
14
- params.education.forEach(edu => query.append('education', edu));
15
- if (params.city)
16
- params.city.forEach(cty => query.append('city', cty));
17
- if (params.state)
18
- params.state.forEach(st => query.append('state', st));
19
- }
20
- const response = await api.get(`/Listings?${query.toString()}`);
21
- return response;
22
- }
23
- catch (error) {
24
- console.error(error);
25
- throw error;
26
- }
3
+ const getListings = async (params) => {
4
+ try {
5
+ const query = new URLSearchParams();
6
+ if (params) {
7
+ if (params.location)
8
+ params.location.forEach(loc => query.append('location', loc));
9
+ if (params.category)
10
+ params.category.forEach(cat => query.append('category', cat));
11
+ if (params.categoryClass)
12
+ params.categoryClass.forEach(catClass => query.append('categoryClass', catClass));
13
+ if (params.education)
14
+ params.education.forEach(edu => query.append('education', edu));
15
+ if (params.city)
16
+ params.city.forEach(cty => query.append('city', cty));
17
+ if (params.state)
18
+ params.state.forEach(st => query.append('state', st));
19
+ }
20
+ const response = await api.get(`/Listings?${query.toString()}`);
21
+ return response;
22
+ }
23
+ catch (error) {
24
+ console.error(error);
25
+ throw error;
26
+ }
27
27
  };
28
28
 
29
29
  export { getListings };
@@ -1 +1 @@
1
- {"version":3,"file":"listingService.js","sources":["../../src/services/listingService.ts"],"sourcesContent":["// listingService.ts\r\nimport { GetListingsParams } from '~/types/GetListingParams';\r\nimport api from '../apis/hcApi';\r\nimport { Listing } from '../types/Listings';\r\n\r\nexport const getListings = async (params?: GetListingsParams): Promise<Listing[]> => {\r\n\ttry {\r\n\t\tconst query = new URLSearchParams();\r\n\r\n\t\tif (params) {\r\n\t\t\tif (params.location) params.location.forEach(loc => query.append('location', loc));\r\n\t\t\tif (params.category) params.category.forEach(cat => query.append('category', cat));\r\n\t\t\tif (params.categoryClass) params.categoryClass.forEach(catClass => query.append('categoryClass', catClass));\r\n\t\t\tif (params.education) params.education.forEach(edu => query.append('education', edu));\r\n\t\t\tif (params.city) params.city.forEach(cty => query.append('city', cty));\r\n\t\t\tif (params.state) params.state.forEach(st => query.append('state', st));\r\n\t\t}\r\n\r\n\t\tconst response = await api.get(`/Listings?${query.toString()}`);\r\n\t\treturn response as Listing[];\r\n\t} catch (error) {\r\n\t\tconsole.error(error);\r\n\t\tthrow error;\r\n\t}\r\n};\r\n\r\nexport const getListingDetails = async (listingId: string) => {\r\n\ttry {\r\n\t\tconst response = await api.get(`/ListingDetails/${listingId}`);\r\n\t\treturn response;\r\n\t} catch (error) {\r\n\t\tconsole.error(error);\r\n\t\tthrow error;\r\n\t}\r\n};\r\n\r\nexport default {\r\n\tgetListings,\r\n\tgetListingDetails\r\n};\r\n"],"names":[],"mappings":";;MAKa,WAAW,GAAG,OAAO,MAA0B,KAAwB;IACnF,IAAI;AACH,QAAA,MAAM,KAAK,GAAG,IAAI,eAAe,EAAE,CAAC;AAEpC,QAAA,IAAI,MAAM,EAAE;YACX,IAAI,MAAM,CAAC,QAAQ;AAAE,gBAAA,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;YACnF,IAAI,MAAM,CAAC,QAAQ;AAAE,gBAAA,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;YACnF,IAAI,MAAM,CAAC,aAAa;AAAE,gBAAA,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,QAAQ,IAAI,KAAK,CAAC,MAAM,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC;YAC5G,IAAI,MAAM,CAAC,SAAS;AAAE,gBAAA,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC;YACtF,IAAI,MAAM,CAAC,IAAI;AAAE,gBAAA,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;YACvE,IAAI,MAAM,CAAC,KAAK;AAAE,gBAAA,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;AACxE,SAAA;AAED,QAAA,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,CAAa,UAAA,EAAA,KAAK,CAAC,QAAQ,EAAE,CAAA,CAAE,CAAC,CAAC;AAChE,QAAA,OAAO,QAAqB,CAAC;AAC7B,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;AACrB,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
1
+ {"version":3,"file":"listingService.js","sources":["../../src/services/listingService.ts"],"sourcesContent":["// listingService.ts\nimport { GetListingsParams } from '~/types/GetListingParams';\nimport api from '../apis/hcApi';\nimport { Listing } from '../types/Listings';\n\nexport const getListings = async (params?: GetListingsParams): Promise<Listing[]> => {\n\ttry {\n\t\tconst query = new URLSearchParams();\n\n\t\tif (params) {\n\t\t\tif (params.location) params.location.forEach(loc => query.append('location', loc));\n\t\t\tif (params.category) params.category.forEach(cat => query.append('category', cat));\n\t\t\tif (params.categoryClass) params.categoryClass.forEach(catClass => query.append('categoryClass', catClass));\n\t\t\tif (params.education) params.education.forEach(edu => query.append('education', edu));\n\t\t\tif (params.city) params.city.forEach(cty => query.append('city', cty));\n\t\t\tif (params.state) params.state.forEach(st => query.append('state', st));\n\t\t}\n\n\t\tconst response = await api.get(`/Listings?${query.toString()}`);\n\t\treturn response as Listing[];\n\t} catch (error) {\n\t\tconsole.error(error);\n\t\tthrow error;\n\t}\n};\n\nexport const getListingDetails = async (listingId: string) => {\n\ttry {\n\t\tconst response = await api.get(`/ListingDetails/${listingId}`);\n\t\treturn response;\n\t} catch (error) {\n\t\tconsole.error(error);\n\t\tthrow error;\n\t}\n};\n\nexport default {\n\tgetListings,\n\tgetListingDetails\n};\n"],"names":[],"mappings":";;MAKa,WAAW,GAAG,OAAO,MAA0B,KAAwB;IACnF,IAAI;AACH,QAAA,MAAM,KAAK,GAAG,IAAI,eAAe,EAAE,CAAC;AAEpC,QAAA,IAAI,MAAM,EAAE;YACX,IAAI,MAAM,CAAC,QAAQ;AAAE,gBAAA,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;YACnF,IAAI,MAAM,CAAC,QAAQ;AAAE,gBAAA,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;YACnF,IAAI,MAAM,CAAC,aAAa;AAAE,gBAAA,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,QAAQ,IAAI,KAAK,CAAC,MAAM,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC;YAC5G,IAAI,MAAM,CAAC,SAAS;AAAE,gBAAA,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC;YACtF,IAAI,MAAM,CAAC,IAAI;AAAE,gBAAA,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;YACvE,IAAI,MAAM,CAAC,KAAK;AAAE,gBAAA,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;AACxE,SAAA;AAED,QAAA,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,CAAa,UAAA,EAAA,KAAK,CAAC,QAAQ,EAAE,CAAA,CAAE,CAAC,CAAC;AAChE,QAAA,OAAO,QAAqB,CAAC;AAC7B,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;AACrB,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
@@ -1,16 +1,16 @@
1
- import api from '../apis/hcApi.js';
2
-
3
- const getRecruiters = async (recruiterIds) => {
4
- try {
5
- const params = recruiterIds.map(id => `recruiterIds=${id}`).join("&");
6
- const response = await api.get(`/Recruiters?${params}`);
7
- return response;
8
- }
9
- catch (error) {
10
- console.error("Error fetching recruiters:", error);
11
- throw error;
12
- }
13
- };
14
-
15
- export { getRecruiters };
16
- //# sourceMappingURL=recruiterService.js.map
1
+ import api from '../apis/hcApi.js';
2
+
3
+ const getRecruiters = async (recruiterIds) => {
4
+ try {
5
+ const params = recruiterIds.map(id => `recruiterIds=${id}`).join("&");
6
+ const response = await api.get(`/Recruiters?${params}`);
7
+ return response;
8
+ }
9
+ catch (error) {
10
+ console.error("Error fetching recruiters:", error);
11
+ throw error;
12
+ }
13
+ };
14
+
15
+ export { getRecruiters };
16
+ //# sourceMappingURL=recruiterService.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"recruiterService.js","sources":["../../src/services/recruiterService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\r\nimport { Recruiter } from '~/types/Recruiter';\r\n\r\nexport const getRecruiters = async (recruiterIds: number[]): Promise<Recruiter[]> => {\r\n\ttry {\r\n\t\tconst params = recruiterIds.map(id => `recruiterIds=${id}`).join(\"&\");\r\n\r\n\t\tconst response = await api.get<Recruiter[]>(`/Recruiters?${params}`);\r\n\t\treturn response;\r\n\t} catch (error) {\r\n\t\tconsole.error(\"Error fetching recruiters:\", error);\r\n\t\tthrow error;\r\n\t}\r\n};\r\n\r\nexport default {\r\n\tgetRecruiters\r\n};\r\n"],"names":[],"mappings":";;MAGa,aAAa,GAAG,OAAO,YAAsB,KAA0B;IACnF,IAAI;AACH,QAAA,MAAM,MAAM,GAAG,YAAY,CAAC,GAAG,CAAC,EAAE,IAAI,CAAgB,aAAA,EAAA,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAEtE,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,GAAG,CAAc,CAAe,YAAA,EAAA,MAAM,CAAE,CAAA,CAAC,CAAC;AACrE,QAAA,OAAO,QAAQ,CAAC;AAChB,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,4BAA4B,EAAE,KAAK,CAAC,CAAC;AACnD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
1
+ {"version":3,"file":"recruiterService.js","sources":["../../src/services/recruiterService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\nimport { Recruiter } from '~/types/Recruiter';\n\nexport const getRecruiters = async (recruiterIds: number[]): Promise<Recruiter[]> => {\n\ttry {\n\t\tconst params = recruiterIds.map(id => `recruiterIds=${id}`).join(\"&\");\n\n\t\tconst response = await api.get<Recruiter[]>(`/Recruiters?${params}`);\n\t\treturn response;\n\t} catch (error) {\n\t\tconsole.error(\"Error fetching recruiters:\", error);\n\t\tthrow error;\n\t}\n};\n\nexport default {\n\tgetRecruiters\n};\n"],"names":[],"mappings":";;MAGa,aAAa,GAAG,OAAO,YAAsB,KAA0B;IACnF,IAAI;AACH,QAAA,MAAM,MAAM,GAAG,YAAY,CAAC,GAAG,CAAC,EAAE,IAAI,CAAgB,aAAA,EAAA,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAEtE,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,GAAG,CAAc,CAAe,YAAA,EAAA,MAAM,CAAE,CAAA,CAAC,CAAC;AACrE,QAAA,OAAO,QAAQ,CAAC;AAChB,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,4BAA4B,EAAE,KAAK,CAAC,CAAC;AACnD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
@@ -1,5 +1,5 @@
1
- declare const _default: {
2
- get: <T>(url: string) => Promise<T>;
3
- post: <T_1>(url: string, data: any) => Promise<T_1>;
4
- };
5
- export default _default;
1
+ declare const _default: {
2
+ get: <T>(url: string) => Promise<T>;
3
+ post: <T_1>(url: string, data: any) => Promise<T_1>;
4
+ };
5
+ export default _default;
@@ -1,2 +1,2 @@
1
- export function setClientAuthKey(key: any): void;
2
- export function getClientAuthKey(): any;
1
+ export function setClientAuthKey(key: any): void;
2
+ export function getClientAuthKey(): any;
@@ -1,12 +1,11 @@
1
- export default MapAccordionItemContainer;
2
- declare function MapAccordionItemContainer({ showMap, item, itemRefs, fieldsShown, itemExpandedContent, specialFeatures, isActive, hasListItemSelected }: {
3
- showMap: any;
4
- item: any;
5
- itemRefs: any;
6
- fieldsShown: any;
7
- itemExpandedContent: any;
8
- specialFeatures: any;
9
- isActive: any;
10
- hasListItemSelected: any;
11
- }): React.JSX.Element;
12
- import React from "react";
1
+ export default MapAccordionItemContainer;
2
+ declare function MapAccordionItemContainer({ showMap, item, itemRefs, fieldsShown, itemExpandedContent, specialFeatures, isActive }: {
3
+ showMap: any;
4
+ item: any;
5
+ itemRefs: any;
6
+ fieldsShown: any;
7
+ itemExpandedContent: any;
8
+ specialFeatures: any;
9
+ isActive: any;
10
+ }): React.JSX.Element;
11
+ import React from "react";
@@ -1,6 +1,6 @@
1
- export default ListingDetailsContainer;
2
- declare function ListingDetailsContainer({ item, recruiter }: {
3
- item: any;
4
- recruiter: any;
5
- }): React.JSX.Element;
6
- import React from "react";
1
+ export default ListingDetailsContainer;
2
+ declare function ListingDetailsContainer({ item, recruiter }: {
3
+ item: any;
4
+ recruiter: any;
5
+ }): React.JSX.Element;
6
+ import React from "react";
@@ -1,9 +1,9 @@
1
- import React from 'react';
2
- interface ItemsListContainerProps {
3
- fieldNames: Record<string, string>;
4
- showMap: boolean;
5
- fieldsShown: string[];
6
- specialFeatures: any;
7
- }
8
- declare const ItemsListContainer: React.FC<ItemsListContainerProps>;
9
- export default ItemsListContainer;
1
+ import React from 'react';
2
+ interface ItemsListContainerProps {
3
+ fieldNames: Record<string, string>;
4
+ showMap: boolean;
5
+ fieldsShown: string[];
6
+ specialFeatures: any;
7
+ }
8
+ declare const ItemsListContainer: React.FC<ItemsListContainerProps>;
9
+ export default ItemsListContainer;
@@ -1,13 +1,13 @@
1
- export default ListItemContainer;
2
- declare function ListItemContainer({ isActive, showMap, item, itemRefs, fieldsShown, specialFeatures, bodyClassName, onItemSelected, ...props }: {
3
- [x: string]: any;
4
- isActive: any;
5
- showMap: any;
6
- item: any;
7
- itemRefs: any;
8
- fieldsShown: any;
9
- specialFeatures: any;
10
- bodyClassName: any;
11
- onItemSelected: any;
12
- }): React.JSX.Element;
13
- import React from "react";
1
+ export default ListItemContainer;
2
+ declare function ListItemContainer({ isActive, showMap, item, itemRefs, fieldsShown, specialFeatures, bodyClassName, onItemSelected, ...props }: {
3
+ [x: string]: any;
4
+ isActive: any;
5
+ showMap: any;
6
+ item: any;
7
+ itemRefs: any;
8
+ fieldsShown: any;
9
+ specialFeatures: any;
10
+ bodyClassName: any;
11
+ onItemSelected: any;
12
+ }): React.JSX.Element;
13
+ import React from "react";
@@ -1,10 +1,10 @@
1
- export default MapAccordionItem;
2
- declare function MapAccordionItem({ item, itemRefs, itemExpandedContent, isActive, recruiter, children }: {
3
- item: any;
4
- itemRefs: any;
5
- itemExpandedContent: any;
6
- isActive: any;
7
- recruiter: any;
8
- children: any;
9
- }): React.JSX.Element;
10
- import React from "react";
1
+ export default MapAccordionItem;
2
+ declare function MapAccordionItem({ item, itemRefs, itemExpandedContent, isActive, recruiter, children }: {
3
+ item: any;
4
+ itemRefs: any;
5
+ itemExpandedContent: any;
6
+ isActive: any;
7
+ recruiter: any;
8
+ children: any;
9
+ }): React.JSX.Element;
10
+ import React from "react";
@@ -1,19 +1,19 @@
1
- export const AccordionItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
- export const AccordionTrigger: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
- export const AccordionTriggerHasHeader: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
4
- export const AccordionTriggerBlank: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
- export const AccordionContent: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
6
- export default Accordion;
7
- import React from "react";
8
- declare function Accordion({ className, type, defaultValue, collapsible, children }: {
9
- className: any;
10
- type?: string | undefined;
11
- defaultValue: any;
12
- collapsible?: boolean | undefined;
13
- children: any;
14
- }): React.JSX.Element;
15
- declare namespace Accordion {
16
- export { AccordionItem as Item };
17
- export { AccordionTrigger as Trigger };
18
- export { AccordionContent as Content };
19
- }
1
+ export const AccordionItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
+ export const AccordionTrigger: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
+ export const AccordionTriggerHasHeader: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
4
+ export const AccordionTriggerBlank: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
+ export const AccordionContent: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
6
+ export default Accordion;
7
+ import React from "react";
8
+ declare function Accordion({ className, type, defaultValue, collapsible, children }: {
9
+ className: any;
10
+ type?: string | undefined;
11
+ defaultValue: any;
12
+ collapsible?: boolean | undefined;
13
+ children: any;
14
+ }): React.JSX.Element;
15
+ declare namespace Accordion {
16
+ export { AccordionItem as Item };
17
+ export { AccordionTrigger as Trigger };
18
+ export { AccordionContent as Content };
19
+ }
@@ -1,25 +1,24 @@
1
- export default ButtonGroupApply;
2
- declare function ButtonGroupApply({ useDetailsPostMessage, navigateToDetails, navigateToEasyApply, Link, linkFormat, easyApplyUrl, applyNowText, isIframe, detailsUrl, detailsText, easyApplyText, className, buttonSize, applyButtonVariant, detailsButtonVariant, includeDialog, internalApplyLink, item, companyName, trackEvent, eventTypes }: {
3
- useDetailsPostMessage: any;
4
- navigateToDetails: any;
5
- navigateToEasyApply: any;
6
- Link: any;
7
- linkFormat: any;
8
- easyApplyUrl: any;
9
- applyNowText?: string | undefined;
10
- isIframe: any;
11
- detailsUrl: any;
12
- detailsText?: string | undefined;
13
- easyApplyText: any;
14
- className: any;
15
- buttonSize?: string | undefined;
16
- applyButtonVariant?: string | undefined;
17
- detailsButtonVariant?: string | undefined;
18
- includeDialog?: boolean | undefined;
19
- internalApplyLink: any;
20
- item: any;
21
- companyName: any;
22
- trackEvent: any;
23
- eventTypes: any;
24
- }): React.JSX.Element;
25
- import React from "react";
1
+ export default ButtonGroupApply;
2
+ declare function ButtonGroupApply({ useDetailsPostMessage, navigateToDetails, navigateToEasyApply, Link, linkFormat, easyApplyUrl, applyNowText, detailsUrl, detailsText, easyApplyText, className, buttonSize, applyButtonVariant, detailsButtonVariant, includeDialog, internalApplyLink, item, companyName, trackEvent, eventTypes }: {
3
+ useDetailsPostMessage: any;
4
+ navigateToDetails: any;
5
+ navigateToEasyApply: any;
6
+ Link: any;
7
+ linkFormat: any;
8
+ easyApplyUrl: any;
9
+ applyNowText?: string | undefined;
10
+ detailsUrl: any;
11
+ detailsText?: string | undefined;
12
+ easyApplyText: any;
13
+ className: any;
14
+ buttonSize?: string | undefined;
15
+ applyButtonVariant?: string | undefined;
16
+ detailsButtonVariant?: string | undefined;
17
+ includeDialog?: boolean | undefined;
18
+ internalApplyLink: any;
19
+ item: any;
20
+ companyName: any;
21
+ trackEvent: any;
22
+ eventTypes: any;
23
+ }): React.JSX.Element;
24
+ import React from "react";
@@ -1,5 +1,5 @@
1
- export default CommutePill;
2
- declare function CommutePill({ travelTime }: {
3
- travelTime: any;
4
- }): React.JSX.Element | undefined;
5
- import React from "react";
1
+ export default CommutePill;
2
+ declare function CommutePill({ travelTime }: {
3
+ travelTime: any;
4
+ }): React.JSX.Element | undefined;
5
+ import React from "react";
@@ -1,51 +1,48 @@
1
- export function Anchor({ children, href, className, size, variant, isBlock, hasUnderline, target, execOnClick, isIframe, iframeMsgType, ...rest }: {
2
- [x: string]: any;
3
- children: any;
4
- href: any;
5
- className: any;
6
- size: any;
7
- variant: any;
8
- isBlock: any;
9
- hasUnderline: any;
10
- target?: string | undefined;
11
- execOnClick?: null | undefined;
12
- isIframe?: boolean | undefined;
13
- iframeMsgType: any;
14
- }): React.JSX.Element;
15
- export function AnchorLink({ children, Link, href, className, size, variant, isBlock, hasUnderline, ...rest }: {
16
- [x: string]: any;
17
- children: any;
18
- Link: any;
19
- href: any;
20
- className: any;
21
- size: any;
22
- variant: any;
23
- isBlock: any;
24
- hasUnderline: any;
25
- }): React.JSX.Element;
26
- export const ScrollAnchor: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
27
- export const Btn: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
28
- export function ButtonBody({ children, className }: {
29
- children: any;
30
- className: any;
31
- }): React.JSX.Element;
32
- export function ButtonIcon({ icon, size, className }: {
33
- icon: any;
34
- size?: string | undefined;
35
- className: any;
36
- }): React.JSX.Element;
37
- export default Button;
38
- import React from "react";
39
- declare function Button({ children }: {
40
- children: any;
41
- }): {
42
- children: any;
43
- };
44
- declare namespace Button {
45
- export { Anchor };
46
- export { AnchorLink as Link };
47
- export { ScrollAnchor as Scroll };
48
- export { Btn };
49
- export { ButtonBody as Body };
50
- export { ButtonIcon as Icon };
51
- }
1
+ export function Anchor({ children, href, className, size, variant, isBlock, hasUnderline, target, ...rest }: {
2
+ [x: string]: any;
3
+ children: any;
4
+ href: any;
5
+ className: any;
6
+ size: any;
7
+ variant: any;
8
+ isBlock: any;
9
+ hasUnderline: any;
10
+ target?: string | undefined;
11
+ }): React.JSX.Element;
12
+ export function AnchorLink({ children, Link, href, className, size, variant, isBlock, hasUnderline, ...rest }: {
13
+ [x: string]: any;
14
+ children: any;
15
+ Link: any;
16
+ href: any;
17
+ className: any;
18
+ size: any;
19
+ variant: any;
20
+ isBlock: any;
21
+ hasUnderline: any;
22
+ }): React.JSX.Element;
23
+ export const ScrollAnchor: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
24
+ export const Btn: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
25
+ export function ButtonBody({ children, className }: {
26
+ children: any;
27
+ className: any;
28
+ }): React.JSX.Element;
29
+ export function ButtonIcon({ icon, size, className }: {
30
+ icon: any;
31
+ size?: string | undefined;
32
+ className: any;
33
+ }): React.JSX.Element;
34
+ export default Button;
35
+ import React from "react";
36
+ declare function Button({ children }: {
37
+ children: any;
38
+ }): {
39
+ children: any;
40
+ };
41
+ declare namespace Button {
42
+ export { Anchor };
43
+ export { AnchorLink as Link };
44
+ export { ScrollAnchor as Scroll };
45
+ export { Btn };
46
+ export { ButtonBody as Body };
47
+ export { ButtonIcon as Icon };
48
+ }
@@ -1,3 +1,3 @@
1
- export const PillWrapper: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
- export default PillWrapper;
3
- import React from "react";
1
+ export const PillWrapper: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
+ export default PillWrapper;
3
+ import React from "react";
@@ -1,12 +1,8 @@
1
- export default ApplyDialog;
2
- declare function ApplyDialog({ children, applyUrl, internalApplyLink, companyName, item, trackEvent, eventTypes, isIframe }: {
3
- children: any;
4
- applyUrl: any;
5
- internalApplyLink: any;
6
- companyName: any;
7
- item: any;
8
- trackEvent: any;
9
- eventTypes: any;
10
- isIframe: any;
11
- }): React.JSX.Element;
12
- import React from "react";
1
+ export default ApplyDialog;
2
+ declare function ApplyDialog({ children, applyUrl, internalApplyLink, companyName }: {
3
+ children: any;
4
+ applyUrl: any;
5
+ internalApplyLink: any;
6
+ companyName: any;
7
+ }): React.JSX.Element;
8
+ import React from "react";
@@ -1,8 +1,8 @@
1
- export default FilterSort;
2
- declare function FilterSort({ className, fields, setSortSetting, fieldNames }: {
3
- className: any;
4
- fields: any;
5
- setSortSetting: any;
6
- fieldNames: any;
7
- }): React.JSX.Element;
8
- import React from "react";
1
+ export default FilterSort;
2
+ declare function FilterSort({ className, fields, setSortSetting, fieldNames }: {
3
+ className: any;
4
+ fields: any;
5
+ setSortSetting: any;
6
+ fieldNames: any;
7
+ }): React.JSX.Element;
8
+ import React from "react";
@@ -1,8 +1,8 @@
1
- export function GridItem({ as, children, className }: {
2
- as?: string | undefined;
3
- children: any;
4
- className: any;
5
- }): React.JSX.Element;
6
- export default Grid;
7
- import React from "react";
8
- declare const Grid: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
1
+ export function GridItem({ as, children, className }: {
2
+ as?: string | undefined;
3
+ children: any;
4
+ className: any;
5
+ }): React.JSX.Element;
6
+ export default Grid;
7
+ import React from "react";
8
+ declare const Grid: React.ForwardRefExoticComponent<React.RefAttributes<any>>;