@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,25 @@
1
+ export type ListingFields = {
2
+ posted?: string;
3
+ subTitle?: string;
4
+ education?: string;
5
+ position?: string;
6
+ category?: string;
7
+ categoryClass?: string;
8
+ shift?: string;
9
+ custom1?: string;
10
+ custom2?: string;
11
+ custom3?: string;
12
+ custom4?: string;
13
+ custom5?: string;
14
+ cityState?: string;
15
+ city?: string;
16
+ state?: string;
17
+ schedule?: string;
18
+ customFlag1?: number;
19
+ bonus?: number;
20
+ remote?: number;
21
+ useClientJobUrl?: boolean;
22
+ dateCreated: Date;
23
+ dateLastEdited?: Date;
24
+ travelTime?: string;
25
+ };
@@ -0,0 +1,31 @@
1
+ import { ListingFields } from './ListingFields';
2
+ import { Recruiter } from './Recruiter';
3
+ import { ListingEntity } from './ListingEntity';
4
+ import { ContentSection } from './ContentSection';
5
+ import { SimilarListing } from './SimilarListing';
6
+ export type Listing = {
7
+ id: number;
8
+ fields?: ListingFields;
9
+ entityId?: number;
10
+ applyUrl?: string;
11
+ applyOnline?: number;
12
+ detailsUrl?: string;
13
+ displayOnSite: number;
14
+ displayRecruiter: number;
15
+ recruiterId?: number;
16
+ description1?: string;
17
+ description2?: string;
18
+ description3?: string;
19
+ description4?: string;
20
+ custom1: string;
21
+ custom2: string;
22
+ custom3: string;
23
+ custom4: string;
24
+ custom5: string;
25
+ customFlag1: number;
26
+ slug?: string;
27
+ recruiter?: Recruiter;
28
+ entity?: ListingEntity;
29
+ contentSections?: ContentSection[];
30
+ similarListings?: SimilarListing[];
31
+ };
@@ -0,0 +1,9 @@
1
+ export type Recruiter = {
2
+ id?: number;
3
+ email?: string;
4
+ firstName?: string;
5
+ lastName?: string;
6
+ linkedInUrl?: string;
7
+ mobilePhone?: string;
8
+ headshot?: string;
9
+ };
@@ -0,0 +1,24 @@
1
+ export type SimilarListing = {
2
+ id: number;
3
+ city: string;
4
+ companyName: string;
5
+ companyId: number;
6
+ domain: string;
7
+ refreshedPubDate?: Date;
8
+ clientJobUrl: string;
9
+ refreshNum: number;
10
+ requestURI: string;
11
+ schedule: string;
12
+ scheduleId?: number;
13
+ shift: string;
14
+ sponsored: boolean;
15
+ stateAbbrev: string;
16
+ subTitle: string;
17
+ title: string;
18
+ uniqueId: string;
19
+ zip: string;
20
+ slug?: string;
21
+ dateCreated: Date;
22
+ categoryId: number;
23
+ categoryClassId: number;
24
+ };
@@ -0,0 +1,8 @@
1
+ export type Colors = {
2
+ uiText: string;
3
+ uiAccent: string;
4
+ primary: string;
5
+ primaryDark: string;
6
+ secondary: string;
7
+ secondaryDark: string;
8
+ };
@@ -0,0 +1,30 @@
1
+ import { Colors } from "./Colors";
2
+ import { PointsOfInterestConfig } from "./PointsOfInterestConfig";
3
+ import { SearchConfig } from "./SearchConfig";
4
+ export type MapConfig = {
5
+ title: string;
6
+ titleShort: string;
7
+ description: string;
8
+ jobsDomain: string;
9
+ useDetailsPostMessage: boolean;
10
+ author: string;
11
+ url: string;
12
+ logo: string;
13
+ companyName: string;
14
+ shareImage: string;
15
+ clientAuthKey: string;
16
+ colors: Colors;
17
+ hideLocations: boolean;
18
+ fieldsShown: string[];
19
+ fieldFiltersShown: string[];
20
+ locationFiltersShown: string[];
21
+ fieldNames: Record<string, string>;
22
+ specialFeatures: Record<string, string>;
23
+ searchConfig: SearchConfig;
24
+ internalApplyLink: string;
25
+ useApplyDialog: boolean;
26
+ pointsOfInterestConfig: PointsOfInterestConfig;
27
+ showMap: boolean;
28
+ companyId: string;
29
+ SubcategoryRequireCategory: boolean;
30
+ };
@@ -0,0 +1,13 @@
1
+ export type PointsOfInterestConfig = {
2
+ title: string;
3
+ pointsOfInterestNames: Record<string, string>;
4
+ pointsOfInterestIcons: Record<string, string>;
5
+ placeMarkerColors: {
6
+ innerFillColor: string;
7
+ innerStrokeColor: string;
8
+ outerFillColor: string;
9
+ outerStrokeColor: string;
10
+ };
11
+ placeMarkerSize: number;
12
+ placeMappings: Record<string, string[]>;
13
+ };
@@ -0,0 +1,4 @@
1
+ export type SearchConfig = {
2
+ label: string;
3
+ placeholder: string;
4
+ };
@@ -0,0 +1,28 @@
1
+ export function getFilterOptions(listings: any, filteredListings: any, field: any, excludeZeroCount?: null): {
2
+ name: any;
3
+ count: any;
4
+ }[];
5
+ export function getSpecialFeatureOptions(listings: any, filteredListings: any, siteConfig: any, favorites: any): {
6
+ name: string;
7
+ count: any;
8
+ }[];
9
+ export function generateFilterOptions(filteredListings: any, allListings: any, siteConfig: any, filterOptions: any, parentField: any, favorites: any): {
10
+ filters: any;
11
+ locations: any;
12
+ pointsOfInterest: {
13
+ id: string;
14
+ title: any;
15
+ items: {
16
+ key: string;
17
+ name: any;
18
+ }[];
19
+ };
20
+ } | null;
21
+ export function applyFilters(allListings: any, selectedFilters: any, query: any, listingEntities: any, favorites: any, siteConfig: any): {
22
+ filteredListings: any;
23
+ mapItems: any[];
24
+ };
25
+ export function filterListingsByLocation(allListings: any, selectedLocation: any, listingEntities: any): {
26
+ filteredListings: any;
27
+ mapItems: any[];
28
+ };
@@ -0,0 +1,3 @@
1
+ export default Loading;
2
+ declare function Loading(): React.JSX.Element;
3
+ import React from "react";
@@ -0,0 +1,3 @@
1
+ export declare const getStorageObject: <T>(item: string, defaultItem?: T | null) => T | null;
2
+ export declare const getStorageItem: (item: string, defaultItem?: string | null) => string | null;
3
+ export declare const setStorageObject: (key: string, item: any) => void;
@@ -0,0 +1,15 @@
1
+ export function getDistinctItemsByProximity(items: any, listingEntitiesDetails: any): any[];
2
+ export function findCloseItems(itemsObj: any): {
3
+ item1: any;
4
+ item2: any;
5
+ }[];
6
+ export function adjustItemPositions(itemsObj: any, closeItemPairs: any): any;
7
+ export function clusterOptions(clusterGridSize: any, fillColor: any): {
8
+ gridSize: any;
9
+ styles: {
10
+ url: string;
11
+ textColor: string;
12
+ height: number;
13
+ width: number;
14
+ }[];
15
+ };
@@ -0,0 +1 @@
1
+ export function dynamicSort(items: any, fieldName: any, order?: string): any;
@@ -0,0 +1 @@
1
+ export function capitalize(str: any): any;
@@ -0,0 +1,8 @@
1
+ export function updateURLWithFilters(filters: any, location: any, query: any): void;
2
+ export function parseQueryParams(search: any): {};
3
+ export function filtersFromURL(location: any): {
4
+ filters: {};
5
+ query: null;
6
+ } | undefined;
7
+ export function hasFiltersInURL(location: any): boolean | undefined;
8
+ export function hasQueryInUrl(location: any): boolean | undefined;
@@ -0,0 +1,3 @@
1
+ /*
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}}