@next-degree/pickle-shared-js 0.9.3 → 0.9.5
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-CRQFzMep.d.cts → company_service_latest-Ba8VhDao.d.cts} +23 -23
- package/dist/{company_service_latest-CRQFzMep.d.ts → company_service_latest-Ba8VhDao.d.ts} +23 -23
- package/dist/components/jobPost/JobPost.cjs +4 -2
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +3 -2
- package/dist/components/jobPost/JobPost.d.ts +3 -2
- package/dist/components/jobPost/JobPost.js +4 -2
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/{displayText-ca_ofoAC.d.cts → displayText-4cJ7-3Mw.d.cts} +1 -1
- package/dist/{displayText-eoAHqSNz.d.ts → displayText-CBIWVZVw.d.ts} +1 -1
- package/dist/hooks/useDisplayText.d.cts +2 -2
- package/dist/hooks/useDisplayText.d.ts +2 -2
- package/dist/index.cjs +6 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-BOVbz68F.d.cts → job_posting_service_latest-DOGQ9tEu.d.cts} +28 -28
- package/dist/{job_posting_service_latest-BOVbz68F.d.ts → job_posting_service_latest-DOGQ9tEu.d.ts} +28 -28
- package/dist/lib/locations.d.cts +1 -1
- package/dist/lib/locations.d.ts +1 -1
- package/dist/lib/mappings.d.cts +2 -2
- package/dist/lib/mappings.d.ts +2 -2
- package/dist/services/displayText.d.cts +2 -2
- package/dist/services/displayText.d.ts +2 -2
- package/dist/types/data/company_service_latest.cjs +2 -2
- 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 +2 -2
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +2 -2
- 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 +2 -2
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -30,8 +30,8 @@ export { BackButton } from './components/buttons/BackButton.cjs';
|
|
|
30
30
|
export { WindowHistoryProvider } from './contexts/WindowHistoryProvider.cjs';
|
|
31
31
|
export { useDisplayText } from './hooks/useDisplayText.cjs';
|
|
32
32
|
export { useWindowHistory } from './hooks/useWindowHistory.cjs';
|
|
33
|
-
export { c as CompanyService } from './company_service_latest-
|
|
34
|
-
export { j as JobPostService } from './job_posting_service_latest-
|
|
33
|
+
export { c as CompanyService } from './company_service_latest-Ba8VhDao.cjs';
|
|
34
|
+
export { j as JobPostService } from './job_posting_service_latest-DOGQ9tEu.cjs';
|
|
35
35
|
export { s as SharedService } from './shared_pickle_output_latest-DKOmTyYk.cjs';
|
|
36
36
|
import 'cva/types';
|
|
37
37
|
import 'react/jsx-runtime';
|
|
@@ -46,5 +46,5 @@ import '@radix-ui/react-radio-group';
|
|
|
46
46
|
import 'next/link';
|
|
47
47
|
import 'clsx';
|
|
48
48
|
import './lib/icons.cjs';
|
|
49
|
-
import './displayText-
|
|
49
|
+
import './displayText-4cJ7-3Mw.cjs';
|
|
50
50
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ export { BackButton } from './components/buttons/BackButton.js';
|
|
|
30
30
|
export { WindowHistoryProvider } from './contexts/WindowHistoryProvider.js';
|
|
31
31
|
export { useDisplayText } from './hooks/useDisplayText.js';
|
|
32
32
|
export { useWindowHistory } from './hooks/useWindowHistory.js';
|
|
33
|
-
export { c as CompanyService } from './company_service_latest-
|
|
34
|
-
export { j as JobPostService } from './job_posting_service_latest-
|
|
33
|
+
export { c as CompanyService } from './company_service_latest-Ba8VhDao.js';
|
|
34
|
+
export { j as JobPostService } from './job_posting_service_latest-DOGQ9tEu.js';
|
|
35
35
|
export { s as SharedService } from './shared_pickle_output_latest-DKOmTyYk.js';
|
|
36
36
|
import 'cva/types';
|
|
37
37
|
import 'react/jsx-runtime';
|
|
@@ -46,5 +46,5 @@ import '@radix-ui/react-radio-group';
|
|
|
46
46
|
import 'next/link';
|
|
47
47
|
import 'clsx';
|
|
48
48
|
import './lib/icons.js';
|
|
49
|
-
import './displayText-
|
|
49
|
+
import './displayText-CBIWVZVw.js';
|
|
50
50
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -2889,6 +2889,7 @@ function JobPost({
|
|
|
2889
2889
|
bannerSrc,
|
|
2890
2890
|
avatarSrc,
|
|
2891
2891
|
standalone,
|
|
2892
|
+
avatarHref,
|
|
2892
2893
|
fallbackHref,
|
|
2893
2894
|
actions
|
|
2894
2895
|
}) {
|
|
@@ -2945,6 +2946,7 @@ function JobPost({
|
|
|
2945
2946
|
subtitles: [job.hiringOrganization?.companyName ?? "", `Posted ${formattedDate}`],
|
|
2946
2947
|
actions,
|
|
2947
2948
|
standalone,
|
|
2949
|
+
avatarHref,
|
|
2948
2950
|
backFallbackHref: fallbackHref,
|
|
2949
2951
|
tags
|
|
2950
2952
|
}
|
|
@@ -2955,7 +2957,7 @@ function JobPost({
|
|
|
2955
2957
|
CompanyTake,
|
|
2956
2958
|
{
|
|
2957
2959
|
avatarSrc,
|
|
2958
|
-
content: job.hiringOrganization?.
|
|
2960
|
+
content: job.hiringOrganization?.companyNDG?.companyNDGTake
|
|
2959
2961
|
}
|
|
2960
2962
|
),
|
|
2961
2963
|
/* @__PURE__ */ jsx39(
|
|
@@ -2964,7 +2966,7 @@ function JobPost({
|
|
|
2964
2966
|
name: job.hiringOrganization?.companyName ?? "",
|
|
2965
2967
|
how: job.hiringOrganization?.companyPhilosophy?.companyHow,
|
|
2966
2968
|
mission: job.hiringOrganization?.companyPhilosophy?.companyMission,
|
|
2967
|
-
wow: job.hiringOrganization?.
|
|
2969
|
+
wow: job.hiringOrganization?.companyNDG?.companyWow,
|
|
2968
2970
|
website: job.hiringOrganization?.companyWebsite
|
|
2969
2971
|
}
|
|
2970
2972
|
),
|
|
@@ -3072,7 +3074,7 @@ var companyNdgSchema = z2.object({
|
|
|
3072
3074
|
version: z2.literal("1.0.0").default("1.0.0"),
|
|
3073
3075
|
type: z2.string().describe("Document type used for schema"),
|
|
3074
3076
|
companyWow: z2.optional(z2.string()).describe("What is the wow of this company?"),
|
|
3075
|
-
|
|
3077
|
+
companyNDGTake: z2.optional(z2.string()).describe("What is the NDG POV on this company?"),
|
|
3076
3078
|
companyBestFit: z2.optional(z2.array(z2.string())),
|
|
3077
3079
|
companyInterests: z2.optional(z2.array(z2.string()))
|
|
3078
3080
|
});
|
|
@@ -3108,7 +3110,7 @@ var companySchema = z2.object({
|
|
|
3108
3110
|
brandColor: z2.optional(z2.string()).describe("The brand color of the company"),
|
|
3109
3111
|
companyCareers: z2.optional(companyCareersSchema).describe("Career Specific Information for the company."),
|
|
3110
3112
|
companyPhilosophy: z2.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
|
|
3111
|
-
|
|
3113
|
+
companyNDG: z2.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
|
|
3112
3114
|
foundingInfo: z2.optional(foundingInformationSchema),
|
|
3113
3115
|
headquartersLocation: z2.optional(placeSchema),
|
|
3114
3116
|
employeeEstimate: z2.optional(z2.string()),
|