@next-degree/pickle-shared-js 0.6.47 → 0.6.50
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-uu3w8AR6.d.cts → company_service_latest-B7KhyYDc.d.cts} +2056 -328
- package/dist/{company_service_latest-uu3w8AR6.d.ts → company_service_latest-B7KhyYDc.d.ts} +2056 -328
- package/dist/components/jobPost/JobDescription.cjs +13 -4
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +13 -4
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +47 -14
- 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 +47 -14
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/command.d.cts +1 -1
- package/dist/components/primitives/command.d.ts +1 -1
- package/dist/components/ui/MapComponent.cjs +9 -2
- 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 +9 -2
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +13 -4
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +13 -4
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +5 -11
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +5 -11
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs +92 -0
- package/dist/components/ui/StepTabs.cjs.map +1 -0
- package/dist/components/ui/StepTabs.d.cts +13 -0
- package/dist/components/ui/StepTabs.d.ts +13 -0
- package/dist/components/ui/StepTabs.js +58 -0
- package/dist/components/ui/StepTabs.js.map +1 -0
- package/dist/{displayText-D3BX6YTj.d.cts → displayText-BCQw5Qq-.d.cts} +2 -2
- package/dist/{displayText-CcePAspL.d.ts → displayText-Bqmpx1Va.d.ts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/index.cjs +92 -55
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +92 -55
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-CWuc_SuJ.d.cts → job_posting_service_latest-C2z66hFK.d.cts} +1787 -329
- package/dist/{job_posting_service_latest-CWuc_SuJ.d.ts → job_posting_service_latest-C2z66hFK.d.ts} +1787 -329
- 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 +29 -6
- 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 +29 -6
- package/dist/lib/salaryRange.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-CxZJXPOS.d.cts → shared_pickle_output_latest-_L9GxVle.d.cts} +164 -8
- package/dist/{shared_pickle_output_latest-CxZJXPOS.d.ts → shared_pickle_output_latest-_L9GxVle.d.ts} +164 -8
- package/dist/styles/globals.css +96 -6
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +58 -35
- 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 +57 -33
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +57 -32
- 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 +57 -32
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs +33 -6
- 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 +31 -6
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/package.json +5 -1
package/dist/{shared_pickle_output_latest-CxZJXPOS.d.ts → shared_pickle_output_latest-_L9GxVle.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
|
-
declare const TypeEnum: z.ZodEnum<["
|
|
3
|
+
declare const TypeEnum: z.ZodEnum<["IMAGE"]>;
|
|
4
4
|
declare const DetailLevelEnum: z.ZodEnum<["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]>;
|
|
5
5
|
declare const UnitTextEnum: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
6
6
|
declare const CurrencyEnum: z.ZodEnum<["EUR", "GBP", "USD"]>;
|
|
@@ -11,22 +11,28 @@ declare const postalAddressSchema: z.ZodObject<{
|
|
|
11
11
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
12
12
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
13
13
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
14
|
+
streetNumber: z.ZodOptional<z.ZodString>;
|
|
14
15
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
16
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15
17
|
}, "strip", z.ZodTypeAny, {
|
|
16
18
|
type: string;
|
|
17
19
|
version: "1.0.0";
|
|
18
20
|
addressCountry: string;
|
|
21
|
+
description?: string | undefined;
|
|
19
22
|
addressRegion?: string | undefined;
|
|
20
23
|
addressLocality?: string | undefined;
|
|
21
24
|
streetAddress?: string | undefined;
|
|
25
|
+
streetNumber?: string | undefined;
|
|
22
26
|
postalCode?: string | undefined;
|
|
23
27
|
}, {
|
|
24
28
|
type: string;
|
|
25
29
|
addressCountry: string;
|
|
26
30
|
version?: "1.0.0" | undefined;
|
|
31
|
+
description?: string | undefined;
|
|
27
32
|
addressRegion?: string | undefined;
|
|
28
33
|
addressLocality?: string | undefined;
|
|
29
34
|
streetAddress?: string | undefined;
|
|
35
|
+
streetNumber?: string | undefined;
|
|
30
36
|
postalCode?: string | undefined;
|
|
31
37
|
}>;
|
|
32
38
|
type PostalAddressModel = z.infer<typeof postalAddressSchema>;
|
|
@@ -42,22 +48,28 @@ declare const placeSchema: z.ZodObject<{
|
|
|
42
48
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
43
49
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
44
50
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
51
|
+
streetNumber: z.ZodOptional<z.ZodString>;
|
|
45
52
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
53
|
+
description: z.ZodOptional<z.ZodString>;
|
|
46
54
|
}, "strip", z.ZodTypeAny, {
|
|
47
55
|
type: string;
|
|
48
56
|
version: "1.0.0";
|
|
49
57
|
addressCountry: string;
|
|
58
|
+
description?: string | undefined;
|
|
50
59
|
addressRegion?: string | undefined;
|
|
51
60
|
addressLocality?: string | undefined;
|
|
52
61
|
streetAddress?: string | undefined;
|
|
62
|
+
streetNumber?: string | undefined;
|
|
53
63
|
postalCode?: string | undefined;
|
|
54
64
|
}, {
|
|
55
65
|
type: string;
|
|
56
66
|
addressCountry: string;
|
|
57
67
|
version?: "1.0.0" | undefined;
|
|
68
|
+
description?: string | undefined;
|
|
58
69
|
addressRegion?: string | undefined;
|
|
59
70
|
addressLocality?: string | undefined;
|
|
60
71
|
streetAddress?: string | undefined;
|
|
72
|
+
streetNumber?: string | undefined;
|
|
61
73
|
postalCode?: string | undefined;
|
|
62
74
|
}>>;
|
|
63
75
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -66,9 +78,11 @@ declare const placeSchema: z.ZodObject<{
|
|
|
66
78
|
type: string;
|
|
67
79
|
version: "1.0.0";
|
|
68
80
|
addressCountry: string;
|
|
81
|
+
description?: string | undefined;
|
|
69
82
|
addressRegion?: string | undefined;
|
|
70
83
|
addressLocality?: string | undefined;
|
|
71
84
|
streetAddress?: string | undefined;
|
|
85
|
+
streetNumber?: string | undefined;
|
|
72
86
|
postalCode?: string | undefined;
|
|
73
87
|
} | undefined;
|
|
74
88
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -79,9 +93,11 @@ declare const placeSchema: z.ZodObject<{
|
|
|
79
93
|
type: string;
|
|
80
94
|
addressCountry: string;
|
|
81
95
|
version?: "1.0.0" | undefined;
|
|
96
|
+
description?: string | undefined;
|
|
82
97
|
addressRegion?: string | undefined;
|
|
83
98
|
addressLocality?: string | undefined;
|
|
84
99
|
streetAddress?: string | undefined;
|
|
100
|
+
streetNumber?: string | undefined;
|
|
85
101
|
postalCode?: string | undefined;
|
|
86
102
|
} | undefined;
|
|
87
103
|
version?: "1.0.0" | undefined;
|
|
@@ -99,8 +115,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
99
115
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
100
116
|
}, "strip", z.ZodTypeAny, {
|
|
101
117
|
type: string;
|
|
102
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
103
118
|
version: "1.0.0";
|
|
119
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
104
120
|
value?: number | undefined;
|
|
105
121
|
minValue?: number | undefined;
|
|
106
122
|
maxValue?: number | undefined;
|
|
@@ -128,8 +144,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
128
144
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
129
145
|
}, "strip", z.ZodTypeAny, {
|
|
130
146
|
type: string;
|
|
131
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
132
147
|
version: "1.0.0";
|
|
148
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
133
149
|
value?: number | undefined;
|
|
134
150
|
minValue?: number | undefined;
|
|
135
151
|
maxValue?: number | undefined;
|
|
@@ -147,16 +163,16 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
147
163
|
version: "1.0.0";
|
|
148
164
|
value?: {
|
|
149
165
|
type: string;
|
|
150
|
-
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
151
166
|
version: "1.0.0";
|
|
167
|
+
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
152
168
|
value?: number | undefined;
|
|
153
169
|
minValue?: number | undefined;
|
|
154
170
|
maxValue?: number | undefined;
|
|
155
171
|
} | undefined;
|
|
156
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
157
172
|
minValue?: number | undefined;
|
|
158
173
|
maxValue?: number | undefined;
|
|
159
174
|
singleValue?: number | undefined;
|
|
175
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
160
176
|
}, {
|
|
161
177
|
type: string;
|
|
162
178
|
value?: {
|
|
@@ -167,28 +183,168 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
167
183
|
minValue?: number | undefined;
|
|
168
184
|
maxValue?: number | undefined;
|
|
169
185
|
} | undefined;
|
|
170
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
171
186
|
version?: "1.0.0" | undefined;
|
|
172
187
|
minValue?: number | undefined;
|
|
173
188
|
maxValue?: number | undefined;
|
|
174
189
|
singleValue?: number | undefined;
|
|
190
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
175
191
|
}>;
|
|
176
192
|
type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;
|
|
193
|
+
declare const imageAssetSchema: z.ZodObject<{
|
|
194
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
195
|
+
altText: z.ZodOptional<z.ZodString>;
|
|
196
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
197
|
+
description: z.ZodOptional<z.ZodString>;
|
|
198
|
+
extension: z.ZodOptional<z.ZodString>;
|
|
199
|
+
label: z.ZodOptional<z.ZodString>;
|
|
200
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
201
|
+
originalFilename: z.ZodOptional<z.ZodString>;
|
|
202
|
+
path: z.ZodOptional<z.ZodString>;
|
|
203
|
+
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
204
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
205
|
+
title: z.ZodOptional<z.ZodString>;
|
|
206
|
+
uploadId: z.ZodOptional<z.ZodString>;
|
|
207
|
+
url: z.ZodOptional<z.ZodString>;
|
|
208
|
+
}, "strip", z.ZodTypeAny, {
|
|
209
|
+
version: "1.0.0";
|
|
210
|
+
label?: string | undefined;
|
|
211
|
+
title?: string | undefined;
|
|
212
|
+
path?: string | undefined;
|
|
213
|
+
url?: string | undefined;
|
|
214
|
+
size?: number | undefined;
|
|
215
|
+
description?: string | undefined;
|
|
216
|
+
altText?: string | undefined;
|
|
217
|
+
assetId?: string | undefined;
|
|
218
|
+
extension?: string | undefined;
|
|
219
|
+
mimeType?: string | undefined;
|
|
220
|
+
originalFilename?: string | undefined;
|
|
221
|
+
sha1Hash?: string | undefined;
|
|
222
|
+
uploadId?: string | undefined;
|
|
223
|
+
}, {
|
|
224
|
+
label?: string | undefined;
|
|
225
|
+
title?: string | undefined;
|
|
226
|
+
path?: string | undefined;
|
|
227
|
+
url?: string | undefined;
|
|
228
|
+
version?: "1.0.0" | undefined;
|
|
229
|
+
size?: number | undefined;
|
|
230
|
+
description?: string | undefined;
|
|
231
|
+
altText?: string | undefined;
|
|
232
|
+
assetId?: string | undefined;
|
|
233
|
+
extension?: string | undefined;
|
|
234
|
+
mimeType?: string | undefined;
|
|
235
|
+
originalFilename?: string | undefined;
|
|
236
|
+
sha1Hash?: string | undefined;
|
|
237
|
+
uploadId?: string | undefined;
|
|
238
|
+
}>;
|
|
239
|
+
type ImageAssetModel = z.infer<typeof imageAssetSchema>;
|
|
240
|
+
declare const imageSchema: z.ZodObject<{
|
|
241
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
242
|
+
type: z.ZodString;
|
|
243
|
+
asset: z.ZodOptional<z.ZodObject<{
|
|
244
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
245
|
+
altText: z.ZodOptional<z.ZodString>;
|
|
246
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
247
|
+
description: z.ZodOptional<z.ZodString>;
|
|
248
|
+
extension: z.ZodOptional<z.ZodString>;
|
|
249
|
+
label: z.ZodOptional<z.ZodString>;
|
|
250
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
251
|
+
originalFilename: z.ZodOptional<z.ZodString>;
|
|
252
|
+
path: z.ZodOptional<z.ZodString>;
|
|
253
|
+
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
254
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
255
|
+
title: z.ZodOptional<z.ZodString>;
|
|
256
|
+
uploadId: z.ZodOptional<z.ZodString>;
|
|
257
|
+
url: z.ZodOptional<z.ZodString>;
|
|
258
|
+
}, "strip", z.ZodTypeAny, {
|
|
259
|
+
version: "1.0.0";
|
|
260
|
+
label?: string | undefined;
|
|
261
|
+
title?: string | undefined;
|
|
262
|
+
path?: string | undefined;
|
|
263
|
+
url?: string | undefined;
|
|
264
|
+
size?: number | undefined;
|
|
265
|
+
description?: string | undefined;
|
|
266
|
+
altText?: string | undefined;
|
|
267
|
+
assetId?: string | undefined;
|
|
268
|
+
extension?: string | undefined;
|
|
269
|
+
mimeType?: string | undefined;
|
|
270
|
+
originalFilename?: string | undefined;
|
|
271
|
+
sha1Hash?: string | undefined;
|
|
272
|
+
uploadId?: string | undefined;
|
|
273
|
+
}, {
|
|
274
|
+
label?: string | undefined;
|
|
275
|
+
title?: string | undefined;
|
|
276
|
+
path?: string | undefined;
|
|
277
|
+
url?: string | undefined;
|
|
278
|
+
version?: "1.0.0" | undefined;
|
|
279
|
+
size?: number | undefined;
|
|
280
|
+
description?: string | undefined;
|
|
281
|
+
altText?: string | undefined;
|
|
282
|
+
assetId?: string | undefined;
|
|
283
|
+
extension?: string | undefined;
|
|
284
|
+
mimeType?: string | undefined;
|
|
285
|
+
originalFilename?: string | undefined;
|
|
286
|
+
sha1Hash?: string | undefined;
|
|
287
|
+
uploadId?: string | undefined;
|
|
288
|
+
}>>;
|
|
289
|
+
}, "strip", z.ZodTypeAny, {
|
|
290
|
+
type: string;
|
|
291
|
+
version: "1.0.0";
|
|
292
|
+
asset?: {
|
|
293
|
+
version: "1.0.0";
|
|
294
|
+
label?: string | undefined;
|
|
295
|
+
title?: string | undefined;
|
|
296
|
+
path?: string | undefined;
|
|
297
|
+
url?: string | undefined;
|
|
298
|
+
size?: number | undefined;
|
|
299
|
+
description?: string | undefined;
|
|
300
|
+
altText?: string | undefined;
|
|
301
|
+
assetId?: string | undefined;
|
|
302
|
+
extension?: string | undefined;
|
|
303
|
+
mimeType?: string | undefined;
|
|
304
|
+
originalFilename?: string | undefined;
|
|
305
|
+
sha1Hash?: string | undefined;
|
|
306
|
+
uploadId?: string | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
}, {
|
|
309
|
+
type: string;
|
|
310
|
+
version?: "1.0.0" | undefined;
|
|
311
|
+
asset?: {
|
|
312
|
+
label?: string | undefined;
|
|
313
|
+
title?: string | undefined;
|
|
314
|
+
path?: string | undefined;
|
|
315
|
+
url?: string | undefined;
|
|
316
|
+
version?: "1.0.0" | undefined;
|
|
317
|
+
size?: number | undefined;
|
|
318
|
+
description?: string | undefined;
|
|
319
|
+
altText?: string | undefined;
|
|
320
|
+
assetId?: string | undefined;
|
|
321
|
+
extension?: string | undefined;
|
|
322
|
+
mimeType?: string | undefined;
|
|
323
|
+
originalFilename?: string | undefined;
|
|
324
|
+
sha1Hash?: string | undefined;
|
|
325
|
+
uploadId?: string | undefined;
|
|
326
|
+
} | undefined;
|
|
327
|
+
}>;
|
|
328
|
+
type ImageModel = z.infer<typeof imageSchema>;
|
|
177
329
|
|
|
178
330
|
declare const shared_pickle_output_latest_CurrencyEnum: typeof CurrencyEnum;
|
|
179
331
|
declare const shared_pickle_output_latest_DetailLevelEnum: typeof DetailLevelEnum;
|
|
332
|
+
type shared_pickle_output_latest_ImageAssetModel = ImageAssetModel;
|
|
333
|
+
type shared_pickle_output_latest_ImageModel = ImageModel;
|
|
180
334
|
type shared_pickle_output_latest_MonetaryAmountModel = MonetaryAmountModel;
|
|
181
335
|
type shared_pickle_output_latest_PlaceModel = PlaceModel;
|
|
182
336
|
type shared_pickle_output_latest_PostalAddressModel = PostalAddressModel;
|
|
183
337
|
type shared_pickle_output_latest_QuantitativeValueModel = QuantitativeValueModel;
|
|
184
338
|
declare const shared_pickle_output_latest_TypeEnum: typeof TypeEnum;
|
|
185
339
|
declare const shared_pickle_output_latest_UnitTextEnum: typeof UnitTextEnum;
|
|
340
|
+
declare const shared_pickle_output_latest_imageAssetSchema: typeof imageAssetSchema;
|
|
341
|
+
declare const shared_pickle_output_latest_imageSchema: typeof imageSchema;
|
|
186
342
|
declare const shared_pickle_output_latest_monetaryAmountSchema: typeof monetaryAmountSchema;
|
|
187
343
|
declare const shared_pickle_output_latest_placeSchema: typeof placeSchema;
|
|
188
344
|
declare const shared_pickle_output_latest_postalAddressSchema: typeof postalAddressSchema;
|
|
189
345
|
declare const shared_pickle_output_latest_quantitativeValueSchema: typeof quantitativeValueSchema;
|
|
190
346
|
declare namespace shared_pickle_output_latest {
|
|
191
|
-
export { shared_pickle_output_latest_CurrencyEnum as CurrencyEnum, shared_pickle_output_latest_DetailLevelEnum as DetailLevelEnum, type shared_pickle_output_latest_MonetaryAmountModel as MonetaryAmountModel, type shared_pickle_output_latest_PlaceModel as PlaceModel, type shared_pickle_output_latest_PostalAddressModel as PostalAddressModel, type shared_pickle_output_latest_QuantitativeValueModel as QuantitativeValueModel, shared_pickle_output_latest_TypeEnum as TypeEnum, shared_pickle_output_latest_UnitTextEnum as UnitTextEnum, shared_pickle_output_latest_monetaryAmountSchema as monetaryAmountSchema, shared_pickle_output_latest_placeSchema as placeSchema, shared_pickle_output_latest_postalAddressSchema as postalAddressSchema, shared_pickle_output_latest_quantitativeValueSchema as quantitativeValueSchema };
|
|
347
|
+
export { shared_pickle_output_latest_CurrencyEnum as CurrencyEnum, shared_pickle_output_latest_DetailLevelEnum as DetailLevelEnum, type shared_pickle_output_latest_ImageAssetModel as ImageAssetModel, type shared_pickle_output_latest_ImageModel as ImageModel, type shared_pickle_output_latest_MonetaryAmountModel as MonetaryAmountModel, type shared_pickle_output_latest_PlaceModel as PlaceModel, type shared_pickle_output_latest_PostalAddressModel as PostalAddressModel, type shared_pickle_output_latest_QuantitativeValueModel as QuantitativeValueModel, shared_pickle_output_latest_TypeEnum as TypeEnum, shared_pickle_output_latest_UnitTextEnum as UnitTextEnum, shared_pickle_output_latest_imageAssetSchema as imageAssetSchema, shared_pickle_output_latest_imageSchema as imageSchema, shared_pickle_output_latest_monetaryAmountSchema as monetaryAmountSchema, shared_pickle_output_latest_placeSchema as placeSchema, shared_pickle_output_latest_postalAddressSchema as postalAddressSchema, shared_pickle_output_latest_quantitativeValueSchema as quantitativeValueSchema };
|
|
192
348
|
}
|
|
193
349
|
|
|
194
|
-
export { CurrencyEnum as C, DetailLevelEnum as D, type MonetaryAmountModel as M, type PostalAddressModel as P, type QuantitativeValueModel as Q, TypeEnum as T, UnitTextEnum as U, placeSchema as a, type PlaceModel as b, monetaryAmountSchema as m, postalAddressSchema as p, quantitativeValueSchema as q, shared_pickle_output_latest as s };
|
|
350
|
+
export { CurrencyEnum as C, DetailLevelEnum as D, type ImageAssetModel as I, type MonetaryAmountModel as M, type PostalAddressModel as P, type QuantitativeValueModel as Q, TypeEnum as T, UnitTextEnum as U, placeSchema as a, type PlaceModel as b, imageSchema as c, type ImageModel as d, imageAssetSchema as i, monetaryAmountSchema as m, postalAddressSchema as p, quantitativeValueSchema as q, shared_pickle_output_latest as s };
|
package/dist/styles/globals.css
CHANGED
|
@@ -864,9 +864,6 @@ video {
|
|
|
864
864
|
.m-1 {
|
|
865
865
|
margin: 0.25rem;
|
|
866
866
|
}
|
|
867
|
-
.m-4 {
|
|
868
|
-
margin: 1rem;
|
|
869
|
-
}
|
|
870
867
|
.-mx-1 {
|
|
871
868
|
margin-left: -0.25rem;
|
|
872
869
|
margin-right: -0.25rem;
|
|
@@ -936,9 +933,6 @@ video {
|
|
|
936
933
|
.h-16 {
|
|
937
934
|
height: 4rem;
|
|
938
935
|
}
|
|
939
|
-
.h-24 {
|
|
940
|
-
height: 6rem;
|
|
941
|
-
}
|
|
942
936
|
.h-3 {
|
|
943
937
|
height: 0.75rem;
|
|
944
938
|
}
|
|
@@ -963,6 +957,9 @@ video {
|
|
|
963
957
|
.h-\[36rem\] {
|
|
964
958
|
height: 36rem;
|
|
965
959
|
}
|
|
960
|
+
.h-\[45px\] {
|
|
961
|
+
height: 45px;
|
|
962
|
+
}
|
|
966
963
|
.h-full {
|
|
967
964
|
height: 100%;
|
|
968
965
|
}
|
|
@@ -1054,9 +1051,15 @@ video {
|
|
|
1054
1051
|
.max-w-xs {
|
|
1055
1052
|
max-width: 20rem;
|
|
1056
1053
|
}
|
|
1054
|
+
.flex-1 {
|
|
1055
|
+
flex: 1 1 0%;
|
|
1056
|
+
}
|
|
1057
1057
|
.shrink-0 {
|
|
1058
1058
|
flex-shrink: 0;
|
|
1059
1059
|
}
|
|
1060
|
+
.grow {
|
|
1061
|
+
flex-grow: 1;
|
|
1062
|
+
}
|
|
1060
1063
|
.translate-x-\[-50\%\] {
|
|
1061
1064
|
--tw-translate-x: -50%;
|
|
1062
1065
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1087,6 +1090,9 @@ video {
|
|
|
1087
1090
|
.animate-spin {
|
|
1088
1091
|
animation: spin 1s linear infinite;
|
|
1089
1092
|
}
|
|
1093
|
+
.cursor-default {
|
|
1094
|
+
cursor: default;
|
|
1095
|
+
}
|
|
1090
1096
|
.cursor-pointer {
|
|
1091
1097
|
cursor: pointer;
|
|
1092
1098
|
}
|
|
@@ -1103,6 +1109,9 @@ video {
|
|
|
1103
1109
|
-moz-appearance: none;
|
|
1104
1110
|
appearance: none;
|
|
1105
1111
|
}
|
|
1112
|
+
.grid-cols-1 {
|
|
1113
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1114
|
+
}
|
|
1106
1115
|
.flex-row {
|
|
1107
1116
|
flex-direction: row;
|
|
1108
1117
|
}
|
|
@@ -1202,6 +1211,10 @@ video {
|
|
|
1202
1211
|
.rounded-xl {
|
|
1203
1212
|
border-radius: 0.75rem;
|
|
1204
1213
|
}
|
|
1214
|
+
.rounded-b-md {
|
|
1215
|
+
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
1216
|
+
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
1217
|
+
}
|
|
1205
1218
|
.rounded-t-3xl {
|
|
1206
1219
|
border-top-left-radius: 1.5rem;
|
|
1207
1220
|
border-top-right-radius: 1.5rem;
|
|
@@ -1213,6 +1226,9 @@ video {
|
|
|
1213
1226
|
border-top-width: 1px;
|
|
1214
1227
|
border-bottom-width: 1px;
|
|
1215
1228
|
}
|
|
1229
|
+
.border-b {
|
|
1230
|
+
border-bottom-width: 1px;
|
|
1231
|
+
}
|
|
1216
1232
|
.border-r {
|
|
1217
1233
|
border-right-width: 1px;
|
|
1218
1234
|
}
|
|
@@ -1309,6 +1325,9 @@ video {
|
|
|
1309
1325
|
.p-4 {
|
|
1310
1326
|
padding: 1rem;
|
|
1311
1327
|
}
|
|
1328
|
+
.p-5 {
|
|
1329
|
+
padding: 1.25rem;
|
|
1330
|
+
}
|
|
1312
1331
|
.p-6 {
|
|
1313
1332
|
padding: 1.5rem;
|
|
1314
1333
|
}
|
|
@@ -1328,6 +1347,10 @@ video {
|
|
|
1328
1347
|
padding-left: 1rem;
|
|
1329
1348
|
padding-right: 1rem;
|
|
1330
1349
|
}
|
|
1350
|
+
.px-5 {
|
|
1351
|
+
padding-left: 1.25rem;
|
|
1352
|
+
padding-right: 1.25rem;
|
|
1353
|
+
}
|
|
1331
1354
|
.px-6 {
|
|
1332
1355
|
padding-left: 1.5rem;
|
|
1333
1356
|
padding-right: 1.5rem;
|
|
@@ -1401,6 +1424,13 @@ video {
|
|
|
1401
1424
|
font-size: 1.5rem;
|
|
1402
1425
|
line-height: 2rem;
|
|
1403
1426
|
}
|
|
1427
|
+
.text-3xl {
|
|
1428
|
+
font-size: 1.875rem;
|
|
1429
|
+
line-height: 2.25rem;
|
|
1430
|
+
}
|
|
1431
|
+
.text-\[15px\] {
|
|
1432
|
+
font-size: 15px;
|
|
1433
|
+
}
|
|
1404
1434
|
.text-base {
|
|
1405
1435
|
font-size: 1rem;
|
|
1406
1436
|
line-height: 1.5rem;
|
|
@@ -1463,6 +1493,14 @@ video {
|
|
|
1463
1493
|
.text-current {
|
|
1464
1494
|
color: currentColor;
|
|
1465
1495
|
}
|
|
1496
|
+
.text-gray-500 {
|
|
1497
|
+
--tw-text-opacity: 1;
|
|
1498
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
1499
|
+
}
|
|
1500
|
+
.text-gray-800 {
|
|
1501
|
+
--tw-text-opacity: 1;
|
|
1502
|
+
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
1503
|
+
}
|
|
1466
1504
|
.text-green-100 {
|
|
1467
1505
|
color: hsla(164, 81%, 6%, 1);
|
|
1468
1506
|
}
|
|
@@ -1495,6 +1533,13 @@ video {
|
|
|
1495
1533
|
.text-purple-100 {
|
|
1496
1534
|
color: hsla(253, 94%, 64%, 1);
|
|
1497
1535
|
}
|
|
1536
|
+
.text-purple-80 {
|
|
1537
|
+
color: hsla(253, 93%, 71%, 1);
|
|
1538
|
+
}
|
|
1539
|
+
.text-red-400 {
|
|
1540
|
+
--tw-text-opacity: 1;
|
|
1541
|
+
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
|
1542
|
+
}
|
|
1498
1543
|
.text-red-600 {
|
|
1499
1544
|
--tw-text-opacity: 1;
|
|
1500
1545
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
|
@@ -1864,6 +1909,9 @@ video {
|
|
|
1864
1909
|
border-top-left-radius: calc(var(--radius) - 2px);
|
|
1865
1910
|
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
1866
1911
|
}
|
|
1912
|
+
.first\:rounded-tl-md:first-child {
|
|
1913
|
+
border-top-left-radius: calc(var(--radius) - 2px);
|
|
1914
|
+
}
|
|
1867
1915
|
.first\:border-l:first-child {
|
|
1868
1916
|
border-left-width: 1px;
|
|
1869
1917
|
}
|
|
@@ -1871,6 +1919,9 @@ video {
|
|
|
1871
1919
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
1872
1920
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
1873
1921
|
}
|
|
1922
|
+
.last\:rounded-tr-md:last-child {
|
|
1923
|
+
border-top-right-radius: calc(var(--radius) - 2px);
|
|
1924
|
+
}
|
|
1874
1925
|
.hover\:border-grey-10:hover {
|
|
1875
1926
|
border-color: hsla(0, 0%, 90%, 1);
|
|
1876
1927
|
}
|
|
@@ -2049,6 +2100,9 @@ video {
|
|
|
2049
2100
|
--tw-text-opacity: 1;
|
|
2050
2101
|
color: rgb(23 23 23 / var(--tw-text-opacity, 1));
|
|
2051
2102
|
}
|
|
2103
|
+
.data-\[state\=active\]\:text-purple-100[data-state=active] {
|
|
2104
|
+
color: hsla(253, 94%, 64%, 1);
|
|
2105
|
+
}
|
|
2052
2106
|
.data-\[state\=checked\]\:text-purple-100[data-state=checked] {
|
|
2053
2107
|
color: hsla(253, 94%, 64%, 1);
|
|
2054
2108
|
}
|
|
@@ -2065,6 +2119,18 @@ video {
|
|
|
2065
2119
|
.data-\[disabled\=true\]\:opacity-50[data-disabled=true] {
|
|
2066
2120
|
opacity: 0.5;
|
|
2067
2121
|
}
|
|
2122
|
+
.data-\[state\=active\]\:shadow-\[inset_0_-1px_0_0\,0_1px_0_0\][data-state=active] {
|
|
2123
|
+
--tw-shadow: inset 0 -1px 0 0,0 1px 0 0;
|
|
2124
|
+
--tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
|
|
2125
|
+
box-shadow:
|
|
2126
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2127
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
2128
|
+
var(--tw-shadow);
|
|
2129
|
+
}
|
|
2130
|
+
.data-\[state\=active\]\:shadow-current[data-state=active] {
|
|
2131
|
+
--tw-shadow-color: currentColor;
|
|
2132
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
2133
|
+
}
|
|
2068
2134
|
.data-\[state\=open\]\:animate-in[data-state=open] {
|
|
2069
2135
|
animation-name: enter;
|
|
2070
2136
|
animation-duration: 150ms;
|
|
@@ -2119,6 +2185,21 @@ video {
|
|
|
2119
2185
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
|
|
2120
2186
|
--tw-enter-translate-y: -48%;
|
|
2121
2187
|
}
|
|
2188
|
+
.data-\[state\=active\]\:focus\:relative:focus[data-state=active] {
|
|
2189
|
+
position: relative;
|
|
2190
|
+
}
|
|
2191
|
+
.data-\[state\=active\]\:focus\:shadow-\[0_0_0_2px\]:focus[data-state=active] {
|
|
2192
|
+
--tw-shadow: 0 0 0 2px;
|
|
2193
|
+
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
|
|
2194
|
+
box-shadow:
|
|
2195
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2196
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
2197
|
+
var(--tw-shadow);
|
|
2198
|
+
}
|
|
2199
|
+
.data-\[state\=active\]\:focus\:shadow-black:focus[data-state=active] {
|
|
2200
|
+
--tw-shadow-color: hsla(0, 0%, 0%, 1);
|
|
2201
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
2202
|
+
}
|
|
2122
2203
|
.data-\[placeholder\]\:disabled\:text-grey-40:disabled[data-placeholder] {
|
|
2123
2204
|
color: hsla(0, 0%, 60%, 1);
|
|
2124
2205
|
}
|
|
@@ -2228,9 +2309,15 @@ video {
|
|
|
2228
2309
|
.md\:max-w-lg {
|
|
2229
2310
|
max-width: 32rem;
|
|
2230
2311
|
}
|
|
2312
|
+
.md\:grid-cols-2 {
|
|
2313
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2314
|
+
}
|
|
2231
2315
|
.md\:flex-row {
|
|
2232
2316
|
flex-direction: row;
|
|
2233
2317
|
}
|
|
2318
|
+
.md\:gap-8 {
|
|
2319
|
+
gap: 2rem;
|
|
2320
|
+
}
|
|
2234
2321
|
.md\:text-lg {
|
|
2235
2322
|
font-size: 1.125rem;
|
|
2236
2323
|
line-height: 1.75rem;
|
|
@@ -2243,6 +2330,9 @@ video {
|
|
|
2243
2330
|
.lg\:min-h-32 {
|
|
2244
2331
|
min-height: 8rem;
|
|
2245
2332
|
}
|
|
2333
|
+
.lg\:grid-cols-2 {
|
|
2334
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2335
|
+
}
|
|
2246
2336
|
}
|
|
2247
2337
|
.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button {
|
|
2248
2338
|
-webkit-appearance: none;
|