@next-degree/pickle-shared-js 0.12.7 → 0.13.1
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/dist/{company_service_sanity-2J1ZuUnu.d.cts → company_service_sanity-ByIKe90u.d.cts} +560 -560
- package/dist/{company_service_sanity-KaAGfnNV.d.ts → company_service_sanity-DbYwWmnS.d.ts} +560 -560
- package/dist/components/buttons/BackButton.cjs +5 -8
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.d.cts +2 -2
- package/dist/components/buttons/BackButton.d.ts +2 -2
- package/dist/components/buttons/BackButton.js +5 -8
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyBenefits.cjs +1 -5
- package/dist/components/company/CompanyBenefits.cjs.map +1 -1
- package/dist/components/company/CompanyBenefits.d.cts +2 -2
- package/dist/components/company/CompanyBenefits.d.ts +2 -2
- package/dist/components/company/CompanyBenefits.js +1 -5
- package/dist/components/company/CompanyBenefits.js.map +1 -1
- package/dist/components/company/CompanyInformation.cjs +23 -44
- package/dist/components/company/CompanyInformation.cjs.map +1 -1
- package/dist/components/company/CompanyInformation.d.cts +2 -2
- package/dist/components/company/CompanyInformation.d.ts +2 -2
- package/dist/components/company/CompanyInformation.js +23 -44
- package/dist/components/company/CompanyInformation.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs +12 -26
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.d.cts +2 -2
- package/dist/components/company/CompanyTake.d.ts +2 -2
- package/dist/components/company/CompanyTake.js +12 -26
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobCard/JobLocation.cjs +23 -34
- package/dist/components/jobCard/JobLocation.cjs.map +1 -1
- package/dist/components/jobCard/JobLocation.d.cts +3 -3
- package/dist/components/jobCard/JobLocation.d.ts +3 -3
- package/dist/components/jobCard/JobLocation.js +23 -34
- package/dist/components/jobCard/JobLocation.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs +164 -30
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.d.cts +2 -2
- package/dist/components/jobPost/JobDescription.d.ts +2 -2
- package/dist/components/jobPost/JobDescription.js +164 -30
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +110 -138
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.d.cts +2 -2
- package/dist/components/jobPost/JobHeader.d.ts +2 -2
- package/dist/components/jobPost/JobHeader.js +110 -138
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +382 -318
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +3 -3
- package/dist/components/jobPost/JobPost.d.ts +3 -3
- package/dist/components/jobPost/JobPost.js +344 -280
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/avatar.cjs +3 -4
- package/dist/components/primitives/avatar.cjs.map +1 -1
- package/dist/components/primitives/avatar.js +3 -4
- package/dist/components/primitives/avatar.js.map +1 -1
- package/dist/components/primitives/command.cjs +37 -50
- package/dist/components/primitives/command.cjs.map +1 -1
- package/dist/components/primitives/command.d.cts +5 -6
- package/dist/components/primitives/command.d.ts +5 -6
- package/dist/components/primitives/command.js +37 -50
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs +18 -27
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.d.cts +2 -3
- package/dist/components/primitives/dialog.d.ts +2 -3
- package/dist/components/primitives/dialog.js +18 -27
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +8 -11
- package/dist/components/primitives/input-otp.cjs.map +1 -1
- package/dist/components/primitives/input-otp.d.cts +2 -2
- package/dist/components/primitives/input-otp.d.ts +2 -2
- package/dist/components/primitives/input-otp.js +8 -11
- package/dist/components/primitives/input-otp.js.map +1 -1
- package/dist/components/primitives/popover.cjs +2 -3
- package/dist/components/primitives/popover.cjs.map +1 -1
- package/dist/components/primitives/popover.js +2 -3
- package/dist/components/primitives/popover.js.map +1 -1
- package/dist/components/primitives/radio-group.cjs +12 -16
- package/dist/components/primitives/radio-group.cjs.map +1 -1
- package/dist/components/primitives/radio-group.js +12 -16
- package/dist/components/primitives/radio-group.js.map +1 -1
- package/dist/components/primitives/separator.cjs +1 -2
- package/dist/components/primitives/separator.cjs.map +1 -1
- package/dist/components/primitives/separator.js +1 -2
- package/dist/components/primitives/separator.js.map +1 -1
- package/dist/components/primitives/tooltip.cjs +1 -2
- package/dist/components/primitives/tooltip.cjs.map +1 -1
- package/dist/components/primitives/tooltip.js +1 -2
- package/dist/components/primitives/tooltip.js.map +1 -1
- package/dist/components/ui/Avatar.cjs +6 -11
- package/dist/components/ui/Avatar.cjs.map +1 -1
- package/dist/components/ui/Avatar.d.cts +3 -3
- package/dist/components/ui/Avatar.d.ts +3 -3
- package/dist/components/ui/Avatar.js +6 -11
- package/dist/components/ui/Avatar.js.map +1 -1
- package/dist/components/ui/Badge.cjs +12 -2
- package/dist/components/ui/Badge.cjs.map +1 -1
- package/dist/components/ui/Badge.d.cts +1 -2
- package/dist/components/ui/Badge.d.ts +1 -2
- package/dist/components/ui/Badge.js +2 -2
- package/dist/components/ui/Badge.js.map +1 -1
- package/dist/components/ui/Button.cjs +163 -8
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.d.cts +4 -8
- package/dist/components/ui/Button.d.ts +4 -8
- package/dist/components/ui/Button.js +153 -8
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs +18 -28
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.js +18 -28
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Chip.cjs +12 -2
- package/dist/components/ui/Chip.cjs.map +1 -1
- package/dist/components/ui/Chip.d.cts +1 -2
- package/dist/components/ui/Chip.d.ts +1 -2
- package/dist/components/ui/Chip.js +2 -2
- package/dist/components/ui/Chip.js.map +1 -1
- package/dist/components/ui/Combobox.cjs +171 -233
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.js +171 -233
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs +56 -74
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js +56 -74
- package/dist/components/ui/Counter.js.map +1 -1
- package/dist/components/ui/DatePicker.cjs +44 -68
- package/dist/components/ui/DatePicker.cjs.map +1 -1
- package/dist/components/ui/DatePicker.js +44 -68
- package/dist/components/ui/DatePicker.js.map +1 -1
- package/dist/components/ui/DismissibleBanner.cjs +13 -16
- package/dist/components/ui/DismissibleBanner.cjs.map +1 -1
- package/dist/components/ui/DismissibleBanner.d.cts +2 -2
- package/dist/components/ui/DismissibleBanner.d.ts +2 -2
- package/dist/components/ui/DismissibleBanner.js +13 -16
- package/dist/components/ui/DismissibleBanner.js.map +1 -1
- package/dist/components/ui/ErrorMessage.cjs +1 -2
- package/dist/components/ui/ErrorMessage.cjs.map +1 -1
- package/dist/components/ui/ErrorMessage.d.cts +2 -2
- package/dist/components/ui/ErrorMessage.d.ts +2 -2
- package/dist/components/ui/ErrorMessage.js +1 -2
- package/dist/components/ui/ErrorMessage.js.map +1 -1
- package/dist/components/ui/Icon.cjs +1 -2
- package/dist/components/ui/Icon.cjs.map +1 -1
- package/dist/components/ui/Icon.js +1 -2
- package/dist/components/ui/Icon.js.map +1 -1
- package/dist/components/ui/Input.cjs +48 -68
- package/dist/components/ui/Input.cjs.map +1 -1
- package/dist/components/ui/Input.js +48 -68
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +56 -73
- package/dist/components/ui/InputOtp.cjs.map +1 -1
- package/dist/components/ui/InputOtp.js +56 -73
- package/dist/components/ui/InputOtp.js.map +1 -1
- package/dist/components/ui/Label.cjs +14 -24
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.d.cts +2 -2
- package/dist/components/ui/Label.d.ts +2 -2
- package/dist/components/ui/Label.js +14 -24
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/LinkButton.cjs +5 -5
- package/dist/components/ui/LinkButton.cjs.map +1 -1
- package/dist/components/ui/LinkButton.d.cts +1 -2
- package/dist/components/ui/LinkButton.d.ts +1 -2
- package/dist/components/ui/LinkButton.js +5 -5
- package/dist/components/ui/LinkButton.js.map +1 -1
- package/dist/components/ui/ListItem.cjs +32 -48
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.d.cts +2 -2
- package/dist/components/ui/ListItem.d.ts +2 -2
- package/dist/components/ui/ListItem.js +32 -48
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/Map/ClusterMarker.cjs +80 -0
- package/dist/components/ui/Map/ClusterMarker.cjs.map +1 -0
- package/dist/components/ui/Map/ClusterMarker.d.cts +6 -0
- package/dist/components/ui/Map/ClusterMarker.d.ts +6 -0
- package/dist/components/ui/Map/ClusterMarker.js +56 -0
- package/dist/components/ui/Map/ClusterMarker.js.map +1 -0
- package/dist/components/ui/Map/FocusCircle.cjs +86 -0
- package/dist/components/ui/Map/FocusCircle.cjs.map +1 -0
- package/dist/components/ui/Map/FocusCircle.d.cts +5 -0
- package/dist/components/ui/Map/FocusCircle.d.ts +5 -0
- package/dist/components/ui/Map/FocusCircle.js +62 -0
- package/dist/components/ui/Map/FocusCircle.js.map +1 -0
- package/dist/components/ui/Map/IndividualMarker.cjs +60 -0
- package/dist/components/ui/Map/IndividualMarker.cjs.map +1 -0
- package/dist/components/ui/Map/IndividualMarker.d.cts +6 -0
- package/dist/components/ui/Map/IndividualMarker.d.ts +6 -0
- package/dist/components/ui/Map/IndividualMarker.js +36 -0
- package/dist/components/ui/Map/IndividualMarker.js.map +1 -0
- package/dist/components/ui/Map/MapComponent.cjs +401 -0
- package/dist/components/ui/Map/MapComponent.cjs.map +1 -0
- package/dist/components/ui/Map/MapComponent.d.cts +6 -0
- package/dist/components/ui/Map/MapComponent.d.ts +6 -0
- package/dist/components/ui/Map/MapComponent.js +367 -0
- package/dist/components/ui/Map/MapComponent.js.map +1 -0
- package/dist/components/ui/Map/MapContent.cjs +279 -0
- package/dist/components/ui/Map/MapContent.cjs.map +1 -0
- package/dist/components/ui/Map/MapContent.d.cts +6 -0
- package/dist/components/ui/Map/MapContent.d.ts +6 -0
- package/dist/components/ui/Map/MapContent.js +255 -0
- package/dist/components/ui/Map/MapContent.js.map +1 -0
- package/dist/components/ui/Map/clustering.cjs +105 -0
- package/dist/components/ui/Map/clustering.cjs.map +1 -0
- package/dist/components/ui/Map/clustering.d.cts +17 -0
- package/dist/components/ui/Map/clustering.d.ts +17 -0
- package/dist/components/ui/Map/clustering.js +77 -0
- package/dist/components/ui/Map/clustering.js.map +1 -0
- package/dist/components/ui/Map/constants.cjs +65 -0
- package/dist/components/ui/Map/constants.cjs.map +1 -0
- package/dist/components/ui/Map/constants.d.cts +28 -0
- package/dist/components/ui/Map/constants.d.ts +28 -0
- package/dist/components/ui/Map/constants.js +34 -0
- package/dist/components/ui/Map/constants.js.map +1 -0
- package/dist/components/ui/Map/hooks.cjs +96 -0
- package/dist/components/ui/Map/hooks.cjs.map +1 -0
- package/dist/components/ui/Map/hooks.d.cts +17 -0
- package/dist/components/ui/Map/hooks.d.ts +17 -0
- package/dist/components/ui/Map/hooks.js +59 -0
- package/dist/components/ui/Map/hooks.js.map +1 -0
- package/dist/components/ui/Map/index.cjs +402 -0
- package/dist/components/ui/Map/index.cjs.map +1 -0
- package/dist/components/ui/Map/index.d.cts +3 -0
- package/dist/components/ui/Map/index.d.ts +3 -0
- package/dist/components/ui/Map/index.js +365 -0
- package/dist/components/ui/Map/index.js.map +1 -0
- package/dist/components/ui/Map/types.cjs +19 -0
- package/dist/components/ui/Map/types.cjs.map +1 -0
- package/dist/components/ui/Map/types.d.cts +82 -0
- package/dist/components/ui/Map/types.d.ts +82 -0
- package/dist/components/ui/Map/types.js +1 -0
- package/dist/components/ui/Map/types.js.map +1 -0
- package/dist/components/ui/Map/utils.cjs +80 -0
- package/dist/components/ui/Map/utils.cjs.map +1 -0
- package/dist/components/ui/Map/utils.d.cts +9 -0
- package/dist/components/ui/Map/utils.d.ts +9 -0
- package/dist/components/ui/Map/utils.js +49 -0
- package/dist/components/ui/Map/utils.js.map +1 -0
- package/dist/components/ui/PlacesQueryInput.cjs +71 -94
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.d.cts +2 -2
- package/dist/components/ui/PlacesQueryInput.d.ts +2 -2
- package/dist/components/ui/PlacesQueryInput.js +71 -94
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/Radio.cjs +49 -69
- package/dist/components/ui/Radio.cjs.map +1 -1
- package/dist/components/ui/Radio.js +49 -69
- package/dist/components/ui/Radio.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +163 -25
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.d.cts +2 -2
- package/dist/components/ui/ReadMore.d.ts +2 -2
- package/dist/components/ui/ReadMore.js +163 -25
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +138 -172
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +132 -166
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs +24 -27
- package/dist/components/ui/StepTabs.cjs.map +1 -1
- package/dist/components/ui/StepTabs.d.cts +3 -3
- package/dist/components/ui/StepTabs.d.ts +3 -3
- package/dist/components/ui/StepTabs.js +24 -27
- package/dist/components/ui/StepTabs.js.map +1 -1
- package/dist/components/ui/Switch.cjs +13 -21
- package/dist/components/ui/Switch.cjs.map +1 -1
- package/dist/components/ui/Switch.js +13 -21
- package/dist/components/ui/Switch.js.map +1 -1
- package/dist/components/ui/buttonShadcn.cjs +1 -2
- package/dist/components/ui/buttonShadcn.cjs.map +1 -1
- package/dist/components/ui/buttonShadcn.d.cts +1 -1
- package/dist/components/ui/buttonShadcn.d.ts +1 -1
- package/dist/components/ui/buttonShadcn.js +1 -2
- package/dist/components/ui/buttonShadcn.js.map +1 -1
- package/dist/components/ui/calendar.cjs +5 -6
- package/dist/components/ui/calendar.cjs.map +1 -1
- package/dist/components/ui/calendar.d.cts +1 -2
- package/dist/components/ui/calendar.d.ts +1 -2
- package/dist/components/ui/calendar.js +5 -6
- package/dist/components/ui/calendar.js.map +1 -1
- package/dist/contexts/WindowHistoryProvider.cjs +1 -2
- package/dist/contexts/WindowHistoryProvider.cjs.map +1 -1
- package/dist/contexts/WindowHistoryProvider.d.cts +1 -2
- package/dist/contexts/WindowHistoryProvider.d.ts +1 -2
- package/dist/contexts/WindowHistoryProvider.js +1 -2
- package/dist/contexts/WindowHistoryProvider.js.map +1 -1
- package/dist/{displayText-DahwdHdi.d.ts → displayText-Ce_aqgGP.d.ts} +2 -2
- package/dist/{displayText-DW0qiJqh.d.cts → displayText-Cm8PqS6s.d.cts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useWindowHistory.cjs +0 -1
- package/dist/hooks/useWindowHistory.cjs.map +1 -1
- package/dist/hooks/useWindowHistory.d.cts +0 -1
- package/dist/hooks/useWindowHistory.d.ts +0 -1
- package/dist/hooks/useWindowHistory.js +0 -1
- package/dist/hooks/useWindowHistory.js.map +1 -1
- package/dist/index.cjs +1343 -1111
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1293 -1061
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_sanity-BKo9TBDT.d.ts → job_posting_service_sanity-1eG3Jh9_.d.ts} +496 -496
- package/dist/{job_posting_service_sanity-BNq-Am9N.d.cts → job_posting_service_sanity-DKYye6oH.d.cts} +496 -496
- package/dist/lib/locations.d.cts +3 -3
- package/dist/lib/locations.d.ts +3 -3
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/styles/globals.css +179 -6
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.d.cts +1 -1
- package/dist/types/data/company_service_latest.d.ts +1 -1
- package/dist/types/data/job_posting_service_latest.d.cts +1 -1
- package/dist/types/data/job_posting_service_latest.d.ts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
- package/dist/types/index.d.cts +6 -6
- package/dist/types/index.d.ts +6 -6
- package/dist/types/latest/company_service_latest.d.cts +1 -1
- package/dist/types/latest/company_service_latest.d.ts +1 -1
- package/dist/types/latest/custom/company_service_sanity.d.cts +3 -3
- package/dist/types/latest/custom/company_service_sanity.d.ts +3 -3
- package/dist/types/latest/custom/job_posting_service_sanity.d.cts +3 -3
- package/dist/types/latest/custom/job_posting_service_sanity.d.ts +3 -3
- package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
- package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
- package/dist/types/latest/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/latest/shared_pickle_output_latest.d.ts +1 -1
- package/package.json +5 -3
- package/dist/components/ui/MapComponent.cjs +0 -61
- package/dist/components/ui/MapComponent.cjs.map +0 -1
- package/dist/components/ui/MapComponent.d.cts +0 -15
- package/dist/components/ui/MapComponent.d.ts +0 -15
- package/dist/components/ui/MapComponent.js +0 -41
- package/dist/components/ui/MapComponent.js.map +0 -1
- package/dist/{company_service_latest-CITz7F53.d.cts → company_service_latest-BjyG4KCB.d.cts} +319 -319
- package/dist/{company_service_latest-CITz7F53.d.ts → company_service_latest-BjyG4KCB.d.ts} +319 -319
- package/dist/{company_service_latest-C7Moeufo.d.cts → company_service_latest-KJi2W9Ij.d.cts} +319 -319
- package/dist/{company_service_latest-C7Moeufo.d.ts → company_service_latest-KJi2W9Ij.d.ts} +319 -319
- package/dist/{job_posting_service_latest-DdgK8Nnz.d.cts → job_posting_service_latest-82DHqOGu.d.cts} +274 -274
- package/dist/{job_posting_service_latest-DdgK8Nnz.d.ts → job_posting_service_latest-82DHqOGu.d.ts} +274 -274
- package/dist/{job_posting_service_latest-C_TEBzCf.d.cts → job_posting_service_latest-D9I5NE7l.d.cts} +274 -274
- package/dist/{job_posting_service_latest-C_TEBzCf.d.ts → job_posting_service_latest-D9I5NE7l.d.ts} +274 -274
- package/dist/{shared_pickle_output_latest-CtvHTPeX.d.cts → shared_pickle_output_latest-YbRs_xtC.d.cts} +22 -22
- package/dist/{shared_pickle_output_latest-CtvHTPeX.d.ts → shared_pickle_output_latest-YbRs_xtC.d.ts} +22 -22
- package/dist/{shared_pickle_output_latest-CXBCG04N.d.cts → shared_pickle_output_latest-dO-t8iZx.d.cts} +22 -22
- package/dist/{shared_pickle_output_latest-CXBCG04N.d.ts → shared_pickle_output_latest-dO-t8iZx.d.ts} +22 -22
package/dist/lib/locations.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
3
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
4
|
-
import { a as jobPostSchema } from '../job_posting_service_latest-
|
|
2
|
+
import { J as JobPostModel } from '../job_posting_service_latest-D9I5NE7l.cjs';
|
|
3
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-dO-t8iZx.cjs';
|
|
4
|
+
import { a as jobPostSchema } from '../job_posting_service_latest-82DHqOGu.cjs';
|
|
5
5
|
|
|
6
6
|
type JobPost = z.infer<typeof jobPostSchema>;
|
|
7
7
|
declare function formattedAddress(address: PostalAddressModel | undefined, isRemote?: boolean): string | null;
|
package/dist/lib/locations.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
3
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
4
|
-
import { a as jobPostSchema } from '../job_posting_service_latest-
|
|
2
|
+
import { J as JobPostModel } from '../job_posting_service_latest-D9I5NE7l.js';
|
|
3
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-dO-t8iZx.js';
|
|
4
|
+
import { a as jobPostSchema } from '../job_posting_service_latest-82DHqOGu.js';
|
|
5
5
|
|
|
6
6
|
type JobPost = z.infer<typeof jobPostSchema>;
|
|
7
7
|
declare function formattedAddress(address: PostalAddressModel | undefined, isRemote?: boolean): string | null;
|
package/dist/lib/mappings.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-Cm8PqS6s.cjs';
|
|
3
|
+
import '../job_posting_service_latest-D9I5NE7l.cjs';
|
|
4
|
+
import '../shared_pickle_output_latest-dO-t8iZx.cjs';
|
package/dist/lib/mappings.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-Ce_aqgGP.js';
|
|
3
|
+
import '../job_posting_service_latest-D9I5NE7l.js';
|
|
4
|
+
import '../shared_pickle_output_latest-dO-t8iZx.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-Cm8PqS6s.cjs';
|
|
3
|
+
import '../job_posting_service_latest-D9I5NE7l.cjs';
|
|
4
|
+
import '../shared_pickle_output_latest-dO-t8iZx.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-Ce_aqgGP.js';
|
|
3
|
+
import '../job_posting_service_latest-D9I5NE7l.js';
|
|
4
|
+
import '../shared_pickle_output_latest-dO-t8iZx.js';
|
package/dist/styles/globals.css
CHANGED
|
@@ -794,6 +794,9 @@ video {
|
|
|
794
794
|
.pointer-events-none {
|
|
795
795
|
pointer-events: none;
|
|
796
796
|
}
|
|
797
|
+
.pointer-events-auto {
|
|
798
|
+
pointer-events: auto;
|
|
799
|
+
}
|
|
797
800
|
.invisible {
|
|
798
801
|
visibility: hidden;
|
|
799
802
|
}
|
|
@@ -891,6 +894,9 @@ video {
|
|
|
891
894
|
.mb-2 {
|
|
892
895
|
margin-bottom: 0.5rem;
|
|
893
896
|
}
|
|
897
|
+
.ml-3 {
|
|
898
|
+
margin-left: 0.75rem;
|
|
899
|
+
}
|
|
894
900
|
.ml-auto {
|
|
895
901
|
margin-left: auto;
|
|
896
902
|
}
|
|
@@ -948,6 +954,9 @@ video {
|
|
|
948
954
|
.h-16 {
|
|
949
955
|
height: 4rem;
|
|
950
956
|
}
|
|
957
|
+
.h-2 {
|
|
958
|
+
height: 0.5rem;
|
|
959
|
+
}
|
|
951
960
|
.h-3 {
|
|
952
961
|
height: 0.75rem;
|
|
953
962
|
}
|
|
@@ -975,12 +984,12 @@ video {
|
|
|
975
984
|
.h-\[21px\] {
|
|
976
985
|
height: 21px;
|
|
977
986
|
}
|
|
987
|
+
.h-\[24rem\] {
|
|
988
|
+
height: 24rem;
|
|
989
|
+
}
|
|
978
990
|
.h-\[25px\] {
|
|
979
991
|
height: 25px;
|
|
980
992
|
}
|
|
981
|
-
.h-\[36rem\] {
|
|
982
|
-
height: 36rem;
|
|
983
|
-
}
|
|
984
993
|
.h-\[45px\] {
|
|
985
994
|
height: 45px;
|
|
986
995
|
}
|
|
@@ -1020,6 +1029,12 @@ video {
|
|
|
1020
1029
|
.w-16 {
|
|
1021
1030
|
width: 4rem;
|
|
1022
1031
|
}
|
|
1032
|
+
.w-2 {
|
|
1033
|
+
width: 0.5rem;
|
|
1034
|
+
}
|
|
1035
|
+
.w-3 {
|
|
1036
|
+
width: 0.75rem;
|
|
1037
|
+
}
|
|
1023
1038
|
.w-4 {
|
|
1024
1039
|
width: 1rem;
|
|
1025
1040
|
}
|
|
@@ -1050,9 +1065,6 @@ video {
|
|
|
1050
1065
|
.w-\[21px\] {
|
|
1051
1066
|
width: 21px;
|
|
1052
1067
|
}
|
|
1053
|
-
.w-\[36rem\] {
|
|
1054
|
-
width: 36rem;
|
|
1055
|
-
}
|
|
1056
1068
|
.w-\[42px\] {
|
|
1057
1069
|
width: 42px;
|
|
1058
1070
|
}
|
|
@@ -1078,6 +1090,9 @@ video {
|
|
|
1078
1090
|
.min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
1079
1091
|
min-width: var(--radix-select-trigger-width);
|
|
1080
1092
|
}
|
|
1093
|
+
.min-w-full {
|
|
1094
|
+
min-width: 100%;
|
|
1095
|
+
}
|
|
1081
1096
|
.max-w-48 {
|
|
1082
1097
|
max-width: 12rem;
|
|
1083
1098
|
}
|
|
@@ -1151,6 +1166,9 @@ video {
|
|
|
1151
1166
|
.cursor-default {
|
|
1152
1167
|
cursor: default;
|
|
1153
1168
|
}
|
|
1169
|
+
.cursor-not-allowed {
|
|
1170
|
+
cursor: not-allowed;
|
|
1171
|
+
}
|
|
1154
1172
|
.cursor-pointer {
|
|
1155
1173
|
cursor: pointer;
|
|
1156
1174
|
}
|
|
@@ -1162,9 +1180,15 @@ video {
|
|
|
1162
1180
|
.resize {
|
|
1163
1181
|
resize: both;
|
|
1164
1182
|
}
|
|
1183
|
+
.list-inside {
|
|
1184
|
+
list-style-position: inside;
|
|
1185
|
+
}
|
|
1165
1186
|
.list-decimal {
|
|
1166
1187
|
list-style-type: decimal;
|
|
1167
1188
|
}
|
|
1189
|
+
.list-disc {
|
|
1190
|
+
list-style-type: disc;
|
|
1191
|
+
}
|
|
1168
1192
|
.appearance-none {
|
|
1169
1193
|
-webkit-appearance: none;
|
|
1170
1194
|
-moz-appearance: none;
|
|
@@ -1191,6 +1215,9 @@ video {
|
|
|
1191
1215
|
.items-center {
|
|
1192
1216
|
align-items: center;
|
|
1193
1217
|
}
|
|
1218
|
+
.items-baseline {
|
|
1219
|
+
align-items: baseline;
|
|
1220
|
+
}
|
|
1194
1221
|
.justify-start {
|
|
1195
1222
|
justify-content: flex-start;
|
|
1196
1223
|
}
|
|
@@ -1275,6 +1302,9 @@ video {
|
|
|
1275
1302
|
.text-nowrap {
|
|
1276
1303
|
text-wrap: nowrap;
|
|
1277
1304
|
}
|
|
1305
|
+
.rounded {
|
|
1306
|
+
border-radius: 0.25rem;
|
|
1307
|
+
}
|
|
1278
1308
|
.rounded-2xl {
|
|
1279
1309
|
border-radius: 1rem;
|
|
1280
1310
|
}
|
|
@@ -1307,6 +1337,9 @@ video {
|
|
|
1307
1337
|
.border {
|
|
1308
1338
|
border-width: 1px;
|
|
1309
1339
|
}
|
|
1340
|
+
.border-2 {
|
|
1341
|
+
border-width: 2px;
|
|
1342
|
+
}
|
|
1310
1343
|
.border-y {
|
|
1311
1344
|
border-top-width: 1px;
|
|
1312
1345
|
border-bottom-width: 1px;
|
|
@@ -1323,6 +1356,10 @@ video {
|
|
|
1323
1356
|
.border-none {
|
|
1324
1357
|
border-style: none;
|
|
1325
1358
|
}
|
|
1359
|
+
.border-gray-300 {
|
|
1360
|
+
--tw-border-opacity: 1;
|
|
1361
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
1362
|
+
}
|
|
1326
1363
|
.border-green-80 {
|
|
1327
1364
|
border-color: hsla(164, 76%, 16%, 1);
|
|
1328
1365
|
}
|
|
@@ -1342,6 +1379,9 @@ video {
|
|
|
1342
1379
|
--tw-border-opacity: 1;
|
|
1343
1380
|
border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
|
|
1344
1381
|
}
|
|
1382
|
+
.border-pickle-100 {
|
|
1383
|
+
border-color: hsla(68, 100%, 48%, 1);
|
|
1384
|
+
}
|
|
1345
1385
|
.border-pumpkin-20 {
|
|
1346
1386
|
border-color: hsla(22, 96%, 90%, 1);
|
|
1347
1387
|
}
|
|
@@ -1352,6 +1392,13 @@ video {
|
|
|
1352
1392
|
--tw-border-opacity: 1;
|
|
1353
1393
|
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
1354
1394
|
}
|
|
1395
|
+
.border-white {
|
|
1396
|
+
border-color: hsla(0, 0%, 100%, 1);
|
|
1397
|
+
}
|
|
1398
|
+
.border-yellow-200 {
|
|
1399
|
+
--tw-border-opacity: 1;
|
|
1400
|
+
border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
|
|
1401
|
+
}
|
|
1355
1402
|
.bg-black {
|
|
1356
1403
|
background-color: hsla(0, 0%, 0%, 1);
|
|
1357
1404
|
}
|
|
@@ -1361,9 +1408,17 @@ video {
|
|
|
1361
1408
|
.bg-blue-100 {
|
|
1362
1409
|
background-color: hsla(210, 77%, 81%, 1);
|
|
1363
1410
|
}
|
|
1411
|
+
.bg-blue-50 {
|
|
1412
|
+
--tw-bg-opacity: 1;
|
|
1413
|
+
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
1414
|
+
}
|
|
1364
1415
|
.bg-green-10 {
|
|
1365
1416
|
background-color: hsla(140, 82%, 96%, 1);
|
|
1366
1417
|
}
|
|
1418
|
+
.bg-green-50 {
|
|
1419
|
+
--tw-bg-opacity: 1;
|
|
1420
|
+
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
|
|
1421
|
+
}
|
|
1367
1422
|
.bg-green-80 {
|
|
1368
1423
|
background-color: hsla(164, 76%, 16%, 1);
|
|
1369
1424
|
}
|
|
@@ -1414,6 +1469,17 @@ video {
|
|
|
1414
1469
|
.bg-white {
|
|
1415
1470
|
background-color: hsla(0, 0%, 100%, 1);
|
|
1416
1471
|
}
|
|
1472
|
+
.bg-white\/30 {
|
|
1473
|
+
background-color: hsla(0, 0%, 100%, 0.3);
|
|
1474
|
+
}
|
|
1475
|
+
.bg-yellow-100 {
|
|
1476
|
+
--tw-bg-opacity: 1;
|
|
1477
|
+
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
|
|
1478
|
+
}
|
|
1479
|
+
.bg-yellow-50 {
|
|
1480
|
+
--tw-bg-opacity: 1;
|
|
1481
|
+
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
|
|
1482
|
+
}
|
|
1417
1483
|
.object-cover {
|
|
1418
1484
|
-o-object-fit: cover;
|
|
1419
1485
|
object-fit: cover;
|
|
@@ -1424,9 +1490,15 @@ video {
|
|
|
1424
1490
|
.p-1 {
|
|
1425
1491
|
padding: 0.25rem;
|
|
1426
1492
|
}
|
|
1493
|
+
.p-1\.5 {
|
|
1494
|
+
padding: 0.375rem;
|
|
1495
|
+
}
|
|
1427
1496
|
.p-2 {
|
|
1428
1497
|
padding: 0.5rem;
|
|
1429
1498
|
}
|
|
1499
|
+
.p-2\.5 {
|
|
1500
|
+
padding: 0.625rem;
|
|
1501
|
+
}
|
|
1430
1502
|
.p-3 {
|
|
1431
1503
|
padding: 0.75rem;
|
|
1432
1504
|
}
|
|
@@ -1616,6 +1688,18 @@ video {
|
|
|
1616
1688
|
.text-black {
|
|
1617
1689
|
color: hsla(0, 0%, 0%, 1);
|
|
1618
1690
|
}
|
|
1691
|
+
.text-blue-600 {
|
|
1692
|
+
--tw-text-opacity: 1;
|
|
1693
|
+
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
1694
|
+
}
|
|
1695
|
+
.text-blue-700 {
|
|
1696
|
+
--tw-text-opacity: 1;
|
|
1697
|
+
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
1698
|
+
}
|
|
1699
|
+
.text-blue-800 {
|
|
1700
|
+
--tw-text-opacity: 1;
|
|
1701
|
+
color: rgb(30 64 175 / var(--tw-text-opacity, 1));
|
|
1702
|
+
}
|
|
1619
1703
|
.text-current {
|
|
1620
1704
|
color: currentColor;
|
|
1621
1705
|
}
|
|
@@ -1623,6 +1707,10 @@ video {
|
|
|
1623
1707
|
--tw-text-opacity: 1;
|
|
1624
1708
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
1625
1709
|
}
|
|
1710
|
+
.text-gray-600 {
|
|
1711
|
+
--tw-text-opacity: 1;
|
|
1712
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
1713
|
+
}
|
|
1626
1714
|
.text-gray-800 {
|
|
1627
1715
|
--tw-text-opacity: 1;
|
|
1628
1716
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
@@ -1630,9 +1718,21 @@ video {
|
|
|
1630
1718
|
.text-green-100 {
|
|
1631
1719
|
color: hsla(164, 81%, 6%, 1);
|
|
1632
1720
|
}
|
|
1721
|
+
.text-green-600 {
|
|
1722
|
+
--tw-text-opacity: 1;
|
|
1723
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
1724
|
+
}
|
|
1725
|
+
.text-green-700 {
|
|
1726
|
+
--tw-text-opacity: 1;
|
|
1727
|
+
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
1728
|
+
}
|
|
1633
1729
|
.text-green-80 {
|
|
1634
1730
|
color: hsla(164, 76%, 16%, 1);
|
|
1635
1731
|
}
|
|
1732
|
+
.text-green-800 {
|
|
1733
|
+
--tw-text-opacity: 1;
|
|
1734
|
+
color: rgb(22 101 52 / var(--tw-text-opacity, 1));
|
|
1735
|
+
}
|
|
1636
1736
|
.text-grey-10 {
|
|
1637
1737
|
color: hsla(0, 0%, 90%, 1);
|
|
1638
1738
|
}
|
|
@@ -1667,6 +1767,9 @@ video {
|
|
|
1667
1767
|
--tw-text-opacity: 1;
|
|
1668
1768
|
color: rgb(10 10 10 / var(--tw-text-opacity, 1));
|
|
1669
1769
|
}
|
|
1770
|
+
.text-pickle-100 {
|
|
1771
|
+
color: hsla(68, 100%, 48%, 1);
|
|
1772
|
+
}
|
|
1670
1773
|
.text-pumpkin-100 {
|
|
1671
1774
|
color: hsla(22, 100%, 49%, 1);
|
|
1672
1775
|
}
|
|
@@ -1687,6 +1790,14 @@ video {
|
|
|
1687
1790
|
.text-white {
|
|
1688
1791
|
color: hsla(0, 0%, 100%, 1);
|
|
1689
1792
|
}
|
|
1793
|
+
.text-yellow-700 {
|
|
1794
|
+
--tw-text-opacity: 1;
|
|
1795
|
+
color: rgb(161 98 7 / var(--tw-text-opacity, 1));
|
|
1796
|
+
}
|
|
1797
|
+
.text-yellow-800 {
|
|
1798
|
+
--tw-text-opacity: 1;
|
|
1799
|
+
color: rgb(133 77 14 / var(--tw-text-opacity, 1));
|
|
1800
|
+
}
|
|
1690
1801
|
.underline {
|
|
1691
1802
|
text-decoration-line: underline;
|
|
1692
1803
|
}
|
|
@@ -1761,6 +1872,12 @@ video {
|
|
|
1761
1872
|
.outline-offset-2 {
|
|
1762
1873
|
outline-offset: 2px;
|
|
1763
1874
|
}
|
|
1875
|
+
.outline-primary {
|
|
1876
|
+
outline-color: hsl(var(--primary));
|
|
1877
|
+
}
|
|
1878
|
+
.outline-secondary {
|
|
1879
|
+
outline-color: hsl(var(--secondary));
|
|
1880
|
+
}
|
|
1764
1881
|
.outline-transparent {
|
|
1765
1882
|
outline-color: transparent;
|
|
1766
1883
|
}
|
|
@@ -1795,6 +1912,11 @@ video {
|
|
|
1795
1912
|
.filter {
|
|
1796
1913
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1797
1914
|
}
|
|
1915
|
+
.backdrop-blur-\[0\.5px\] {
|
|
1916
|
+
--tw-backdrop-blur: blur(0.5px);
|
|
1917
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1918
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1919
|
+
}
|
|
1798
1920
|
.transition-all {
|
|
1799
1921
|
transition-property: all;
|
|
1800
1922
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2139,6 +2261,9 @@ video {
|
|
|
2139
2261
|
.hover\:bg-neutral-900\/90:hover {
|
|
2140
2262
|
background-color: rgb(23 23 23 / 0.9);
|
|
2141
2263
|
}
|
|
2264
|
+
.hover\:bg-pickle-100:hover {
|
|
2265
|
+
background-color: hsla(68, 100%, 48%, 1);
|
|
2266
|
+
}
|
|
2142
2267
|
.hover\:bg-pickle-20:hover {
|
|
2143
2268
|
background-color: hsla(68, 92%, 90%, 1);
|
|
2144
2269
|
}
|
|
@@ -2166,6 +2291,9 @@ video {
|
|
|
2166
2291
|
.hover\:text-purple-100:hover {
|
|
2167
2292
|
color: hsla(253, 94%, 64%, 1);
|
|
2168
2293
|
}
|
|
2294
|
+
.hover\:text-white:hover {
|
|
2295
|
+
color: hsla(0, 0%, 100%, 1);
|
|
2296
|
+
}
|
|
2169
2297
|
.hover\:underline:hover {
|
|
2170
2298
|
text-decoration-line: underline;
|
|
2171
2299
|
}
|
|
@@ -2246,6 +2374,9 @@ video {
|
|
|
2246
2374
|
.active\:bg-green-80:active {
|
|
2247
2375
|
background-color: hsla(164, 76%, 16%, 1);
|
|
2248
2376
|
}
|
|
2377
|
+
.active\:bg-green-90:active {
|
|
2378
|
+
background-color: hsla(164, 80%, 10%, 1);
|
|
2379
|
+
}
|
|
2249
2380
|
.active\:bg-grey-10:active {
|
|
2250
2381
|
background-color: hsla(0, 0%, 90%, 1);
|
|
2251
2382
|
}
|
|
@@ -2255,15 +2386,27 @@ video {
|
|
|
2255
2386
|
.active\:bg-pickle-60:active {
|
|
2256
2387
|
background-color: hsla(68, 92%, 69%, 1);
|
|
2257
2388
|
}
|
|
2389
|
+
.active\:bg-pickle-80:active {
|
|
2390
|
+
background-color: hsla(68, 92%, 58%, 1);
|
|
2391
|
+
}
|
|
2392
|
+
.active\:text-black:active {
|
|
2393
|
+
color: hsla(0, 0%, 0%, 1);
|
|
2394
|
+
}
|
|
2258
2395
|
.active\:text-purple-80:active {
|
|
2259
2396
|
color: hsla(253, 93%, 71%, 1);
|
|
2260
2397
|
}
|
|
2398
|
+
.active\:text-white:active {
|
|
2399
|
+
color: hsla(0, 0%, 100%, 1);
|
|
2400
|
+
}
|
|
2261
2401
|
.disabled\:pointer-events-none:disabled {
|
|
2262
2402
|
pointer-events: none;
|
|
2263
2403
|
}
|
|
2264
2404
|
.disabled\:cursor-not-allowed:disabled {
|
|
2265
2405
|
cursor: not-allowed;
|
|
2266
2406
|
}
|
|
2407
|
+
.disabled\:border-grey-40:disabled {
|
|
2408
|
+
border-color: hsla(0, 0%, 60%, 1);
|
|
2409
|
+
}
|
|
2267
2410
|
.disabled\:bg-green-70:disabled {
|
|
2268
2411
|
background-color: hsla(164, 77%, 19%, 1);
|
|
2269
2412
|
}
|
|
@@ -2282,6 +2425,12 @@ video {
|
|
|
2282
2425
|
.disabled\:opacity-50:disabled {
|
|
2283
2426
|
opacity: 0.5;
|
|
2284
2427
|
}
|
|
2428
|
+
.disabled\:hover\:bg-transparent:hover:disabled {
|
|
2429
|
+
background-color: transparent;
|
|
2430
|
+
}
|
|
2431
|
+
.disabled\:hover\:text-grey-40:hover:disabled {
|
|
2432
|
+
color: hsla(0, 0%, 60%, 1);
|
|
2433
|
+
}
|
|
2285
2434
|
.group:hover .group-hover\:border-grey-20 {
|
|
2286
2435
|
border-color: hsla(0, 0%, 80%, 1);
|
|
2287
2436
|
}
|
|
@@ -2767,6 +2916,30 @@ video {
|
|
|
2767
2916
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
2768
2917
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
2769
2918
|
}
|
|
2919
|
+
.\[\&\>svg\]\:h-5 > svg {
|
|
2920
|
+
height: 1.25rem;
|
|
2921
|
+
}
|
|
2922
|
+
.\[\&\>svg\]\:h-6 > svg {
|
|
2923
|
+
height: 1.5rem;
|
|
2924
|
+
}
|
|
2925
|
+
.\[\&\>svg\]\:h-7 > svg {
|
|
2926
|
+
height: 1.75rem;
|
|
2927
|
+
}
|
|
2928
|
+
.\[\&\>svg\]\:h-8 > svg {
|
|
2929
|
+
height: 2rem;
|
|
2930
|
+
}
|
|
2931
|
+
.\[\&\>svg\]\:w-5 > svg {
|
|
2932
|
+
width: 1.25rem;
|
|
2933
|
+
}
|
|
2934
|
+
.\[\&\>svg\]\:w-6 > svg {
|
|
2935
|
+
width: 1.5rem;
|
|
2936
|
+
}
|
|
2937
|
+
.\[\&\>svg\]\:w-7 > svg {
|
|
2938
|
+
width: 1.75rem;
|
|
2939
|
+
}
|
|
2940
|
+
.\[\&\>svg\]\:w-8 > svg {
|
|
2941
|
+
width: 2rem;
|
|
2942
|
+
}
|
|
2770
2943
|
.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
|
|
2771
2944
|
padding-left: 0.5rem;
|
|
2772
2945
|
padding-right: 0.5rem;
|