@next-degree/pickle-shared-js 0.7.51 → 0.7.52

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.
Files changed (39) hide show
  1. package/dist/components/jobPost/JobPost.d.cts +1 -1
  2. package/dist/components/jobPost/JobPost.d.ts +1 -1
  3. package/dist/components/primitives/command.d.cts +2 -2
  4. package/dist/components/primitives/command.d.ts +2 -2
  5. package/dist/components/primitives/input-otp.d.cts +2 -2
  6. package/dist/components/primitives/input-otp.d.ts +2 -2
  7. package/dist/components/ui/buttonShadcn.d.cts +1 -1
  8. package/dist/components/ui/buttonShadcn.d.ts +1 -1
  9. package/dist/{displayText-CQRZ2fOT.d.cts → displayText-6TMMBOmQ.d.cts} +2 -2
  10. package/dist/{displayText-LlsLfkTS.d.ts → displayText-BCC_oy5I.d.ts} +2 -2
  11. package/dist/hooks/useDisplayText.d.cts +3 -3
  12. package/dist/hooks/useDisplayText.d.ts +3 -3
  13. package/dist/index.cjs +284 -96
  14. package/dist/index.cjs.map +1 -1
  15. package/dist/index.d.cts +5 -4
  16. package/dist/index.d.ts +5 -4
  17. package/dist/index.js +255 -68
  18. package/dist/index.js.map +1 -1
  19. package/dist/lib/locations.d.cts +2 -2
  20. package/dist/lib/locations.d.ts +2 -2
  21. package/dist/lib/mappings.d.cts +3 -3
  22. package/dist/lib/mappings.d.ts +3 -3
  23. package/dist/lib/salaryRange.d.cts +1 -1
  24. package/dist/lib/salaryRange.d.ts +1 -1
  25. package/dist/services/displayText.d.cts +3 -3
  26. package/dist/services/displayText.d.ts +3 -3
  27. package/dist/types/data/company_service_latest.d.cts +1 -1
  28. package/dist/types/data/company_service_latest.d.ts +1 -1
  29. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  30. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  31. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  32. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  33. package/package.json +1 -1
  34. package/dist/{company_service_latest-8IMr2hMZ.d.cts → company_service_latest-BUKbZgpZ.d.cts} +229 -229
  35. package/dist/{company_service_latest-8IMr2hMZ.d.ts → company_service_latest-BUKbZgpZ.d.ts} +229 -229
  36. package/dist/{job_posting_service_latest-CKITrYyz.d.cts → job_posting_service_latest-2KcpupDl.d.cts} +209 -209
  37. package/dist/{job_posting_service_latest-CKITrYyz.d.ts → job_posting_service_latest-2KcpupDl.d.ts} +209 -209
  38. package/dist/{shared_pickle_output_latest-Cwf2EMdH.d.cts → shared_pickle_output_latest-D2n-PRlx.d.cts} +17 -17
  39. package/dist/{shared_pickle_output_latest-Cwf2EMdH.d.ts → shared_pickle_output_latest-D2n-PRlx.d.ts} +17 -17
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
- import { J as JobPostModel } from '../../job_posting_service_latest-CKITrYyz.cjs';
3
+ import { J as JobPostModel } from '../../job_posting_service_latest-2KcpupDl.cjs';
4
4
  import 'zod';
5
5
 
6
6
  type JobPostProps = {
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
- import { J as JobPostModel } from '../../job_posting_service_latest-CKITrYyz.js';
3
+ import { J as JobPostModel } from '../../job_posting_service_latest-2KcpupDl.js';
4
4
  import 'zod';
5
5
 
6
6
  type JobPostProps = {
@@ -25,7 +25,7 @@ declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<
25
25
  ref?: React.Ref<HTMLInputElement>;
26
26
  } & {
27
27
  asChild?: boolean;
28
- }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
28
+ }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "onChange" | "value"> & {
29
29
  value?: string;
30
30
  onValueChange?: (search: string) => void;
31
31
  } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
@@ -69,7 +69,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
69
69
  ref?: React.Ref<HTMLDivElement>;
70
70
  } & {
71
71
  asChild?: boolean;
72
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
72
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "onSelect" | "disabled" | "value"> & {
73
73
  disabled?: boolean;
74
74
  onSelect?: (value: string) => void;
75
75
  value?: string;
@@ -25,7 +25,7 @@ declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<
25
25
  ref?: React.Ref<HTMLInputElement>;
26
26
  } & {
27
27
  asChild?: boolean;
28
- }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
28
+ }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "onChange" | "value"> & {
29
29
  value?: string;
30
30
  onValueChange?: (search: string) => void;
31
31
  } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
@@ -69,7 +69,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
69
69
  ref?: React.Ref<HTMLDivElement>;
70
70
  } & {
71
71
  asChild?: boolean;
72
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
72
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "onSelect" | "disabled" | "value"> & {
73
73
  disabled?: boolean;
74
74
  onSelect?: (value: string) => void;
75
75
  value?: string;
@@ -1,7 +1,7 @@
1
1
  import * as input_otp from 'input-otp';
2
2
  import * as React from 'react';
3
3
 
4
- declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
4
+ declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
5
5
  value?: string;
6
6
  onChange?: (newValue: string) => unknown;
7
7
  maxLength: number;
@@ -14,7 +14,7 @@ declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHT
14
14
  } & {
15
15
  render: (props: input_otp.RenderProps) => React.ReactNode;
16
16
  children?: never;
17
- } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
17
+ } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
18
18
  value?: string;
