@next-degree/pickle-shared-js 0.6.45 → 0.6.47
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-DQ5joNqO.d.cts → company_service_latest-uu3w8AR6.d.cts} +305 -1907
- package/dist/{company_service_latest-DQ5joNqO.d.ts → company_service_latest-uu3w8AR6.d.ts} +305 -1907
- package/dist/components/buttons/BackButton.cjs +0 -3
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.js +0 -3
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +0 -3
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.js +0 -3
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +6 -31
- 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 +6 -31
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/avatar.cjs.map +1 -1
- package/dist/components/primitives/avatar.js.map +1 -1
- package/dist/components/primitives/command.cjs.map +1 -1
- package/dist/components/primitives/command.d.cts +1 -1
- package/dist/components/primitives/command.d.ts +1 -1
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +99 -0
- package/dist/components/primitives/input-otp.cjs.map +1 -0
- package/dist/components/primitives/input-otp.d.cts +38 -0
- package/dist/components/primitives/input-otp.d.ts +38 -0
- package/dist/components/primitives/input-otp.js +62 -0
- package/dist/components/primitives/input-otp.js.map +1 -0
- package/dist/components/primitives/popover.cjs.map +1 -1
- package/dist/components/primitives/popover.js.map +1 -1
- package/dist/components/primitives/separator.cjs.map +1 -1
- package/dist/components/primitives/separator.js.map +1 -1
- package/dist/components/primitives/tooltip.cjs.map +1 -1
- package/dist/components/primitives/tooltip.js.map +1 -1
- package/dist/components/ui/Avatar.cjs.map +1 -1
- package/dist/components/ui/Avatar.js.map +1 -1
- package/dist/components/ui/Badge.cjs.map +1 -1
- package/dist/components/ui/Badge.js.map +1 -1
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js.map +1 -1
- package/dist/components/ui/ErrorMessage.cjs.map +1 -1
- package/dist/components/ui/ErrorMessage.js.map +1 -1
- package/dist/components/ui/Icon.cjs.map +1 -1
- package/dist/components/ui/Icon.js.map +1 -1
- package/dist/components/ui/Input.cjs.map +1 -1
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +187 -0
- package/dist/components/ui/InputOtp.cjs.map +1 -0
- package/dist/components/ui/InputOtp.d.cts +14 -0
- package/dist/components/ui/InputOtp.d.ts +14 -0
- package/dist/components/ui/InputOtp.js +152 -0
- package/dist/components/ui/InputOtp.js.map +1 -0
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/MapComponent.cjs +2 -9
- 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 +2 -9
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/{displayText-Dl2hcn02.d.ts → displayText-CcePAspL.d.ts} +2 -2
- package/dist/{displayText-C5jAFYZY.d.cts → displayText-D3BX6YTj.d.cts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useWindowHistory.cjs +0 -3
- package/dist/hooks/useWindowHistory.cjs.map +1 -1
- package/dist/hooks/useWindowHistory.js +0 -3
- package/dist/hooks/useWindowHistory.js.map +1 -1
- package/dist/index.cjs +241 -189
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +205 -154
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-D3PatPBh.d.cts → job_posting_service_latest-CWuc_SuJ.d.cts} +302 -1622
- package/dist/{job_posting_service_latest-D3PatPBh.d.ts → job_posting_service_latest-CWuc_SuJ.d.ts} +302 -1622
- 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 +4 -25
- 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 +4 -25
- package/dist/lib/salaryRange.js.map +1 -1
- package/dist/lib/utils.cjs.map +1 -1
- package/dist/lib/utils.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-DUO_efBh.d.cts → shared_pickle_output_latest-CxZJXPOS.d.cts} +8 -148
- package/dist/{shared_pickle_output_latest-DUO_efBh.d.ts → shared_pickle_output_latest-CxZJXPOS.d.ts} +8 -148
- package/dist/styles/globals.css +109 -37
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +31 -52
- 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 +29 -51
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +28 -51
- 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 +28 -51
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs +4 -29
- 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 +4 -27
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/package.json +6 -4
package/dist/{shared_pickle_output_latest-DUO_efBh.d.ts → shared_pickle_output_latest-CxZJXPOS.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<["MONETARY_AMOUNT"]>;
|
|
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"]>;
|
|
@@ -99,8 +99,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
|
|
|
99
99
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
type: string;
|
|
102
|
-
version: "1.0.0";
|
|
103
102
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
103
|
+
version: "1.0.0";
|
|
104
104
|
value?: number | undefined;
|
|
105
105
|
minValue?: number | undefined;
|
|
106
106
|
maxValue?: number | undefined;
|
|
@@ -128,8 +128,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
128
128
|
unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
130
|
type: string;
|
|
131
|
-
version: "1.0.0";
|
|
132
131
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
132
|
+
version: "1.0.0";
|
|
133
133
|
value?: number | undefined;
|
|
134
134
|
minValue?: number | undefined;
|
|
135
135
|
maxValue?: number | undefined;
|
|
@@ -147,16 +147,16 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
147
147
|
version: "1.0.0";
|
|
148
148
|
value?: {
|
|
149
149
|
type: string;
|
|
150
|
-
version: "1.0.0";
|
|
151
150
|
unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
|
|
151
|
+
version: "1.0.0";
|
|
152
152
|
value?: number | undefined;
|
|
153
153
|
minValue?: number | undefined;
|
|
154
154
|
maxValue?: number | undefined;
|
|
155
155
|
} | undefined;
|
|
156
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
156
157
|
minValue?: number | undefined;
|
|
157
158
|
maxValue?: number | undefined;
|
|
158
159
|
singleValue?: number | undefined;
|
|
159
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
160
160
|
}, {
|
|
161
161
|
type: string;
|
|
162
162
|
value?: {
|
|
@@ -167,168 +167,28 @@ declare const monetaryAmountSchema: z.ZodObject<{
|
|
|
167
167
|
minValue?: number | undefined;
|
|
168
168
|
maxValue?: number | undefined;
|
|
169
169
|
} | undefined;
|
|
170
|
+
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
170
171
|
version?: "1.0.0" | undefined;
|
|
171
172
|
minValue?: number | undefined;
|
|
172
173
|
maxValue?: number | undefined;
|
|
173
174
|
singleValue?: number | undefined;
|
|
174
|
-
currency?: "EUR" | "GBP" | "USD" | undefined;
|
|
175
175
|
}>;
|
|
176
176
|
type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;
|
|
177
|
-
declare const imageAssetSchema: z.ZodObject<{
|
|
178
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
179
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
180
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
181
|
-
description: z.ZodOptional<z.ZodString>;
|
|
182
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
183
|
-
label: z.ZodOptional<z.ZodString>;
|
|
184
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
185
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
186
|
-
path: z.ZodOptional<z.ZodString>;
|
|
187
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
188
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
189
|
-
title: z.ZodOptional<z.ZodString>;
|
|
190
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
191
|
-
url: z.ZodOptional<z.ZodString>;
|
|
192
|
-
}, "strip", z.ZodTypeAny, {
|
|
193
|
-
version: "1.0.0";
|
|
194
|
-
label?: string | undefined;
|
|
195
|
-
title?: string | undefined;
|
|
196
|
-
path?: string | undefined;
|
|
197
|
-
url?: string | undefined;
|
|
198
|
-
size?: number | undefined;
|
|
199
|
-
description?: string | undefined;
|
|
200
|
-
altText?: string | undefined;
|
|
201
|
-
assetId?: string | undefined;
|
|
202
|
-
extension?: string | undefined;
|
|
203
|
-
mimeType?: string | undefined;
|
|
204
|
-
originalFilename?: string | undefined;
|
|
205
|
-
sha1Hash?: string | undefined;
|
|
206
|
-
uploadId?: string | undefined;
|
|
207
|
-
}, {
|
|
208
|
-
label?: string | undefined;
|
|
209
|
-
title?: string | undefined;
|
|
210
|
-
path?: string | undefined;
|
|
211
|
-
url?: string | undefined;
|
|
212
|
-
version?: "1.0.0" | undefined;
|
|
213
|
-
size?: number | undefined;
|
|
214
|
-
description?: string | undefined;
|
|
215
|
-
altText?: string | undefined;
|
|
216
|
-
assetId?: string | undefined;
|
|
217
|
-
extension?: string | undefined;
|
|
218
|
-
mimeType?: string | undefined;
|
|
219
|
-
originalFilename?: string | undefined;
|
|
220
|
-
sha1Hash?: string | undefined;
|
|
221
|
-
uploadId?: string | undefined;
|
|
222
|
-
}>;
|
|
223
|
-
type ImageAssetModel = z.infer<typeof imageAssetSchema>;
|
|
224
|
-
declare const imageSchema: z.ZodObject<{
|
|
225
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
226
|
-
type: z.ZodString;
|
|
227
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
228
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
229
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
230
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
231
|
-
description: z.ZodOptional<z.ZodString>;
|
|
232
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
233
|
-
label: z.ZodOptional<z.ZodString>;
|
|
234
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
235
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
236
|
-
path: z.ZodOptional<z.ZodString>;
|
|
237
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
238
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
239
|
-
title: z.ZodOptional<z.ZodString>;
|
|
240
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
241
|
-
url: z.ZodOptional<z.ZodString>;
|
|
242
|
-
}, "strip", z.ZodTypeAny, {
|
|
243
|
-
version: "1.0.0";
|
|
244
|
-
label?: string | undefined;
|
|
245
|
-
title?: string | undefined;
|
|
246
|
-
path?: string | undefined;
|
|
247
|
-
url?: string | undefined;
|
|
248
|
-
size?: number | undefined;
|
|
249
|
-
description?: string | undefined;
|
|
250
|
-
altText?: string | undefined;
|
|
251
|
-
assetId?: string | undefined;
|
|
252
|
-
extension?: string | undefined;
|
|
253
|
-
mimeType?: string | undefined;
|
|
254
|
-
originalFilename?: string | undefined;
|
|
255
|
-
sha1Hash?: string | undefined;
|
|
256
|
-
uploadId?: string | undefined;
|
|
257
|
-
}, {
|
|
258
|
-
label?: string | undefined;
|
|
259
|
-
title?: string | undefined;
|
|
260
|
-
path?: string | undefined;
|
|
261
|
-
url?: string | undefined;
|
|
262
|
-
version?: "1.0.0" | undefined;
|
|
263
|
-
size?: number | undefined;
|
|
264
|
-
description?: string | undefined;
|
|
265
|
-
altText?: string | undefined;
|
|
266
|
-
assetId?: string | undefined;
|
|
267
|
-
extension?: string | undefined;
|
|
268
|
-
mimeType?: string | undefined;
|
|
269
|
-
originalFilename?: string | undefined;
|
|
270
|
-
sha1Hash?: string | undefined;
|
|
271
|
-
uploadId?: string | undefined;
|
|
272
|
-
}>>;
|
|
273
|
-
}, "strip", z.ZodTypeAny, {
|
|
274
|
-
type: string;
|
|
275
|
-
version: "1.0.0";
|
|
276
|
-
asset?: {
|
|
277
|
-
version: "1.0.0";
|
|
278
|
-
label?: string | undefined;
|
|
279
|
-
title?: string | undefined;
|
|
280
|
-
path?: string | undefined;
|
|
281
|
-
url?: string | undefined;
|
|
282
|
-
size?: number | undefined;
|
|
283
|
-
description?: string | undefined;
|
|
284
|
-
altText?: string | undefined;
|
|
285
|
-
assetId?: string | undefined;
|
|
286
|
-
extension?: string | undefined;
|
|
287
|
-
mimeType?: string | undefined;
|
|
288
|
-
originalFilename?: string | undefined;
|
|
289
|
-
sha1Hash?: string | undefined;
|
|
290
|
-
uploadId?: string | undefined;
|
|
291
|
-
} | undefined;
|
|
292
|
-
}, {
|
|
293
|
-
type: string;
|
|
294
|
-
version?: "1.0.0" | undefined;
|
|
295
|
-
asset?: {
|
|
296
|
-
label?: string | undefined;
|
|
297
|
-
title?: string | undefined;
|
|
298
|
-
path?: string | undefined;
|
|
299
|
-
url?: string | undefined;
|
|
300
|
-
version?: "1.0.0" | undefined;
|
|
301
|
-
size?: number | undefined;
|
|
302
|
-
description?: string | undefined;
|
|
303
|
-
altText?: string | undefined;
|
|
304
|
-
assetId?: string | undefined;
|
|
305
|
-
extension?: string | undefined;
|
|
306
|
-
mimeType?: string | undefined;
|
|
307
|
-
originalFilename?: string | undefined;
|
|
308
|
-
sha1Hash?: string | undefined;
|
|
309
|
-
uploadId?: string | undefined;
|
|
310
|
-
} | undefined;
|
|
311
|
-
}>;
|
|
312
|
-
type ImageModel = z.infer<typeof imageSchema>;
|
|
313
177
|
|
|
314
178
|
declare const shared_pickle_output_latest_CurrencyEnum: typeof CurrencyEnum;
|
|
315
179
|
declare const shared_pickle_output_latest_DetailLevelEnum: typeof DetailLevelEnum;
|
|
316
|
-
type shared_pickle_output_latest_ImageAssetModel = ImageAssetModel;
|
|
317
|
-
type shared_pickle_output_latest_ImageModel = ImageModel;
|
|
318
180
|
type shared_pickle_output_latest_MonetaryAmountModel = MonetaryAmountModel;
|
|
319
181
|
type shared_pickle_output_latest_PlaceModel = PlaceModel;
|
|
320
182
|
type shared_pickle_output_latest_PostalAddressModel = PostalAddressModel;
|
|
321
183
|
type shared_pickle_output_latest_QuantitativeValueModel = QuantitativeValueModel;
|
|
322
184
|
declare const shared_pickle_output_latest_TypeEnum: typeof TypeEnum;
|
|
323
185
|
declare const shared_pickle_output_latest_UnitTextEnum: typeof UnitTextEnum;
|
|
324
|
-
declare const shared_pickle_output_latest_imageAssetSchema: typeof imageAssetSchema;
|
|
325
|
-
declare const shared_pickle_output_latest_imageSchema: typeof imageSchema;
|
|
326
186
|
declare const shared_pickle_output_latest_monetaryAmountSchema: typeof monetaryAmountSchema;
|
|
327
187
|
declare const shared_pickle_output_latest_placeSchema: typeof placeSchema;
|
|
328
188
|
declare const shared_pickle_output_latest_postalAddressSchema: typeof postalAddressSchema;
|
|
329
189
|
declare const shared_pickle_output_latest_quantitativeValueSchema: typeof quantitativeValueSchema;
|
|
330
190
|
declare namespace shared_pickle_output_latest {
|
|
331
|
-
export { shared_pickle_output_latest_CurrencyEnum as CurrencyEnum, shared_pickle_output_latest_DetailLevelEnum as DetailLevelEnum, type
|
|
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 };
|
|
332
192
|
}
|
|
333
193
|
|
|
334
|
-
export { CurrencyEnum as C, DetailLevelEnum as D, type
|
|
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 };
|
package/dist/styles/globals.css
CHANGED
|
@@ -332,6 +332,9 @@ video {
|
|
|
332
332
|
[hidden]:where(:not([hidden=until-found])) {
|
|
333
333
|
display: none;
|
|
334
334
|
}
|
|
335
|
+
:root {
|
|
336
|
+
--radius: 0.5rem ;
|
|
337
|
+
}
|
|
335
338
|
.container {
|
|
336
339
|
width: 100%;
|
|
337
340
|
}
|
|
@@ -1027,6 +1030,9 @@ video {
|
|
|
1027
1030
|
.w-full {
|
|
1028
1031
|
width: 100%;
|
|
1029
1032
|
}
|
|
1033
|
+
.w-px {
|
|
1034
|
+
width: 1px;
|
|
1035
|
+
}
|
|
1030
1036
|
.max-w-48 {
|
|
1031
1037
|
max-width: 12rem;
|
|
1032
1038
|
}
|
|
@@ -1062,6 +1068,17 @@ video {
|
|
|
1062
1068
|
.transform {
|
|
1063
1069
|
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));
|
|
1064
1070
|
}
|
|
1071
|
+
@keyframes caret-blink {
|
|
1072
|
+
0%, 70%, 100% {
|
|
1073
|
+
opacity: 1;
|
|
1074
|
+
}
|
|
1075
|
+
20%, 50% {
|
|
1076
|
+
opacity: 0;
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
.animate-caret-blink {
|
|
1080
|
+
animation: caret-blink 1.25s ease-out infinite;
|
|
1081
|
+
}
|
|
1065
1082
|
@keyframes spin {
|
|
1066
1083
|
to {
|
|
1067
1084
|
transform: rotate(360deg);
|
|
@@ -1174,13 +1191,13 @@ video {
|
|
|
1174
1191
|
border-radius: 9999px;
|
|
1175
1192
|
}
|
|
1176
1193
|
.rounded-lg {
|
|
1177
|
-
border-radius:
|
|
1194
|
+
border-radius: var(--radius);
|
|
1178
1195
|
}
|
|
1179
1196
|
.rounded-md {
|
|
1180
|
-
border-radius:
|
|
1197
|
+
border-radius: calc(var(--radius) - 2px);
|
|
1181
1198
|
}
|
|
1182
1199
|
.rounded-sm {
|
|
1183
|
-
border-radius:
|
|
1200
|
+
border-radius: calc(var(--radius) - 4px);
|
|
1184
1201
|
}
|
|
1185
1202
|
.rounded-xl {
|
|
1186
1203
|
border-radius: 0.75rem;
|
|
@@ -1192,6 +1209,13 @@ video {
|
|
|
1192
1209
|
.border {
|
|
1193
1210
|
border-width: 1px;
|
|
1194
1211
|
}
|
|
1212
|
+
.border-y {
|
|
1213
|
+
border-top-width: 1px;
|
|
1214
|
+
border-bottom-width: 1px;
|
|
1215
|
+
}
|
|
1216
|
+
.border-r {
|
|
1217
|
+
border-right-width: 1px;
|
|
1218
|
+
}
|
|
1195
1219
|
.border-green-80 {
|
|
1196
1220
|
border-color: hsla(164, 76%, 16%, 1);
|
|
1197
1221
|
}
|
|
@@ -1214,6 +1238,10 @@ video {
|
|
|
1214
1238
|
.border-purple-20 {
|
|
1215
1239
|
border-color: hsla(253, 95%, 93%, 1);
|
|
1216
1240
|
}
|
|
1241
|
+
.border-red-500 {
|
|
1242
|
+
--tw-border-opacity: 1;
|
|
1243
|
+
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
1244
|
+
}
|
|
1217
1245
|
.bg-black {
|
|
1218
1246
|
background-color: hsla(0, 0%, 0%, 1);
|
|
1219
1247
|
}
|
|
@@ -1243,6 +1271,10 @@ video {
|
|
|
1243
1271
|
--tw-bg-opacity: 1;
|
|
1244
1272
|
background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
|
|
1245
1273
|
}
|
|
1274
|
+
.bg-neutral-950 {
|
|
1275
|
+
--tw-bg-opacity: 1;
|
|
1276
|
+
background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
|
|
1277
|
+
}
|
|
1246
1278
|
.bg-pickle-100 {
|
|
1247
1279
|
background-color: hsla(68, 100%, 48%, 1);
|
|
1248
1280
|
}
|
|
@@ -1547,6 +1579,9 @@ video {
|
|
|
1547
1579
|
.ring-grey-50 {
|
|
1548
1580
|
--tw-ring-color: hsla(0, 0%, 50%, 1);
|
|
1549
1581
|
}
|
|
1582
|
+
.ring-purple-100 {
|
|
1583
|
+
--tw-ring-color: hsla(253, 94%, 64%, 1);
|
|
1584
|
+
}
|
|
1550
1585
|
.ring-white {
|
|
1551
1586
|
--tw-ring-color: hsla(0, 0%, 100%, 1);
|
|
1552
1587
|
}
|
|
@@ -1556,6 +1591,11 @@ video {
|
|
|
1556
1591
|
.filter {
|
|
1557
1592
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1558
1593
|
}
|
|
1594
|
+
.transition-all {
|
|
1595
|
+
transition-property: all;
|
|
1596
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1597
|
+
transition-duration: 150ms;
|
|
1598
|
+
}
|
|
1559
1599
|
.transition-colors {
|
|
1560
1600
|
transition-property:
|
|
1561
1601
|
color,
|
|
@@ -1572,6 +1612,9 @@ video {
|
|
|
1572
1612
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1573
1613
|
transition-duration: 150ms;
|
|
1574
1614
|
}
|
|
1615
|
+
.duration-1000 {
|
|
1616
|
+
transition-duration: 1000ms;
|
|
1617
|
+
}
|
|
1575
1618
|
.duration-200 {
|
|
1576
1619
|
transition-duration: 200ms;
|
|
1577
1620
|
}
|
|
@@ -1602,6 +1645,9 @@ video {
|
|
|
1602
1645
|
.zoom-in-95 {
|
|
1603
1646
|
--tw-enter-scale: .95;
|
|
1604
1647
|
}
|
|
1648
|
+
.duration-1000 {
|
|
1649
|
+
animation-duration: 1000ms;
|
|
1650
|
+
}
|
|
1605
1651
|
.duration-200 {
|
|
1606
1652
|
animation-duration: 200ms;
|
|
1607
1653
|
}
|
|
@@ -1814,6 +1860,17 @@ video {
|
|
|
1814
1860
|
--tw-text-opacity: 1;
|
|
1815
1861
|
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
|
1816
1862
|
}
|
|
1863
|
+
.first\:rounded-l-md:first-child {
|
|
1864
|
+
border-top-left-radius: calc(var(--radius) - 2px);
|
|
1865
|
+
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
1866
|
+
}
|
|
1867
|
+
.first\:border-l:first-child {
|
|
1868
|
+
border-left-width: 1px;
|
|
1869
|
+
}
|
|
1870
|
+
.last\:rounded-r-md:last-child {
|
|
1871
|
+
border-top-right-radius: calc(var(--radius) - 2px);
|
|
1872
|
+
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
1873
|
+
}
|
|
1817
1874
|
.hover\:border-grey-10:hover {
|
|
1818
1875
|
border-color: hsla(0, 0%, 90%, 1);
|
|
1819
1876
|
}
|
|
@@ -1952,6 +2009,9 @@ video {
|
|
|
1952
2009
|
.peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
1953
2010
|
opacity: 0.7;
|
|
1954
2011
|
}
|
|
2012
|
+
.has-\[\:disabled\]\:opacity-50:has(:disabled) {
|
|
2013
|
+
opacity: 0.5;
|
|
2014
|
+
}
|
|
1955
2015
|
.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true] {
|
|
1956
2016
|
pointer-events: none;
|
|
1957
2017
|
}
|
|
@@ -2072,6 +2132,51 @@ video {
|
|
|
2072
2132
|
--tw-rotate: 180deg;
|
|
2073
2133
|
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));
|
|
2074
2134
|
}
|
|
2135
|
+
.dark\:border-neutral-800:is(.dark *) {
|
|
2136
|
+
--tw-border-opacity: 1;
|
|
2137
|
+
border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
|
|
2138
|
+
}
|
|
2139
|
+
.dark\:border-red-400:is(.dark *) {
|
|
2140
|
+
--tw-border-opacity: 1;
|
|
2141
|
+
border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
|
|
2142
|
+
}
|
|
2143
|
+
.dark\:bg-neutral-50:is(.dark *) {
|
|
2144
|
+
--tw-bg-opacity: 1;
|
|
2145
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
2146
|
+
}
|
|
2147
|
+
.dark\:bg-neutral-950:is(.dark *) {
|
|
2148
|
+
--tw-bg-opacity: 1;
|
|
2149
|
+
background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
|
|
2150
|
+
}
|
|
2151
|
+
.dark\:text-neutral-400:is(.dark *) {
|
|
2152
|
+
--tw-text-opacity: 1;
|
|
2153
|
+
color: rgb(163 163 163 / var(--tw-text-opacity, 1));
|
|
2154
|
+
}
|
|
2155
|
+
.dark\:text-neutral-50:is(.dark *) {
|
|
2156
|
+
--tw-text-opacity: 1;
|
|
2157
|
+
color: rgb(250 250 250 / var(--tw-text-opacity, 1));
|
|
2158
|
+
}
|
|
2159
|
+
.dark\:ring-purple-20:is(.dark *) {
|
|
2160
|
+
--tw-ring-color: hsla(253, 95%, 93%, 1);
|
|
2161
|
+
}
|
|
2162
|
+
.dark\:ring-offset-neutral-950:is(.dark *) {
|
|
2163
|
+
--tw-ring-offset-color: #0a0a0a;
|
|
2164
|
+
}
|
|
2165
|
+
.dark\:ring-offset-purple-100:is(.dark *) {
|
|
2166
|
+
--tw-ring-offset-color: hsla(253, 94%, 64%, 1);
|
|
2167
|
+
}
|
|
2168
|
+
.dark\:focus\:ring-neutral-300:focus:is(.dark *) {
|
|
2169
|
+
--tw-ring-opacity: 1;
|
|
2170
|
+
--tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
|
|
2171
|
+
}
|
|
2172
|
+
.dark\:data-\[state\=open\]\:bg-neutral-800[data-state=open]:is(.dark *) {
|
|
2173
|
+
--tw-bg-opacity: 1;
|
|
2174
|
+
background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
|
|
2175
|
+
}
|
|
2176
|
+
.dark\:data-\[state\=open\]\:text-neutral-400[data-state=open]:is(.dark *) {
|
|
2177
|
+
--tw-text-opacity: 1;
|
|
2178
|
+
color: rgb(163 163 163 / var(--tw-text-opacity, 1));
|
|
2179
|
+
}
|
|
2075
2180
|
@media (min-width: 640px) {
|
|
2076
2181
|
.sm\:hidden {
|
|
2077
2182
|
display: none;
|
|
@@ -2091,7 +2196,7 @@ video {
|
|
|
2091
2196
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2092
2197
|
}
|
|
2093
2198
|
.sm\:rounded-lg {
|
|
2094
|
-
border-radius:
|
|
2199
|
+
border-radius: var(--radius);
|
|
2095
2200
|
}
|
|
2096
2201
|
.sm\:text-left {
|
|
2097
2202
|
text-align: left;
|
|
@@ -2139,39 +2244,6 @@ video {
|
|
|
2139
2244
|
min-height: 8rem;
|
|
2140
2245
|
}
|
|
2141
2246
|
}
|
|
2142
|
-
@media (prefers-color-scheme: dark) {
|
|
2143
|
-
.dark\:border-neutral-800 {
|
|
2144
|
-
--tw-border-opacity: 1;
|
|
2145
|
-
border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
|
|
2146
|
-
}
|
|
2147
|
-
.dark\:bg-neutral-950 {
|
|
2148
|
-
--tw-bg-opacity: 1;
|
|
2149
|
-
background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
|
|
2150
|
-
}
|
|
2151
|
-
.dark\:text-neutral-400 {
|
|
2152
|
-
--tw-text-opacity: 1;
|
|
2153
|
-
color: rgb(163 163 163 / var(--tw-text-opacity, 1));
|
|
2154
|
-
}
|
|
2155
|
-
.dark\:text-neutral-50 {
|
|
2156
|
-
--tw-text-opacity: 1;
|
|
2157
|
-
color: rgb(250 250 250 / var(--tw-text-opacity, 1));
|
|
2158
|
-
}
|
|
2159
|
-
.dark\:ring-offset-neutral-950 {
|
|
2160
|
-
--tw-ring-offset-color: #0a0a0a;
|
|
2161
|
-
}
|
|
2162
|
-
.dark\:focus\:ring-neutral-300:focus {
|
|
2163
|
-
--tw-ring-opacity: 1;
|
|
2164
|
-
--tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
|
|
2165
|
-
}
|
|
2166
|
-
.dark\:data-\[state\=open\]\:bg-neutral-800[data-state=open] {
|
|
2167
|
-
--tw-bg-opacity: 1;
|
|
2168
|
-
background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
|
|
2169
|
-
}
|
|
2170
|
-
.dark\:data-\[state\=open\]\:text-neutral-400[data-state=open] {
|
|
2171
|
-
--tw-text-opacity: 1;
|
|
2172
|
-
color: rgb(163 163 163 / var(--tw-text-opacity, 1));
|
|
2173
|
-
}
|
|
2174
|
-
}
|
|
2175
2247
|
.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button {
|
|
2176
2248
|
-webkit-appearance: none;
|
|
2177
2249
|
appearance: none;
|