@next-degree/pickle-shared-js 0.7.51 → 0.9.2
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/JobDescription.cjs +2 -1
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +2 -1
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +2 -1
- 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 +2 -1
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/command.d.cts +7 -7
- package/dist/components/primitives/command.d.ts +7 -7
- package/dist/components/primitives/radio-group.cjs +74 -0
- package/dist/components/primitives/radio-group.cjs.map +1 -0
- package/dist/components/primitives/radio-group.d.cts +9 -0
- package/dist/components/primitives/radio-group.d.ts +9 -0
- package/dist/components/primitives/radio-group.js +39 -0
- package/dist/components/primitives/radio-group.js.map +1 -0
- package/dist/components/ui/Button.cjs +2 -1
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.d.cts +1 -1
- package/dist/components/ui/Button.d.ts +1 -1
- package/dist/components/ui/Button.js +2 -1
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs +38 -13
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.d.cts +2 -1
- package/dist/components/ui/Checkbox.d.ts +2 -1
- package/dist/components/ui/Checkbox.js +31 -11
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Combobox.cjs +62 -41
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.js +53 -32
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/DatePicker.cjs +133 -149
- package/dist/components/ui/DatePicker.cjs.map +1 -1
- package/dist/components/ui/DatePicker.js +132 -148
- package/dist/components/ui/DatePicker.js.map +1 -1
- package/dist/components/ui/ListItem.cjs +40 -21
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js +36 -17
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/Radio.cjs +177 -0
- package/dist/components/ui/Radio.cjs.map +1 -0
- package/dist/components/ui/Radio.d.cts +27 -0
- package/dist/components/ui/Radio.d.ts +27 -0
- package/dist/components/ui/Radio.js +142 -0
- package/dist/components/ui/Radio.js.map +1 -0
- package/dist/components/ui/ReadMore.cjs +2 -1
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +2 -1
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +48 -24
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +49 -25
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/Switch.cjs +83 -0
- package/dist/components/ui/Switch.cjs.map +1 -0
- package/dist/components/ui/Switch.d.cts +10 -0
- package/dist/components/ui/Switch.d.ts +10 -0
- package/dist/components/ui/Switch.js +48 -0
- package/dist/components/ui/Switch.js.map +1 -0
- package/dist/components/ui/buttonShadcn.cjs +2 -9
- package/dist/components/ui/buttonShadcn.cjs.map +1 -1
- package/dist/components/ui/buttonShadcn.d.cts +2 -2
- package/dist/components/ui/buttonShadcn.d.ts +2 -2
- package/dist/components/ui/buttonShadcn.js +2 -9
- package/dist/components/ui/buttonShadcn.js.map +1 -1
- package/dist/components/ui/calendar.cjs +7 -17
- package/dist/components/ui/calendar.cjs.map +1 -1
- package/dist/components/ui/calendar.js +7 -17
- package/dist/components/ui/calendar.js.map +1 -1
- package/dist/{displayText-CQRZ2fOT.d.cts → displayText-ca_ofoAC.d.cts} +2 -2
- package/dist/{displayText-LlsLfkTS.d.ts → displayText-eoAHqSNz.d.ts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/index.cjs +574 -259
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -7
- package/dist/index.d.ts +13 -7
- package/dist/index.js +536 -224
- 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/styles/globals.css +78 -0
- 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/package.json +7 -10
- package/dist/{company_service_latest-8IMr2hMZ.d.cts → company_service_latest-CRQFzMep.d.cts} +364 -364
- package/dist/{company_service_latest-8IMr2hMZ.d.ts → company_service_latest-CRQFzMep.d.ts} +364 -364
- package/dist/{job_posting_service_latest-CKITrYyz.d.cts → job_posting_service_latest-BOVbz68F.d.cts} +314 -314
- package/dist/{job_posting_service_latest-CKITrYyz.d.ts → job_posting_service_latest-BOVbz68F.d.ts} +314 -314
- package/dist/{shared_pickle_output_latest-Cwf2EMdH.d.cts → shared_pickle_output_latest-DKOmTyYk.d.cts} +18 -18
- package/dist/{shared_pickle_output_latest-Cwf2EMdH.d.ts → shared_pickle_output_latest-DKOmTyYk.d.ts} +18 -18
|
@@ -207,11 +207,11 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
207
207
|
url: z.ZodOptional<z.ZodString>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
209
|
version: "1.0.0";
|
|
210
|
-
label?: string | undefined;
|
|
211
|
-
title?: string | undefined;
|
|
212
|
-
path?: string | undefined;
|
|
213
210
|
size?: number | undefined;
|
|
211
|
+
title?: string | undefined;
|
|
214
212
|
url?: string | undefined;
|
|
213
|
+
label?: string | undefined;
|
|
214
|
+
path?: string | undefined;
|
|
215
215
|
description?: string | undefined;
|
|
216
216
|
altText?: string | undefined;
|
|
217
217
|
assetId?: string | undefined;
|
|
@@ -221,12 +221,12 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
221
221
|
sha1Hash?: string | undefined;
|
|
222
222
|
uploadId?: string | undefined;
|
|
223
223
|
}, {
|
|
224
|
-
|
|
224
|
+
size?: number | undefined;
|
|
225
225
|
title?: string | undefined;
|
|
226
|
+
url?: string | undefined;
|
|
227
|
+
label?: string | undefined;
|
|
226
228
|
path?: string | undefined;
|
|
227
229
|
version?: "1.0.0" | undefined;
|
|
228
|
-
size?: number | undefined;
|
|
229
|
-
url?: string | undefined;
|
|
230
230
|
description?: string | undefined;
|
|
231
231
|
altText?: string | undefined;
|
|
232
232
|
assetId?: string | undefined;
|
|
@@ -257,11 +257,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
257
257
|
url: z.ZodOptional<z.ZodString>;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
259
259
|
version: "1.0.0";
|
|
260
|
-
label?: string | undefined;
|
|
261
|
-
title?: string | undefined;
|
|
262
|
-
path?: string | undefined;
|
|
263
260
|
size?: number | undefined;
|
|
261
|
+
title?: string | undefined;
|
|
264
262
|
url?: string | undefined;
|
|
263
|
+
label?: string | undefined;
|
|
264
|
+
path?: string | undefined;
|
|
265
265
|
description?: string | undefined;
|
|
266
266
|
altText?: string | undefined;
|
|
267
267
|
assetId?: string | undefined;
|
|
@@ -271,12 +271,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
271
271
|
sha1Hash?: string | undefined;
|
|
272
272
|
uploadId?: string | undefined;
|
|
273
273
|
}, {
|
|
274
|
-
|
|
274
|
+
size?: number | undefined;
|
|
275
275
|
title?: string | undefined;
|
|
276
|
+
url?: string | undefined;
|
|
277
|
+
label?: string | undefined;
|
|
276
278
|
path?: string | undefined;
|
|
277
279
|
version?: "1.0.0" | undefined;
|
|
278
|
-
size?: number | undefined;
|
|
279
|
-
url?: string | undefined;
|
|
280
280
|
description?: string | undefined;
|
|
281
281
|
altText?: string | undefined;
|
|
282
282
|
assetId?: string | undefined;
|
|
@@ -291,11 +291,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
291
291
|
version: "1.0.0";
|
|
292
292
|
asset?: {
|
|
293
293
|
version: "1.0.0";
|
|
294
|
-
label?: string | undefined;
|
|
295
|
-
title?: string | undefined;
|
|
296
|
-
path?: string | undefined;
|
|
297
294
|
size?: number | undefined;
|
|
295
|
+
title?: string | undefined;
|
|
298
296
|
url?: string | undefined;
|
|
297
|
+
label?: string | undefined;
|
|
298
|
+
path?: string | undefined;
|
|
299
299
|
description?: string | undefined;
|
|
300
300
|
altText?: string | undefined;
|
|
301
301
|
assetId?: string | undefined;
|
|
@@ -309,12 +309,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
309
309
|
type: string;
|
|
310
310
|
version?: "1.0.0" | undefined;
|
|
311
311
|
asset?: {
|
|
312
|
-
|
|
312
|
+
size?: number | undefined;
|
|
313
313
|
title?: string | undefined;
|
|
314
|
+
url?: string | undefined;
|
|
315
|
+
label?: string | undefined;
|
|
314
316
|
path?: string | undefined;
|
|
315
317
|
version?: "1.0.0" | undefined;
|
|
316
|
-
size?: number | undefined;
|
|
317
|
-
url?: string | undefined;
|
|
318
318
|
description?: string | undefined;
|
|
319
319
|
altText?: string | undefined;
|
|
320
320
|
assetId?: string | undefined;
|
package/dist/{shared_pickle_output_latest-Cwf2EMdH.d.ts → shared_pickle_output_latest-DKOmTyYk.d.ts}
RENAMED
|
@@ -207,11 +207,11 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
207
207
|
url: z.ZodOptional<z.ZodString>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
209
|
version: "1.0.0";
|
|
210
|
-
label?: string | undefined;
|
|
211
|
-
title?: string | undefined;
|
|
212
|
-
path?: string | undefined;
|
|
213
210
|
size?: number | undefined;
|
|
211
|
+
title?: string | undefined;
|
|
214
212
|
url?: string | undefined;
|
|
213
|
+
label?: string | undefined;
|
|
214
|
+
path?: string | undefined;
|
|
215
215
|
description?: string | undefined;
|
|
216
216
|
altText?: string | undefined;
|
|
217
217
|
assetId?: string | undefined;
|
|
@@ -221,12 +221,12 @@ declare const imageAssetSchema: z.ZodObject<{
|
|
|
221
221
|
sha1Hash?: string | undefined;
|
|
222
222
|
uploadId?: string | undefined;
|
|
223
223
|
}, {
|
|
224
|
-
|
|
224
|
+
size?: number | undefined;
|
|
225
225
|
title?: string | undefined;
|
|
226
|
+
url?: string | undefined;
|
|
227
|
+
label?: string | undefined;
|
|
226
228
|
path?: string | undefined;
|
|
227
229
|
version?: "1.0.0" | undefined;
|
|
228
|
-
size?: number | undefined;
|
|
229
|
-
url?: string | undefined;
|
|
230
230
|
description?: string | undefined;
|
|
231
231
|
altText?: string | undefined;
|
|
232
232
|
assetId?: string | undefined;
|
|
@@ -257,11 +257,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
257
257
|
url: z.ZodOptional<z.ZodString>;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
259
259
|
version: "1.0.0";
|
|
260
|
-
label?: string | undefined;
|
|
261
|
-
title?: string | undefined;
|
|
262
|
-
path?: string | undefined;
|
|
263
260
|
size?: number | undefined;
|
|
261
|
+
title?: string | undefined;
|
|
264
262
|
url?: string | undefined;
|
|
263
|
+
label?: string | undefined;
|
|
264
|
+
path?: string | undefined;
|
|
265
265
|
description?: string | undefined;
|
|
266
266
|
altText?: string | undefined;
|
|
267
267
|
assetId?: string | undefined;
|
|
@@ -271,12 +271,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
271
271
|
sha1Hash?: string | undefined;
|
|
272
272
|
uploadId?: string | undefined;
|
|
273
273
|
}, {
|
|
274
|
-
|
|
274
|
+
size?: number | undefined;
|
|
275
275
|
title?: string | undefined;
|
|
276
|
+
url?: string | undefined;
|
|
277
|
+
label?: string | undefined;
|
|
276
278
|
path?: string | undefined;
|
|
277
279
|
version?: "1.0.0" | undefined;
|
|
278
|
-
size?: number | undefined;
|
|
279
|
-
url?: string | undefined;
|
|
280
280
|
description?: string | undefined;
|
|
281
281
|
altText?: string | undefined;
|
|
282
282
|
assetId?: string | undefined;
|
|
@@ -291,11 +291,11 @@ declare const imageSchema: z.ZodObject<{
|
|
|
291
291
|
version: "1.0.0";
|
|
292
292
|
asset?: {
|
|
293
293
|
version: "1.0.0";
|
|
294
|
-
label?: string | undefined;
|
|
295
|
-
title?: string | undefined;
|
|
296
|
-
path?: string | undefined;
|
|
297
294
|
size?: number | undefined;
|
|
295
|
+
title?: string | undefined;
|
|
298
296
|
url?: string | undefined;
|
|
297
|
+
label?: string | undefined;
|
|
298
|
+
path?: string | undefined;
|
|
299
299
|
description?: string | undefined;
|
|
300
300
|
altText?: string | undefined;
|
|
301
301
|
assetId?: string | undefined;
|
|
@@ -309,12 +309,12 @@ declare const imageSchema: z.ZodObject<{
|
|
|
309
309
|
type: string;
|
|
310
310
|
version?: "1.0.0" | undefined;
|
|
311
311
|
asset?: {
|
|
312
|
-
|
|
312
|
+
size?: number | undefined;
|
|
313
313
|
title?: string | undefined;
|
|
314
|
+
url?: string | undefined;
|
|
315
|
+
label?: string | undefined;
|
|
314
316
|
path?: string | undefined;
|
|
315
317
|
version?: "1.0.0" | undefined;
|
|
316
|
-
size?: number | undefined;
|
|
317
|
-
url?: string | undefined;
|
|
318
318
|
description?: string | undefined;
|
|
319
319
|
altText?: string | undefined;
|
|
320
320
|
assetId?: string | undefined;
|