19
19
  onChange?: (newValue: string) => unknown;
20
20
  maxLength: number;
@@ -1,7 +1,7 @@
1
1
  import * as input_otp from 'input-otp';
2
2
  import * as React from 'react';
3
3
 
4
- declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
4
+ declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
5
5
  value?: string;
6
6
  onChange?: (newValue: string) => unknown;
7
7
  maxLength: number;
@@ -14,7 +14,7 @@ declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHT
14
14
  } & {
15
15
  render: (props: input_otp.RenderProps) => React.ReactNode;
16
16
  children?: never;
17
- } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
17
+ } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
18
18
  value?: string;
19
19
  onChange?: (newValue: string) => unknown;
20
20
  maxLength: number;
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const buttonVariants: (props?: ({
6
- variant?: "link" | "default" | "secondary" | "outline" | "destructive" | "ghost" | null | undefined;
6
+ variant?: "link" | "default" | "outline" | "secondary" | "destructive" | "ghost" | null | undefined;
7
7
  size?: "default" | "icon" | "sm" | "lg" | null | undefined;
8
8
  } & cva_types.ClassProp) | undefined) => string;
9
9
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const buttonVariants: (props?: ({
6
- variant?: "link" | "default" | "secondary" | "outline" | "destructive" | "ghost" | null | undefined;
6
+ variant?: "link" | "default" | "outline" | "secondary" | "destructive" | "ghost" | null | undefined;
7
7
  size?: "default" | "icon" | "sm" | "lg" | null | undefined;
8
8
  } & cva_types.ClassProp) | undefined) => string;
9
9
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
@@ -1,7 +1,7 @@
1
1
  import * as zod from 'zod';
2
2
  import { z } from 'zod';
3
- import { E as EmploymentTypeEnum, a as EmploymentLevelEnum, b as JobFunctionEnum, B as BestFitEnum, C as ClinicalSpecialtyEnum, S as ShiftEnum, c as ClinicalSettingEnum } from './job_posting_service_latest-CKITrYyz.cjs';
4
- import { U as UnitTextEnum, C as CurrencyEnum } from './shared_pickle_output_latest-Cwf2EMdH.cjs';
3
+ import { E as EmploymentTypeEnum, a as EmploymentLevelEnum, b as JobFunctionEnum, B as BestFitEnum, C as ClinicalSpecialtyEnum, S as ShiftEnum, c as ClinicalSettingEnum } from './job_posting_service_latest-2KcpupDl.cjs';
4
+ import { U as UnitTextEnum, C as CurrencyEnum } from './shared_pickle_output_latest-D2n-PRlx.cjs';
5
5
 
6
6
  declare const employmentTypeDisplayText: DisplayTextConfig<typeof EmploymentTypeEnum>;
7
7
  declare const unitTextDisplayText: DisplayTextConfig<typeof UnitTextEnum>;
@@ -1,7 +1,7 @@
1
1
  import * as zod from 'zod';
2
2
  import { z } from 'zod';
3
- import { E as EmploymentTypeEnum, a as EmploymentLevelEnum, b as JobFunctionEnum, B as BestFitEnum, C as ClinicalSpecialtyEnum, S as ShiftEnum, c as ClinicalSettingEnum } from './job_posting_service_latest-CKITrYyz.js';
4
- import { U as UnitTextEnum, C as CurrencyEnum } from './shared_pickle_output_latest-Cwf2EMdH.js';
3
+ import { E as EmploymentTypeEnum, a as EmploymentLevelEnum, b as JobFunctionEnum, B as BestFitEnum, C as ClinicalSpecialtyEnum, S as ShiftEnum, c as ClinicalSettingEnum } from './job_posting_service_latest-2KcpupDl.js';
4
+ import { U as UnitTextEnum, C as CurrencyEnum } from './shared_pickle_output_latest-D2n-PRlx.js';
5
5
 
6
6
  declare const employmentTypeDisplayText: DisplayTextConfig<typeof EmploymentTypeEnum>;
7
7
  declare const unitTextDisplayText: DisplayTextConfig<typeof UnitTextEnum>;
@@ -1,7 +1,7 @@
1
- import { S as ServiceMappings } from '../displayText-CQRZ2fOT.cjs';
1
+ import { S as ServiceMappings } from '../displayText-6TMMBOmQ.cjs';
2
2
  import 'zod';
3
- import '../job_posting_service_latest-CKITrYyz.cjs';
4
- import '../shared_pickle_output_latest-Cwf2EMdH.cjs';
3
+ import '../job_posting_service_latest-2KcpupDl.cjs';
4
+ import '../shared_pickle_output_latest-D2n-PRlx.cjs';
5
5
 
6
6
  declare const useDisplayText: (scope: keyof ServiceMappings, value: string | string[] | undefined | null) => string;
7
7
 
@@ -1,7 +1,7 @@
1
- import { S as ServiceMappings } from '../displayText-LlsLfkTS.js';
1
+ import { S as ServiceMappings } from '../displayText-BCC_oy5I.js';
2
2
  import 'zod';
3
- import '../job_posting_service_latest-CKITrYyz.js';
4
- import '../shared_pickle_output_latest-Cwf2EMdH.js';
3
+ import '../job_posting_service_latest-2KcpupDl.js';
4
+ import '../shared_pickle_output_latest-D2n-PRlx.js';
5
5
 
6
6
  declare const useDisplayText: (scope: keyof ServiceMappings, value: string | string[] | undefined | null) => string;
7
7