@abcagency/hc-ui-components 1.3.20 → 1.3.21
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.
- package/.env +3 -0
- package/.eslintrc +136 -0
- package/bundle.js +28134 -0
- package/bundle.js.map +1 -0
- package/bundleDist.map +1 -0
- package/dist/_virtual/_rollupPluginBabelHelpers.js +3 -3
- package/dist/_virtual/jsx-runtime.js +4 -0
- package/dist/_virtual/jsx-runtime.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/apps/test-react-app/node_modules/react/cjs/react-jsx-runtime.production.min.js +49 -0
- package/dist/apps/test-react-app/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/apps/test-react-app/node_modules/react/jsx-runtime.js +12 -0
- package/dist/apps/test-react-app/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/components/HireControlMap.js +23 -18
- package/dist/components/HireControlMap.js.map +1 -1
- package/dist/components/containers/accordions/filter-container.js +46 -0
- package/dist/components/containers/accordions/filter-container.js.map +1 -0
- package/dist/components/containers/accordions/filter-item-container.js +45 -0
- package/dist/components/containers/accordions/filter-item-container.js.map +1 -0
- package/dist/components/{modules/list/list-item/index.js → containers/accordions/map-accordion-item-container.js} +10 -10
- package/dist/components/containers/accordions/map-accordion-item-container.js.map +1 -0
- package/dist/components/containers/filter/commute-container.js +141 -0
- package/dist/components/containers/filter/commute-container.js.map +1 -0
- package/dist/components/containers/filter/filter-container.js +83 -0
- package/dist/components/containers/filter/filter-container.js.map +1 -0
- package/dist/components/containers/filter/filter-item-container.js +79 -0
- package/dist/components/containers/filter/filter-item-container.js.map +1 -0
- package/dist/components/containers/filter/location-container.js +42 -0
- package/dist/components/containers/filter/location-container.js.map +1 -0
- package/dist/components/containers/filter/points-of-interest-container.js +37 -0
- package/dist/components/containers/filter/points-of-interest-container.js.map +1 -0
- package/dist/components/containers/filter/points-of-interest-radio-item-container.js +37 -0
- package/dist/components/containers/filter/points-of-interest-radio-item-container.js.map +1 -0
- package/dist/components/containers/filter/search-container.js +53 -0
- package/dist/components/containers/filter/search-container.js.map +1 -0
- package/dist/components/{modules → containers}/jobListing/listing-details-container.js +3 -3
- package/dist/components/containers/jobListing/listing-details-container.js.map +1 -0
- package/dist/components/containers/list/item-list-container.js +36 -0
- package/dist/components/containers/list/item-list-container.js.map +1 -0
- package/dist/components/{modules → containers}/list/list-item/list-item-container.js +3 -3
- package/dist/components/containers/list/list-item/list-item-container.js.map +1 -0
- package/dist/components/containers/maps/info-window-content-container.js +62 -0
- package/dist/components/containers/maps/info-window-content-container.js.map +1 -0
- package/dist/components/containers/maps/map-container.js +183 -0
- package/dist/components/containers/maps/map-container.js.map +1 -0
- package/dist/components/containers/maps/map-list-container.js +46 -0
- package/dist/components/containers/maps/map-list-container.js.map +1 -0
- package/dist/components/containers/maps/map-marker-container.js +83 -0
- package/dist/components/containers/maps/map-marker-container.js.map +1 -0
- package/dist/components/modules/accordions/MapAccordionItem.js +5 -8
- package/dist/components/modules/accordions/MapAccordionItem.js.map +1 -1
- package/dist/components/modules/accordions/default.js +15 -15
- package/dist/components/modules/accordions/default.js.map +1 -1
- package/dist/components/modules/accordions/filterItem.js +14 -40
- package/dist/components/modules/accordions/filterItem.js.map +1 -1
- package/dist/components/modules/accordions/filters.js +8 -27
- package/dist/components/modules/accordions/filters.js.map +1 -1
- package/dist/components/modules/buttons/button-group-apply.js +11 -11
- package/dist/components/modules/buttons/button-group-apply.js.map +1 -1
- package/dist/components/modules/buttons/commute-pill.js +3 -3
- package/dist/components/modules/buttons/commute-pill.js.map +1 -1
- package/dist/components/modules/buttons/default.js +9 -9
- package/dist/components/modules/buttons/default.js.map +1 -1
- package/dist/components/modules/buttons/items-pill.js +3 -3
- package/dist/components/modules/buttons/items-pill.js.map +1 -1
- package/dist/components/modules/buttons/pill-wrapper.js +2 -2
- package/dist/components/modules/buttons/pill-wrapper.js.map +1 -1
- package/dist/components/modules/buttons/show-all-button.js +3 -3
- package/dist/components/modules/buttons/show-all-button.js.map +1 -1
- package/dist/components/modules/cards/default.js +11 -11
- package/dist/components/modules/cards/default.js.map +1 -1
- package/dist/components/modules/cards/filter.js +5 -5
- package/dist/components/modules/cards/filter.js.map +1 -1
- package/dist/components/modules/dialogs/apply-dialog.js +15 -15
- package/dist/components/modules/dialogs/apply-dialog.js.map +1 -1
- package/dist/components/modules/filter/commute.js +40 -139
- package/dist/components/modules/filter/commute.js.map +1 -1
- package/dist/components/modules/filter/index.js +16 -66
- package/dist/components/modules/filter/index.js.map +1 -1
- package/dist/components/modules/filter/item.js +15 -62
- package/dist/components/modules/filter/item.js.map +1 -1
- package/dist/components/modules/filter/location.js +13 -39
- package/dist/components/modules/filter/location.js.map +1 -1
- package/dist/components/modules/filter/radio-item.js +12 -28
- package/dist/components/modules/filter/radio-item.js.map +1 -1
- package/dist/components/modules/filter/search.js +16 -44
- package/dist/components/modules/filter/search.js.map +1 -1
- package/dist/components/modules/filter/sort.js +28 -28
- package/dist/components/modules/filter/sort.js.map +1 -1
- package/dist/components/modules/grid.js +4 -4
- package/dist/components/modules/grid.js.map +1 -1
- package/dist/components/modules/icon.js +4 -4
- package/dist/components/modules/icon.js.map +1 -1
- package/dist/components/modules/jobListing/listing-details.js +11 -14
- package/dist/components/modules/jobListing/listing-details.js.map +1 -1
- package/dist/components/modules/list/field-mapper.js +20 -19
- package/dist/components/modules/list/field-mapper.js.map +1 -1
- package/dist/components/modules/list/header-item.js +6 -6
- package/dist/components/modules/list/header-item.js.map +1 -1
- package/dist/components/modules/list/header.js +5 -5
- package/dist/components/modules/list/header.js.map +1 -1
- package/dist/components/modules/list/item-expand-card/index.js +3 -5
- package/dist/components/modules/list/item-expand-card/index.js.map +1 -1
- package/dist/components/modules/list/item-expand-card/recruiter-contact-nav.js +5 -5
- package/dist/components/modules/list/item-expand-card/recruiter-contact-nav.js.map +1 -1
- package/dist/components/modules/list/item-expand-card/recruiter-details.js +6 -6
- package/dist/components/modules/list/item-expand-card/recruiter-details.js.map +1 -1
- package/dist/components/modules/list/item-expand-card/recruiter-headshot.js +3 -3
- package/dist/components/modules/list/item-expand-card/recruiter-headshot.js.map +1 -1
- package/dist/components/modules/list/item-list.js +14 -119
- package/dist/components/modules/list/item-list.js.map +1 -1
- package/dist/components/modules/list/list-item/list-item.js +14 -14
- package/dist/components/modules/list/list-item/list-item.js.map +1 -1
- package/dist/components/modules/maps/info-window-card.js +2 -2
- package/dist/components/modules/maps/info-window-card.js.map +1 -1
- package/dist/components/modules/maps/info-window-content.js +11 -55
- package/dist/components/modules/maps/info-window-content.js.map +1 -1
- package/dist/components/modules/maps/map-list.js +12 -46
- package/dist/components/modules/maps/map-list.js.map +1 -1
- package/dist/components/modules/maps/map-marker.js +17 -85
- package/dist/components/modules/maps/map-marker.js.map +1 -1
- package/dist/components/modules/maps/map.js +25 -163
- package/dist/components/modules/maps/map.js.map +1 -1
- package/dist/components/modules/maps/place-marker.js +5 -5
- package/dist/components/modules/maps/place-marker.js.map +1 -1
- package/dist/components/modules/maps/tabs.js +20 -20
- package/dist/components/modules/maps/tabs.js.map +1 -1
- package/dist/contexts/mapContext.js +2 -2
- package/dist/contexts/mapContext.js.map +1 -1
- package/dist/contexts/mapListContext.js +21 -12
- package/dist/contexts/mapListContext.js.map +1 -1
- package/dist/contexts/placesContext.js +2 -2
- package/dist/contexts/placesContext.js.map +1 -1
- package/dist/contexts/trackEventContext.js +2 -2
- package/dist/contexts/trackEventContext.js.map +1 -1
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +802 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +679 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +343 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +140 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox.js +33 -0
- package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/components/keyboard.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/components/keyboard.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/components/transitions/transition.js +19 -0
- package/dist/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +8 -0
- package/dist/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-computed.js +8 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-controllable.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-id.js +9 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-id.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +10 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +6 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js +11 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +8 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/internal/hidden.js +6 -0
- package/dist/node_modules/@headlessui/react/dist/internal/hidden.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js +6 -0
- package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js +6 -0
- package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/bugs.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/bugs.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/class-names.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/class-names.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/disposables.js +6 -0
- package/dist/node_modules/@headlessui/react/dist/utils/disposables.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/env.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/env.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js +7 -0
- package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/form.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/form.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/match.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/match.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/once.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/once.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/owner.js +6 -0
- package/dist/node_modules/@headlessui/react/dist/utils/owner.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/platform.js +4 -0
- package/dist/node_modules/@headlessui/react/dist/utils/platform.js.map +1 -0
- package/dist/node_modules/@headlessui/react/dist/utils/render.js +11 -0
- package/dist/node_modules/@headlessui/react/dist/utils/render.js.map +1 -0
- package/dist/node_modules/@iconify/react/dist/iconify.js +1928 -0
- package/dist/node_modules/@iconify/react/dist/iconify.js.map +1 -0
- package/dist/node_modules/@radix-ui/number/dist/index.js +7 -0
- package/dist/node_modules/@radix-ui/number/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +12 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +304 -0
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js +145 -0
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-collection/dist/index.js +69 -0
- package/dist/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +19 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +80 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +320 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
- package/dist/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +27 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +16 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +279 -0
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +120 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +42 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +221 -0
- package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-select/dist/index.js +1109 -0
- package/dist/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +82 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +187 -0
- package/dist/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +47 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +8 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +16 -0
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
- package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
- package/dist/node_modules/@react-google-maps/api/dist/esm.js +8515 -0
- package/dist/node_modules/@react-google-maps/api/dist/esm.js.map +1 -0
- package/dist/node_modules/@remix-run/router/dist/router.js +271 -0
- package/dist/node_modules/@remix-run/router/dist/router.js.map +1 -0
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +43 -0
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +1 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +669 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +1 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +61 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +1 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +137 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
- package/dist/node_modules/fuse.js/dist/fuse.js +1779 -0
- package/dist/node_modules/fuse.js/dist/fuse.js.map +1 -0
- package/dist/node_modules/get-nonce/dist/es2015/index.js +9 -0
- package/dist/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +17 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.js +12 -0
- package/dist/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +10 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +107 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +32 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
- package/dist/node_modules/react-router/dist/index.js +280 -0
- package/dist/node_modules/react-router/dist/index.js.map +1 -0
- package/dist/node_modules/react-router-dom/dist/index.js +201 -0
- package/dist/node_modules/react-router-dom/dist/index.js.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +20 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +26 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +2530 -0
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
- package/dist/node_modules/tslib/tslib.es6.js +57 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +25 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +49 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +43 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
- package/dist/node_modules/use-places-autocomplete/dist/index.esm.js +243 -0
- package/dist/node_modules/use-places-autocomplete/dist/index.esm.js.map +1 -0
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +802 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +679 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +343 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +140 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
- package/dist/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +33 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +19 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +8 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +8 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +9 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +10 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +6 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +11 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +8 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +6 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +6 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +6 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +6 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +6 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +4 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +11 -0
- package/dist/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +1928 -0
- package/dist/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +7 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +12 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +304 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +145 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +69 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +19 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +80 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +320 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +27 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +16 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +279 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +120 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +42 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +221 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +1109 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +82 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +187 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +47 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +8 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +16 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
- package/dist/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +8515 -0
- package/dist/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +271 -0
- package/dist/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +43 -0
- package/dist/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +669 -0
- package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +61 -0
- package/dist/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +137 -0
- package/dist/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +1779 -0
- package/dist/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +9 -0
- package/dist/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +10 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +107 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +32 -0
- package/dist/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-router/dist/index.js +280 -0
- package/dist/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +201 -0
- package/dist/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +20 -0
- package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +26 -0
- package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
- package/dist/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +2530 -0
- package/dist/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +57 -0
- package/dist/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +25 -0
- package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +49 -0
- package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +43 -0
- package/dist/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +243 -0
- package/dist/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
- package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
- package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
- package/dist/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
- package/dist/styles/index.css +1 -3
- package/dist/types/components/modules/list/field-mapper.d.ts +1 -1
- package/dist/types/contexts/mapListContext.d.ts +1 -0
- package/dist/types/util/urlFilterUtil.d.ts +8 -0
- package/dist/util/filterUtil.js +1 -1
- package/dist/util/loading.js +3 -3
- package/dist/util/loading.js.map +1 -1
- package/dist/util/urlFilterUtil.js +77 -0
- package/dist/util/urlFilterUtil.js.map +1 -0
- package/package.json +26 -6
- package/postcss.config.js +13 -13
- package/rollup.config.mjs +111 -92
- package/src/.editorconfig +12 -0
- package/src/bundleIndex.js +14 -0
- package/src/components/HireControlMap.js +8 -5
- package/src/components/containers/accordions/filter-container.js +47 -0
- package/src/components/containers/accordions/filter-item-container.js +62 -0
- package/src/components/{modules/list/list-item/index.js → containers/accordions/map-accordion-item-container.js} +1 -1
- package/src/components/containers/filter/commute-container.js +89 -0
- package/src/components/containers/filter/filter-container.js +76 -0
- package/src/components/containers/filter/filter-item-container.js +71 -0
- package/src/components/containers/filter/location-container.js +45 -0
- package/src/components/containers/filter/points-of-interest-container.js +33 -0
- package/src/components/containers/filter/points-of-interest-radio-item-container.js +35 -0
- package/src/components/containers/filter/search-container.js +50 -0
- package/src/components/{modules → containers}/jobListing/listing-details-container.js +16 -16
- package/src/components/{modules/list/index.tsx → containers/list/item-list-container.tsx} +2 -3
- package/src/components/containers/maps/info-window-content-container.js +51 -0
- package/src/components/containers/maps/map-container.js +204 -0
- package/src/components/containers/maps/map-list-container.js +48 -0
- package/src/components/containers/maps/map-marker-container.js +78 -0
- package/src/components/modules/accordions/MapAccordionItem.js +0 -3
- package/src/components/modules/accordions/filterItem.js +27 -55
- package/src/components/modules/accordions/filters.js +32 -47
- package/src/components/modules/filter/commute.js +108 -154
- package/src/components/modules/filter/index.js +30 -64
- package/src/components/modules/filter/item.js +48 -87
- package/src/components/modules/filter/location.js +48 -71
- package/src/components/modules/filter/radio-item.js +42 -56
- package/src/components/modules/filter/search.js +9 -37
- package/src/components/modules/jobListing/listing-details.js +0 -100
- package/src/components/modules/list/field-mapper.js +3 -3
- package/src/components/modules/list/item-expand-card/index.js +0 -2
- package/src/components/modules/list/item-list.tsx +1 -114
- package/src/components/modules/list/list-item/list-item.js +2 -1
- package/src/components/modules/maps/info-window-content.js +35 -81
- package/src/components/modules/maps/map-list.js +5 -51
- package/src/components/modules/maps/map-marker.js +29 -88
- package/src/components/modules/maps/map.js +76 -230
- package/src/contexts/mapListContext.tsx +26 -12
- package/src/contexts/placesContext.js +102 -102
- package/src/styles/bundle.css +268 -0
- package/src/styles/index.css +125 -23
- package/src/util/urlFilterUtil.js +85 -90
- package/stats.html +4842 -0
- package/styles/index.css +1 -0
- package/tailwind.config.js +129 -126
- package/dist/components/modules/filter/points-of-interest.js +0 -38
- package/dist/components/modules/filter/points-of-interest.js.map +0 -1
- package/dist/components/modules/jobListing/listing-details-container.js.map +0 -1
- package/dist/components/modules/list/index.js +0 -36
- package/dist/components/modules/list/index.js.map +0 -1
- package/dist/components/modules/list/list-item/index.js.map +0 -1
- package/dist/components/modules/list/list-item/list-item-container.js.map +0 -1
- package/src/components/modules/filter/points-of-interest.js +0 -44
- /package/dist/types/components/{modules/list/list-item/index.d.ts → containers/accordions/map-accordion-item-container.d.ts} +0 -0
- /package/dist/types/components/{modules → containers}/jobListing/listing-details-container.d.ts +0 -0
- /package/dist/types/components/{modules/list/index.d.ts → containers/list/item-list-container.d.ts} +0 -0
- /package/dist/types/components/{modules → containers}/list/list-item/list-item-container.d.ts +0 -0
- /package/src/components/{modules → containers}/list/list-item/list-item-container.js +0 -0
package/styles/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:auto auto;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.hc-sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.hc-pointer-events-none{pointer-events:none}.hc-fixed{position:fixed}.hc-absolute{position:absolute}.hc-relative{position:relative}.hc-sticky{position:sticky}.hc-inset-0{inset:0}.hc-inset-x-0{left:0;right:0}.hc-bottom-0{bottom:0}.hc-bottom-10{bottom:2.5rem}.hc-left-0{left:0}.hc-left-2{left:.5rem}.hc-left-2\.5{left:.625rem}.hc-right-\[10px\]{right:10px}.hc-top-0{top:0}.hc-top-1{top:.25rem}.hc-top-1\.5{top:.375rem}.hc-top-\[10px\]{top:10px}.hc-z-10{z-index:10}.hc-z-20{z-index:20}.hc-z-\[1000\]{z-index:1000}.hc-z-\[200\]{z-index:200}.hc-z-\[2\]{z-index:2}.hc-order-first{order:-9999}.hc-order-last{order:9999}.hc-col-span-1{grid-column:span 1/span 1}.hc-col-span-2{grid-column:span 2/span 2}.hc-float-right{float:right}.hc-m-auto{margin:auto}.hc-my-1{margin-bottom:.25rem;margin-top:.25rem}.hc-mb-2{margin-bottom:.5rem}.hc-mb-3{margin-bottom:.75rem}.hc-mb-5{margin-bottom:1.25rem}.hc-ml-0{margin-left:0}.hc-ml-auto{margin-left:auto}.hc-mr-1{margin-right:.25rem}.hc-mr-1\.5{margin-right:.375rem}.hc-mr-2{margin-right:.5rem}.hc-mt-1{margin-top:.25rem}.hc-mt-2{margin-top:.5rem}.hc-mt-4{margin-top:1rem}.hc-mt-6{margin-top:1.5rem}.hc-mt-px{margin-top:1px}.hc-block{display:block}.hc-inline-block{display:inline-block}.hc-inline{display:inline}.hc-flex{display:flex}.hc-inline-flex{display:inline-flex}.hc-grid{display:grid}.hc-hidden{display:none}.hc-size-2{height:.5rem;width:.5rem}.hc-size-2\.5{height:.625rem;width:.625rem}.hc-size-3{height:.75rem;width:.75rem}.hc-size-3\.5{height:.875rem;width:.875rem}.hc-size-4{height:1rem;width:1rem}.hc-size-5{height:1.25rem;width:1.25rem}.hc-size-8{height:2rem;width:2rem}.hc-h-5{height:1.25rem}.hc-h-\[25px\]{height:25px}.hc-h-auto{height:auto}.hc-h-full{height:100%}.hc-h-screen{height:100vh}.hc-max-h-60{max-height:15rem}.hc-max-h-\[100vh\]{max-height:100vh}.hc-max-h-\[20vh\]{max-height:20vh}.hc-max-h-\[85vh\]{max-height:85vh}.hc-max-h-\[95vh\]{max-height:95vh}.hc-min-h-\[30rem\]{min-height:30rem}.hc-min-h-screen{min-height:100vh}.hc-w-2\/5{width:40%}.hc-w-8{width:2rem}.hc-w-\[25px\]{width:25px}.hc-w-\[90vw\]{width:90vw}.hc-w-full{width:100%}.hc-min-w-\[100\%\]{min-width:100%}.hc-max-w-\[450px\]{max-width:450px}.hc-flex-1{flex:1 1 0%}.hc-flex-auto{flex:1 1 auto}.hc-shrink-0{flex-shrink:0}.hc-flex-grow,.hc-grow{flex-grow:1}.hc-rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes hc-contentShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hc-animate-contentShow{animation:hc-contentShow .15s cubic-bezier(.16,1,.3,1)}@keyframes hc-overlayShow{0%{opacity:0}to{opacity:1}}.hc-animate-overlayShow{animation:hc-overlayShow .15s cubic-bezier(.16,1,.3,1)}.hc-cursor-default{cursor:default}.hc-cursor-not-allowed{cursor:not-allowed}.hc-cursor-pointer{cursor:pointer}.hc-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.hc-auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.hc-grid-flow-col{grid-auto-flow:column}.hc-auto-rows-min{grid-auto-rows:min-content}.hc-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.hc-flex-row{flex-direction:row}.hc-flex-col{flex-direction:column}.hc-flex-wrap{flex-wrap:wrap}.hc-items-start{align-items:flex-start}.hc-items-center{align-items:center}.hc-items-stretch{align-items:stretch}.hc-justify-end{justify-content:flex-end}.hc-justify-center{justify-content:center}.hc-justify-between{justify-content:space-between}.hc-gap-0{gap:0}.hc-gap-1{gap:.25rem}.hc-gap-1\.5{gap:.375rem}.hc-gap-12{gap:3rem}.hc-gap-2{gap:.5rem}.hc-gap-4{gap:1rem}.hc-gap-px{gap:1px}.hc-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.hc-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.hc-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.hc-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.hc-divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.hc-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.hc-divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 37 117/var(--tw-divide-opacity))}.hc-divide-uiAccent\/10>:not([hidden])~:not([hidden]){border-color:rgba(15,23,42,.1)}.hc-divide-uiAccent\/20>:not([hidden])~:not([hidden]){border-color:rgba(15,23,42,.2)}.hc-overflow-auto{overflow:auto}.hc-overflow-hidden{overflow:hidden}.hc-overflow-x-auto{overflow-x:auto}.hc-overflow-y-auto{overflow-y:auto}.hc-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-text-balance{text-wrap:balance}.hc-break-words{overflow-wrap:break-word}.hc-rounded{border-radius:.25rem}.hc-rounded-\[6px\]{border-radius:6px}.hc-rounded-full{border-radius:9999px}.hc-rounded-md{border-radius:.375rem}.hc-rounded-none{border-radius:0}.hc-rounded-sm{border-radius:.125rem}.hc-rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.hc-border{border-width:1px}.hc-border-0{border-width:0}.hc-border-x-0{border-left-width:0;border-right-width:0}.hc-border-b{border-bottom-width:1px}.hc-border-b-0{border-bottom-width:0}.hc-border-t{border-top-width:1px}.hc-border-t-0{border-top-width:0}.hc-border-none{border-style:none}.\!hc-border-secondary{--tw-border-opacity:1!important;border-color:rgb(255 97 43/var(--tw-border-opacity))!important}.hc-border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.hc-border-primary{--tw-border-opacity:1;border-color:rgb(0 37 117/var(--tw-border-opacity))}.hc-border-secondary{--tw-border-opacity:1;border-color:rgb(255 97 43/var(--tw-border-opacity))}.hc-border-transparent{border-color:transparent}.hc-border-uiAccent\/10{border-color:rgba(15,23,42,.1)}.hc-border-uiAccent\/20{border-color:rgba(15,23,42,.2)}.hc-border-uiAccent\/30{border-color:rgba(15,23,42,.3)}.hc-bg-black\/50{background-color:rgba(0,0,0,.5)}.hc-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hc-bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.hc-bg-primary{--tw-bg-opacity:1;background-color:rgb(0 37 117/var(--tw-bg-opacity))}.hc-bg-primary\/10{background-color:rgba(0,37,117,.1)}.hc-bg-secondary{--tw-bg-opacity:1;background-color:rgb(255 97 43/var(--tw-bg-opacity))}.hc-bg-transparent{background-color:transparent}.hc-bg-uiAccent\/10{background-color:rgba(15,23,42,.1)}.hc-bg-uiAccent\/5{background-color:rgba(15,23,42,.05)}.hc-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hc-bg-clip-border{background-clip:border-box}.hc-object-cover{-o-object-fit:cover;object-fit:cover}.\!hc-p-0{padding:0!important}.\!hc-p-3{padding:.75rem!important}.hc-p-1{padding:.25rem}.hc-p-1\.5{padding:.375rem}.hc-p-2{padding:.5rem}.hc-p-2\.5{padding:.625rem}.hc-p-3{padding:.75rem}.hc-p-4{padding:1rem}.hc-p-\[25px\]{padding:25px}.hc-px-0{padding-left:0;padding-right:0}.hc-px-10{padding-left:2.5rem;padding-right:2.5rem}.hc-px-2{padding-left:.5rem;padding-right:.5rem}.hc-px-3{padding-left:.75rem;padding-right:.75rem}.hc-px-4{padding-left:1rem;padding-right:1rem}.hc-px-6{padding-left:1.5rem;padding-right:1.5rem}.hc-py-0{padding-bottom:0;padding-top:0}.hc-py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.hc-py-1{padding-bottom:.25rem;padding-top:.25rem}.hc-py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.hc-py-2{padding-bottom:.5rem;padding-top:.5rem}.hc-py-4{padding-bottom:1rem;padding-top:1rem}.hc-pb-1{padding-bottom:.25rem}.hc-pb-2{padding-bottom:.5rem}.hc-pb-4{padding-bottom:1rem}.hc-pl-1{padding-left:.25rem}.hc-pl-1\.5{padding-left:.375rem}.hc-pl-2{padding-left:.5rem}.hc-pl-4{padding-left:1rem}.hc-pl-7{padding-left:1.75rem}.hc-pr-1{padding-right:.25rem}.hc-pr-2{padding-right:.5rem}.hc-pr-3{padding-right:.75rem}.hc-pr-4{padding-right:1rem}.hc-ps-4{padding-inline-start:1rem}.hc-pt-0{padding-top:0}.hc-pt-0\.5{padding-top:.125rem}.hc-pt-1{padding-top:.25rem}.hc-pt-1\.5{padding-top:.375rem}.hc-pt-2{padding-top:.5rem}.hc-pt-20{padding-top:5rem}.hc-text-left{text-align:left}.hc-text-center{text-align:center}.hc-align-middle{vertical-align:middle}.\!hc-font-\[inherit\]{font-family:inherit!important}.hc-text-2xl{font-size:1.5rem;line-height:2rem}.hc-text-\[15px\]{font-size:15px}.hc-text-\[17px\]{font-size:17px}.hc-text-base{font-size:1rem;line-height:1.5rem}.hc-text-lg{font-size:1.125rem;line-height:1.75rem}.hc-text-sm{font-size:.875rem;line-height:1.25rem}.hc-text-xs{font-size:.75rem;line-height:1rem}.hc-font-bold{font-weight:700}.hc-font-medium{font-weight:500}.hc-font-semibold{font-weight:600}.hc-uppercase{text-transform:uppercase}.hc-normal-case{text-transform:none}.hc-leading-5{line-height:1.25rem}.hc-leading-none{line-height:1}.hc-leading-normal{line-height:1.5}.hc-leading-tight{line-height:1.25}.hc-text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hc-text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.hc-text-current{color:currentColor}.hc-text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hc-text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hc-text-inherit{color:inherit}.hc-text-primary{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.hc-text-uiAccent{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.hc-text-uiAccent\/30{color:rgba(15,23,42,.3)}.hc-text-uiAccent\/50{color:rgba(15,23,42,.5)}.hc-text-uiText{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.hc-text-uiText\/60{color:hsla(0,0%,8%,.6)}.hc-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hc-opacity-0{opacity:0}.hc-opacity-100{opacity:1}.hc-opacity-30{opacity:.3}.hc-opacity-85{opacity:.85}.hc-shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.hc-shadow,.hc-shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hc-shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hc-outline-none{outline:2px solid transparent;outline-offset:2px}.hc-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.hc-ring-inset{--tw-ring-inset:inset}.hc-ring-primary\/20{--tw-ring-color:rgba(0,37,117,.2)}.hc-ring-uiAccent\/10{--tw-ring-color:rgba(15,23,42,.1)}.hc-transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hc-duration-100{transition-duration:.1s}.hc-duration-300{transition-duration:.3s}.hc-ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.hc-duration-100{animation-duration:.1s}.hc-duration-300{animation-duration:.3s}.hc-ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}.hc-bundle :after,:before{--tw-content:""}.hc-bundle :host,.hc-bundle h1,.hc-bundle h2,.hc-bundle h3,.hc-bundle h4,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:var(--font-roboto-flex),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.hc-bundle{line-height:inherit;margin:0}.gmnoprint button>div>img:first-child{height:unset;position:static!important}.hc-bundle hr{border-top-width:1px;color:inherit;height:0}.hc-bundle abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.hc-bundle h1,.hc-bundle h2,.hc-bundle h3,.hc-bundle h4,.hc-bundle h5,.hc-bundle h6{font-size:inherit;font-weight:inherit}a{text-decoration:inherit}.hc-bundle b,.hc-bundle strong{font-weight:bolder}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image: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}.hc-bundle,.hc-bundle blockquote,.hc-bundle dd,.hc-bundle dl,.hc-bundle figure,.hc-bundle h1,.hc-bundle h2,.hc-bundle h4,.hc-bundle h5,.hc-bundle h6,.hc-bundle hr,.hc-bundle p,h3{margin:0}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}.hc-bundle audio,.hc-bundle canvas,.hc-bundle embed,.hc-bundle iframe,.hc-bundle img,.hc-bundle object,.hc-bundle svg,.hc-bundle video{display:block;vertical-align:middle}.hc-bundle img,.hc-bundle video{height:auto;max-width:100%}.hc-bundle [hidden]{display:none}.placeholder\:hc-text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:hc-text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.placeholder\:hc-text-uiText\/50::-moz-placeholder{color:hsla(0,0%,8%,.5)}.placeholder\:hc-text-uiText\/50::placeholder{color:hsla(0,0%,8%,.5)}.focus-within\:hc-ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:hc-ring-uiAccent:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity))}.hover\:hc-border-indigo-300:hover{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.hover\:hc-border-primaryDark:hover{--tw-border-opacity:1;border-color:rgb(0 31 95/var(--tw-border-opacity))}.hover\:hc-bg-primaryDark:hover{--tw-bg-opacity:1;background-color:rgb(0 31 95/var(--tw-bg-opacity))}.hover\:hc-bg-uiAccent\/5:hover{background-color:rgba(15,23,42,.05)}.hover\:hc-bg-opacity-70:hover{--tw-bg-opacity:0.7}.hover\:hc-text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:hc-text-primary:hover{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.hover\:hc-text-uiText:hover{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.hover\:hc-text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:hc-opacity-70:hover{opacity:.7}.hover\:hc-opacity-75:hover{opacity:.75}.hover\:hc-shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:hc-border-indigo-300:focus{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.focus\:hc-border-primaryDark:focus{--tw-border-opacity:1;border-color:rgb(0 31 95/var(--tw-border-opacity))}.focus\:hc-bg-primaryDark:focus{--tw-bg-opacity:1;background-color:rgb(0 31 95/var(--tw-bg-opacity))}.focus\:hc-bg-uiAccent\/5:focus{background-color:rgba(15,23,42,.05)}.focus\:hc-bg-opacity-70:focus{--tw-bg-opacity:0.7}.focus\:hc-text-primary:focus{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.focus\:hc-text-uiText:focus{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.focus\:hc-text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:hc-opacity-70:focus{opacity:.7}.focus\:hc-shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:hc-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:hc-ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:hover\:hc-bg-uiAccent\/5:hover:focus{background-color:rgba(15,23,42,.05)}.focus-visible\:hc-ring:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:hc-ring-uiAccent:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity))}.focus-visible\:hc-ring-opacity-75:focus-visible{--tw-ring-opacity:0.75}.hc-group:active .group-active\:hc-opacity-100,.hc-group:hover .group-hover\:hc-opacity-100{opacity:1}.data-\[disabled\]\:hc-pointer-events-none[data-disabled]{pointer-events:none}@keyframes hc-slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:hc-animate-slideUp[data-state=closed]{animation:hc-slideUp .3s cubic-bezier(.87,0,.13,1)}@keyframes hc-slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:hc-animate-slideDown[data-state=open]{animation:hc-slideDown .3s cubic-bezier(.87,0,.13,1)}.data-\[state\=open\]\:hc-rounded-b-none[data-state=open]{border-bottom-left-radius:0;border-bottom-right-radius:0}.data-\[state\=open\]\:hc-border-b-transparent[data-state=open]{border-bottom-color:transparent}.data-\[highlighted\]\:hc-bg-primary[data-highlighted],.data-\[state\=active\]\:hc-bg-primary[data-state=active]{--tw-bg-opacity:1;background-color:rgb(0 37 117/var(--tw-bg-opacity))}.data-\[disabled\]\:hc-text-gray-500[data-disabled]{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.data-\[highlighted\]\:hc-text-white[data-highlighted],.data-\[state\=active\]\:hc-text-white[data-state=active]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.data-\[state\=open\]\:hc-text-primary[data-state=open]{--tw-text-opacity:1;color:rgb(0 37 117/var(--tw-text-opacity))}.data-\[highlighted\]\:hc-outline-none[data-highlighted]{outline:2px solid transparent;outline-offset:2px}.hc-group[data-state=open] .group-data-\[state\=open\]\:\!hc-rotate-180{--tw-rotate:180deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@media (min-width:640px){.sm\:hc-w-1\/3{width:33.333333%}.sm\:hc-text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:hc-absolute{position:absolute}.md\:hc-left-1{left:.25rem}.md\:hc-left-1\.5{left:.375rem}.md\:hc-mb-2{margin-bottom:.5rem}.md\:hc-block{display:block}.md\:hc-grid{display:grid}.md\:hc-hidden{display:none}.md\:hc-max-h-45vh{max-height:45vh}.md\:hc-max-h-\[25vh\]{max-height:25vh}.md\:hc-max-h-screen{max-height:100vh}.md\:hc-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:hc-grid-cols-\[1fr_2\.5fr\]{grid-template-columns:1fr 2.5fr}.md\:hc-grid-rows-\[100vh\]{grid-template-rows:100vh}.md\:hc-grid-rows-\[50vh_50vh\]{grid-template-rows:50vh 50vh}.md\:hc-flex-col{flex-direction:column}.md\:hc-self-center{align-self:center}.md\:hc-border-none{border-style:none}.md\:hc-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.md\:hc-bg-transparent{background-color:transparent}.md\:hc-p-0{padding:0}.md\:hc-px-4{padding-left:1rem;padding-right:1rem}.md\:hc-px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:hc-pl-4{padding-left:1rem}.md\:hc-pt-4{padding-top:1rem}.md\:hc-text-sm{font-size:.875rem;line-height:1.25rem}.md\:hc-text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:1024px){.lg\:hc-order-last{order:9999}.lg\:hc-mb-0{margin-bottom:0}.lg\:hc-inline{display:inline}.lg\:hc-w-auto{width:auto}.lg\:hc-grid-cols-\[1fr_3\.5fr\]{grid-template-columns:1fr 3.5fr}.lg\:hc-flex-row{flex-direction:row}.lg\:hc-flex-col{flex-direction:column}.lg\:hc-gap-16{gap:4rem}.lg\:hc-border-none{border-style:none}.lg\:hc-p-0{padding:0}.lg\:hc-px-8{padding-left:2rem;padding-right:2rem}.lg\:hc-pt-2{padding-top:.5rem}.lg\:hc-text-sm{font-size:.875rem;line-height:1.25rem}}
|
package/tailwind.config.js
CHANGED
|
@@ -1,126 +1,129 @@
|
|
|
1
|
-
const defaultTheme = require("tailwindcss/defaultTheme");
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
prefix: "hc-",
|
|
5
|
-
content: [
|
|
6
|
-
'./src/components/**/*.{js,ts,jsx,tsx,mdx}'
|
|
7
|
-
],
|
|
8
|
-
presets: [require(`./preset.default.js`)],
|
|
9
|
-
theme: {
|
|
10
|
-
extend: {
|
|
11
|
-
animation: {
|
|
12
|
-
slideDown: "slideDown 300ms cubic-bezier(0.87, 0, 0.13, 1)",
|
|
13
|
-
slideUp: "slideUp 300ms cubic-bezier(0.87, 0, 0.13, 1)",
|
|
14
|
-
overlayShow: "overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1)",
|
|
15
|
-
contentShow: "contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1)"
|
|
16
|
-
},
|
|
17
|
-
container: {
|
|
18
|
-
center: true
|
|
19
|
-
},
|
|
20
|
-
cursor: {
|
|
21
|
-
grab: "grab"
|
|
22
|
-
},
|
|
23
|
-
maxHeight: {
|
|
24
|
-
"45vh": "45vh"
|
|
25
|
-
},
|
|
26
|
-
colors: {
|
|
27
|
-
gray: {
|
|
28
|
-
850: "#141414"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
fontFamily: {
|
|
32
|
-
sans: ["var(--font-roboto-flex)", ...defaultTheme.fontFamily.sans]
|
|
33
|
-
},
|
|
34
|
-
fontSize: {
|
|
35
|
-
"2xs": "0.65rem",
|
|
36
|
-
300: "clamp(0.7rem, 0.66rem + 0.2vw, 0.8rem)",
|
|
37
|
-
400: "clamp(0.88rem, 0.83rem + 0.24vw, 1rem)",
|
|
38
|
-
450: "clamp(1rem, 1rem + 0.33vw, 1.33rem)",
|
|
39
|
-
500: "clamp(1.09rem, 1rem + 0.47vw, 1.33rem)",
|
|
40
|
-
600: "clamp(1.37rem, 1.21rem + 0.8vw, 1.78rem)",
|
|
41
|
-
700: "clamp(1.71rem, 1.45rem + 1.29vw, 2.37rem)",
|
|
42
|
-
800: "clamp(2.14rem, 1.74rem + 1.99vw, 3.16rem)",
|
|
43
|
-
900: "clamp(2.67rem, 2.07rem + 3vw, 4.21rem)",
|
|
44
|
-
1000: "clamp(3.34rem, 2.45rem + 4.43vw, 5.61rem)"
|
|
45
|
-
},
|
|
46
|
-
keyframes: {
|
|
47
|
-
slideDown: {
|
|
48
|
-
from: { height: 0 },
|
|
49
|
-
to: { height: "var(--radix-accordion-content-height)" }
|
|
50
|
-
},
|
|
51
|
-
slideUp: {
|
|
52
|
-
from: { height: "var(--radix-accordion-content-height)" },
|
|
53
|
-
to: { height: 0 }
|
|
54
|
-
},
|
|
55
|
-
overlayShow: {
|
|
56
|
-
from: { opacity: 0 },
|
|
57
|
-
to: { opacity: 1 }
|
|
58
|
-
},
|
|
59
|
-
contentShow: {
|
|
60
|
-
from: { opacity: 0, transform: "scale(0.96)" },
|
|
61
|
-
to: { opacity: 1, transform: "scale(1)" }
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
typography: {
|
|
65
|
-
DEFAULT: {
|
|
66
|
-
css: {
|
|
67
|
-
video: {
|
|
68
|
-
"margin-bottom": 0,
|
|
69
|
-
"margin-top": 0
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
sm: {
|
|
74
|
-
css: {
|
|
75
|
-
video: {
|
|
76
|
-
"margin-bottom": 0,
|
|
77
|
-
"margin-top": 0
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
md: {
|
|
82
|
-
css: {
|
|
83
|
-
video: {
|
|
84
|
-
"margin-bottom": 0,
|
|
85
|
-
"margin-top": 0
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
lg: {
|
|
90
|
-
css: {
|
|
91
|
-
video: {
|
|
92
|
-
"margin-bottom": 0,
|
|
93
|
-
"margin-top": 0
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
xl: {
|
|
98
|
-
css: {
|
|
99
|
-
video: {
|
|
100
|
-
"margin-bottom": 0,
|
|
101
|
-
"margin-top": 0
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"2xl": {
|
|
106
|
-
css: {
|
|
107
|
-
video: {
|
|
108
|
-
"margin-bottom": 0,
|
|
109
|
-
"margin-top": 0
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
zIndex: {
|
|
115
|
-
"-1": "-1",
|
|
116
|
-
1: "1"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
plugins: [
|
|
121
|
-
require("@tailwindcss/aspect-ratio"),
|
|
122
|
-
require("@tailwindcss/forms"),
|
|
123
|
-
require("@tailwindcss/typography"),
|
|
124
|
-
require("tailwindcss-animate")
|
|
125
|
-
]
|
|
126
|
-
|
|
1
|
+
const defaultTheme = require("tailwindcss/defaultTheme");
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
prefix: "hc-",
|
|
5
|
+
content: [
|
|
6
|
+
'./src/components/**/*.{js,ts,jsx,tsx,mdx}'
|
|
7
|
+
],
|
|
8
|
+
presets: [require(`./preset.default.js`)],
|
|
9
|
+
theme: {
|
|
10
|
+
extend: {
|
|
11
|
+
animation: {
|
|
12
|
+
slideDown: "slideDown 300ms cubic-bezier(0.87, 0, 0.13, 1)",
|
|
13
|
+
slideUp: "slideUp 300ms cubic-bezier(0.87, 0, 0.13, 1)",
|
|
14
|
+
overlayShow: "overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1)",
|
|
15
|
+
contentShow: "contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1)"
|
|
16
|
+
},
|
|
17
|
+
container: {
|
|
18
|
+
center: true
|
|
19
|
+
},
|
|
20
|
+
cursor: {
|
|
21
|
+
grab: "grab"
|
|
22
|
+
},
|
|
23
|
+
maxHeight: {
|
|
24
|
+
"45vh": "45vh"
|
|
25
|
+
},
|
|
26
|
+
colors: {
|
|
27
|
+
gray: {
|
|
28
|
+
850: "#141414"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
fontFamily: {
|
|
32
|
+
sans: ["var(--font-roboto-flex)", ...defaultTheme.fontFamily.sans]
|
|
33
|
+
},
|
|
34
|
+
fontSize: {
|
|
35
|
+
"2xs": "0.65rem",
|
|
36
|
+
300: "clamp(0.7rem, 0.66rem + 0.2vw, 0.8rem)",
|
|
37
|
+
400: "clamp(0.88rem, 0.83rem + 0.24vw, 1rem)",
|
|
38
|
+
450: "clamp(1rem, 1rem + 0.33vw, 1.33rem)",
|
|
39
|
+
500: "clamp(1.09rem, 1rem + 0.47vw, 1.33rem)",
|
|
40
|
+
600: "clamp(1.37rem, 1.21rem + 0.8vw, 1.78rem)",
|
|
41
|
+
700: "clamp(1.71rem, 1.45rem + 1.29vw, 2.37rem)",
|
|
42
|
+
800: "clamp(2.14rem, 1.74rem + 1.99vw, 3.16rem)",
|
|
43
|
+
900: "clamp(2.67rem, 2.07rem + 3vw, 4.21rem)",
|
|
44
|
+
1000: "clamp(3.34rem, 2.45rem + 4.43vw, 5.61rem)"
|
|
45
|
+
},
|
|
46
|
+
keyframes: {
|
|
47
|
+
slideDown: {
|
|
48
|
+
from: { height: 0 },
|
|
49
|
+
to: { height: "var(--radix-accordion-content-height)" }
|
|
50
|
+
},
|
|
51
|
+
slideUp: {
|
|
52
|
+
from: { height: "var(--radix-accordion-content-height)" },
|
|
53
|
+
to: { height: 0 }
|
|
54
|
+
},
|
|
55
|
+
overlayShow: {
|
|
56
|
+
from: { opacity: 0 },
|
|
57
|
+
to: { opacity: 1 }
|
|
58
|
+
},
|
|
59
|
+
contentShow: {
|
|
60
|
+
from: { opacity: 0, transform: "scale(0.96)" },
|
|
61
|
+
to: { opacity: 1, transform: "scale(1)" }
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
typography: {
|
|
65
|
+
DEFAULT: {
|
|
66
|
+
css: {
|
|
67
|
+
video: {
|
|
68
|
+
"margin-bottom": 0,
|
|
69
|
+
"margin-top": 0
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
sm: {
|
|
74
|
+
css: {
|
|
75
|
+
video: {
|
|
76
|
+
"margin-bottom": 0,
|
|
77
|
+
"margin-top": 0
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
md: {
|
|
82
|
+
css: {
|
|
83
|
+
video: {
|
|
84
|
+
"margin-bottom": 0,
|
|
85
|
+
"margin-top": 0
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
lg: {
|
|
90
|
+
css: {
|
|
91
|
+
video: {
|
|
92
|
+
"margin-bottom": 0,
|
|
93
|
+
"margin-top": 0
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
xl: {
|
|
98
|
+
css: {
|
|
99
|
+
video: {
|
|
100
|
+
"margin-bottom": 0,
|
|
101
|
+
"margin-top": 0
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"2xl": {
|
|
106
|
+
css: {
|
|
107
|
+
video: {
|
|
108
|
+
"margin-bottom": 0,
|
|
109
|
+
"margin-top": 0
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
zIndex: {
|
|
115
|
+
"-1": "-1",
|
|
116
|
+
1: "1"
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
plugins: [
|
|
121
|
+
require("@tailwindcss/aspect-ratio"),
|
|
122
|
+
require("@tailwindcss/forms"),
|
|
123
|
+
require("@tailwindcss/typography"),
|
|
124
|
+
require("tailwindcss-animate")
|
|
125
|
+
],
|
|
126
|
+
corePlugins: {
|
|
127
|
+
preflight: false
|
|
128
|
+
}
|
|
129
|
+
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Accordion from '../accordions/default.js';
|
|
3
|
-
import RadioItem from './radio-item.js';
|
|
4
|
-
|
|
5
|
-
var FilterPointsOfInterest = function FilterPointsOfInterest(_ref) {
|
|
6
|
-
var _ref$title = _ref.title,
|
|
7
|
-
title = _ref$title === void 0 ? "Points of interest" : _ref$title,
|
|
8
|
-
pointsOfInterest = _ref.pointsOfInterest,
|
|
9
|
-
setDefaultValue = _ref.setDefaultValue,
|
|
10
|
-
className = _ref.className,
|
|
11
|
-
defaultValue = _ref.defaultValue;
|
|
12
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
13
|
-
className: "\n\t\t\t\thc-relative\n\t\t\t\t".concat(className !== null && className !== void 0 ? className : "", "\n\t\t\t")
|
|
14
|
-
}, /*#__PURE__*/React.createElement(Accordion, {
|
|
15
|
-
defaultValue: defaultValue,
|
|
16
|
-
className: "hc-space-y-4"
|
|
17
|
-
}, /*#__PURE__*/React.createElement(Accordion.Item, {
|
|
18
|
-
id: "points-of-interest"
|
|
19
|
-
}, /*#__PURE__*/React.createElement(Accordion.Trigger.HasHeader, {
|
|
20
|
-
onClick: function onClick() {
|
|
21
|
-
return setDefaultValue("points-of-interest");
|
|
22
|
-
},
|
|
23
|
-
className: "hc-stretched-link hc-text-left",
|
|
24
|
-
iconClassName: "hc-order-last",
|
|
25
|
-
headerClassName: "hc-relative hc-py-2 hc-rounded hc-border hc-border-uiAccent/20 hc-bg-white hc-text-sm hc-transition data-[state=open]:hc-border-b-transparent data-[state=open]:hc-rounded-b-none"
|
|
26
|
-
}, title), /*#__PURE__*/React.createElement(Accordion.Content, {
|
|
27
|
-
bodyClassName: "hc-px-2 hc-py-1 hc-bg-white hc-rounded-b hc-border hc-border-uiAccent/20 hc-border-t-0 hc-max-h-[20vh] md:hc-max-h-[25vh] ohc-verflow-auto"
|
|
28
|
-
}, pointsOfInterest.items.map(function (item, index) {
|
|
29
|
-
return /*#__PURE__*/React.createElement(RadioItem, {
|
|
30
|
-
key: item.key + index,
|
|
31
|
-
item: item,
|
|
32
|
-
field: item.id
|
|
33
|
-
});
|
|
34
|
-
})))));
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export { FilterPointsOfInterest as default };
|
|
38
|
-
//# sourceMappingURL=points-of-interest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"points-of-interest.js","sources":["../../../../src/components/modules/filter/points-of-interest.js"],"sourcesContent":["import React from 'react';\r\n\r\nimport Accordion from '~/components/modules/accordions/default';\r\nimport RadioItem from '~/components/modules/filter/radio-item';\r\n\r\nconst FilterPointsOfInterest = ({\r\n\ttitle = \"Points of interest\",\r\n\tpointsOfInterest,\r\n\tsetDefaultValue,\r\n\tclassName,\r\n\tdefaultValue\r\n}) => {\r\n\treturn (\r\n\t\t<div\r\n\t\t\tclassName={`\r\n\t\t\t\thc-relative\r\n\t\t\t\t${className ?? \"\"}\r\n\t\t\t`}\r\n\t\t>\r\n\t\t\t<Accordion defaultValue={defaultValue} className=\"hc-space-y-4\">\r\n\t\t\t\t<Accordion.Item id=\"points-of-interest\">\r\n\t\t\t\t\t<Accordion.Trigger.HasHeader\r\n\t\t\t\t\t\tonClick={() => setDefaultValue(\"points-of-interest\")}\r\n\t\t\t\t\t\tclassName=\"hc-stretched-link hc-text-left\"\r\n\t\t\t\t\t\ticonClassName=\"hc-order-last\"\r\n\t\t\t\t\t\theaderClassName=\"hc-relative hc-py-2 hc-rounded hc-border hc-border-uiAccent/20 hc-bg-white hc-text-sm hc-transition data-[state=open]:hc-border-b-transparent data-[state=open]:hc-rounded-b-none\"\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t{title}\r\n\t\t\t\t\t</Accordion.Trigger.HasHeader>\r\n\t\t\t\t\t<Accordion.Content bodyClassName=\"hc-px-2 hc-py-1 hc-bg-white hc-rounded-b hc-border hc-border-uiAccent/20 hc-border-t-0 hc-max-h-[20vh] md:hc-max-h-[25vh] ohc-verflow-auto\">\r\n\t\t\t\t\t\t{pointsOfInterest.items.map((item, index) => {\r\n\t\t\t\t\t\t\treturn <RadioItem\r\n\t\t\t\t\t\t\t\tkey={item.key + index}\r\n\t\t\t\t\t\t\t\titem={item}\r\n\t\t\t\t\t\t\t\tfield={item.id} />;\r\n\t\t\t\t\t\t})}\r\n\t\t\t\t\t</Accordion.Content>\r\n\t\t\t\t</Accordion.Item>\r\n\t\t\t</Accordion>\r\n\t\t</div>\r\n\t);\r\n};\r\n\r\nexport default FilterPointsOfInterest;\r\n"],"names":["FilterPointsOfInterest","_ref","_ref$title","title","pointsOfInterest","setDefaultValue","className","defaultValue","React","createElement","concat","Accordion","Item","id","Trigger","HasHeader","onClick","iconClassName","headerClassName","Content","bodyClassName","items","map","item","index","RadioItem","key","field"],"mappings":";;;;AAKA,IAAMA,sBAAsB,GAAG,SAAzBA,sBAAsBA,CAAAC,IAAA,EAMtB;AAAA,EAAA,IAAAC,UAAA,GAAAD,IAAA,CALLE,KAAK;AAALA,IAAAA,KAAK,GAAAD,UAAA,KAAG,KAAA,CAAA,GAAA,oBAAoB,GAAAA,UAAA;IAC5BE,gBAAgB,GAAAH,IAAA,CAAhBG,gBAAgB;IAChBC,eAAe,GAAAJ,IAAA,CAAfI,eAAe;IACfC,SAAS,GAAAL,IAAA,CAATK,SAAS;IACTC,YAAY,GAAAN,IAAA,CAAZM,YAAY,CAAA;EAEZ,oBACCC,KAAA,CAAAC,aAAA,CAAA,KAAA,EAAA;IACCH,SAAS,EAAA,iCAAA,CAAAI,MAAA,CAENJ,SAAS,aAATA,SAAS,KAAA,KAAA,CAAA,GAATA,SAAS,GAAI,EAAE,EAAA,UAAA,CAAA;AAChB,GAAA,eAEFE,KAAA,CAAAC,aAAA,CAACE,SAAS,EAAA;AAACJ,IAAAA,YAAY,EAAEA,YAAa;AAACD,IAAAA,SAAS,EAAC,cAAA;AAAc,GAAA,eAC9DE,KAAA,CAAAC,aAAA,CAACE,SAAS,CAACC,IAAI,EAAA;AAACC,IAAAA,EAAE,EAAC,oBAAA;GAClBL,eAAAA,KAAA,CAAAC,aAAA,CAACE,SAAS,CAACG,OAAO,CAACC,SAAS,EAAA;IAC3BC,OAAO,EAAE,SAAAA,OAAA,GAAA;MAAA,OAAMX,eAAe,CAAC,oBAAoB,CAAC,CAAA;KAAC;AACrDC,IAAAA,SAAS,EAAC,gCAAgC;AAC1CW,IAAAA,aAAa,EAAC,eAAe;AAC7BC,IAAAA,eAAe,EAAC,mLAAA;GAEff,EAAAA,KAC2B,CAAC,eAC9BK,KAAA,CAAAC,aAAA,CAACE,SAAS,CAACQ,OAAO,EAAA;AAACC,IAAAA,aAAa,EAAC,4IAAA;GAC/BhB,EAAAA,gBAAgB,CAACiB,KAAK,CAACC,GAAG,CAAC,UAACC,IAAI,EAAEC,KAAK,EAAK;AAC5C,IAAA,oBAAOhB,KAAA,CAAAC,aAAA,CAACgB,SAAS,EAAA;AAChBC,MAAAA,GAAG,EAAEH,IAAI,CAACG,GAAG,GAAGF,KAAM;AACtBD,MAAAA,IAAI,EAAEA,IAAK;MACXI,KAAK,EAAEJ,IAAI,CAACV,EAAAA;AAAG,KAAE,CAAC,CAAA;AACpB,GAAC,CACiB,CACJ,CACN,CACP,CAAC,CAAA;AAER;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listing-details-container.js","sources":["../../../../src/components/modules/jobListing/listing-details-container.js"],"sourcesContent":["import React from 'react';\nimport { useMap } from '~/contexts/mapContext';\nimport { useMapList } from '~/contexts/mapListContext';\nimport { useTrackEvent } from '~/contexts/trackEventContext';\nimport ListingDetails from '~/components/modules/jobListing/listing-details';\n\nconst ListingDetailsContainer = ({ item, recruiters }) => {\n\tconst { trackEvent, eventTypes } = useTrackEvent();\n\tconst { travelTime } = useMap();\n\tconst { siteConfig, navigateToDetails, navigateToEasyApply, Link, linkFormat } = useMapList();\n\n\tconst {\n\t useDetailsPostMessage,\n\t useApplyDialog,\n\t internalApplyLink,\n\t companyName,\n\t jobsDomain\n\t} = siteConfig;\n\n\treturn (\n\t <ListingDetails\n\t\titem={item}\n\t\trecruiters={recruiters}\n\t\ttravelTime={travelTime}\n\t\tuseDetailsPostMessage={useDetailsPostMessage}\n\t\tnavigateToDetails={navigateToDetails}\n\t\tnavigateToEasyApply={navigateToEasyApply}\n\t\tLink={Link}\n\t\tlinkFormat={linkFormat}\n\t\tuseApplyDialog={useApplyDialog}\n\t\tinternalApplyLink={internalApplyLink}\n\t\tcompanyName={companyName}\n\t\tjobsDomain={jobsDomain}\n\t\ttrackEvent={trackEvent}\n\t\teventTypes={eventTypes}\n\t />\n\t);\n };\n\n export default ListingDetailsContainer;\n"],"names":["ListingDetailsContainer","_ref","item","recruiters","_useTrackEvent","useTrackEvent","trackEvent","eventTypes","_useMap","useMap","travelTime","_useMapList","useMapList","siteConfig","navigateToDetails","navigateToEasyApply","Link","linkFormat","useDetailsPostMessage","useApplyDialog","internalApplyLink","companyName","jobsDomain","React","createElement","ListingDetails"],"mappings":";;;;;;AAMA,IAAMA,uBAAuB,GAAG,SAA1BA,uBAAuBA,CAAAC,IAAA,EAA6B;AAAA,EAAA,IAAvBC,IAAI,GAAAD,IAAA,CAAJC,IAAI;IAAEC,UAAU,GAAAF,IAAA,CAAVE,UAAU,CAAA;AAClD,EAAA,IAAAC,cAAA,GAAmCC,aAAa,EAAE;IAA1CC,UAAU,GAAAF,cAAA,CAAVE,UAAU;IAAEC,UAAU,GAAAH,cAAA,CAAVG,UAAU,CAAA;AAC9B,EAAA,IAAAC,OAAA,GAAuBC,MAAM,EAAE;IAAvBC,UAAU,GAAAF,OAAA,CAAVE,UAAU,CAAA;AAClB,EAAA,IAAAC,WAAA,GAAiFC,UAAU,EAAE;IAArFC,UAAU,GAAAF,WAAA,CAAVE,UAAU;IAAEC,iBAAiB,GAAAH,WAAA,CAAjBG,iBAAiB;IAAEC,mBAAmB,GAAAJ,WAAA,CAAnBI,mBAAmB;IAAEC,IAAI,GAAAL,WAAA,CAAJK,IAAI;IAAEC,UAAU,GAAAN,WAAA,CAAVM,UAAU,CAAA;AAE5E,EAAA,IACEC,qBAAqB,GAKnBL,UAAU,CALZK,qBAAqB;IACrBC,cAAc,GAIZN,UAAU,CAJZM,cAAc;IACdC,iBAAiB,GAGfP,UAAU,CAHZO,iBAAiB;IACjBC,WAAW,GAETR,UAAU,CAFZQ,WAAW;IACXC,UAAU,GACRT,UAAU,CADZS,UAAU,CAAA;AAGZ,EAAA,oBACEC,KAAA,CAAAC,aAAA,CAACC,cAAc,EAAA;AAChBvB,IAAAA,IAAI,EAAEA,IAAK;AACXC,IAAAA,UAAU,EAAEA,UAAW;AACvBO,IAAAA,UAAU,EAAEA,UAAW;AACvBQ,IAAAA,qBAAqB,EAAEA,qBAAsB;AAC7CJ,IAAAA,iBAAiB,EAAEA,iBAAkB;AACrCC,IAAAA,mBAAmB,EAAEA,mBAAoB;AACzCC,IAAAA,IAAI,EAAEA,IAAK;AACXC,IAAAA,UAAU,EAAEA,UAAW;AACvBE,IAAAA,cAAc,EAAEA,cAAe;AAC/BC,IAAAA,iBAAiB,EAAEA,iBAAkB;AACrCC,IAAAA,WAAW,EAAEA,WAAY;AACzBC,IAAAA,UAAU,EAAEA,UAAW;AACvBhB,IAAAA,UAAU,EAAEA,UAAW;AACvBC,IAAAA,UAAU,EAAEA,UAAAA;AAAW,GACrB,CAAC,CAAA;AAEH;;;;"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import useListLogic from '../../../hooks/useList.js';
|
|
3
|
-
import { useMap } from '../../../contexts/mapContext.js';
|
|
4
|
-
import { useMapList } from '../../../contexts/mapListContext.js';
|
|
5
|
-
import { useTrackEvent } from '../../../contexts/trackEventContext.js';
|
|
6
|
-
import ItemsList from './item-list.js';
|
|
7
|
-
import Accordion from '../accordions/default.js';
|
|
8
|
-
import MapAccordionItemContainer from './list-item/index.js';
|
|
9
|
-
import { dynamicSort } from '../../../util/sortUtil.js';
|
|
10
|
-
import ListingDetailsContainer from '../jobListing/listing-details-container.js';
|
|
11
|
-
|
|
12
|
-
const ItemsListContainer = ({ fieldNames, showMap, fieldsShown, specialFeatures }) => {
|
|
13
|
-
const { mapItems, filteredListings, loading, commuteLocation, sortSetting, setSortSetting } = useMapList();
|
|
14
|
-
const { itemLimit, loader, scrollContainerRef, itemRefs } = useListLogic(filteredListings);
|
|
15
|
-
const { selectedListItem } = useMap();
|
|
16
|
-
const { trackEvent, eventTypes } = useTrackEvent();
|
|
17
|
-
const itemExpandedContent = (item, recruiters) => item ? React.createElement(ListingDetailsContainer, { item: item, recruiters: recruiters }) : null;
|
|
18
|
-
if (!fieldsShown.includes('travelTime') && commuteLocation != null && Object.entries(commuteLocation).length > 0) {
|
|
19
|
-
fieldsShown.push('travelTime');
|
|
20
|
-
fieldNames['travelTime'] = 'Commute';
|
|
21
|
-
}
|
|
22
|
-
else if (fieldsShown.includes('travelTime') && !commuteLocation) {
|
|
23
|
-
fieldsShown = fieldsShown.filter(x => x !== 'travelTime');
|
|
24
|
-
}
|
|
25
|
-
const setTrackedSortSetting = (sortSetting) => {
|
|
26
|
-
trackEvent(eventTypes.LIST_SORTED, sortSetting);
|
|
27
|
-
setSortSetting(sortSetting);
|
|
28
|
-
};
|
|
29
|
-
return (React.createElement(ItemsList, { fieldNames: fieldNames, showMap: showMap, fieldsShown: fieldsShown, filteredListings: filteredListings, loading: loading, sortSetting: sortSetting, setSortSetting: setTrackedSortSetting, itemLimit: itemLimit, loader: loader, scrollContainerRef: scrollContainerRef, itemRefs: itemRefs, selectedListItem: selectedListItem, itemExpandedContent: itemExpandedContent, includeFavorite: true },
|
|
30
|
-
React.createElement(Accordion, { className: "hc-divide-y hc-divide-uiAccent/10 hc-z-[1000]", defaultValue: selectedListItem?.id }, (sortSetting ? dynamicSort(filteredListings, sortSetting.field, sortSetting.type) : filteredListings)
|
|
31
|
-
.slice(0, itemLimit)
|
|
32
|
-
.map((item) => (React.createElement(MapAccordionItemContainer, { key: item.id, showMap: showMap, item: item, itemRefs: itemRefs, fieldsShown: fieldsShown, itemExpandedContent: itemExpandedContent, specialFeatures: specialFeatures, isActive: selectedListItem?.id === item.id, hasListItemSelected: selectedListItem != null }))))));
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
export { ItemsListContainer as default };
|
|
36
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/components/modules/list/index.tsx"],"sourcesContent":["import React from 'react';\nimport useListLogic from '~/hooks/useList';\nimport { useMap } from '~/contexts/mapContext';\nimport { useMapList } from '~/contexts/mapListContext';\nimport { useTrackEvent } from '~/contexts/trackEventContext';\nimport ItemsList from '~/components/modules/list/item-list';\nimport Accordion from '~/components/modules/accordions/default';\nimport MapAccordionItemContainer from '~/components/modules/list/list-item';\nimport { dynamicSort } from '~/util/sortUtil';\nimport { Listing } from '~/types/Listings';\nimport ListingDetailsContainer from '../jobListing/listing-details-container';\n\ninterface ItemsListContainerProps {\n fieldNames: Record<string, string>;\n showMap: boolean;\n fieldsShown: string[];\n specialFeatures: any;\n}\n\nconst ItemsListContainer: React.FC<ItemsListContainerProps> = ({\n\tfieldNames,\n\tshowMap,\n\tfieldsShown,\n\tspecialFeatures\n}) => {\n\tconst { mapItems, filteredListings, loading, commuteLocation, sortSetting, setSortSetting } = useMapList();\n\tconst { itemLimit, loader, scrollContainerRef, itemRefs } = useListLogic(filteredListings as any);\n\tconst { selectedListItem } = useMap();\n\tconst { trackEvent, eventTypes } = useTrackEvent() as any;\n\tconst itemExpandedContent = (item: any, recruiters: any) =>\n\t\titem ? <ListingDetailsContainer item={item} recruiters={recruiters} /> : null;\n\n\tif (!fieldsShown.includes('travelTime') && commuteLocation != null && Object.entries(commuteLocation).length > 0) {\n\t\tfieldsShown.push('travelTime');\n\t\tfieldNames['travelTime'] = 'Commute';\n\t} else if (fieldsShown.includes('travelTime') && !commuteLocation) {\n\t\tfieldsShown = fieldsShown.filter(x => x !== 'travelTime');\n\t}\n\n\tconst setTrackedSortSetting = (sortSetting: { field: string; type: string }) => {\n\t\ttrackEvent(eventTypes.LIST_SORTED, sortSetting);\n\t\tsetSortSetting(sortSetting);\n\t};\n\n\treturn (\n\t\t<ItemsList\n\t\t\tfieldNames={fieldNames}\n\t\t\tshowMap={showMap}\n\t\t\tfieldsShown={fieldsShown}\n\t\t\tfilteredListings={filteredListings}\n\t\t\tloading={loading}\n\t\t\tsortSetting={sortSetting}\n\t\t\tsetSortSetting={setTrackedSortSetting}\n\t\t\titemLimit={itemLimit}\n\t\t\tloader={loader}\n\t\t\tscrollContainerRef={scrollContainerRef}\n\t\t\titemRefs={itemRefs}\n\t\t\tselectedListItem={selectedListItem}\n\t\t\titemExpandedContent={itemExpandedContent}\n\t\t\tincludeFavorite={true}\n\t\t>\n\t\t\t<Accordion className=\"hc-divide-y hc-divide-uiAccent/10 hc-z-[1000]\" defaultValue={selectedListItem?.id}>\n\t\t\t\t{(sortSetting ? dynamicSort(filteredListings, sortSetting.field, sortSetting.type) : filteredListings)\n\t\t\t\t\t.slice(0, itemLimit)\n\t\t\t\t\t.map((item: Listing) => (\n\t\t\t\t\t\t<MapAccordionItemContainer\n\t\t\t\t\t\t\tkey={item.id}\n\t\t\t\t\t\t\tshowMap={showMap}\n\t\t\t\t\t\t\titem={item}\n\t\t\t\t\t\t\titemRefs={itemRefs}\n\t\t\t\t\t\t\tfieldsShown={fieldsShown}\n\t\t\t\t\t\t\titemExpandedContent={itemExpandedContent}\n\t\t\t\t\t\t\tspecialFeatures={specialFeatures}\n\t\t\t\t\t\t\tisActive={selectedListItem?.id === item.id}\n\t\t\t\t\t\t\thasListItemSelected={selectedListItem != null}\n\t\t\t\t\t\t/>\n\t\t\t\t\t))}\n\t\t\t</Accordion>\n\t\t</ItemsList>\n\t);\n};\n\nexport default ItemsListContainer;\n"],"names":[],"mappings":";;;;;;;;;;;AAmBA,MAAM,kBAAkB,GAAsC,CAAC,EAC9D,UAAU,EACV,OAAO,EACP,WAAW,EACX,eAAe,EACf,KAAI;AACJ,IAAA,MAAM,EAAE,QAAQ,EAAE,gBAAgB,EAAE,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,GAAG,UAAU,EAAE,CAAC;AAC3G,IAAA,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,YAAY,CAAC,gBAAuB,CAAC,CAAC;AAClG,IAAA,MAAM,EAAE,gBAAgB,EAAE,GAAG,MAAM,EAAE,CAAC;IACtC,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,aAAa,EAAS,CAAC;AAC1D,IAAA,MAAM,mBAAmB,GAAG,CAAC,IAAS,EAAE,UAAe,KACtD,IAAI,GAAG,KAAA,CAAA,aAAA,CAAC,uBAAuB,EAAA,EAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAA,CAAI,GAAG,IAAI,CAAC;IAE/E,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,YAAY,CAAC,IAAI,eAAe,IAAI,IAAI,IAAI,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;AACjH,QAAA,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AAC/B,QAAA,UAAU,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;AACrC,KAAA;SAAM,IAAI,WAAW,CAAC,QAAQ,CAAC,YAAY,CAAC,IAAI,CAAC,eAAe,EAAE;AAClE,QAAA,WAAW,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,YAAY,CAAC,CAAC;AAC1D,KAAA;AAED,IAAA,MAAM,qBAAqB,GAAG,CAAC,WAA4C,KAAI;AAC9E,QAAA,UAAU,CAAC,UAAU,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;QAChD,cAAc,CAAC,WAAW,CAAC,CAAC;AAC7B,KAAC,CAAC;IAEF,QACC,KAAC,CAAA,aAAA,CAAA,SAAS,EACT,EAAA,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,WAAW,EACxB,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,WAAW,EACxB,cAAc,EAAE,qBAAqB,EACrC,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM,EACd,kBAAkB,EAAE,kBAAkB,EACtC,QAAQ,EAAE,QAAQ,EAClB,gBAAgB,EAAE,gBAAgB,EAClC,mBAAmB,EAAE,mBAAmB,EACxC,eAAe,EAAE,IAAI,EAAA;AAErB,QAAA,KAAA,CAAA,aAAA,CAAC,SAAS,EAAA,EAAC,SAAS,EAAC,+CAA+C,EAAC,YAAY,EAAE,gBAAgB,EAAE,EAAE,EACrG,EAAA,CAAC,WAAW,GAAG,WAAW,CAAC,gBAAgB,EAAE,WAAW,CAAC,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,GAAG,gBAAgB;AACnG,aAAA,KAAK,CAAC,CAAC,EAAE,SAAS,CAAC;AACnB,aAAA,GAAG,CAAC,CAAC,IAAa,MAClB,KAAA,CAAA,aAAA,CAAC,yBAAyB,EAAA,EACzB,GAAG,EAAE,IAAI,CAAC,EAAE,EACZ,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB,EACxC,eAAe,EAAE,eAAe,EAChC,QAAQ,EAAE,gBAAgB,EAAE,EAAE,KAAK,IAAI,CAAC,EAAE,EAC1C,mBAAmB,EAAE,gBAAgB,IAAI,IAAI,EAAA,CAC5C,CACF,CAAC,CACQ,CACD,EACX;AACH;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../src/components/modules/list/list-item/index.js"],"sourcesContent":["import React from 'react';\nimport { useMap } from '~/contexts/mapContext';\nimport { useMapList } from '~/contexts/mapListContext';\nimport { useTrackEvent } from '~/contexts/trackEventContext';\nimport { setStorageObject } from '~/util/localStorageUtil';\nimport MapAccordionItem from '~/components/modules/accordions/MapAccordionItem';\nimport ListItemContainer from '~/components/modules/list/list-item/list-item-container';\n\nconst MapAccordionItemContainer = ({\n\tshowMap,\n\titem,\n\titemRefs,\n\tfieldsShown,\n\titemExpandedContent,\n\tspecialFeatures,\n\tisActive,\n\thasListItemSelected\n}) => {\n\tconst { mapItems } = useMapList();\n\tconst { selectItem } = useMap();\n\tconst { trackEvent, eventTypes } = useTrackEvent();\n\n\tconst setSelectedItemAndZoomMap = (item, isActive) => {\n\t\tif (isActive) {\n\t\t\tlocalStorage.removeItem(\"selectedListItem\");\n\t\t\tconst location = mapItems.find(x => Object.prototype.hasOwnProperty.call(x.items, item.id)) || null;\n\t\t\tselectItem(null, null, 9, { lat: 39.8283, lng: -98.5795 });\n\t\t} else {\n\t\t\tsetStorageObject(\"selectedListItem\", item);\n\t\t\tconst location = mapItems.find(x => Object.prototype.hasOwnProperty.call(x.items, item.id)) || null;\n\t\t\tselectItem(item, location, 12, {\n\t\t\t\tlat: location?.latitude,\n\t\t\t\tlng: location?.longitude\n\t\t\t});\n\t\t}\n\t};\n\n\tconst handleItemClick = item => {\n\t\ttrackEvent(eventTypes.JOB_LISTING_SELECTED, {\n\t\t\tjobTitle: item.fields.position,\n\t\t\tjobCategory: item.fields.category,\n\t\t\tentityDisplayName: item?.mapDetails?.entityDisplayName\n\t\t});\n\n\t\tsetSelectedItemAndZoomMap(item, isActive);\n\t};\n\n\treturn (\n\t\t<MapAccordionItem\n\t\t\titem={item}\n\t\t\titemRefs={itemRefs}\n\t\t\titemExpandedContent={itemExpandedContent}\n\t\t\tisActive={isActive}\n\n\t\t>\n\t\t\t<ListItemContainer\n\t\t\t\tshowMap={showMap}\n\t\t\t\titem={item}\n\t\t\t\titemRefs={itemRefs}\n\t\t\t\tfieldsShown={fieldsShown}\n\t\t\t\tspecialFeatures={specialFeatures}\n\t\t\t\tisActive={isActive}\n\t\t\t\thasListItemSelected={hasListItemSelected}\n\t\t\t\tonClick={() => handleItemClick(item)}\n\t\t\t/>\n\t\t</MapAccordionItem>\n\t);\n};\n\nexport default MapAccordionItemContainer;\n"],"names":["MapAccordionItemContainer","_ref","showMap","item","itemRefs","fieldsShown","itemExpandedContent","specialFeatures","isActive","hasListItemSelected","_useMapList","useMapList","mapItems","_useMap","useMap","selectItem","_useTrackEvent","useTrackEvent","trackEvent","eventTypes","setSelectedItemAndZoomMap","localStorage","removeItem","find","x","Object","prototype","hasOwnProperty","call","items","id","lat","lng","setStorageObject","location","latitude","longitude","handleItemClick","_item$mapDetails","JOB_LISTING_SELECTED","jobTitle","fields","position","jobCategory","category","entityDisplayName","mapDetails","React","createElement","MapAccordionItem","ListItemContainer","onClick"],"mappings":";;;;;;;;AAQA,IAAMA,yBAAyB,GAAG,SAA5BA,yBAAyBA,CAAAC,IAAA,EASzB;AAAA,EAAA,IARLC,OAAO,GAAAD,IAAA,CAAPC,OAAO;IACPC,IAAI,GAAAF,IAAA,CAAJE,IAAI;IACJC,QAAQ,GAAAH,IAAA,CAARG,QAAQ;IACRC,WAAW,GAAAJ,IAAA,CAAXI,WAAW;IACXC,mBAAmB,GAAAL,IAAA,CAAnBK,mBAAmB;IACnBC,eAAe,GAAAN,IAAA,CAAfM,eAAe;IACfC,QAAQ,GAAAP,IAAA,CAARO,QAAQ;IACRC,mBAAmB,GAAAR,IAAA,CAAnBQ,mBAAmB,CAAA;AAEnB,EAAA,IAAAC,WAAA,GAAqBC,UAAU,EAAE;IAAzBC,QAAQ,GAAAF,WAAA,CAARE,QAAQ,CAAA;AAChB,EAAA,IAAAC,OAAA,GAAuBC,MAAM,EAAE;IAAvBC,UAAU,GAAAF,OAAA,CAAVE,UAAU,CAAA;AAClB,EAAA,IAAAC,cAAA,GAAmCC,aAAa,EAAE;IAA1CC,UAAU,GAAAF,cAAA,CAAVE,UAAU;IAAEC,UAAU,GAAAH,cAAA,CAAVG,UAAU,CAAA;EAE9B,IAAMC,yBAAyB,GAAG,SAA5BA,yBAAyBA,CAAIjB,IAAI,EAAEK,QAAQ,EAAK;AACrD,IAAA,IAAIA,QAAQ,EAAE;AACba,MAAAA,YAAY,CAACC,UAAU,CAAC,kBAAkB,CAAC,CAAA;AAC3C,MAAiBV,QAAQ,CAACW,IAAI,CAAC,UAAAC,CAAC,EAAA;AAAA,QAAA,OAAIC,MAAM,CAACC,SAAS,CAACC,cAAc,CAACC,IAAI,CAACJ,CAAC,CAACK,KAAK,EAAE1B,IAAI,CAAC2B,EAAE,CAAC,CAAA;AAAA,OAAA,CAAC,IAAI,KAAI;AACnGf,MAAAA,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE;AAAEgB,QAAAA,GAAG,EAAE,OAAO;AAAEC,QAAAA,GAAG,EAAE,CAAC,OAAA;AAAQ,OAAC,CAAC,CAAA;AAC3D,KAAC,MAAM;AACNC,MAAAA,gBAAgB,CAAC,kBAAkB,EAAE9B,IAAI,CAAC,CAAA;AAC1C,MAAA,IAAM+B,SAAQ,GAAGtB,QAAQ,CAACW,IAAI,CAAC,UAAAC,CAAC,EAAA;AAAA,QAAA,OAAIC,MAAM,CAACC,SAAS,CAACC,cAAc,CAACC,IAAI,CAACJ,CAAC,CAACK,KAAK,EAAE1B,IAAI,CAAC2B,EAAE,CAAC,CAAA;AAAA,OAAA,CAAC,IAAI,IAAI,CAAA;AACnGf,MAAAA,UAAU,CAACZ,IAAI,EAAE+B,SAAQ,EAAE,EAAE,EAAE;AAC9BH,QAAAA,GAAG,EAAEG,SAAQ,KAAA,IAAA,IAARA,SAAQ,KAARA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,SAAQ,CAAEC,QAAQ;AACvBH,QAAAA,GAAG,EAAEE,SAAQ,KAAA,IAAA,IAARA,SAAQ,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAARA,SAAQ,CAAEE,SAAAA;AAChB,OAAC,CAAC,CAAA;AACH,KAAA;GACA,CAAA;AAED,EAAA,IAAMC,eAAe,GAAG,SAAlBA,eAAeA,CAAGlC,IAAI,EAAI;AAAA,IAAA,IAAAmC,gBAAA,CAAA;AAC/BpB,IAAAA,UAAU,CAACC,UAAU,CAACoB,oBAAoB,EAAE;AAC3CC,MAAAA,QAAQ,EAAErC,IAAI,CAACsC,MAAM,CAACC,QAAQ;AAC9BC,MAAAA,WAAW,EAAExC,IAAI,CAACsC,MAAM,CAACG,QAAQ;AACjCC,MAAAA,iBAAiB,EAAE1C,IAAI,KAAJA,IAAAA,IAAAA,IAAI,gBAAAmC,gBAAA,GAAJnC,IAAI,CAAE2C,UAAU,MAAA,IAAA,IAAAR,gBAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAhBA,gBAAA,CAAkBO,iBAAAA;AACtC,KAAC,CAAC,CAAA;AAEFzB,IAAAA,yBAAyB,CAACjB,IAAI,EAAEK,QAAQ,CAAC,CAAA;GACzC,CAAA;AAED,EAAA,oBACCuC,KAAA,CAAAC,aAAA,CAACC,gBAAgB,EAAA;AAChB9C,IAAAA,IAAI,EAAEA,IAAK;AACXC,IAAAA,QAAQ,EAAEA,QAAS;AACnBE,IAAAA,mBAAmB,EAAEA,mBAAoB;AACzCE,IAAAA,QAAQ,EAAEA,QAAAA;AAAS,GAAA,eAGnBuC,KAAA,CAAAC,aAAA,CAACE,iBAAiB,EAAA;AACjBhD,IAAAA,OAAO,EAAEA,OAAQ;AACjBC,IAAAA,IAAI,EAAEA,IAAK;AACXC,IAAAA,QAAQ,EAAEA,QAAS;AACnBC,IAAAA,WAAW,EAAEA,WAAY;AACzBE,IAAAA,eAAe,EAAEA,eAAgB;AACjCC,IAAAA,QAAQ,EAAEA,QAAS;AACnBC,IAAAA,mBAAmB,EAAEA,mBAAoB;IACzC0C,OAAO,EAAE,SAAAA,OAAA,GAAA;MAAA,OAAMd,eAAe,CAAClC,IAAI,CAAC,CAAA;AAAA,KAAA;AAAC,GACrC,CACgB,CAAC,CAAA;AAErB;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-item-container.js","sources":["../../../../../src/components/modules/list/list-item/list-item-container.js"],"sourcesContent":["import React, { useState } from 'react';\nimport { useMapList } from '~/contexts/mapListContext';\nimport { useTrackEvent } from '~/contexts/trackEventContext';\nimport ListItem from '~/components/modules/list/list-item/list-item';\n\nconst ListItemContainer = ({\n\tisActive,\n\tshowMap,\n\titem,\n\titemRefs,\n\tfieldsShown,\n\tspecialFeatures,\n\tclassName,\n\tbodyClassName,\n\tonItemSelected,\n\t...props\n}) => {\n\tconst { siteConfig, favorites, handleSettingFavorites, setMobileTab } = useMapList();\n\tconst { trackEvent, eventTypes } = useTrackEvent();\n\n\treturn (\n\t\t<ListItem\n\t\t\tisActive={isActive}\n\t\t\tshowMap={showMap}\n\t\t\titem={item}\n\t\t\titemRefs={itemRefs}\n\t\t\tfieldsShown={fieldsShown}\n\t\t\tspecialFeatures={specialFeatures}\n\t\t\tclassName={isActive ? \"!hc-border-secondary hc-border hc-border-b-0\" : \"hc-opacity-85\"}\n\t\t\tbodyClassName={bodyClassName}\n\t\t\tonItemSelected={onItemSelected}\n\t\t\tsetMobileTab={setMobileTab}\n\t\t\tsiteConfig={siteConfig}\n\t\t\ttrackEvent={trackEvent}\n\t\t\teventTypes={eventTypes}\n\t\t\tfavorites={favorites}\n\t\t\thandleSettingFavorites={handleSettingFavorites}\n\t\t\t{...props}\n\t\t/>\n\t);\n};\n\nexport default ListItemContainer;\n"],"names":["ListItemContainer","_ref","isActive","showMap","item","itemRefs","fieldsShown","specialFeatures","className","bodyClassName","onItemSelected","props","_objectWithoutProperties","_excluded","_useMapList","useMapList","siteConfig","favorites","handleSettingFavorites","setMobileTab","_useTrackEvent","useTrackEvent","trackEvent","eventTypes","React","createElement","ListItem","_extends"],"mappings":";;;;;;;AAKA,IAAMA,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAAC,IAAA,EAWjB;AAAA,EAAA,IAVLC,QAAQ,GAAAD,IAAA,CAARC,QAAQ,CAAA;IACRC,OAAO,GAAAF,IAAA,CAAPE,OAAO,CAAA;IACPC,IAAI,GAAAH,IAAA,CAAJG,IAAI,CAAA;IACJC,QAAQ,GAAAJ,IAAA,CAARI,QAAQ,CAAA;IACRC,WAAW,GAAAL,IAAA,CAAXK,WAAW,CAAA;IACXC,eAAe,GAAAN,IAAA,CAAfM,eAAe,CAAA;IACNN,IAAA,CAATO,SAAS,CAAA;QACTC,aAAa,GAAAR,IAAA,CAAbQ,aAAa,CAAA;IACbC,cAAc,GAAAT,IAAA,CAAdS,cAAc,CAAA;AACXC,IAAAA,KAAK,GAAAC,wBAAA,CAAAX,IAAA,EAAAY,SAAA,EAAA;AAER,EAAA,IAAAC,WAAA,GAAwEC,UAAU,EAAE;IAA5EC,UAAU,GAAAF,WAAA,CAAVE,UAAU;IAAEC,SAAS,GAAAH,WAAA,CAATG,SAAS;IAAEC,sBAAsB,GAAAJ,WAAA,CAAtBI,sBAAsB;IAAEC,YAAY,GAAAL,WAAA,CAAZK,YAAY,CAAA;AACnE,EAAA,IAAAC,cAAA,GAAmCC,aAAa,EAAE;IAA1CC,UAAU,GAAAF,cAAA,CAAVE,UAAU;IAAEC,UAAU,GAAAH,cAAA,CAAVG,UAAU,CAAA;AAE9B,EAAA,oBACCC,KAAA,CAAAC,aAAA,CAACC,QAAQ,EAAAC,QAAA,CAAA;AACRzB,IAAAA,QAAQ,EAAEA,QAAS;AACnBC,IAAAA,OAAO,EAAEA,OAAQ;AACjBC,IAAAA,IAAI,EAAEA,IAAK;AACXC,IAAAA,QAAQ,EAAEA,QAAS;AACnBC,IAAAA,WAAW,EAAEA,WAAY;AACzBC,IAAAA,eAAe,EAAEA,eAAgB;AACjCC,IAAAA,SAAS,EAAEN,QAAQ,GAAG,8CAA8C,GAAG,eAAgB;AACvFO,IAAAA,aAAa,EAAEA,aAAc;AAC7BC,IAAAA,cAAc,EAAEA,cAAe;AAC/BS,IAAAA,YAAY,EAAEA,YAAa;AAC3BH,IAAAA,UAAU,EAAEA,UAAW;AACvBM,IAAAA,UAAU,EAAEA,UAAW;AACvBC,IAAAA,UAAU,EAAEA,UAAW;AACvBN,IAAAA,SAAS,EAAEA,SAAU;AACrBC,IAAAA,sBAAsB,EAAEA,sBAAAA;GACpBP,EAAAA,KAAK,CACT,CAAC,CAAA;AAEJ;;;;"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import Accordion from '~/components/modules/accordions/default';
|
|
4
|
-
import RadioItem from '~/components/modules/filter/radio-item';
|
|
5
|
-
|
|
6
|
-
const FilterPointsOfInterest = ({
|
|
7
|
-
title = "Points of interest",
|
|
8
|
-
pointsOfInterest,
|
|
9
|
-
setDefaultValue,
|
|
10
|
-
className,
|
|
11
|
-
defaultValue
|
|
12
|
-
}) => {
|
|
13
|
-
return (
|
|
14
|
-
<div
|
|
15
|
-
className={`
|
|
16
|
-
hc-relative
|
|
17
|
-
${className ?? ""}
|
|
18
|
-
`}
|
|
19
|
-
>
|
|
20
|
-
<Accordion defaultValue={defaultValue} className="hc-space-y-4">
|
|
21
|
-
<Accordion.Item id="points-of-interest">
|
|
22
|
-
<Accordion.Trigger.HasHeader
|
|
23
|
-
onClick={() => setDefaultValue("points-of-interest")}
|
|
24
|
-
className="hc-stretched-link hc-text-left"
|
|
25
|
-
iconClassName="hc-order-last"
|
|
26
|
-
headerClassName="hc-relative hc-py-2 hc-rounded hc-border hc-border-uiAccent/20 hc-bg-white hc-text-sm hc-transition data-[state=open]:hc-border-b-transparent data-[state=open]:hc-rounded-b-none"
|
|
27
|
-
>
|
|
28
|
-
{title}
|
|
29
|
-
</Accordion.Trigger.HasHeader>
|
|
30
|
-
<Accordion.Content bodyClassName="hc-px-2 hc-py-1 hc-bg-white hc-rounded-b hc-border hc-border-uiAccent/20 hc-border-t-0 hc-max-h-[20vh] md:hc-max-h-[25vh] ohc-verflow-auto">
|
|
31
|
-
{pointsOfInterest.items.map((item, index) => {
|
|
32
|
-
return <RadioItem
|
|
33
|
-
key={item.key + index}
|
|
34
|
-
item={item}
|
|
35
|
-
field={item.id} />;
|
|
36
|
-
})}
|
|
37
|
-
</Accordion.Content>
|
|
38
|
-
</Accordion.Item>
|
|
39
|
-
</Accordion>
|
|
40
|
-
</div>
|
|
41
|
-
);
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
export default FilterPointsOfInterest;
|
|
File without changes
|
/package/dist/types/components/{modules → containers}/jobListing/listing-details-container.d.ts
RENAMED
|
File without changes
|
/package/dist/types/components/{modules/list/index.d.ts → containers/list/item-list-container.d.ts}
RENAMED
|
File without changes
|
/package/dist/types/components/{modules → containers}/list/list-item/list-item-container.d.ts
RENAMED
|
File without changes
|
|
File without changes
|