@abcagency/hc-ui-components 1.3.20 → 1.3.22

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 (709) hide show
  1. package/.env +3 -0
  2. package/.eslintrc +136 -0
  3. package/bundleDist/bundle.js +28145 -0
  4. package/bundleDist/bundle.js.map +1 -0
  5. package/bundleDist/dist/styles/index.css +3 -0
  6. package/bundleDist/dist/types/apis/hcApi.d.ts +5 -0
  7. package/bundleDist/dist/types/clientToken.d.ts +2 -0
  8. package/{dist/types/components/modules → bundleDist/dist/types/components/containers}/jobListing/listing-details-container.d.ts +2 -2
  9. package/bundleDist/dist/types/components/modules/accordions/MapAccordionItem.d.ts +10 -0
  10. package/bundleDist/dist/types/components/modules/accordions/default.d.ts +19 -0
  11. package/bundleDist/dist/types/components/modules/buttons/button-group-apply.d.ts +24 -0
  12. package/bundleDist/dist/types/components/modules/buttons/commute-pill.d.ts +5 -0
  13. package/bundleDist/dist/types/components/modules/buttons/default.d.ts +48 -0
  14. package/bundleDist/dist/types/components/modules/buttons/pill-wrapper.d.ts +3 -0
  15. package/bundleDist/dist/types/components/modules/dialogs/apply-dialog.d.ts +8 -0
  16. package/bundleDist/dist/types/components/modules/filter/sort.d.ts +8 -0
  17. package/bundleDist/dist/types/components/modules/grid.d.ts +8 -0
  18. package/bundleDist/dist/types/components/modules/icon.d.ts +10 -0
  19. package/bundleDist/dist/types/components/modules/jobListing/listing-details.d.ts +18 -0
  20. package/bundleDist/dist/types/components/modules/list/field-mapper.d.ts +10 -0
  21. package/bundleDist/dist/types/components/modules/list/header-item.d.ts +11 -0
  22. package/bundleDist/dist/types/components/modules/list/header.d.ts +11 -0
  23. package/bundleDist/dist/types/components/modules/list/item-expand-card/index.d.ts +7 -0
  24. package/bundleDist/dist/types/components/modules/list/item-expand-card/recruiter-contact-nav.d.ts +17 -0
  25. package/bundleDist/dist/types/components/modules/list/item-expand-card/recruiter-details.d.ts +21 -0
  26. package/bundleDist/dist/types/components/modules/list/item-expand-card/recruiter-headshot.d.ts +8 -0
  27. package/bundleDist/dist/types/components/modules/list/item-list.d.ts +20 -0
  28. package/bundleDist/dist/types/components/modules/list/list-item/list-item.d.ts +3 -0
  29. package/bundleDist/dist/types/constants/eventTypes.d.ts +13 -0
  30. package/bundleDist/dist/types/contexts/mapContext.d.ts +29 -0
  31. package/bundleDist/dist/types/contexts/mapListContext.d.ts +59 -0
  32. package/bundleDist/dist/types/contexts/trackEventContext.d.ts +6 -0
  33. package/bundleDist/dist/types/enums/SectionType.d.ts +9 -0
  34. package/bundleDist/dist/types/hooks/useList.d.ts +13 -0
  35. package/bundleDist/dist/types/services/configService.d.ts +6 -0
  36. package/bundleDist/dist/types/services/googlePlacesNearbyService.d.ts +5 -0
  37. package/bundleDist/dist/types/services/listingAggregatorService.d.ts +12 -0
  38. package/bundleDist/dist/types/services/listingEntityService.d.ts +6 -0
  39. package/bundleDist/dist/types/services/listingService.d.ts +9 -0
  40. package/bundleDist/dist/types/services/recruiterService.d.ts +6 -0
  41. package/bundleDist/dist/types/types/Address.d.ts +7 -0
  42. package/bundleDist/dist/types/types/ContentSection.d.ts +8 -0
  43. package/bundleDist/dist/types/types/GetListingParams.d.ts +8 -0
  44. package/bundleDist/dist/types/types/LatLng.d.ts +4 -0
  45. package/bundleDist/dist/types/types/ListingEntity.d.ts +10 -0
  46. package/bundleDist/dist/types/types/ListingFields.d.ts +25 -0
  47. package/bundleDist/dist/types/types/Listings.d.ts +31 -0
  48. package/bundleDist/dist/types/types/Recruiter.d.ts +9 -0
  49. package/bundleDist/dist/types/types/SimilarListing.d.ts +24 -0
  50. package/bundleDist/dist/types/types/config/Colors.d.ts +8 -0
  51. package/bundleDist/dist/types/types/config/MapConfig.d.ts +30 -0
  52. package/bundleDist/dist/types/types/config/PointsOfInterestConfig.d.ts +13 -0
  53. package/bundleDist/dist/types/types/config/SearchConfig.d.ts +4 -0
  54. package/bundleDist/dist/types/util/filterUtil.d.ts +28 -0
  55. package/bundleDist/dist/types/util/loading.d.ts +3 -0
  56. package/bundleDist/dist/types/util/localStorageUtil.d.ts +3 -0
  57. package/bundleDist/dist/types/util/mapUtil.d.ts +15 -0
  58. package/bundleDist/dist/types/util/sortUtil.d.ts +1 -0
  59. package/bundleDist/dist/types/util/stringUtils.d.ts +1 -0
  60. package/bundleDist/dist/types/util/urlFilterUtil.d.ts +8 -0
  61. package/bundleDist/styles/index.css +3 -0
  62. package/bundleDist.map +1 -0
  63. package/dist/_virtual/_rollupPluginBabelHelpers.js +3 -3
  64. package/dist/_virtual/jsx-runtime.js +4 -0
  65. package/dist/_virtual/jsx-runtime.js.map +1 -0
  66. package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
  67. package/dist/_virtual/react-jsx-runtime.production.min.js.map +1 -0
  68. package/dist/apps/test-react-app/node_modules/react/cjs/react-jsx-runtime.production.min.js +49 -0
  69. package/dist/apps/test-react-app/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
  70. package/dist/apps/test-react-app/node_modules/react/jsx-runtime.js +12 -0
  71. package/dist/apps/test-react-app/node_modules/react/jsx-runtime.js.map +1 -0
  72. package/dist/components/HireControlMap.js +23 -18
  73. package/dist/components/HireControlMap.js.map +1 -1
  74. package/dist/components/containers/accordions/filter-container.js +48 -0
  75. package/dist/components/containers/accordions/filter-container.js.map +1 -0
  76. package/dist/components/containers/accordions/filter-item-container.js +50 -0
  77. package/dist/components/containers/accordions/filter-item-container.js.map +1 -0
  78. package/dist/components/{modules/list/list-item/index.js → containers/accordions/map-accordion-item-container.js} +14 -12
  79. package/dist/components/containers/accordions/map-accordion-item-container.js.map +1 -0
  80. package/dist/components/containers/filter/commute-container.js +141 -0
  81. package/dist/components/containers/filter/commute-container.js.map +1 -0
  82. package/dist/components/containers/filter/filter-container.js +83 -0
  83. package/dist/components/containers/filter/filter-container.js.map +1 -0
  84. package/dist/components/containers/filter/filter-item-container.js +79 -0
  85. package/dist/components/containers/filter/filter-item-container.js.map +1 -0
  86. package/dist/components/containers/filter/location-container.js +42 -0
  87. package/dist/components/containers/filter/location-container.js.map +1 -0
  88. package/dist/components/containers/filter/points-of-interest-container.js +37 -0
  89. package/dist/components/containers/filter/points-of-interest-container.js.map +1 -0
  90. package/dist/components/containers/filter/points-of-interest-radio-item-container.js +37 -0
  91. package/dist/components/containers/filter/points-of-interest-radio-item-container.js.map +1 -0
  92. package/dist/components/containers/filter/search-container.js +53 -0
  93. package/dist/components/containers/filter/search-container.js.map +1 -0
  94. package/dist/components/{modules → containers}/jobListing/listing-details-container.js +5 -5
  95. package/dist/components/containers/jobListing/listing-details-container.js.map +1 -0
  96. package/dist/components/containers/list/item-list-container.js +36 -0
  97. package/dist/components/containers/list/item-list-container.js.map +1 -0
  98. package/dist/components/{modules → containers}/list/list-item/list-item-container.js +3 -3
  99. package/dist/components/containers/list/list-item/list-item-container.js.map +1 -0
  100. package/dist/components/containers/maps/info-window-content-container.js +62 -0
  101. package/dist/components/containers/maps/info-window-content-container.js.map +1 -0
  102. package/dist/components/containers/maps/map-container.js +183 -0
  103. package/dist/components/containers/maps/map-container.js.map +1 -0
  104. package/dist/components/containers/maps/map-list-container.js +46 -0
  105. package/dist/components/containers/maps/map-list-container.js.map +1 -0
  106. package/dist/components/containers/maps/map-marker-container.js +83 -0
  107. package/dist/components/containers/maps/map-marker-container.js.map +1 -0
  108. package/dist/components/modules/accordions/MapAccordionItem.js +7 -9
  109. package/dist/components/modules/accordions/MapAccordionItem.js.map +1 -1
  110. package/dist/components/modules/accordions/default.js +15 -15
  111. package/dist/components/modules/accordions/default.js.map +1 -1
  112. package/dist/components/modules/accordions/filterItem.js +14 -40
  113. package/dist/components/modules/accordions/filterItem.js.map +1 -1
  114. package/dist/components/modules/accordions/filters.js +8 -27
  115. package/dist/components/modules/accordions/filters.js.map +1 -1
  116. package/dist/components/modules/buttons/button-group-apply.js +11 -11
  117. package/dist/components/modules/buttons/button-group-apply.js.map +1 -1
  118. package/dist/components/modules/buttons/commute-pill.js +3 -3
  119. package/dist/components/modules/buttons/commute-pill.js.map +1 -1
  120. package/dist/components/modules/buttons/default.js +9 -9
  121. package/dist/components/modules/buttons/default.js.map +1 -1
  122. package/dist/components/modules/buttons/items-pill.js +3 -3
  123. package/dist/components/modules/buttons/items-pill.js.map +1 -1
  124. package/dist/components/modules/buttons/pill-wrapper.js +2 -2
  125. package/dist/components/modules/buttons/pill-wrapper.js.map +1 -1
  126. package/dist/components/modules/buttons/show-all-button.js +3 -3
  127. package/dist/components/modules/buttons/show-all-button.js.map +1 -1
  128. package/dist/components/modules/cards/default.js +11 -11
  129. package/dist/components/modules/cards/default.js.map +1 -1
  130. package/dist/components/modules/cards/filter.js +5 -5
  131. package/dist/components/modules/cards/filter.js.map +1 -1
  132. package/dist/components/modules/dialogs/apply-dialog.js +16 -16
  133. package/dist/components/modules/dialogs/apply-dialog.js.map +1 -1
  134. package/dist/components/modules/filter/commute.js +40 -139
  135. package/dist/components/modules/filter/commute.js.map +1 -1
  136. package/dist/components/modules/filter/index.js +16 -66
  137. package/dist/components/modules/filter/index.js.map +1 -1
  138. package/dist/components/modules/filter/item.js +15 -62
  139. package/dist/components/modules/filter/item.js.map +1 -1
  140. package/dist/components/modules/filter/location.js +13 -39
  141. package/dist/components/modules/filter/location.js.map +1 -1
  142. package/dist/components/modules/filter/radio-item.js +12 -28
  143. package/dist/components/modules/filter/radio-item.js.map +1 -1
  144. package/dist/components/modules/filter/search.js +17 -45
  145. package/dist/components/modules/filter/search.js.map +1 -1
  146. package/dist/components/modules/filter/sort.js +28 -28
  147. package/dist/components/modules/filter/sort.js.map +1 -1
  148. package/dist/components/modules/grid.js +4 -4
  149. package/dist/components/modules/grid.js.map +1 -1
  150. package/dist/components/modules/icon.js +4 -4
  151. package/dist/components/modules/icon.js.map +1 -1
  152. package/dist/components/modules/jobListing/listing-details.js +15 -17
  153. package/dist/components/modules/jobListing/listing-details.js.map +1 -1
  154. package/dist/components/modules/list/field-mapper.js +20 -19
  155. package/dist/components/modules/list/field-mapper.js.map +1 -1
  156. package/dist/components/modules/list/header-item.js +6 -6
  157. package/dist/components/modules/list/header-item.js.map +1 -1
  158. package/dist/components/modules/list/header.js +5 -5
  159. package/dist/components/modules/list/header.js.map +1 -1
  160. package/dist/components/modules/list/item-expand-card/index.js +3 -5
  161. package/dist/components/modules/list/item-expand-card/index.js.map +1 -1
  162. package/dist/components/modules/list/item-expand-card/recruiter-contact-nav.js +5 -5
  163. package/dist/components/modules/list/item-expand-card/recruiter-contact-nav.js.map +1 -1
  164. package/dist/components/modules/list/item-expand-card/recruiter-details.js +6 -6
  165. package/dist/components/modules/list/item-expand-card/recruiter-details.js.map +1 -1
  166. package/dist/components/modules/list/item-expand-card/recruiter-headshot.js +3 -3
  167. package/dist/components/modules/list/item-expand-card/recruiter-headshot.js.map +1 -1
  168. package/dist/components/modules/list/item-list.js +14 -119
  169. package/dist/components/modules/list/item-list.js.map +1 -1
  170. package/dist/components/modules/list/list-item/list-item.js +14 -14
  171. package/dist/components/modules/list/list-item/list-item.js.map +1 -1
  172. package/dist/components/modules/maps/info-window-card.js +2 -2
  173. package/dist/components/modules/maps/info-window-card.js.map +1 -1
  174. package/dist/components/modules/maps/info-window-content.js +11 -55
  175. package/dist/components/modules/maps/info-window-content.js.map +1 -1
  176. package/dist/components/modules/maps/map-list.js +12 -46
  177. package/dist/components/modules/maps/map-list.js.map +1 -1
  178. package/dist/components/modules/maps/map-marker.js +17 -85
  179. package/dist/components/modules/maps/map-marker.js.map +1 -1
  180. package/dist/components/modules/maps/map.js +25 -163
  181. package/dist/components/modules/maps/map.js.map +1 -1
  182. package/dist/components/modules/maps/place-marker.js +5 -5
  183. package/dist/components/modules/maps/place-marker.js.map +1 -1
  184. package/dist/components/modules/maps/tabs.js +20 -20
  185. package/dist/components/modules/maps/tabs.js.map +1 -1
  186. package/dist/contexts/mapContext.js +2 -2
  187. package/dist/contexts/mapContext.js.map +1 -1
  188. package/dist/contexts/mapListContext.js +21 -12
  189. package/dist/contexts/mapListContext.js.map +1 -1
  190. package/dist/contexts/placesContext.js +2 -2
  191. package/dist/contexts/placesContext.js.map +1 -1
  192. package/dist/contexts/trackEventContext.js +2 -2
  193. package/dist/contexts/trackEventContext.js.map +1 -1
  194. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +802 -0
  195. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  196. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +679 -0
  197. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  198. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +343 -0
  199. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  200. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +140 -0
  201. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  202. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
  203. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  204. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox.js +33 -0
  205. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +1 -0
  206. package/dist/node_modules/@headlessui/react/dist/components/keyboard.js +4 -0
  207. package/dist/node_modules/@headlessui/react/dist/components/keyboard.js.map +1 -0
  208. package/dist/node_modules/@headlessui/react/dist/components/transitions/transition.js +19 -0
  209. package/dist/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +1 -0
  210. package/dist/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +8 -0
  211. package/dist/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +1 -0
  212. package/dist/node_modules/@headlessui/react/dist/hooks/use-computed.js +8 -0
  213. package/dist/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +1 -0
  214. package/dist/node_modules/@headlessui/react/dist/hooks/use-controllable.js +7 -0
  215. package/dist/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +1 -0
  216. package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js +7 -0
  217. package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +1 -0
  218. package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js +7 -0
  219. package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +1 -0
  220. package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js +7 -0
  221. package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js.map +1 -0
  222. package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js +7 -0
  223. package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +1 -0
  224. package/dist/node_modules/@headlessui/react/dist/hooks/use-id.js +9 -0
  225. package/dist/node_modules/@headlessui/react/dist/hooks/use-id.js.map +1 -0
  226. package/dist/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +7 -0
  227. package/dist/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +1 -0
  228. package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +7 -0
  229. package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +1 -0
  230. package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +7 -0
  231. package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +1 -0
  232. package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +10 -0
  233. package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +1 -0
  234. package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js +7 -0
  235. package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +1 -0
  236. package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +7 -0
  237. package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +1 -0
  238. package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +7 -0
  239. package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +1 -0
  240. package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +7 -0
  241. package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +1 -0
  242. package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +6 -0
  243. package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +1 -0
  244. package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js +11 -0
  245. package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +1 -0
  246. package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +8 -0
  247. package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +1 -0
  248. package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js +7 -0
  249. package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +1 -0
  250. package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js +7 -0
  251. package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +1 -0
  252. package/dist/node_modules/@headlessui/react/dist/internal/hidden.js +6 -0
  253. package/dist/node_modules/@headlessui/react/dist/internal/hidden.js.map +1 -0
  254. package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js +6 -0
  255. package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js.map +1 -0
  256. package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js +6 -0
  257. package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +1 -0
  258. package/dist/node_modules/@headlessui/react/dist/utils/bugs.js +4 -0
  259. package/dist/node_modules/@headlessui/react/dist/utils/bugs.js.map +1 -0
  260. package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +4 -0
  261. package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +1 -0
  262. package/dist/node_modules/@headlessui/react/dist/utils/class-names.js +4 -0
  263. package/dist/node_modules/@headlessui/react/dist/utils/class-names.js.map +1 -0
  264. package/dist/node_modules/@headlessui/react/dist/utils/disposables.js +6 -0
  265. package/dist/node_modules/@headlessui/react/dist/utils/disposables.js.map +1 -0
  266. package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js +4 -0
  267. package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js.map +1 -0
  268. package/dist/node_modules/@headlessui/react/dist/utils/env.js +4 -0
  269. package/dist/node_modules/@headlessui/react/dist/utils/env.js.map +1 -0
  270. package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js +7 -0
  271. package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js.map +1 -0
  272. package/dist/node_modules/@headlessui/react/dist/utils/form.js +4 -0
  273. package/dist/node_modules/@headlessui/react/dist/utils/form.js.map +1 -0
  274. package/dist/node_modules/@headlessui/react/dist/utils/match.js +4 -0
  275. package/dist/node_modules/@headlessui/react/dist/utils/match.js.map +1 -0
  276. package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js +4 -0
  277. package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js.map +1 -0
  278. package/dist/node_modules/@headlessui/react/dist/utils/once.js +4 -0
  279. package/dist/node_modules/@headlessui/react/dist/utils/once.js.map +1 -0
  280. package/dist/node_modules/@headlessui/react/dist/utils/owner.js +6 -0
  281. package/dist/node_modules/@headlessui/react/dist/utils/owner.js.map +1 -0
  282. package/dist/node_modules/@headlessui/react/dist/utils/platform.js +4 -0
  283. package/dist/node_modules/@headlessui/react/dist/utils/platform.js.map +1 -0
  284. package/dist/node_modules/@headlessui/react/dist/utils/render.js +11 -0
  285. package/dist/node_modules/@headlessui/react/dist/utils/render.js.map +1 -0
  286. package/dist/node_modules/@iconify/react/dist/iconify.js +1928 -0
  287. package/dist/node_modules/@iconify/react/dist/iconify.js.map +1 -0
  288. package/dist/node_modules/@radix-ui/number/dist/index.js +7 -0
  289. package/dist/node_modules/@radix-ui/number/dist/index.js.map +1 -0
  290. package/dist/node_modules/@radix-ui/primitive/dist/index.js +12 -0
  291. package/dist/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  292. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +304 -0
  293. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js.map +1 -0
  294. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
  295. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  296. package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js +145 -0
  297. package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js.map +1 -0
  298. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +69 -0
  299. package/dist/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  300. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +19 -0
  301. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  302. package/dist/node_modules/@radix-ui/react-context/dist/index.js +80 -0
  303. package/dist/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  304. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +320 -0
  305. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  306. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
  307. package/dist/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  308. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
  309. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  310. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +27 -0
  311. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  312. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
  313. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  314. package/dist/node_modules/@radix-ui/react-id/dist/index.js +16 -0
  315. package/dist/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  316. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +279 -0
  317. package/dist/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  318. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
  319. package/dist/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  320. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +120 -0
  321. package/dist/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  322. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +42 -0
  323. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  324. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +221 -0
  325. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
  326. package/dist/node_modules/@radix-ui/react-select/dist/index.js +1109 -0
  327. package/dist/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
  328. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +82 -0
  329. package/dist/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  330. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +187 -0
  331. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
  332. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
  333. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  334. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +47 -0
  335. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  336. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
  337. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  338. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +8 -0
  339. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  340. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +16 -0
  341. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
  342. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
  343. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  344. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
  345. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
  346. package/dist/node_modules/@react-google-maps/api/dist/esm.js +8515 -0
  347. package/dist/node_modules/@react-google-maps/api/dist/esm.js.map +1 -0
  348. package/dist/node_modules/@remix-run/router/dist/router.js +271 -0
  349. package/dist/node_modules/@remix-run/router/dist/router.js.map +1 -0
  350. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +43 -0
  351. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +1 -0
  352. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +669 -0
  353. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +1 -0
  354. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +61 -0
  355. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +1 -0
  356. package/dist/node_modules/aria-hidden/dist/es2015/index.js +137 -0
  357. package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  358. package/dist/node_modules/fuse.js/dist/fuse.js +1779 -0
  359. package/dist/node_modules/fuse.js/dist/fuse.js.map +1 -0
  360. package/dist/node_modules/get-nonce/dist/es2015/index.js +9 -0
  361. package/dist/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  362. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +17 -0
  363. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
  364. package/dist/node_modules/react/jsx-runtime.js +12 -0
  365. package/dist/node_modules/react/jsx-runtime.js.map +1 -0
  366. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +10 -0
  367. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  368. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
  369. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  370. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  371. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  372. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
  373. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  374. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +107 -0
  375. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  376. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  377. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  378. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  379. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  380. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
  381. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  382. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
  383. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  384. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +32 -0
  385. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  386. package/dist/node_modules/react-router/dist/index.js +280 -0
  387. package/dist/node_modules/react-router/dist/index.js.map +1 -0
  388. package/dist/node_modules/react-router-dom/dist/index.js +201 -0
  389. package/dist/node_modules/react-router-dom/dist/index.js.map +1 -0
  390. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +20 -0
  391. package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  392. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +26 -0
  393. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  394. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
  395. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  396. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +2530 -0
  397. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  398. package/dist/node_modules/tslib/tslib.es6.js +57 -0
  399. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  400. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +25 -0
  401. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  402. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +49 -0
  403. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  404. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +43 -0
  405. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  406. package/dist/node_modules/use-places-autocomplete/dist/index.esm.js +243 -0
  407. package/dist/node_modules/use-places-autocomplete/dist/index.esm.js.map +1 -0
  408. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
  409. package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  410. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
  411. package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  412. package/dist/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +802 -0
  413. package/dist/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  414. package/dist/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +679 -0
  415. package/dist/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  416. package/dist/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +343 -0
  417. package/dist/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  418. package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +140 -0
  419. package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  420. package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
  421. package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  422. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +33 -0
  423. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +1 -0
  424. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +4 -0
  425. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +1 -0
  426. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +19 -0
  427. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +1 -0
  428. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +8 -0
  429. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +1 -0
  430. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +8 -0
  431. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +1 -0
  432. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +7 -0
  433. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +1 -0
  434. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +7 -0
  435. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +1 -0
  436. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +7 -0
  437. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +1 -0
  438. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +7 -0
  439. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +1 -0
  440. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +7 -0
  441. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +1 -0
  442. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +9 -0
  443. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +1 -0
  444. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +7 -0
  445. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +1 -0
  446. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +7 -0
  447. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +1 -0
  448. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +7 -0
  449. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +1 -0
  450. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +10 -0
  451. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +1 -0
  452. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +7 -0
  453. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +1 -0
  454. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +7 -0
  455. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +1 -0
  456. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +7 -0
  457. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +1 -0
  458. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +7 -0
  459. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +1 -0
  460. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +6 -0
  461. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +1 -0
  462. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +11 -0
  463. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +1 -0
  464. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +8 -0
  465. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +1 -0
  466. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +7 -0
  467. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +1 -0
  468. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +7 -0
  469. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +1 -0
  470. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +6 -0
  471. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +1 -0
  472. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +6 -0
  473. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +1 -0
  474. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +6 -0
  475. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +1 -0
  476. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +4 -0
  477. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +1 -0
  478. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +4 -0
  479. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +1 -0
  480. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +4 -0
  481. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +1 -0
  482. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +6 -0
  483. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +1 -0
  484. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +4 -0
  485. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +1 -0
  486. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +4 -0
  487. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +1 -0
  488. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +7 -0
  489. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +1 -0
  490. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +4 -0
  491. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +1 -0
  492. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +4 -0
  493. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +1 -0
  494. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +4 -0
  495. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +1 -0
  496. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +4 -0
  497. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +1 -0
  498. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +6 -0
  499. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +1 -0
  500. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +4 -0
  501. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +1 -0
  502. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +11 -0
  503. package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +1 -0
  504. package/dist/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +1928 -0
  505. package/dist/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +1 -0
  506. package/dist/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +7 -0
  507. package/dist/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +1 -0
  508. package/dist/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +12 -0
  509. package/dist/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  510. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +304 -0
  511. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +1 -0
  512. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
  513. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  514. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +145 -0
  515. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +1 -0
  516. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +69 -0
  517. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  518. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +19 -0
  519. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  520. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +80 -0
  521. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  522. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +320 -0
  523. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  524. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
  525. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  526. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
  527. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  528. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +27 -0
  529. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  530. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
  531. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  532. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +16 -0
  533. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  534. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +279 -0
  535. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  536. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
  537. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  538. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +120 -0
  539. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  540. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +42 -0
  541. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  542. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +221 -0
  543. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
  544. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +1109 -0
  545. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
  546. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +82 -0
  547. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  548. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +187 -0
  549. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
  550. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
  551. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  552. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +47 -0
  553. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  554. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
  555. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  556. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +8 -0
  557. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  558. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +16 -0
  559. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
  560. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
  561. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  562. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
  563. package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
  564. package/dist/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +8515 -0
  565. package/dist/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +1 -0
  566. package/dist/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +271 -0
  567. package/dist/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +1 -0
  568. package/dist/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +43 -0
  569. package/dist/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +1 -0
  570. package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +669 -0
  571. package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +1 -0
  572. package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +61 -0
  573. package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +1 -0
  574. package/dist/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +137 -0
  575. package/dist/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  576. package/dist/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +1779 -0
  577. package/dist/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +1 -0
  578. package/dist/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +9 -0
  579. package/dist/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  580. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +10 -0
  581. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  582. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
  583. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  584. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  585. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  586. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
  587. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  588. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +107 -0
  589. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  590. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  591. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  592. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  593. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  594. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
  595. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  596. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
  597. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  598. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +32 -0
  599. package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  600. package/dist/packages/hc-ui-components/node_modules/react-router/dist/index.js +280 -0
  601. package/dist/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +1 -0
  602. package/dist/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +201 -0
  603. package/dist/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +1 -0
  604. package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +20 -0
  605. package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  606. package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +26 -0
  607. package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  608. package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
  609. package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  610. package/dist/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +2530 -0
  611. package/dist/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  612. package/dist/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +57 -0
  613. package/dist/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +1 -0
  614. package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +25 -0
  615. package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  616. package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +49 -0
  617. package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  618. package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +43 -0
  619. package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  620. package/dist/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +243 -0
  621. package/dist/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +1 -0
  622. package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
  623. package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  624. package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
  625. package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  626. package/dist/services/listingAggregatorService.js.map +1 -1
  627. package/dist/styles/index.css +2 -2
  628. package/dist/types/components/containers/accordions/map-accordion-item-container.d.ts +12 -0
  629. package/dist/types/components/containers/jobListing/listing-details-container.d.ts +6 -0
  630. package/dist/types/components/containers/list/item-list-container.d.ts +9 -0
  631. package/dist/types/components/containers/list/list-item/list-item-container.d.ts +14 -0
  632. package/dist/types/components/modules/accordions/MapAccordionItem.d.ts +2 -1
  633. package/dist/types/components/modules/jobListing/listing-details.d.ts +2 -2
  634. package/dist/types/components/modules/list/field-mapper.d.ts +1 -1
  635. package/dist/types/components/modules/list/item-list.d.ts +0 -1
  636. package/dist/types/contexts/mapListContext.d.ts +1 -0
  637. package/dist/types/types/ListingFields.d.ts +5 -0
  638. package/dist/types/types/config/MapConfig.d.ts +1 -0
  639. package/dist/types/util/urlFilterUtil.d.ts +8 -0
  640. package/dist/util/filterUtil.js +3 -3
  641. package/dist/util/filterUtil.js.map +1 -1
  642. package/dist/util/loading.js +3 -3
  643. package/dist/util/loading.js.map +1 -1
  644. package/dist/util/urlFilterUtil.js +77 -0
  645. package/dist/util/urlFilterUtil.js.map +1 -0
  646. package/package.json +26 -6
  647. package/postcss.config.js +14 -13
  648. package/rollup.config.mjs +111 -92
  649. package/src/.editorconfig +12 -0
  650. package/src/bundleIndex.js +14 -0
  651. package/src/components/HireControlMap.js +8 -5
  652. package/src/components/containers/accordions/filter-container.js +48 -0
  653. package/src/components/containers/accordions/filter-item-container.js +66 -0
  654. package/src/components/{modules/list/list-item/index.js → containers/accordions/map-accordion-item-container.js} +70 -70
  655. package/src/components/containers/filter/commute-container.js +89 -0
  656. package/src/components/containers/filter/filter-container.js +76 -0
  657. package/src/components/containers/filter/filter-item-container.js +71 -0
  658. package/src/components/containers/filter/location-container.js +45 -0
  659. package/src/components/containers/filter/points-of-interest-container.js +33 -0
  660. package/src/components/containers/filter/points-of-interest-radio-item-container.js +35 -0
  661. package/src/components/containers/filter/search-container.js +50 -0
  662. package/src/components/{modules → containers}/jobListing/listing-details-container.js +17 -17
  663. package/src/components/{modules/list/index.tsx → containers/list/item-list-container.tsx} +4 -6
  664. package/src/components/containers/maps/info-window-content-container.js +51 -0
  665. package/src/components/containers/maps/map-container.js +204 -0
  666. package/src/components/containers/maps/map-list-container.js +48 -0
  667. package/src/components/containers/maps/map-marker-container.js +78 -0
  668. package/src/components/modules/accordions/MapAccordionItem.js +30 -32
  669. package/src/components/modules/accordions/filterItem.js +27 -55
  670. package/src/components/modules/accordions/filters.js +32 -47
  671. package/src/components/modules/dialogs/apply-dialog.js +48 -48
  672. package/src/components/modules/filter/commute.js +108 -154
  673. package/src/components/modules/filter/index.js +30 -64
  674. package/src/components/modules/filter/item.js +48 -87
  675. package/src/components/modules/filter/location.js +48 -71
  676. package/src/components/modules/filter/radio-item.js +42 -56
  677. package/src/components/modules/filter/search.js +10 -38
  678. package/src/components/modules/jobListing/listing-details.js +5 -105
  679. package/src/components/modules/list/field-mapper.js +4 -4
  680. package/src/components/modules/list/item-expand-card/index.js +0 -2
  681. package/src/components/modules/list/item-list.tsx +1 -115
  682. package/src/components/modules/list/list-item/list-item.js +2 -1
  683. package/src/components/modules/maps/info-window-content.js +35 -81
  684. package/src/components/modules/maps/map-list.js +5 -51
  685. package/src/components/modules/maps/map-marker.js +29 -88
  686. package/src/components/modules/maps/map.js +76 -230
  687. package/src/contexts/mapListContext.tsx +311 -297
  688. package/src/contexts/placesContext.js +102 -102
  689. package/src/services/listingAggregatorService.ts +76 -76
  690. package/src/styles/bundle.css +268 -0
  691. package/src/styles/index.css +24 -23
  692. package/src/types/ListingFields.ts +5 -0
  693. package/src/types/config/MapConfig.ts +1 -0
  694. package/src/util/filterUtil.js +239 -239
  695. package/src/util/urlFilterUtil.js +85 -90
  696. package/stats.html +4842 -0
  697. package/tailwind.config.js +129 -126
  698. package/dist/components/modules/filter/points-of-interest.js +0 -38
  699. package/dist/components/modules/filter/points-of-interest.js.map +0 -1
  700. package/dist/components/modules/jobListing/listing-details-container.js.map +0 -1
  701. package/dist/components/modules/list/index.js +0 -36
  702. package/dist/components/modules/list/index.js.map +0 -1
  703. package/dist/components/modules/list/list-item/index.js.map +0 -1
  704. package/dist/components/modules/list/list-item/list-item-container.js.map +0 -1
  705. package/src/components/modules/filter/points-of-interest.js +0 -44
  706. /package/{dist/types/components/modules/list/list-item/index.d.ts → bundleDist/dist/types/components/containers/accordions/map-accordion-item-container.d.ts} +0 -0
  707. /package/{dist/types/components/modules/list/index.d.ts → bundleDist/dist/types/components/containers/list/item-list-container.d.ts} +0 -0
  708. /package/{dist/types/components/modules → bundleDist/dist/types/components/containers}/list/list-item/list-item-container.d.ts +0 -0
  709. /package/src/components/{modules → containers}/list/list-item/list-item-container.js +0 -0
