@next-degree/pickle-shared-js 0.9.3 → 0.9.4
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/components/jobPost/JobPost.cjs +2 -0
- 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 +2 -0
- package/dist/components/jobPost/JobPost.js.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/input-otp.d.cts +2 -2
- package/dist/components/primitives/input-otp.d.ts +2 -2
- package/dist/{displayText-ca_ofoAC.d.cts → displayText-B5n9hDm3.d.cts} +2 -2
- package/dist/{displayText-eoAHqSNz.d.ts → displayText-Byd8i1xM.d.ts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/index.cjs +2 -0
- 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 +2 -0
- package/dist/index.js.map +1 -1
- 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.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/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/package.json +1 -1
- package/dist/{job_posting_service_latest-BOVbz68F.d.cts → job_posting_service_latest-D9T7gVhJ.d.cts} +5 -5
- package/dist/{job_posting_service_latest-BOVbz68F.d.ts → job_posting_service_latest-D9T7gVhJ.d.ts} +5 -5
- package/dist/{shared_pickle_output_latest-DKOmTyYk.d.cts → shared_pickle_output_latest-CXBCG04N.d.cts} +4 -4
- package/dist/{shared_pickle_output_latest-DKOmTyYk.d.ts → shared_pickle_output_latest-CXBCG04N.d.ts} +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -31,8 +31,8 @@ export { WindowHistoryProvider } from './contexts/WindowHistoryProvider.cjs';
|
|
|
31
31
|
export { useDisplayText } from './hooks/useDisplayText.cjs';
|
|
32
32
|
export { useWindowHistory } from './hooks/useWindowHistory.cjs';
|
|
33
33
|
export { c as CompanyService } from './company_service_latest-CRQFzMep.cjs';
|
|
34
|
-
export { j as JobPostService } from './job_posting_service_latest-
|
|
35
|
-
export { s as SharedService } from './shared_pickle_output_latest-
|
|
34
|
+
export { j as JobPostService } from './job_posting_service_latest-D9T7gVhJ.cjs';
|
|
35
|
+
export { s as SharedService } from './shared_pickle_output_latest-CXBCG04N.cjs';
|
|
36
36
|
import 'cva/types';
|
|
37
37
|
import 'react/jsx-runtime';
|
|
38
38
|
import 'cva';
|
|
@@ -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-B5n9hDm3.cjs';
|
|
50
50
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export { WindowHistoryProvider } from './contexts/WindowHistoryProvider.js';
|
|
|
31
31
|
export { useDisplayText } from './hooks/useDisplayText.js';
|
|
32
32
|
export { useWindowHistory } from './hooks/useWindowHistory.js';
|
|
33
33
|
export { c as CompanyService } from './company_service_latest-CRQFzMep.js';
|
|
34
|
-
export { j as JobPostService } from './job_posting_service_latest-
|
|
35
|
-
export { s as SharedService } from './shared_pickle_output_latest-
|
|
34
|
+
export { j as JobPostService } from './job_posting_service_latest-D9T7gVhJ.js';
|
|
35
|
+
export { s as SharedService } from './shared_pickle_output_latest-CXBCG04N.js';
|
|
36
36
|
import 'cva/types';
|
|
37
37
|
import 'react/jsx-runtime';
|
|
38
38
|
import 'cva';
|
|
@@ -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-Byd8i1xM.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
|
}
|