@next-degree/pickle-shared-js 0.6.46 → 0.6.47
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_latest-B7KhyYDc.d.cts → company_service_latest-uu3w8AR6.d.cts} +331 -2059
- package/dist/{company_service_latest-B7KhyYDc.d.ts → company_service_latest-uu3w8AR6.d.ts} +331 -2059
- package/dist/components/buttons/BackButton.cjs +0 -3
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.js +0 -3
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +0 -3
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.js +0 -3
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +10 -37
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +1 -1
- package/dist/components/jobPost/JobPost.d.ts +1 -1
- package/dist/components/jobPost/JobPost.js +10 -37
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/avatar.cjs.map +1 -1
- package/dist/components/primitives/avatar.js.map +1 -1
- package/dist/components/primitives/command.cjs.map +1 -1
- package/dist/components/primitives/command.d.cts +3 -3
- package/dist/components/primitives/command.d.ts +3 -3
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +99 -0
- package/dist/components/primitives/input-otp.cjs.map +1 -0
- package/dist/components/primitives/input-otp.d.cts +38 -0
- package/dist/components/primitives/input-otp.d.ts +38 -0
- package/dist/components/primitives/input-otp.js +62 -0
- package/dist/components/primitives/input-otp.js.map +1 -0
- package/dist/components/primitives/popover.cjs.map +1 -1
- package/dist/components/primitives/popover.js.map +1 -1
- package/dist/components/primitives/separator.cjs.map +1 -1
- package/dist/components/primitives/separator.js.map +1 -1
- package/dist/components/primitives/tooltip.cjs.map +1 -1
- package/dist/components/primitives/tooltip.js.map +1 -1
- package/dist/components/ui/Avatar.cjs.map +1 -1
- package/dist/components/ui/Avatar.js.map +1 -1
- package/dist/components/ui/Badge.cjs.map +1 -1
- package/dist/components/ui/Badge.js.map +1 -1
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js.map +1 -1
- package/dist/components/ui/ErrorMessage.cjs.map +1 -1
- package/dist/components/ui/ErrorMessage.js.map +1 -1
- package/dist/components/ui/Icon.cjs.map +1 -1
- package/dist/components/ui/Icon.js.map +1 -1
- package/dist/components/ui/Input.cjs.map +1 -1
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +187 -0
- package/dist/components/ui/InputOtp.cjs.map +1 -0
- package/dist/components/ui/InputOtp.d.cts +14 -0
- package/dist/components/ui/InputOtp.d.ts +14 -0
- package/dist/components/ui/InputOtp.js +152 -0
- package/dist/components/ui/InputOtp.js.map +1 -0
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/MapComponent.cjs +2 -9
- package/dist/components/ui/MapComponent.cjs.map +1 -1
- package/dist/components/ui/MapComponent.d.cts +1 -1
- package/dist/components/ui/MapComponent.d.ts +1 -1
- package/dist/components/ui/MapComponent.js +2 -9
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/{displayText-D8JK59Z-.d.ts → displayText-CcePAspL.d.ts} +2 -2
- package/dist/{displayText-DT2bYICS.d.cts → displayText-D3BX6YTj.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 -3
- package/dist/hooks/useWindowHistory.cjs.map +1 -1
- package/dist/hooks/useWindowHistory.js +0 -3
- package/dist/hooks/useWindowHistory.js.map +1 -1
- package/dist/index.cjs +247 -197
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +211 -162
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-RgzWsEdh.d.cts → job_posting_service_latest-CWuc_SuJ.d.cts} +335 -1793
- package/dist/{job_posting_service_latest-RgzWsEdh.d.ts → job_posting_service_latest-CWuc_SuJ.d.ts} +335 -1793
- package/dist/lib/locations.d.cts +2 -2
- package/dist/lib/locations.d.ts +2 -2
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/salaryRange.cjs +6 -29
- package/dist/lib/salaryRange.cjs.map +1 -1
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/lib/salaryRange.js +6 -29
- package/dist/lib/salaryRange.js.map +1 -1
- package/dist/lib/utils.cjs.map +1 -1
- package/dist/lib/utils.js.map +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/{shared_pickle_output_latest-D8viuRLi.d.cts → shared_pickle_output_latest-CxZJXPOS.d.cts} +12 -168
- package/dist/{shared_pickle_output_latest-D8viuRLi.d.ts → shared_pickle_output_latest-CxZJXPOS.d.ts} +12 -168
- package/dist/styles/globals.css +109 -37
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +35 -58
- package/dist/types/data/company_service_latest.cjs.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/company_service_latest.js +33 -57
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +32 -57
- package/dist/types/data/job_posting_service_latest.cjs.map +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/job_posting_service_latest.js +32 -57
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs +6 -33
- package/dist/types/data/shared_pickle_output_latest.cjs.map +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/data/shared_pickle_output_latest.js +6 -31
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/package.json +6 -4
package/dist/lib/locations.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-CWuc_SuJ.cjs';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-CxZJXPOS.cjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): string | null;
|
package/dist/lib/locations.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-CWuc_SuJ.js';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-CxZJXPOS.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): 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 '../shared_pickle_output_latest-
|
|
4
|
-
import '../job_posting_service_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-D3BX6YTj.cjs';
|
|
3
|
+
import '../shared_pickle_output_latest-CxZJXPOS.cjs';
|
|
4
|
+
import '../job_posting_service_latest-CWuc_SuJ.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 '../shared_pickle_output_latest-
|
|
4
|
-
import '../job_posting_service_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-CcePAspL.js';
|
|
3
|
+
import '../shared_pickle_output_latest-CxZJXPOS.js';
|
|
4
|
+
import '../job_posting_service_latest-CWuc_SuJ.js';
|
package/dist/lib/salaryRange.cjs
CHANGED
|
@@ -26,20 +26,18 @@ module.exports = __toCommonJS(salaryRange_exports);
|
|
|
26
26
|
|
|
27
27
|
// src/types/data/shared_pickle_output_latest.ts
|
|
28
28
|
var import_zod = require("zod");
|
|
29
|
-
var TypeEnum = import_zod.z.enum(["
|
|
29
|
+
var TypeEnum = import_zod.z.enum(["MONETARY_AMOUNT"]);
|
|
30
30
|
var DetailLevelEnum = import_zod.z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
|
|
31
31
|
var UnitTextEnum = import_zod.z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
|
|
32
32
|
var CurrencyEnum = import_zod.z.enum(["EUR", "GBP", "USD"]);
|
|
33
33
|
var postalAddressSchema = import_zod.z.object({
|
|
34
34
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
35
|
-
type: import_zod.z.string().describe("Document type used
|
|
35
|
+
type: import_zod.z.string().describe("Document type used within sanity"),
|
|
36
36
|
addressCountry: import_zod.z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
|
|
37
37
|
addressRegion: import_zod.z.optional(import_zod.z.string()).describe("The region in which the locality is, and which is in the country."),
|
|
38
38
|
addressLocality: import_zod.z.optional(import_zod.z.string()).describe("The locality in which the street address is, and which is in the region. In the US this would be city."),
|
|
39
|
-
streetAddress: import_zod.z.optional(import_zod.z.string()).describe("The street
|
|
40
|
-
|
|
41
|
-
postalCode: import_zod.z.optional(import_zod.z.string()).describe("The postal code"),
|
|
42
|
-
description: import_zod.z.optional(import_zod.z.string()).describe("A descriptive string containing the full address.")
|
|
39
|
+
streetAddress: import_zod.z.optional(import_zod.z.string()).describe("The street address within the locality."),
|
|
40
|
+
postalCode: import_zod.z.optional(import_zod.z.string()).describe("The postal code")
|
|
43
41
|
});
|
|
44
42
|
var placeSchema = import_zod.z.object({
|
|
45
43
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
@@ -50,7 +48,7 @@ var placeSchema = import_zod.z.object({
|
|
|
50
48
|
});
|
|
51
49
|
var quantitativeValueSchema = import_zod.z.object({
|
|
52
50
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
53
|
-
type: import_zod.z.string().describe("Document type used
|
|
51
|
+
type: import_zod.z.string().describe("Document type used within sanity"),
|
|
54
52
|
value: import_zod.z.optional(import_zod.z.number()).describe("The single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Typically used for a single salary."),
|
|
55
53
|
minValue: import_zod.z.optional(import_zod.z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
|
|
56
54
|
maxValue: import_zod.z.optional(import_zod.z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
|
|
@@ -58,34 +56,13 @@ var quantitativeValueSchema = import_zod.z.object({
|
|
|
58
56
|
});
|
|
59
57
|
var monetaryAmountSchema = import_zod.z.object({
|
|
60
58
|
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
61
|
-
type: import_zod.z.string().describe("Document type used
|
|
59
|
+
type: import_zod.z.string().describe("Document type used within sanity"),
|
|
62
60
|
singleValue: import_zod.z.optional(import_zod.z.number()).describe("The annualized single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Deprecated - use value.value instead."),
|
|
63
61
|
minValue: import_zod.z.optional(import_zod.z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
|
|
64
62
|
maxValue: import_zod.z.optional(import_zod.z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
|
|
65
63
|
value: import_zod.z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
|
|
66
64
|
currency: import_zod.z.optional(CurrencyEnum)
|
|
67
65
|
});
|
|
68
|
-
var imageAssetSchema = import_zod.z.object({
|
|
69
|
-
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
70
|
-
altText: import_zod.z.optional(import_zod.z.string()).describe("The alt text for the image"),
|
|
71
|
-
assetId: import_zod.z.optional(import_zod.z.string()).describe("The asset ID for the image"),
|
|
72
|
-
description: import_zod.z.optional(import_zod.z.string()).describe("The description for the image"),
|
|
73
|
-
extension: import_zod.z.optional(import_zod.z.string()).describe("The extension for the image"),
|
|
74
|
-
label: import_zod.z.optional(import_zod.z.string()).describe("The label for the image"),
|
|
75
|
-
mimeType: import_zod.z.optional(import_zod.z.string()).describe("The mime type for the image"),
|
|
76
|
-
originalFilename: import_zod.z.optional(import_zod.z.string()).describe("The original filename for the image"),
|
|
77
|
-
path: import_zod.z.optional(import_zod.z.string()).describe("The path for the image"),
|
|
78
|
-
sha1Hash: import_zod.z.optional(import_zod.z.string()).describe("The SHA1 hash for the image"),
|
|
79
|
-
size: import_zod.z.optional(import_zod.z.number()).describe("The size for the image"),
|
|
80
|
-
title: import_zod.z.optional(import_zod.z.string()).describe("The title for the image"),
|
|
81
|
-
uploadId: import_zod.z.optional(import_zod.z.string()).describe("The upload ID for the image"),
|
|
82
|
-
url: import_zod.z.optional(import_zod.z.string()).describe("The URL for the image")
|
|
83
|
-
});
|
|
84
|
-
var imageSchema = import_zod.z.object({
|
|
85
|
-
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
86
|
-
type: import_zod.z.string().describe("Document type used for schema"),
|
|
87
|
-
asset: import_zod.z.optional(imageAssetSchema).describe("The asset for the image")
|
|
88
|
-
});
|
|
89
66
|
|
|
90
67
|
// src/lib/salaryRange.ts
|
|
91
68
|
function salaryRange(salary) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/lib/salaryRange.ts","../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["import { CurrencyEnum, MonetaryAmountModel } from '@/types/data/shared_pickle_output_latest'\n\nexport function salaryRange(salary?: MonetaryAmountModel) {\n if (!salary) return null\n\n const min = salary.minValue\n const max = salary.maxValue\n const single = salary.singleValue\n const signs = {\n [CurrencyEnum.Values.USD]: '$',\n [CurrencyEnum.Values.GBP]: '£',\n [CurrencyEnum.Values.EUR]: '€',\n }\n const sign = signs[salary.currency ?? CurrencyEnum.Values.USD]\n\n // if min and max are null and single is null return null\n if (min == null && max == null && single == null) return null\n // if single value return a formatted single value\n if (single != null) return sign + single.toLocaleString()\n // if min and max are the same return a formatted single value\n if (min === max) return sign + min?.toLocaleString()\n // if min and max are different return a formatted range\n if (min != null && max != null)\n return sign + min?.toLocaleString() + ' - ' + sign + max?.toLocaleString()\n return null\n}\n","/*\nID:
|
|
1
|
+
{"version":3,"sources":["../../src/lib/salaryRange.ts","../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["import { CurrencyEnum, MonetaryAmountModel } from '@/types/data/shared_pickle_output_latest'\n\nexport function salaryRange(salary?: MonetaryAmountModel) {\n if (!salary) return null\n\n const min = salary.minValue\n const max = salary.maxValue\n const single = salary.singleValue\n const signs = {\n [CurrencyEnum.Values.USD]: '$',\n [CurrencyEnum.Values.GBP]: '£',\n [CurrencyEnum.Values.EUR]: '€',\n }\n const sign = signs[salary.currency ?? CurrencyEnum.Values.USD]\n\n // if min and max are null and single is null return null\n if (min == null && max == null && single == null) return null\n // if single value return a formatted single value\n if (single != null) return sign + single.toLocaleString()\n // if min and max are the same return a formatted single value\n if (min === max) return sign + min?.toLocaleString()\n // if min and max are different return a formatted range\n if (min != null && max != null)\n return sign + min?.toLocaleString() + ' - ' + sign + max?.toLocaleString()\n return null\n}\n","/*\nID:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.0\nThis data contract defines a set of shared outputs from the Pickle model(s).\n*/\n\nimport { z } from 'zod';\n\n\n// Enums\n\nexport const TypeEnum = z.enum(['MONETARY_AMOUNT']);\nexport const DetailLevelEnum = z.enum(['COUNTRY', 'GEO', 'LOCALITY', 'POSTAL_CODE', 'REGION']);\nexport const UnitTextEnum = z.enum(['DAY', 'HOUR', 'MONTH', 'PER_ACTIVITY', 'WEEK', 'YEAR']);\nexport const CurrencyEnum = z.enum(['EUR', 'GBP', 'USD']);\n\n\nexport const postalAddressSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used within sanity\"),\n addressCountry: z.string().describe(\"The physical country as defined in ISO 3166 Alpha-2\"),\n addressRegion: z.optional(z.string()).describe(\"The region in which the locality is, and which is in the country.\"),\n addressLocality: z.optional(z.string()).describe(\"The locality in which the street address is, and which is in the region. In the US this would be city.\"),\n streetAddress: z.optional(z.string()).describe(\"The street address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\n});\n\nexport type PostalAddressModel = z.infer<typeof postalAddressSchema>;\n\nexport const placeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n detailLevel: z.optional(DetailLevelEnum),\n latitude: z.optional(z.number()).describe(\"The latitude of a location.\"),\n longitude: z.optional(z.number()).describe(\"The longitude of a location.\"),\n address: z.optional(postalAddressSchema).describe(\"The physical place of the location\"),\n});\n\nexport type PlaceModel = z.infer<typeof placeSchema>;\n\nexport const quantitativeValueSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used within sanity\"),\n value: z.optional(z.number()).describe(\"The single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Typically used for a single salary.\"),\n minValue: z.optional(z.number()).describe(\"The single minium value in a range for a quantitative_value, requires a maximum value.\"),\n maxValue: z.optional(z.number()).describe(\"The maximum value in a range for a quantitative_value, requires a minimum value.\"),\n unitText: UnitTextEnum,\n});\n\nexport type QuantitativeValueModel = z.infer<typeof quantitativeValueSchema>;\n\nexport const monetaryAmountSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used within sanity\"),\n singleValue: z.optional(z.number()).describe(\"The annualized single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Deprecated - use value.value instead.\"),\n minValue: z.optional(z.number()).describe(\"The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue\"),\n maxValue: z.optional(z.number()).describe(\"The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue\"),\n value: z.optional(quantitativeValueSchema).describe(\"The quantitative_value for a given salary\"),\n currency: z.optional(CurrencyEnum),\n});\n\nexport type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;\n"],"mappings":"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","names":[]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-CxZJXPOS.cjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare function salaryRange(salary?: MonetaryAmountModel): string | null;
|
package/dist/lib/salaryRange.js
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
// src/types/data/shared_pickle_output_latest.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
var TypeEnum = z.enum(["
|
|
3
|
+
var TypeEnum = z.enum(["MONETARY_AMOUNT"]);
|
|
4
4
|
var DetailLevelEnum = z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
|
|
5
5
|
var UnitTextEnum = z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
|
|
6
6
|
var CurrencyEnum = z.enum(["EUR", "GBP", "USD"]);
|
|
7
7
|
var postalAddressSchema = z.object({
|
|
8
8
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
9
|
-
type: z.string().describe("Document type used
|
|
9
|
+
type: z.string().describe("Document type used within sanity"),
|
|
10
10
|
addressCountry: z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
|
|
11
11
|
addressRegion: z.optional(z.string()).describe("The region in which the locality is, and which is in the country."),
|
|
12
12
|
addressLocality: z.optional(z.string()).describe("The locality in which the street address is, and which is in the region. In the US this would be city."),
|
|
13
|
-
streetAddress: z.optional(z.string()).describe("The street
|
|
14
|
-
|
|
15
|
-
postalCode: z.optional(z.string()).describe("The postal code"),
|
|
16
|
-
description: z.optional(z.string()).describe("A descriptive string containing the full address.")
|
|
13
|
+
streetAddress: z.optional(z.string()).describe("The street address within the locality."),
|
|
14
|
+
postalCode: z.optional(z.string()).describe("The postal code")
|
|
17
15
|
});
|
|
18
16
|
var placeSchema = z.object({
|
|
19
17
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
@@ -24,7 +22,7 @@ var placeSchema = z.object({
|
|
|
24
22
|
});
|
|
25
23
|
var quantitativeValueSchema = z.object({
|
|
26
24
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
27
|
-
type: z.string().describe("Document type used
|
|
25
|
+
type: z.string().describe("Document type used within sanity"),
|
|
28
26
|
value: z.optional(z.number()).describe("The single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Typically used for a single salary."),
|
|
29
27
|
minValue: z.optional(z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
|
|
30
28
|
maxValue: z.optional(z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
|
|
@@ -32,34 +30,13 @@ var quantitativeValueSchema = z.object({
|
|
|
32
30
|
});
|
|
33
31
|
var monetaryAmountSchema = z.object({
|
|
34
32
|
version: z.literal("1.0.0").default("1.0.0"),
|
|
35
|
-
type: z.string().describe("Document type used
|
|
33
|
+
type: z.string().describe("Document type used within sanity"),
|
|
36
34
|
singleValue: z.optional(z.number()).describe("The annualized single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Deprecated - use value.value instead."),
|
|
37
35
|
minValue: z.optional(z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
|
|
38
36
|
maxValue: z.optional(z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
|
|
39
37
|
value: z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
|
|
40
38
|
currency: z.optional(CurrencyEnum)
|
|
41
39
|
});
|
|
42
|
-
var imageAssetSchema = z.object({
|
|
43
|
-
version: z.literal("1.0.0").default("1.0.0"),
|
|
44
|
-
altText: z.optional(z.string()).describe("The alt text for the image"),
|
|
45
|
-
assetId: z.optional(z.string()).describe("The asset ID for the image"),
|
|
46
|
-
description: z.optional(z.string()).describe("The description for the image"),
|
|
47
|
-
extension: z.optional(z.string()).describe("The extension for the image"),
|
|
48
|
-
label: z.optional(z.string()).describe("The label for the image"),
|
|
49
|
-
mimeType: z.optional(z.string()).describe("The mime type for the image"),
|
|
50
|
-
originalFilename: z.optional(z.string()).describe("The original filename for the image"),
|
|
51
|
-
path: z.optional(z.string()).describe("The path for the image"),
|
|
52
|
-
sha1Hash: z.optional(z.string()).describe("The SHA1 hash for the image"),
|
|
53
|
-
size: z.optional(z.number()).describe("The size for the image"),
|
|
54
|
-
title: z.optional(z.string()).describe("The title for the image"),
|
|
55
|
-
uploadId: z.optional(z.string()).describe("The upload ID for the image"),
|
|
56
|
-
url: z.optional(z.string()).describe("The URL for the image")
|
|
57
|
-
});
|
|
58
|
-
var imageSchema = z.object({
|
|
59
|
-
version: z.literal("1.0.0").default("1.0.0"),
|
|
60
|
-
type: z.string().describe("Document type used for schema"),
|
|
61
|
-
asset: z.optional(imageAssetSchema).describe("The asset for the image")
|
|
62
|
-
});
|
|
63
40
|
|
|
64
41
|
// src/lib/salaryRange.ts
|
|
65
42
|
function salaryRange(salary) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/types/data/shared_pickle_output_latest.ts","../../src/lib/salaryRange.ts"],"sourcesContent":["/*\nID:
|
|
1
|
+
{"version":3,"sources":["../../src/types/data/shared_pickle_output_latest.ts","../../src/lib/salaryRange.ts"],"sourcesContent":["/*\nID:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.0\nThis data contract defines a set of shared outputs from the Pickle model(s).\n*/\n\nimport { z } from 'zod';\n\n\n// Enums\n\nexport const TypeEnum = z.enum(['MONETARY_AMOUNT']);\nexport const DetailLevelEnum = z.enum(['COUNTRY', 'GEO', 'LOCALITY', 'POSTAL_CODE', 'REGION']);\nexport const UnitTextEnum = z.enum(['DAY', 'HOUR', 'MONTH', 'PER_ACTIVITY', 'WEEK', 'YEAR']);\nexport const CurrencyEnum = z.enum(['EUR', 'GBP', 'USD']);\n\n\nexport const postalAddressSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used within sanity\"),\n addressCountry: z.string().describe(\"The physical country as defined in ISO 3166 Alpha-2\"),\n addressRegion: z.optional(z.string()).describe(\"The region in which the locality is, and which is in the country.\"),\n addressLocality: z.optional(z.string()).describe(\"The locality in which the street address is, and which is in the region. In the US this would be city.\"),\n streetAddress: z.optional(z.string()).describe(\"The street address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\n});\n\nexport type PostalAddressModel = z.infer<typeof postalAddressSchema>;\n\nexport const placeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n detailLevel: z.optional(DetailLevelEnum),\n latitude: z.optional(z.number()).describe(\"The latitude of a location.\"),\n longitude: z.optional(z.number()).describe(\"The longitude of a location.\"),\n address: z.optional(postalAddressSchema).describe(\"The physical place of the location\"),\n});\n\nexport type PlaceModel = z.infer<typeof placeSchema>;\n\nexport const quantitativeValueSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used within sanity\"),\n value: z.optional(z.number()).describe(\"The single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Typically used for a single salary.\"),\n minValue: z.optional(z.number()).describe(\"The single minium value in a range for a quantitative_value, requires a maximum value.\"),\n maxValue: z.optional(z.number()).describe(\"The maximum value in a range for a quantitative_value, requires a minimum value.\"),\n unitText: UnitTextEnum,\n});\n\nexport type QuantitativeValueModel = z.infer<typeof quantitativeValueSchema>;\n\nexport const monetaryAmountSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used within sanity\"),\n singleValue: z.optional(z.number()).describe(\"The annualized single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Deprecated - use value.value instead.\"),\n minValue: z.optional(z.number()).describe(\"The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue\"),\n maxValue: z.optional(z.number()).describe(\"The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue\"),\n value: z.optional(quantitativeValueSchema).describe(\"The quantitative_value for a given salary\"),\n currency: z.optional(CurrencyEnum),\n});\n\nexport type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;\n","import { CurrencyEnum, MonetaryAmountModel } from '@/types/data/shared_pickle_output_latest'\n\nexport function salaryRange(salary?: MonetaryAmountModel) {\n if (!salary) return null\n\n const min = salary.minValue\n const max = salary.maxValue\n const single = salary.singleValue\n const signs = {\n [CurrencyEnum.Values.USD]: '$',\n [CurrencyEnum.Values.GBP]: '£',\n [CurrencyEnum.Values.EUR]: '€',\n }\n const sign = signs[salary.currency ?? CurrencyEnum.Values.USD]\n\n // if min and max are null and single is null return null\n if (min == null && max == null && single == null) return null\n // if single value return a formatted single value\n if (single != null) return sign + single.toLocaleString()\n // if min and max are the same return a formatted single value\n if (min === max) return sign + min?.toLocaleString()\n // if min and max are different return a formatted range\n if (min != null && max != null)\n return sign + min?.toLocaleString() + ' - ' + sign + max?.toLocaleString()\n return null\n}\n"],"mappings":"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","names":[]}
|
package/dist/lib/utils.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/lib/utils.ts"],"sourcesContent":["import { type ClassValue
|
|
1
|
+
{"version":3,"sources":["../../src/lib/utils.ts"],"sourcesContent":["import { clsx, type ClassValue } from \"clsx\"\nimport { twMerge } from \"tailwind-merge\"\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs))\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAsC;AACtC,4BAAwB;AAEjB,SAAS,MAAM,QAAsB;AAC1C,aAAO,mCAAQ,kBAAK,MAAM,CAAC;AAC7B;","names":[]}
|
package/dist/lib/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/lib/utils.ts"],"sourcesContent":["import { type ClassValue
|
|
1
|
+
{"version":3,"sources":["../../src/lib/utils.ts"],"sourcesContent":["import { clsx, type ClassValue } from \"clsx\"\nimport { twMerge } from \"tailwind-merge\"\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs))\n}\n"],"mappings":";AAAA,SAAS,YAA6B;AACtC,SAAS,eAAe;AAEjB,SAAS,MAAM,QAAsB;AAC1C,SAAO,QAAQ,KAAK,MAAM,CAAC;AAC7B;","names":[]}
|
|
@@ -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 '../shared_pickle_output_latest-
|
|
4
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-D3BX6YTj.cjs';
|
|
3
|
+
import '../shared_pickle_output_latest-CxZJXPOS.cjs';
|
|
4
|
+
import '../job_posting_service_latest-CWuc_SuJ.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 '../shared_pickle_output_latest-
|
|
4
|
-
import '../job_posting_service_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-CcePAspL.js';
|
|
3
|
+
import '../shared_pickle_output_latest-CxZJXPOS.js';
|
|
4
|
+
import '../job_posting_service_latest-CWuc_SuJ.js';
|