@@ -0,0 +1,243 @@
1
+ import { useState, useRef, useCallback, useEffect } from 'react';
2
+
3
+ function _extends() {
4
+ _extends = Object.assign || function (target) {
5
+ for (var i = 1; i < arguments.length; i++) {
6
+ var source = arguments[i];
7
+
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+
15
+ return target;
16
+ };
17
+
18
+ return _extends.apply(this, arguments);
19
+ }
20
+
21
+ var useLatest = (function (val) {
22
+ var ref = useRef(val);
23
+ ref.current = val;
24
+ return ref;
25
+ });
26
+
27
+ var _debounce = (function (fn, delay) {
28
+ var timer; // eslint-disable-next-line func-names
29
+
30
+ return function () {
31
+ var _this = this;
32
+
33
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
34
+ args[_key] = arguments[_key];
35
+ }
36
+
37
+ if (timer !== null) {
38
+ clearTimeout(timer);
39
+ timer = null;
40
+ }
41
+
42
+ timer = setTimeout(function () {
43
+ return fn.apply(_this, args);
44
+ }, delay);
45
+ };
46
+ });
47
+
48
+ var loadApiErr = "💡 use-places-autocomplete: Google Maps Places API library must be loaded. See: https://github.com/wellyshen/use-places-autocomplete#load-the-library";
49
+
50
+ var usePlacesAutocomplete = function usePlacesAutocomplete(_temp) {
51
+ var _ref = {} ,
52
+ requestOptions = _ref.requestOptions,
53
+ _ref$debounce = _ref.debounce,
54
+ debounce = _ref$debounce === void 0 ? 200 : _ref$debounce,
55
+ _ref$cache = _ref.cache,
56
+ cache = _ref$cache === void 0 ? 24 * 60 * 60 : _ref$cache,
57
+ _ref$cacheKey = _ref.cacheKey,
58
+ cacheKey = _ref$cacheKey === void 0 ? "upa" : _ref$cacheKey,
59
+ googleMaps = _ref.googleMaps,
60
+ callbackName = _ref.callbackName,
61
+ _ref$defaultValue = _ref.defaultValue,
62
+ defaultValue = _ref$defaultValue === void 0 ? "" : _ref$defaultValue,
63
+ _ref$initOnMount = _ref.initOnMount,
64
+ initOnMount = _ref$initOnMount === void 0 ? true : _ref$initOnMount;
65
+
66
+ var _useState = useState(false),
67
+ ready = _useState[0],
68
+ setReady = _useState[1];
69
+
70
+ var _useState2 = useState(defaultValue),
71
+ value = _useState2[0],
72
+ setVal = _useState2[1];
73
+
74
+ var _useState3 = useState({
75
+ loading: false,
76
+ status: "",
77
+ data: []
78
+ }),
79
+ suggestions = _useState3[0],
80
+ setSuggestions = _useState3[1];
81
+
82
+ var asRef = useRef();
83
+ var requestOptionsRef = useLatest(requestOptions);
84
+ var googleMapsRef = useLatest(googleMaps);
85
+ var init = useCallback(function () {
86
+ var _google$maps;
87
+
88
+ if (asRef.current) return;
89
+ var _window = window,
90
+ google = _window.google;
91
+ var gMaps = googleMapsRef.current;
92
+ var placesLib = (gMaps == null ? void 0 : gMaps.places) || (google == null ? void 0 : (_google$maps = google.maps) == null ? void 0 : _google$maps.places);
93
+
94
+ if (!placesLib) {
95
+ console.error(loadApiErr);
96
+ return;
97
+ }
98
+
99
+ asRef.current = new placesLib.AutocompleteService();
100
+ setReady(true);
101
+ }, [googleMapsRef]);
102
+ var clearSuggestions = useCallback(function () {
103
+ setSuggestions({
104
+ loading: false,
105
+ status: "",
106
+ data: []
107
+ });
108
+ }, []);
109
+ var clearCache = useCallback(function (key) {
110
+ if (key === void 0) {
111
+ key = cacheKey;
112
+ }
113
+
114
+ try {
115
+ sessionStorage.removeItem(key);
116
+ } catch (error) {// Skip exception
117
+ }
118
+ }, [cacheKey]); // eslint-disable-next-line react-hooks/exhaustive-deps
119
+
120
+ var fetchPredictions = useCallback(_debounce(function (val) {
121
+ var _asRef$current;
122
+
123
+ if (!val) {
124
+ clearSuggestions();
125
+ return;
126
+ }
127
+
128
+ setSuggestions(function (prevState) {
129
+ return _extends({}, prevState, {
130
+ loading: true
131
+ });
132
+ });
133
+ var cachedData = {};
134
+
135
+ try {
136
+ cachedData = JSON.parse(sessionStorage.getItem(cacheKey) || "{}");
137
+ } catch (error) {// Skip exception
138
+ }
139
+
140
+ if (cache) {
141
+ cachedData = Object.keys(cachedData).reduce(function (acc, key) {
142
+ if (cachedData[key].maxAge - Date.now() >= 0) acc[key] = cachedData[key];
143
+ return acc;
144
+ }, {});
145
+
146
+ if (cachedData[val]) {
147
+ setSuggestions({
148
+ loading: false,
149
+ status: "OK",
150
+ data: cachedData[val].data
151
+ });
152
+ return;
153
+ }
154
+ }
155
+
156
+ (_asRef$current = asRef.current) == null ? void 0 : _asRef$current.getPlacePredictions(_extends({}, requestOptionsRef.current, {
157
+ input: val
158
+ }), function (data, status) {
159
+ setSuggestions({
160
+ loading: false,
161
+ status: status,
162
+ data: data || []
163
+ });
164
+
165
+ if (cache && status === "OK") {
166
+ cachedData[val] = {
167
+ data: data,
168
+ maxAge: Date.now() + cache * 1000
169
+ };
170
+
171
+ try {
172
+ sessionStorage.setItem(cacheKey, JSON.stringify(cachedData));
173
+ } catch (error) {// Skip exception
174
+ }
175
+ }
176
+ });
177
+ }, debounce), [cache, cacheKey, clearSuggestions, requestOptionsRef]);
178
+ var setValue = useCallback(function (val, shouldFetchData) {
179
+ if (shouldFetchData === void 0) {
180
+ shouldFetchData = true;
181
+ }
182
+
183
+ setVal(val);
184
+ if (asRef.current && shouldFetchData) fetchPredictions(val);
185
+ }, [fetchPredictions]);
186
+ useEffect(function () {
187
+ if (!initOnMount) return function () {
188
+ return null;
189
+ };
190
+ var _window2 = window,
191
+ google = _window2.google;
192
+
193
+ if (!googleMapsRef.current && !(google != null && google.maps) && callbackName) {
194
+ window[callbackName] = init;
195
+ } else {
196
+ init();
197
+ }
198
+
199
+ return function () {
200
+ // @ts-ignore
201
+ if (window[callbackName]) delete window[callbackName];
202
+ };
203
+ }, [callbackName, googleMapsRef, init, initOnMount]);
204
+ return {
205
+ ready: ready,
206
+ value: value,
207
+ suggestions: suggestions,
208
+ setValue: setValue,
209
+ clearSuggestions: clearSuggestions,
210
+ clearCache: clearCache,
211
+ init: init
212
+ };
213
+ };
214
+
215
+ /* eslint-disable compat/compat */
216
+ var geocodeErr = "💡 use-places-autocomplete: Please provide an address when using getGeocode() with the componentRestrictions.";
217
+ var getGeocode = function getGeocode(args) {
218
+ var geocoder = new window.google.maps.Geocoder();
219
+ return new Promise(function (resolve, reject) {
220
+ geocoder.geocode(args, function (results, status) {
221
+ if (status !== "OK") reject(status);
222
+
223
+ if (!args.address && args.componentRestrictions) {
224
+ console.error(geocodeErr);
225
+ resolve(results);
226
+ }
227
+
228
+ resolve(results);
229
+ });
230
+ });
231
+ };
232
+ var getLatLng = function getLatLng(result) {
233
+ var _result$geometry$loca = result.geometry.location,
234
+ lat = _result$geometry$loca.lat,
235
+ lng = _result$geometry$loca.lng;
236
+ return {
237
+ lat: lat(),
238
+ lng: lng()
239
+ };
240
+ };
241
+
242
+ export { usePlacesAutocomplete as default, getGeocode, getLatLng };
243
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../../node_modules/use-places-autocomplete/dist/index.esm.js"],"sourcesContent":["import { useRef, useState, useCallback, useEffect } from 'react';\n\nfunction _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}\n\nvar useLatest = (function (val) {\n var ref = useRef(val);\n ref.current = val;\n return ref;\n});\n\nvar _debounce = (function (fn, delay) {\n var timer; // eslint-disable-next-line func-names\n\n return function () {\n var _this = this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (timer !== null) {\n clearTimeout(timer);\n timer = null;\n }\n\n timer = setTimeout(function () {\n return fn.apply(_this, args);\n }, delay);\n };\n});\n\nvar loadApiErr = \"💡 use-places-autocomplete: Google Maps Places API library must be loaded. See: https://github.com/wellyshen/use-places-autocomplete#load-the-library\";\n\nvar usePlacesAutocomplete = function usePlacesAutocomplete(_temp) {\n var _ref = _temp === void 0 ? {} : _temp,\n requestOptions = _ref.requestOptions,\n _ref$debounce = _ref.debounce,\n debounce = _ref$debounce === void 0 ? 200 : _ref$debounce,\n _ref$cache = _ref.cache,\n cache = _ref$cache === void 0 ? 24 * 60 * 60 : _ref$cache,\n _ref$cacheKey = _ref.cacheKey,\n cacheKey = _ref$cacheKey === void 0 ? \"upa\" : _ref$cacheKey,\n googleMaps = _ref.googleMaps,\n callbackName = _ref.callbackName,\n _ref$defaultValue = _ref.defaultValue,\n defaultValue = _ref$defaultValue === void 0 ? \"\" : _ref$defaultValue,\n _ref$initOnMount = _ref.initOnMount,\n initOnMount = _ref$initOnMount === void 0 ? true : _ref$initOnMount;\n\n var _useState = useState(false),\n ready = _useState[0],\n setReady = _useState[1];\n\n var _useState2 = useState(defaultValue),\n value = _useState2[0],\n setVal = _useState2[1];\n\n var _useState3 = useState({\n loading: false,\n status: \"\",\n data: []\n }),\n suggestions = _useState3[0],\n setSuggestions = _useState3[1];\n\n var asRef = useRef();\n var requestOptionsRef = useLatest(requestOptions);\n var googleMapsRef = useLatest(googleMaps);\n var init = useCallback(function () {\n var _google$maps;\n\n if (asRef.current) return;\n var _window = window,\n google = _window.google;\n var gMaps = googleMapsRef.current;\n var placesLib = (gMaps == null ? void 0 : gMaps.places) || (google == null ? void 0 : (_google$maps = google.maps) == null ? void 0 : _google$maps.places);\n\n if (!placesLib) {\n console.error(loadApiErr);\n return;\n }\n\n asRef.current = new placesLib.AutocompleteService();\n setReady(true);\n }, [googleMapsRef]);\n var clearSuggestions = useCallback(function () {\n setSuggestions({\n loading: false,\n status: \"\",\n data: []\n });\n }, []);\n var clearCache = useCallback(function (key) {\n if (key === void 0) {\n key = cacheKey;\n }\n\n try {\n sessionStorage.removeItem(key);\n } catch (error) {// Skip exception\n }\n }, [cacheKey]); // eslint-disable-next-line react-hooks/exhaustive-deps\n\n var fetchPredictions = useCallback(_debounce(function (val) {\n var _asRef$current;\n\n if (!val) {\n clearSuggestions();\n return;\n }\n\n setSuggestions(function (prevState) {\n return _extends({}, prevState, {\n loading: true\n });\n });\n var cachedData = {};\n\n try {\n cachedData = JSON.parse(sessionStorage.getItem(cacheKey) || \"{}\");\n } catch (error) {// Skip exception\n }\n\n if (cache) {\n cachedData = Object.keys(cachedData).reduce(function (acc, key) {\n if (cachedData[key].maxAge - Date.now() >= 0) acc[key] = cachedData[key];\n return acc;\n }, {});\n\n if (cachedData[val]) {\n setSuggestions({\n loading: false,\n status: \"OK\",\n data: cachedData[val].data\n });\n return;\n }\n }\n\n (_asRef$current = asRef.current) == null ? void 0 : _asRef$current.getPlacePredictions(_extends({}, requestOptionsRef.current, {\n input: val\n }), function (data, status) {\n setSuggestions({\n loading: false,\n status: status,\n data: data || []\n });\n\n if (cache && status === \"OK\") {\n cachedData[val] = {\n data: data,\n maxAge: Date.now() + cache * 1000\n };\n\n try {\n sessionStorage.setItem(cacheKey, JSON.stringify(cachedData));\n } catch (error) {// Skip exception\n }\n }\n });\n }, debounce), [cache, cacheKey, clearSuggestions, requestOptionsRef]);\n var setValue = useCallback(function (val, shouldFetchData) {\n if (shouldFetchData === void 0) {\n shouldFetchData = true;\n }\n\n setVal(val);\n if (asRef.current && shouldFetchData) fetchPredictions(val);\n }, [fetchPredictions]);\n useEffect(function () {\n if (!initOnMount) return function () {\n return null;\n };\n var _window2 = window,\n google = _window2.google;\n\n if (!googleMapsRef.current && !(google != null && google.maps) && callbackName) {\n window[callbackName] = init;\n } else {\n init();\n }\n\n return function () {\n // @ts-ignore\n if (window[callbackName]) delete window[callbackName];\n };\n }, [callbackName, googleMapsRef, init, initOnMount]);\n return {\n ready: ready,\n value: value,\n suggestions: suggestions,\n setValue: setValue,\n clearSuggestions: clearSuggestions,\n clearCache: clearCache,\n init: init\n };\n};\n\n/* eslint-disable compat/compat */\nvar geocodeErr = \"💡 use-places-autocomplete: Please provide an address when using getGeocode() with the componentRestrictions.\";\nvar getGeocode = function getGeocode(args) {\n var geocoder = new window.google.maps.Geocoder();\n return new Promise(function (resolve, reject) {\n geocoder.geocode(args, function (results, status) {\n if (status !== \"OK\") reject(status);\n\n if (!args.address && args.componentRestrictions) {\n console.error(geocodeErr);\n resolve(results);\n }\n\n resolve(results);\n });\n });\n};\nvar getLatLng = function getLatLng(result) {\n var _result$geometry$loca = result.geometry.location,\n lat = _result$geometry$loca.lat,\n lng = _result$geometry$loca.lng;\n return {\n lat: lat(),\n lng: lng()\n };\n};\nvar getZipCode = function getZipCode(result, useShortName) {\n var foundZip = result.address_components.find(function (_ref) {\n var types = _ref.types;\n return types.includes(\"postal_code\");\n });\n if (!foundZip) return undefined;\n return useShortName ? foundZip.short_name : foundZip.long_name;\n};\nvar getDetailsErr = \"💡 use-places-autocomplete: Please provide a place Id when using getDetails() either as a string or as part of an Autocomplete Prediction.\";\nvar getDetails = function getDetails(args) {\n var PlacesService = new window.google.maps.places.PlacesService(document.createElement(\"div\"));\n\n if (!args.placeId) {\n console.error(getDetailsErr);\n return Promise.reject(getDetailsErr);\n }\n\n return new Promise(function (resolve, reject) {\n PlacesService.getDetails(args, function (results, status) {\n if (status !== \"OK\") reject(status);\n resolve(results);\n });\n });\n};\n\nexport { usePlacesAutocomplete as default, getDetails, getGeocode, getLatLng, getZipCode };\n//# sourceMappingURL=index.esm.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,22 @@
1
+ import { __rest, __assign } from '../../../tslib/tslib.es6.js';
2
+ import * as React from 'react';
3
+
4
+ var SideCar = function (_a) {
5
+ var sideCar = _a.sideCar, rest = __rest(_a, ["sideCar"]);
6
+ if (!sideCar) {
7
+ throw new Error('Sidecar: please provide `sideCar` property to import the right car');
8
+ }
9
+ var Target = sideCar.read();
10
+ if (!Target) {
11
+ throw new Error('Sidecar medium not found');
12
+ }
13
+ return React.createElement(Target, __assign({}, rest));
14
+ };
15
+ SideCar.isSideCarExport = true;
16
+ function exportSidecar(medium, exported) {
17
+ medium.useMedium(exported);
18
+ return SideCar;
19
+ }
20
+
21
+ export { exportSidecar };
22
+ //# sourceMappingURL=exports.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exports.js","sources":["../../../../../../../node_modules/use-sidecar/dist/es2015/exports.js"],"sourcesContent":["import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nvar SideCar = function (_a) {\n var sideCar = _a.sideCar, rest = __rest(_a, [\"sideCar\"]);\n if (!sideCar) {\n throw new Error('Sidecar: please provide `sideCar` property to import the right car');\n }\n var Target = sideCar.read();\n if (!Target) {\n throw new Error('Sidecar medium not found');\n }\n return React.createElement(Target, __assign({}, rest));\n};\nSideCar.isSideCarExport = true;\nexport function exportSidecar(medium, exported) {\n medium.useMedium(exported);\n return SideCar;\n}\n"],"names":[],"mappings":";;;AAEA,IAAI,OAAO,GAAG,UAAU,EAAE,EAAE;AAC5B,IAAI,IAAI,OAAO,GAAG,EAAE,CAAC,OAAO,EAAE,IAAI,GAAG,MAAM,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;AAC7D,IAAI,IAAI,CAAC,OAAO,EAAE;AAClB,QAAQ,MAAM,IAAI,KAAK,CAAC,oEAAoE,CAAC,CAAC;AAC9F,KAAK;AACL,IAAI,IAAI,MAAM,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;AAChC,IAAI,IAAI,CAAC,MAAM,EAAE;AACjB,QAAQ,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;AACpD,KAAK;AACL,IAAI,OAAO,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AAC3D,CAAC,CAAC;AACF,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC;AACxB,SAAS,aAAa,CAAC,MAAM,EAAE,QAAQ,EAAE;AAChD,IAAI,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;AAC/B,IAAI,OAAO,OAAO,CAAC;AACnB;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,78 @@
1
+ import { __assign } from '../../../tslib/tslib.es6.js';
2
+
3
+ function ItoI(a) {
4
+ return a;
5
+ }
6
+ function innerCreateMedium(defaults, middleware) {
7
+ if (middleware === void 0) { middleware = ItoI; }
8
+ var buffer = [];
9
+ var assigned = false;
10
+ var medium = {
11
+ read: function () {
12
+ if (assigned) {
13
+ throw new Error('Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.');
14
+ }
15
+ if (buffer.length) {
16
+ return buffer[buffer.length - 1];
17
+ }
18
+ return defaults;
19
+ },
20
+ useMedium: function (data) {
21
+ var item = middleware(data, assigned);
22
+ buffer.push(item);
23
+ return function () {
24
+ buffer = buffer.filter(function (x) { return x !== item; });
25
+ };
26
+ },
27
+ assignSyncMedium: function (cb) {
28
+ assigned = true;
29
+ while (buffer.length) {
30
+ var cbs = buffer;
31
+ buffer = [];
32
+ cbs.forEach(cb);
33
+ }
34
+ buffer = {
35
+ push: function (x) { return cb(x); },
36
+ filter: function () { return buffer; },
37
+ };
38
+ },
39
+ assignMedium: function (cb) {
40
+ assigned = true;
41
+ var pendingQueue = [];
42
+ if (buffer.length) {
43
+ var cbs = buffer;
44
+ buffer = [];
45
+ cbs.forEach(cb);
46
+ pendingQueue = buffer;
47
+ }
48
+ var executeQueue = function () {
49
+ var cbs = pendingQueue;
50
+ pendingQueue = [];
51
+ cbs.forEach(cb);
52
+ };
53
+ var cycle = function () { return Promise.resolve().then(executeQueue); };
54
+ cycle();
55
+ buffer = {
56
+ push: function (x) {
57
+ pendingQueue.push(x);
58
+ cycle();
59
+ },
60
+ filter: function (filter) {
61
+ pendingQueue = pendingQueue.filter(filter);
62
+ return buffer;
63
+ },
64
+ };
65
+ },
66
+ };
67
+ return medium;
68
+ }
69
+ // eslint-disable-next-line @typescript-eslint/ban-types
70
+ function createSidecarMedium(options) {
71
+ if (options === void 0) { options = {}; }
72
+ var medium = innerCreateMedium(null);
73
+ medium.options = __assign({ async: true, ssr: false }, options);
74
+ return medium;
75
+ }
76
+
77
+ export { createSidecarMedium };
78
+ //# sourceMappingURL=medium.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"medium.js","sources":["../../../../../../../node_modules/use-sidecar/dist/es2015/medium.js"],"sourcesContent":["import { __assign } from \"tslib\";\nfunction ItoI(a) {\n return a;\n}\nfunction innerCreateMedium(defaults, middleware) {\n if (middleware === void 0) { middleware = ItoI; }\n var buffer = [];\n var assigned = false;\n var medium = {\n read: function () {\n if (assigned) {\n throw new Error('Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.');\n }\n if (buffer.length) {\n return buffer[buffer.length - 1];\n }\n return defaults;\n },\n useMedium: function (data) {\n var item = middleware(data, assigned);\n buffer.push(item);\n return function () {\n buffer = buffer.filter(function (x) { return x !== item; });\n };\n },\n assignSyncMedium: function (cb) {\n assigned = true;\n while (buffer.length) {\n var cbs = buffer;\n buffer = [];\n cbs.forEach(cb);\n }\n buffer = {\n push: function (x) { return cb(x); },\n filter: function () { return buffer; },\n };\n },\n assignMedium: function (cb) {\n assigned = true;\n var pendingQueue = [];\n if (buffer.length) {\n var cbs = buffer;\n buffer = [];\n cbs.forEach(cb);\n pendingQueue = buffer;\n }\n var executeQueue = function () {\n var cbs = pendingQueue;\n pendingQueue = [];\n cbs.forEach(cb);\n };\n var cycle = function () { return Promise.resolve().then(executeQueue); };\n cycle();\n buffer = {\n push: function (x) {\n pendingQueue.push(x);\n cycle();\n },\n filter: function (filter) {\n pendingQueue = pendingQueue.filter(filter);\n return buffer;\n },\n };\n },\n };\n return medium;\n}\nexport function createMedium(defaults, middleware) {\n if (middleware === void 0) { middleware = ItoI; }\n return innerCreateMedium(defaults, middleware);\n}\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function createSidecarMedium(options) {\n if (options === void 0) { options = {}; }\n var medium = innerCreateMedium(null);\n medium.options = __assign({ async: true, ssr: false }, options);\n return medium;\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +1 @@
1
- {"version":3,"file":"listingAggregatorService.js","sources":["../../src/services/listingAggregatorService.ts"],"sourcesContent":["import { getListings } from '~/services/listingService';\nimport { getRecruiters } from '~/services/recruiterService';\nimport { getListingEntities } from '~/services/listingEntityService';\n\nimport { getDistinctItemsByProximity } from '~/util/mapUtil';\nimport { Listing } from '~/types/Listings';\nimport { Recruiter } from '~/types/Recruiter';\nimport { ListingEntity } from '~/types/ListingEntity';\nimport { MapConfig } from '~/types/config/MapConfig';\n//import { ICommuteLocation } from '~/interfaces/ICommute';\n\ninterface SiteConfig {\n companyId: number;\n}\n\ninterface FetchListingsResult {\n listingsResult: Listing[];\n fetchedRecruiters: Recruiter[];\n fetchedEntities: Record<number, ListingEntity>;\n distinctItems: any; // Update this type based on the return type of getDistinctItemsByProximity\n}\n\nconst fetchListings = async (\n\tquery: string,\n\tsiteConfig: MapConfig,\n\tcommuteLocation: any | null = null\n): Promise<FetchListingsResult> => {\n\ttry {\n\t\tconst listingsResult = await getListings(\n\n\t\t);\n\n\t\tconst recruiterIds: number[] = [\n\t\t\t...new Set(listingsResult.map(listing => listing.recruiterId))\n\t\t] as number[];\n\n\t\tconst fetchedRecruiters = await getRecruiters(recruiterIds);\n\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? 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\tfetchedRecruiters,\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":";;;;;AAsBM,MAAA,aAAa,GAAG,OACrB,KAAa,EACb,UAAqB,EACrB,eAAA,GAA8B,IAAI,KACD;IACjC,IAAI;AACH,QAAA,MAAM,cAAc,GAAG,MAAM,WAAW,EAEvC,CAAC;AAEF,QAAA,MAAM,YAAY,GAAa;AAC9B,YAAA,GAAG,IAAI,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,OAAO,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC;SAClD,CAAC;AAEd,QAAA,MAAM,iBAAiB,GAAG,MAAM,aAAa,CAAC,YAAY,CAAC,CAAC;AAE5D,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,MAAM,kBAAkB,CAAC,iBAAiB,CAAC;AAC7C,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,iBAAiB;YACjB,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';\r\nimport { getRecruiters } from '~/services/recruiterService';\r\nimport { getListingEntities } from '~/services/listingEntityService';\r\n\r\nimport { getDistinctItemsByProximity } from '~/util/mapUtil';\r\nimport { Listing } from '~/types/Listings';\r\nimport { Recruiter } from '~/types/Recruiter';\r\nimport { ListingEntity } from '~/types/ListingEntity';\r\nimport { MapConfig } from '~/types/config/MapConfig';\r\n//import { ICommuteLocation } from '~/interfaces/ICommute';\r\n\r\ninterface SiteConfig {\r\n companyId: number;\r\n}\r\n\r\ninterface FetchListingsResult {\r\n listingsResult: Listing[];\r\n fetchedRecruiters: Recruiter[];\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\tquery: string,\r\n\tsiteConfig: MapConfig,\r\n\tcommuteLocation: any | null = null\r\n): Promise<FetchListingsResult> => {\r\n\ttry {\r\n\t\tconst listingsResult = await getListings(\r\n\r\n\t\t);\r\n\r\n\t\tconst recruiterIds: number[] = [\r\n\t\t\t...new Set(listingsResult.map(listing => listing.recruiterId))\r\n\t\t] as number[];\r\n\r\n\t\tconst fetchedRecruiters = await getRecruiters(recruiterIds);\r\n\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? 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\tfetchedRecruiters,\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":";;;;;AAsBM,MAAA,aAAa,GAAG,OACrB,KAAa,EACb,UAAqB,EACrB,eAAA,GAA8B,IAAI,KACD;IACjC,IAAI;AACH,QAAA,MAAM,cAAc,GAAG,MAAM,WAAW,EAEvC,CAAC;AAEF,QAAA,MAAM,YAAY,GAAa;AAC9B,YAAA,GAAG,IAAI,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,OAAO,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC;SAClD,CAAC;AAEd,QAAA,MAAM,iBAAiB,GAAG,MAAM,aAAa,CAAC,YAAY,CAAC,CAAC;AAE5D,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,MAAM,kBAAkB,CAAC,iBAAiB,CAAC;AAC7C,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,iBAAiB;YACjB,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,3 +1,3 @@
1
1
  /*
2
- ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
3
- */*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:var(--font-roboto-flex),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:auto auto;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.hc-sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.hc-pointer-events-none{pointer-events:none}.hc-fixed{position:fixed}.hc-absolute{position:absolute}.hc-relative{position:relative}.hc-sticky{position:sticky}.hc-inset-0{inset:0}.hc-inset-x-0{left:0;right:0}.hc-bottom-0{bottom:0}.hc-bottom-10{bottom:2.5rem}.hc-left-0{left:0}.hc-left-2{left:.5rem}.hc-left-2\.5{left:.625rem}.hc-right-\[10px\]{right:10px}.hc-top-0{top:0}.hc-top-1{top:.25rem}.hc-top-1\.5{top:.375rem}.hc-top-\[10px\]{top:10px}.hc-z-10{z-index:10}.hc-z-20{z-index:20}.hc-z-\[1000\]{z-index:1000}.hc-z-\[200\]{z-index:200}.hc-z-\[2\]{z-index:2}.hc-order-first{order:-9999}.hc-order-last{order:9999}.hc-col-span-1{grid-column:span 1/span 1}.hc-col-span-2{grid-column:span 2/span 2}.hc-float-right{float:right}.hc-m-auto{margin:auto}.hc-my-1{margin-bottom:.25rem;margin-top:.25rem}.hc-mb-2{margin-bottom:.5rem}.hc-mb-3{margin-bottom:.75rem}.hc-mb-5{margin-bottom:1.25rem}.hc-ml-0{margin-left:0}.hc-ml-auto{margin-left:auto}.hc-mr-1{margin-right:.25rem}.hc-mr-1\.5{margin-right:.375rem}.hc-mr-2{margin-right:.5rem}.hc-mt-1{margin-top:.25rem}.hc-mt-2{margin-top:.5rem}.hc-mt-4{margin-top:1rem}.hc-mt-6{margin-top:1.5rem}.hc-mt-px{margin-top:1px}.hc-block{display:block}.hc-inline-block{display:inline-block}.hc-inline{display:inline}.hc-flex{display:flex}.hc-inline-flex{display:inline-flex}.hc-grid{display:grid}.hc-hidden{display:none}.hc-size-2{height:.5rem;width:.5rem}.hc-size-2\.5{height:.625rem;width:.625rem}.hc-size-3{height:.75rem;width:.75rem}.hc-size-3\.5{height:.875rem;width:.875rem}.hc-size-4{height:1rem;width:1rem}.hc-size-5{height:1.25rem;width:1.25rem}.hc-size-8{height:2rem;width:2rem}.hc-h-5{height:1.25rem}.hc-h-\[25px\]{height:25px}.hc-h-auto{height:auto}.hc-h-full{height:100%}.hc-h-screen{height:100vh}.hc-max-h-60{max-height:15rem}.hc-max-h-\[100vh\]{max-height:100vh}.hc-max-h-\[20vh\]{max-height:20vh}.hc-max-h-\[85vh\]{max-height:85vh}.hc-max-h-\[95vh\]{max-height:95vh}.hc-min-h-\[30rem\]{min-height:30rem}.hc-min-h-screen{min-height:100vh}.hc-w-2\/5{width:40%}.hc-w-8{width:2rem}.hc-w-\[25px\]{width:25px}.hc-w-\[90vw\]{width:90vw}.hc-w-full{width:100%}.hc-min-w-\[100\%\]{min-width:100%}.hc-max-w-\[450px\]{max-width:450px}.hc-flex-1{flex:1 1 0%}.hc-flex-auto{flex:1 1 auto}.hc-shrink-0{flex-shrink:0}.hc-flex-grow,.hc-grow{flex-grow:1}.hc-rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes hc-contentShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hc-animate-contentShow{animation:hc-contentShow .15s cubic-bezier(.16,1,.3,1)}@keyframes hc-overlayShow{0%{opacity:0}to{opacity:1}}.hc-animate-overlayShow{animation:hc-overlayShow .15s cubic-bezier(.16,1,.3,1)}.hc-cursor-default{cursor:default}.hc-cursor-not-allowed{cursor:not-allowed}.hc-cursor-pointer{cursor:pointer}.hc-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.hc-auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.hc-grid-flow-col{grid-auto-flow:column}.hc-auto-rows-min{grid-auto-rows:min-content}.hc-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.hc-flex-row{flex-direction:row}.hc-flex-col{flex-direction:column}.hc-flex-wrap{flex-wrap:wrap}.hc-items-start{align-items:flex-start}.hc-items-center{align-items:center}.hc-items-stretch{align-items:stretch}.hc-justify-end{justify-content:flex-end}.hc-justify-center{justify-content:center}.hc-justify-between{justify-content:space-between}.hc-gap-0{gap:0}.hc-gap-1{gap:.25rem}.hc-gap-1\.5{gap:.375rem}.hc-gap-12{gap:3rem}.hc-gap-2{gap:.5rem}.hc-gap-4{gap:1rem}.hc-gap-px{gap:1px}.hc-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.hc-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.hc-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.hc-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.hc-divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.hc-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.hc-divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 37 117/var(--tw-divide-opacity))}.hc-divide-uiAccent\/10>:not([hidden])~:not([hidden]){border-color:rgba(15,23,42,.1)}.hc-divide-uiAccent\/20>:not([hidden])~:not([hidden]){border-color:rgba(15,23,42,.2)}.hc-overflow-auto{overflow:auto}.hc-overflow-hidden{overflow:hidden}.hc-overflow-x-auto{overflow-x:auto}.hc-overflow-y-auto{overflow-y:auto}.hc-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-text-balance{text-wrap:balance}.hc-break-words{overflow-wrap:break-word}.hc-rounded{border-radius:.25rem}.hc-rounded-\[6px\]{border-radius:6px}.hc-rounded-full{border-radius:9999px}.hc-rounded-md{border-radius:.375rem}.hc-rounded-none{border-radius:0}.hc-rounded-sm{border-radius:.125rem}.hc-rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.hc-border{border-width:1px}.hc-border-0{border-width:0}.hc-border-x-0{border-left-width:0;border-right-width:0}.hc-border-b{border-bottom-width:1px}.hc-border-b-0{border-bottom-width:0}.hc-border-t{border-top-width:1px}.hc-border-t-0{border-top-width:0}.hc-border-none{border-style:none}.\!hc-border-secondary{--tw-border-opacity:1!important;border-color:rgb(255 97 43/var(--tw-border-opacity))!important}.hc-border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.hc-border-primary{--tw-border-opacity:1;border-color:rgb(0 37 117/var(--tw-border-opacity))}.hc-border-secondary{--tw-border-opacity:1;border-color:rgb(255 97 43/var(--tw-border-opacity))}.hc-border-transparent{border-color:transparent}.hc-border-uiAccent\/10{border-color:rgba(15,23,42,.1)}.hc-border-uiAccent\/20{border-color:rgba(15,23,42,.2)}.hc-border-uiAccent\/30{border-color:rgba(15,23,42,.3)}.hc-bg-black\/50{background-color:rgba(0,0,0,.5)}.hc-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hc-bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.hc-bg-primary{--tw-bg-opacity:1;background-color:rgb(0 37 117/var(--tw-bg-opacity))}.hc-bg-primary\/10{background-color:rgba(0,37,117,.1)}.hc-bg-secondary{--tw-bg-opacity:1;background-color:rgb(255 97 43/var(--tw-bg-opacity))}.hc-bg-transparent{background-color:transparent}.hc-bg-uiAccent\/10{background-color:rgba(15,23,42,.1)}.hc-bg-uiAccent\/5{background-color:rgba(15,23,42,.05)}.hc-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hc-bg-clip-border{background-clip:border-box}.hc-object-cover{-o-object-fit:cover;object-fit:cover}.\!hc-p-0{padding:0!important}.\!hc-p-3{padding:.75rem!important}.hc-p-1{padding:.25rem}.hc-p-1\.5{padding:.375rem}.hc-p-2{padding:.5rem}.hc-p-2\.5{padding:.625rem}.hc-p-3{padding:.75rem}.hc-p-4{padding:1rem}.hc-p-\[25px\]{padding:25px}.hc-px-0{padding-left:0;padding-right:0}.hc-px-10{padding-left:2.5rem;padding-right:2.5rem}.hc-px-2{padding-left:.5rem;padding-right:.5rem}.hc-px-3{padding-left:.75rem;padding-right:.75rem}.hc-px-4{padding-left:1rem;padding-right:1rem}.hc-px-6{padding-left:1.5rem;padding-right:1.5rem}.hc-py-0{padding-bottom:0;padding-top:0}.hc-py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.hc-py-1{padding-bottom:.25rem;padding-top:.25rem}.hc-py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.hc-py-2{padding-bottom:.5rem;padding-top:.5rem}.hc-py-4{padding-bottom:1rem;padding-top:1rem}.hc-pb-1{padding-bottom:.25rem}.hc-pb-2{padding-bottom:.5rem}.hc-pb-4{padding-bottom:1rem}.hc-pl-1{padding-left:.25rem}.hc-pl-1\.5{padding-left:.375rem}.hc-pl-2{padding-left:.5rem}.hc-pl-4{padding-left:1rem}.hc-pl-7{padding-left:1.75rem}.hc-pr-1{padding-right:.25rem}.hc-pr-2{padding-right:.5rem}.hc-pr-3{padding-right:.75rem}.hc-pr-4{padding-right:1rem}.hc-ps-4{padding-inline-start:1rem}.hc-pt-0{padding-top:0}.hc-pt-0\.5{padding-top:.125rem}.hc-pt-1{padding-top:.25rem}.hc-pt-1\.5{padding-top:.375rem}.hc-pt-2{padding-top:.5rem}.hc-pt-20{padding-top:5rem}.hc-text-left{text-align:left}.hc-text-center{text-align:center}.hc-align-middle{vertical-align:middle}.\!hc-font-\[inherit\]{font-family:inherit!important}.hc-text-2xl{font-size:1.5rem;line-height:2rem}.hc-text-\[15px\]{font-size:15px}.hc-text-\[17px\]{font-size:17px}.hc-text-base{font-size:1rem;line-height:1.5rem}.hc-text-lg{font-size:1.125rem;line-height:1.75rem}.hc-text-sm{font-size:.875rem;line-height:1.25rem}.hc-text-xs{font-size:.75rem;line-height:1rem}.hc-font-bold{font-weight:700}.hc-font-medium{font-weight:500}.hc-font-semibold{font-weight:600}.hc-uppercase{text-transform:uppercase}.hc-normal-case{text-transform:none}.hc-leading-5{line-height:1.25rem}.hc-leading-none{line-height:1}.hc-leading-normal{line-height:1.5}.hc-leading-tight{line-height:1.25}.hc-text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hc-text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.hc-text-current{color:currentColor}.hc-text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hc-text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hc-text-inherit{color:inherit}.hc-text-primary{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.hc-text-uiAccent{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.hc-text-uiAccent\/30{color:rgba(15,23,42,.3)}.hc-text-uiAccent\/50{color:rgba(15,23,42,.5)}.hc-text-uiText{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.hc-text-uiText\/60{color:hsla(0,0%,8%,.6)}.hc-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hc-opacity-0{opacity:0}.hc-opacity-100{opacity:1}.hc-opacity-30{opacity:.3}.hc-opacity-85{opacity:.85}.hc-shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.hc-shadow,.hc-shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hc-shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hc-outline-none{outline:2px solid transparent;outline-offset:2px}.hc-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.hc-ring-inset{--tw-ring-inset:inset}.hc-ring-primary\/20{--tw-ring-color:rgba(0,37,117,.2)}.hc-ring-uiAccent\/10{--tw-ring-color:rgba(15,23,42,.1)}.hc-transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-duration-100{transition-duration:.1s}.hc-duration-300{transition-duration:.3s}.hc-ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.hc-duration-100{animation-duration:.1s}.hc-duration-300{animation-duration:.3s}.hc-ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.placeholder\:hc-text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:hc-text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:hc-text-uiText\/50::-moz-placeholder{color:hsla(0,0%,8%,.5)}.placeholder\:hc-text-uiText\/50::placeholder{color:hsla(0,0%,8%,.5)}.focus-within\:hc-ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:hc-ring-uiAccent:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity))}.hover\:hc-border-indigo-300:hover{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.hover\:hc-border-primaryDark:hover{--tw-border-opacity:1;border-color:rgb(0 31 95/var(--tw-border-opacity))}.hover\:hc-bg-primaryDark:hover{--tw-bg-opacity:1;background-color:rgb(0 31 95/var(--tw-bg-opacity))}.hover\:hc-bg-uiAccent\/5:hover{background-color:rgba(15,23,42,.05)}.hover\:hc-bg-opacity-70:hover{--tw-bg-opacity:0.7}.hover\:hc-text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:hc-text-primary:hover{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.hover\:hc-text-uiText:hover{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.hover\:hc-text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:hc-opacity-70:hover{opacity:.7}.hover\:hc-opacity-75:hover{opacity:.75}.hover\:hc-shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:hc-border-indigo-300:focus{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.focus\:hc-border-primaryDark:focus{--tw-border-opacity:1;border-color:rgb(0 31 95/var(--tw-border-opacity))}.focus\:hc-bg-primaryDark:focus{--tw-bg-opacity:1;background-color:rgb(0 31 95/var(--tw-bg-opacity))}.focus\:hc-bg-uiAccent\/5:focus{background-color:rgba(15,23,42,.05)}.focus\:hc-bg-opacity-70:focus{--tw-bg-opacity:0.7}.focus\:hc-text-primary:focus{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.focus\:hc-text-uiText:focus{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.focus\:hc-text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:hc-opacity-70:focus{opacity:.7}.focus\:hc-shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:hc-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:hc-ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:hover\:hc-bg-uiAccent\/5:hover:focus{background-color:rgba(15,23,42,.05)}.focus-visible\:hc-ring:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:hc-ring-uiAccent:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity))}.focus-visible\:hc-ring-opacity-75:focus-visible{--tw-ring-opacity:0.75}.hc-group:active .group-active\:hc-opacity-100,.hc-group:hover .group-hover\:hc-opacity-100{opacity:1}.data-\[disabled\]\:hc-pointer-events-none[data-disabled]{pointer-events:none}@keyframes hc-slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:hc-animate-slideUp[data-state=closed]{animation:hc-slideUp .3s cubic-bezier(.87,0,.13,1)}@keyframes hc-slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:hc-animate-slideDown[data-state=open]{animation:hc-slideDown .3s cubic-bezier(.87,0,.13,1)}.data-\[state\=open\]\:hc-rounded-b-none[data-state=open]{border-bottom-left-radius:0;border-bottom-right-radius:0}.data-\[state\=open\]\:hc-border-b-transparent[data-state=open]{border-bottom-color:transparent}.data-\[highlighted\]\:hc-bg-primary[data-highlighted],.data-\[state\=active\]\:hc-bg-primary[data-state=active]{--tw-bg-opacity:1;background-color:rgb(0 37 117/var(--tw-bg-opacity))}.data-\[disabled\]\:hc-text-gray-500[data-disabled]{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.data-\[highlighted\]\:hc-text-white[data-highlighted],.data-\[state\=active\]\:hc-text-white[data-state=active]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.data-\[state\=open\]\:hc-text-primary[data-state=open]{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.data-\[highlighted\]\:hc-outline-none[data-highlighted]{outline:2px solid transparent;outline-offset:2px}.hc-group[data-state=open] .group-data-\[state\=open\]\:\!hc-rotate-180{--tw-rotate:180deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@media (min-width:640px){.sm\:hc-w-1\/3{width:33.333333%}.sm\:hc-text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:hc-absolute{position:absolute}.md\:hc-left-1{left:.25rem}.md\:hc-left-1\.5{left:.375rem}.md\:hc-mb-2{margin-bottom:.5rem}.md\:hc-block{display:block}.md\:hc-grid{display:grid}.md\:hc-hidden{display:none}.md\:hc-max-h-45vh{max-height:45vh}.md\:hc-max-h-\[25vh\]{max-height:25vh}.md\:hc-max-h-screen{max-height:100vh}.md\:hc-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:hc-grid-cols-\[1fr_2\.5fr\]{grid-template-columns:1fr 2.5fr}.md\:hc-grid-rows-\[100vh\]{grid-template-rows:100vh}.md\:hc-grid-rows-\[50vh_50vh\]{grid-template-rows:50vh 50vh}.md\:hc-flex-col{flex-direction:column}.md\:hc-self-center{align-self:center}.md\:hc-border-none{border-style:none}.md\:hc-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.md\:hc-bg-transparent{background-color:transparent}.md\:hc-p-0{padding:0}.md\:hc-px-4{padding-left:1rem;padding-right:1rem}.md\:hc-px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:hc-pl-4{padding-left:1rem}.md\:hc-pt-4{padding-top:1rem}.md\:hc-text-sm{font-size:.875rem;line-height:1.25rem}.md\:hc-text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:1024px){.lg\:hc-order-last{order:9999}.lg\:hc-mb-0{margin-bottom:0}.lg\:hc-inline{display:inline}.lg\:hc-w-auto{width:auto}.lg\:hc-grid-cols-\[1fr_3\.5fr\]{grid-template-columns:1fr 3.5fr}.lg\:hc-flex-row{flex-direction:row}.lg\:hc-flex-col{flex-direction:column}.lg\:hc-gap-16{gap:4rem}.lg\:hc-border-none{border-style:none}.lg\:hc-p-0{padding:0}.lg\:hc-px-8{padding-left:2rem;padding-right:2rem}.lg\:hc-pt-2{padding-top:.5rem}.lg\:hc-text-sm{font-size:.875rem;line-height:1.25rem}}
2
+ ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
3
+ */*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:var(--font-roboto-flex),ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:0 0 0 0 #fff,/*!*/ /*!*/ 0 0 0 1px #2563eb,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:repeat;background-size:auto auto;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:inherit;print-color-adjust:inherit}[type=checkbox],[type=radio]{--tw-shadow:0 0 transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:0 0 0 0 #fff,/*!*/ /*!*/ 0 0 0 4px #2563eb,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border-color:inherit;border-radius:0;border-width:0;font-size:inherit;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}html{--tw-text-opacity:1;color:#141414;color:rgba(20,20,20,var(--tw-text-opacity));font-size:clamp(.88rem,.83rem + .24vw,1rem);scroll-behavior:smooth}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.hc-sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.hc-pointer-events-none{pointer-events:none}.hc-fixed{position:fixed}.hc-absolute{position:absolute}.hc-relative{position:relative}.hc-sticky{position:sticky}.hc-inset-0{bottom:0;top:0}.hc-inset-0,.hc-inset-x-0{left:0;right:0}.hc-bottom-0{bottom:0}.hc-bottom-10{bottom:2.5rem}.hc-left-0{left:0}.hc-left-2{left:.5rem}.hc-left-2\.5{left:.625rem}.hc-right-\[10px\]{right:10px}.hc-top-0{top:0}.hc-top-1{top:.25rem}.hc-top-1\.5{top:.375rem}.hc-top-\[10px\]{top:10px}.hc-z-10{z-index:10}.hc-z-20{z-index:20}.hc-z-\[1000\]{z-index:1000}.hc-z-\[200\]{z-index:200}.hc-z-\[2\]{z-index:2}.hc-order-first{order:-9999}.hc-order-last{order:9999}.hc-col-span-1{grid-column:span 1/span 1}.hc-col-span-2{grid-column:span 2/span 2}.hc-float-right{float:right}.hc-m-auto{margin:auto}.hc-my-1{margin-bottom:.25rem;margin-top:.25rem}.hc-mb-2{margin-bottom:.5rem}.hc-mb-3{margin-bottom:.75rem}.hc-mb-5{margin-bottom:1.25rem}.hc-ml-0{margin-left:0}.hc-ml-auto{margin-left:auto}.hc-mr-1{margin-right:.25rem}.hc-mr-1\.5{margin-right:.375rem}.hc-mr-2{margin-right:.5rem}.hc-mt-1{margin-top:.25rem}.hc-mt-2{margin-top:.5rem}.hc-mt-4{margin-top:1rem}.hc-mt-6{margin-top:1.5rem}.hc-mt-px{margin-top:1px}.hc-block{display:block}.hc-inline-block{display:inline-block}.hc-inline{display:inline}.hc-flex{display:flex}.hc-inline-flex{display:inline-flex}.hc-grid{display:grid}.hc-hidden{display:none}.hc-size-2{height:.5rem;width:.5rem}.hc-size-2\.5{height:.625rem;width:.625rem}.hc-size-3{height:.75rem;width:.75rem}.hc-size-3\.5{height:.875rem;width:.875rem}.hc-size-4{height:1rem;width:1rem}.hc-size-5{height:1.25rem;width:1.25rem}.hc-size-8{height:2rem;width:2rem}.hc-h-5{height:1.25rem}.hc-h-\[25px\]{height:25px}.hc-h-auto{height:auto}.hc-h-fit{height:-moz-fit-content;height:fit-content}.hc-h-full{height:100%}.hc-h-screen{height:100vh}.hc-max-h-60{max-height:15rem}.hc-max-h-\[100vh\]{max-height:100vh}.hc-max-h-\[20vh\]{max-height:20vh}.hc-max-h-\[85vh\]{max-height:85vh}.hc-max-h-\[95vh\]{max-height:95vh}.hc-min-h-\[30rem\]{min-height:30rem}.hc-min-h-screen{min-height:100vh}.hc-w-2\/5{width:40%}.hc-w-8{width:2rem}.hc-w-\[25px\]{width:25px}.hc-w-\[90vw\]{width:90vw}.hc-w-full{width:100%}.hc-min-w-\[100\%\]{min-width:100%}.hc-max-w-\[450px\]{max-width:450px}.hc-flex-1{flex:1 1 0%}.hc-flex-auto{flex:1 1 auto}.hc-shrink-0{flex-shrink:0}.hc-flex-grow,.hc-grow{flex-grow:1}.hc-rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes hc-contentShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hc-animate-contentShow{animation:hc-contentShow .15s cubic-bezier(.16,1,.3,1)}@keyframes hc-overlayShow{0%{opacity:0}to{opacity:1}}.hc-animate-overlayShow{animation:hc-overlayShow .15s cubic-bezier(.16,1,.3,1)}.hc-cursor-default{cursor:default}.hc-cursor-not-allowed{cursor:not-allowed}.hc-cursor-pointer{cursor:pointer}.hc-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.hc-auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.hc-grid-flow-col{grid-auto-flow:column}.hc-auto-rows-min{grid-auto-rows:min-content}.hc-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.hc-flex-row{flex-direction:row}.hc-flex-col{flex-direction:column}.hc-flex-wrap{flex-wrap:wrap}.hc-items-start{align-items:flex-start}.hc-items-center{align-items:center}.hc-items-stretch{align-items:stretch}.hc-justify-end{justify-content:flex-end}.hc-justify-center{justify-content:center}.hc-justify-between{justify-content:space-between}.hc-gap-0{gap:0}.hc-gap-1{gap:.25rem}.hc-gap-1\.5{gap:.375rem}.hc-gap-12{gap:3rem}.hc-gap-2{gap:.5rem}.hc-gap-4{gap:1rem}.hc-gap-px{gap:1px}.hc-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.hc-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:1rem;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:0;margin-right:calc(1rem*var(--tw-space-x-reverse))}.hc-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:.5rem;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.hc-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:1rem;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.hc-divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:1px;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:0;border-right-width:calc(1px*var(--tw-divide-x-reverse))}.hc-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:1px;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.hc-divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#002575;border-color:rgba(0,37,117,var(--tw-divide-opacity))}.hc-divide-uiAccent\/10>:not([hidden])~:not([hidden]){border-color:rgba(15,23,42,.1)}.hc-divide-uiAccent\/20>:not([hidden])~:not([hidden]){border-color:rgba(15,23,42,.2)}.hc-overflow-auto{overflow:auto}.hc-overflow-hidden{overflow:hidden}.hc-overflow-x-auto{overflow-x:auto}.hc-overflow-y-auto{overflow-y:auto}.hc-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-text-balance{text-wrap:balance}.hc-break-words{word-wrap:break-word}.hc-rounded{border-radius:.25rem}.hc-rounded-\[6px\]{border-radius:6px}.hc-rounded-full{border-radius:9999px}.hc-rounded-md{border-radius:.375rem}.hc-rounded-none{border-radius:0}.hc-rounded-sm{border-radius:.125rem}.hc-rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.hc-border{border-width:1px}.hc-border-0{border-width:0}.hc-border-x-0{border-left-width:0;border-right-width:0}.hc-border-b{border-bottom-width:1px}.hc-border-b-0{border-bottom-width:0}.hc-border-t{border-top-width:1px}.hc-border-t-0{border-top-width:0}.hc-border-none{border-style:none}.\!hc-border-secondary{--tw-border-opacity:1!important;border-color:#ff612b!important;border-color:rgba(255,97,43,var(--tw-border-opacity))!important}.hc-border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgba(243,244,246,var(--tw-border-opacity))}.hc-border-primary{--tw-border-opacity:1;border-color:#002575;border-color:rgba(0,37,117,var(--tw-border-opacity))}.hc-border-secondary{--tw-border-opacity:1;border-color:#ff612b;border-color:rgba(255,97,43,var(--tw-border-opacity))}.hc-border-transparent{border-color:transparent}.hc-border-uiAccent\/10{border-color:rgba(15,23,42,.1)}.hc-border-uiAccent\/20{border-color:rgba(15,23,42,.2)}.hc-border-uiAccent\/30{border-color:rgba(15,23,42,.3)}.hc-bg-black\/50{background-color:rgba(0,0,0,.5)}.hc-bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.hc-bg-gray-300{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.hc-bg-primary{--tw-bg-opacity:1;background-color:#002575;background-color:rgba(0,37,117,var(--tw-bg-opacity))}.hc-bg-primary\/10{background-color:rgba(0,37,117,.1)}.hc-bg-secondary{--tw-bg-opacity:1;background-color:#ff612b;background-color:rgba(255,97,43,var(--tw-bg-opacity))}.hc-bg-transparent{background-color:transparent}.hc-bg-uiAccent\/10{background-color:rgba(15,23,42,.1)}.hc-bg-uiAccent\/5{background-color:rgba(15,23,42,.05)}.hc-bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.hc-bg-clip-border{background-clip:border-box}.hc-object-cover{-o-object-fit:cover;object-fit:cover}.\!hc-p-0{padding:0!important}.\!hc-p-3{padding:.75rem!important}.hc-p-1{padding:.25rem}.hc-p-1\.5{padding:.375rem}.hc-p-2{padding:.5rem}.hc-p-2\.5{padding:.625rem}.hc-p-3{padding:.75rem}.hc-p-4{padding:1rem}.hc-p-\[25px\]{padding:25px}.hc-px-0{padding-left:0;padding-right:0}.hc-px-10{padding-left:2.5rem;padding-right:2.5rem}.hc-px-2{padding-left:.5rem;padding-right:.5rem}.hc-px-3{padding-left:.75rem;padding-right:.75rem}.hc-px-4{padding-left:1rem;padding-right:1rem}.hc-px-6{padding-left:1.5rem;padding-right:1.5rem}.hc-py-0{padding-bottom:0;padding-top:0}.hc-py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.hc-py-1{padding-bottom:.25rem;padding-top:.25rem}.hc-py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.hc-py-2{padding-bottom:.5rem;padding-top:.5rem}.hc-py-4{padding-bottom:1rem;padding-top:1rem}.hc-pb-1{padding-bottom:.25rem}.hc-pb-2{padding-bottom:.5rem}.hc-pb-4{padding-bottom:1rem}.hc-pl-1{padding-left:.25rem}.hc-pl-1\.5{padding-left:.375rem}.hc-pl-2{padding-left:.5rem}.hc-pl-4{padding-left:1rem}.hc-pl-7{padding-left:1.75rem}.hc-pr-1{padding-right:.25rem}.hc-pr-2{padding-right:.5rem}.hc-pr-3{padding-right:.75rem}.hc-pr-4{padding-right:1rem}.hc-ps-4{padding-left:1rem}.hc-pt-0{padding-top:0}.hc-pt-0\.5{padding-top:.125rem}.hc-pt-1{padding-top:.25rem}.hc-pt-1\.5{padding-top:.375rem}.hc-pt-2{padding-top:.5rem}.hc-pt-20{padding-top:5rem}.hc-text-left{text-align:left}.hc-text-center{text-align:center}.hc-align-middle{vertical-align:middle}.\!hc-font-\[inherit\]{font-family:inherit!important}.hc-text-2xl{font-size:1.5rem;line-height:2rem}.hc-text-\[15px\]{font-size:15px}.hc-text-\[17px\]{font-size:17px}.hc-text-base{font-size:1rem;line-height:1.5rem}.hc-text-lg{font-size:1.125rem;line-height:1.75rem}.hc-text-sm{font-size:.875rem;line-height:1.25rem}.hc-text-xs{font-size:.75rem;line-height:1rem}.hc-font-bold{font-weight:700}.hc-font-medium{font-weight:500}.hc-font-semibold{font-weight:600}.hc-uppercase{text-transform:uppercase}.hc-normal-case{text-transform:none}.hc-leading-5{line-height:1.25rem}.hc-leading-none{line-height:1}.hc-leading-normal{line-height:1.5}.hc-leading-tight{line-height:1.25}.hc-text-black{--tw-text-opacity:1;color:#000;color:rgba(0,0,0,var(--tw-text-opacity))}.hc-text-blue-500{--tw-text-opacity:1;color:#3b82f6;color:rgba(59,130,246,var(--tw-text-opacity))}.hc-text-current{color:currentColor}.hc-text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.hc-text-gray-900{--tw-text-opacity:1;color:#111827;color:rgba(17,24,39,var(--tw-text-opacity))}.hc-text-inherit{color:inherit}.hc-text-primary{--tw-text-opacity:1;color:#002575;color:rgba(0,37,117,var(--tw-text-opacity))}.hc-text-uiAccent{--tw-text-opacity:1;color:#0f172a;color:rgba(15,23,42,var(--tw-text-opacity))}.hc-text-uiAccent\/30{color:rgba(15,23,42,.3)}.hc-text-uiAccent\/50{color:rgba(15,23,42,.5)}.hc-text-uiText{--tw-text-opacity:1;color:#141414;color:rgba(20,20,20,var(--tw-text-opacity))}.hc-text-uiText\/60{color:hsla(0,0%,8%,.6)}.hc-text-white{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.hc-opacity-0{opacity:0}.hc-opacity-100{opacity:1}.hc-opacity-30{opacity:.3}.hc-opacity-85{opacity:.85}.hc-shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:0 0 transparent,0 0 transparent,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.hc-shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 transparent,0 0 transparent,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.hc-outline-none{outline:2px solid transparent;outline-offset:2px}.hc-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:0 0 0 0 #fff,/*!*/ /*!*/ 0 0 0 1px #2563eb,0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.hc-ring-inset{--tw-ring-inset:inset}.hc-ring-primary\/20{--tw-ring-color:rgba(0,37,117,.2)}.hc-ring-uiAccent\/10{--tw-ring-color:rgba(15,23,42,.1)}.hc-transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-duration-100{transition-duration:.1s}.hc-duration-300{transition-duration:.3s}.hc-ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}@keyframes enter{0%{opacity:1;opacity:var(--tw-enter-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:1;opacity:var(--tw-exit-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.hc-duration-100{animation-duration:.1s}.hc-duration-300{animation-duration:.3s}.hc-ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.fit-content{height:-moz-fit-content;height:fit-content}.placeholder\:hc-text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity))}.placeholder\:hc-text-gray-400::placeholder{--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity))}.placeholder\:hc-text-uiText\/50::-moz-placeholder{color:hsla(0,0%,8%,.5)}.placeholder\:hc-text-uiText\/50::placeholder{color:hsla(0,0%,8%,.5)}.focus-within\:hc-ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:0 0 0 0 #fff,/*!*/ /*!*/ 0 0 0 1px #2563eb,0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus-within\:hc-ring-uiAccent:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgba(15,23,42,var(--tw-ring-opacity))}.hover\:hc-border-indigo-300:hover{--tw-border-opacity:1;border-color:#a5b4fc;border-color:rgba(165,180,252,var(--tw-border-opacity))}.hover\:hc-border-primaryDark:hover{--tw-border-opacity:1;border-color:#001f5f;border-color:rgba(0,31,95,var(--tw-border-opacity))}.hover\:hc-bg-primaryDark:hover{--tw-bg-opacity:1;background-color:#001f5f;background-color:rgba(0,31,95,var(--tw-bg-opacity))}.hover\:hc-bg-uiAccent\/5:hover{background-color:rgba(15,23,42,.05)}.hover\:hc-bg-opacity-70:hover{--tw-bg-opacity:0.7}.hover\:hc-text-gray-500:hover{--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.hover\:hc-text-primary:hover{--tw-text-opacity:1;color:#002575;color:rgba(0,37,117,var(--tw-text-opacity))}.hover\:hc-text-uiText:hover{--tw-text-opacity:1;color:#141414;color:rgba(20,20,20,var(--tw-text-opacity))}.hover\:hc-text-white:hover{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:hc-opacity-70:hover{opacity:.7}.hover\:hc-opacity-75:hover{opacity:.75}.hover\:hc-shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 transparent,0 0 transparent,0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.focus\:hc-border-indigo-300:focus{--tw-border-opacity:1;border-color:#a5b4fc;border-color:rgba(165,180,252,var(--tw-border-opacity))}.focus\:hc-border-primaryDark:focus{--tw-border-opacity:1;border-color:#001f5f;border-color:rgba(0,31,95,var(--tw-border-opacity))}.focus\:hc-bg-primaryDark:focus{--tw-bg-opacity:1;background-color:#001f5f;background-color:rgba(0,31,95,var(--tw-bg-opacity))}.focus\:hc-bg-uiAccent\/5:focus{background-color:rgba(15,23,42,.05)}.focus\:hc-bg-opacity-70:focus{--tw-bg-opacity:0.7}.focus\:hc-text-primary:focus{--tw-text-opacity:1;color:#002575;color:rgba(0,37,117,var(--tw-text-opacity))}.focus\:hc-text-uiText:focus{--tw-text-opacity:1;color:#141414;color:rgba(20,20,20,var(--tw-text-opacity))}.focus\:hc-text-white:focus{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.focus\:hc-opacity-70:focus{opacity:.7}.focus\:hc-shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 transparent,0 0 transparent,0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.focus\:hc-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:hc-ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:0 0 0 0 #fff,var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus\:hover\:hc-bg-uiAccent\/5:hover:focus{background-color:rgba(15,23,42,.05)}.focus-visible\:hc-ring:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:0 0 0 0 #fff,var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus-visible\:hc-ring-uiAccent:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgba(15,23,42,var(--tw-ring-opacity))}.focus-visible\:hc-ring-opacity-75:focus-visible{--tw-ring-opacity:0.75}.hc-group:active .group-active\:hc-opacity-100,.hc-group:hover .group-hover\:hc-opacity-100{opacity:1}.data-\[disabled\]\:hc-pointer-events-none[data-disabled]{pointer-events:none}@keyframes hc-slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:hc-animate-slideUp[data-state=closed]{animation:hc-slideUp .3s cubic-bezier(.87,0,.13,1)}@keyframes hc-slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:hc-animate-slideDown[data-state=open]{animation:hc-slideDown .3s cubic-bezier(.87,0,.13,1)}.data-\[state\=open\]\:hc-rounded-b-none[data-state=open]{border-bottom-left-radius:0;border-bottom-right-radius:0}.data-\[state\=open\]\:hc-border-b-transparent[data-state=open]{border-bottom-color:transparent}.data-\[highlighted\]\:hc-bg-primary[data-highlighted],.data-\[state\=active\]\:hc-bg-primary[data-state=active]{--tw-bg-opacity:1;background-color:#002575;background-color:rgba(0,37,117,var(--tw-bg-opacity))}.data-\[disabled\]\:hc-text-gray-500[data-disabled]{--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.data-\[highlighted\]\:hc-text-white[data-highlighted],.data-\[state\=active\]\:hc-text-white[data-state=active]{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.data-\[state\=open\]\:hc-text-primary[data-state=open]{--tw-text-opacity:1;color:#002575;color:rgba(0,37,117,var(--tw-text-opacity))}.data-\[highlighted\]\:hc-outline-none[data-highlighted]{outline:2px solid transparent;outline-offset:2px}.hc-group[data-state=open] .group-data-\[state\=open\]\:\!hc-rotate-180{--tw-rotate:180deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@media (min-width:640px){.sm\:hc-w-1\/3{width:33.333333%}.sm\:hc-text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:hc-absolute{position:absolute}.md\:hc-left-1{left:.25rem}.md\:hc-left-1\.5{left:.375rem}.md\:hc-mb-2{margin-bottom:.5rem}.md\:hc-block{display:block}.md\:hc-grid{display:grid}.md\:hc-hidden{display:none}.md\:hc-max-h-45vh{max-height:45vh}.md\:hc-max-h-\[25vh\]{max-height:25vh}.md\:hc-max-h-screen{max-height:100vh}.md\:hc-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:hc-grid-cols-\[1fr_2\.5fr\]{grid-template-columns:1fr 2.5fr}.md\:hc-grid-rows-\[100vh\]{grid-template-rows:100vh}.md\:hc-grid-rows-\[50vh_50vh\]{grid-template-rows:50vh 50vh}.md\:hc-flex-col{flex-direction:column}.md\:hc-self-center{align-self:center}.md\:hc-border-none{border-style:none}.md\:hc-bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.md\:hc-bg-transparent{background-color:transparent}.md\:hc-p-0{padding:0}.md\:hc-px-4{padding-left:1rem;padding-right:1rem}.md\:hc-px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:hc-pl-4{padding-left:1rem}.md\:hc-pt-4{padding-top:1rem}.md\:hc-text-sm{font-size:.875rem;line-height:1.25rem}.md\:hc-text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:1024px){.lg\:hc-order-last{order:9999}.lg\:hc-mb-0{margin-bottom:0}.lg\:hc-inline{display:inline}.lg\:hc-w-auto{width:auto}.lg\:hc-grid-cols-\[1fr_3\.5fr\]{grid-template-columns:1fr 3.5fr}.lg\:hc-flex-row{flex-direction:row}.lg\:hc-flex-col{flex-direction:column}.lg\:hc-gap-16{gap:4rem}.lg\:hc-border-none{border-style:none}.lg\:hc-p-0{padding:0}.lg\:hc-px-8{padding-left:2rem;padding-right:2rem}.lg\:hc-pt-2{padding-top:.5rem}.lg\:hc-text-sm{font-size:.875rem;line-height:1.25rem}}
@@ -0,0 +1,12 @@
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";
@@ -0,0 +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";
@@ -0,0 +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;
@@ -0,0 +1,14 @@
1
+ export default ListItemContainer;
2
+ declare function ListItemContainer({ isActive, showMap, item, itemRefs, fieldsShown, specialFeatures, className, 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
+ className: any;
11
+ bodyClassName: any;
12
+ onItemSelected: any;
13
+ }): React.JSX.Element;
14
+ import React from "react";
@@ -1,9 +1,10 @@
1
1
  export default MapAccordionItem;
2
- declare function MapAccordionItem({ item, itemRefs, itemExpandedContent, isActive, children }: {
2
+ declare function MapAccordionItem({ item, itemRefs, itemExpandedContent, isActive, recruiter, children }: {
3
3
  item: any;
4
4
  itemRefs: any;
5
5
  itemExpandedContent: any;
6
6
  isActive: any;
7
+ recruiter: any;
7
8
  children: any;
8
9
  }): React.JSX.Element;
9
10
  import React from "react";