@timardex/cluemart-shared 1.4.30 → 1.4.32

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 (43) hide show
  1. package/dist/chunk-6EF54YUG.mjs +3675 -0
  2. package/dist/chunk-6EF54YUG.mjs.map +1 -0
  3. package/dist/{chunk-KYPVVP6O.mjs → chunk-B3564QBA.mjs} +21 -1
  4. package/dist/chunk-B3564QBA.mjs.map +1 -0
  5. package/dist/chunk-DWO35OY4.mjs +15 -0
  6. package/dist/chunk-DWO35OY4.mjs.map +1 -0
  7. package/dist/chunk-I7WE3EBR.mjs +44 -0
  8. package/dist/chunk-I7WE3EBR.mjs.map +1 -0
  9. package/dist/chunk-VK7YXMD5.mjs +1906 -0
  10. package/dist/chunk-VK7YXMD5.mjs.map +1 -0
  11. package/dist/formFields/index.mjs +47 -1857
  12. package/dist/formFields/index.mjs.map +1 -1
  13. package/dist/graphql/index.cjs +4 -0
  14. package/dist/graphql/index.cjs.map +1 -1
  15. package/dist/graphql/index.d.mts +1 -1
  16. package/dist/graphql/index.d.ts +1 -1
  17. package/dist/graphql/index.mjs +126 -3544
  18. package/dist/graphql/index.mjs.map +1 -1
  19. package/dist/hooks/index.cjs +3464 -10
  20. package/dist/hooks/index.cjs.map +1 -1
  21. package/dist/hooks/index.d.mts +1 -1
  22. package/dist/hooks/index.d.ts +1 -1
  23. package/dist/hooks/index.mjs +14 -3
  24. package/dist/hooks/index.mjs.map +1 -1
  25. package/dist/index.cjs +13 -2
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.mts +4 -0
  28. package/dist/index.d.ts +4 -0
  29. package/dist/index.mjs +13 -2
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/{post-D9td0KeC.d.ts → post-De0TmpDj.d.ts} +4 -0
  32. package/dist/{post-DdzJejE9.d.mts → post-pawVnr17.d.mts} +4 -0
  33. package/dist/storage/index.mjs +7 -6
  34. package/dist/storage/index.mjs.map +1 -1
  35. package/dist/theme/index.mjs +5 -37
  36. package/dist/theme/index.mjs.map +1 -1
  37. package/dist/types/index.cjs.map +1 -1
  38. package/dist/types/index.d.mts +1 -1
  39. package/dist/types/index.d.ts +1 -1
  40. package/dist/types/index.mjs +3 -19
  41. package/dist/types/index.mjs.map +1 -1
  42. package/package.json +4 -4
  43. package/dist/chunk-KYPVVP6O.mjs.map +0 -1
@@ -0,0 +1,1906 @@
1
+ import {
2
+ mapArrayToOptions
3
+ } from "./chunk-Z4W6CSYI.mjs";
4
+ import {
5
+ EnumFoodFlavor
6
+ } from "./chunk-Z6FJKHRH.mjs";
7
+
8
+ // src/formFields/vendor/vendor.ts
9
+ var vendorBasicInfoFields = [
10
+ {
11
+ helperText: "Business Name *",
12
+ name: "name",
13
+ placeholder: "Business Name"
14
+ },
15
+ {
16
+ helperText: "Description *",
17
+ isTextArea: true,
18
+ name: "description",
19
+ placeholder: "Description"
20
+ }
21
+ ];
22
+ var vendorMultiLocation = {
23
+ helperText: "Usefull when you are not only selling products on Events but also providing services at other locations.",
24
+ name: "multiLocation",
25
+ placeholder: "Multi location"
26
+ };
27
+ var vendorFullAddress = {
28
+ helperText: "Enter address",
29
+ name: "fullAddress",
30
+ placeholder: "Start typing to find address"
31
+ };
32
+ var vendorStartDateFields = [
33
+ {
34
+ dateMode: "date",
35
+ helperText: "Start Date",
36
+ name: "startDate",
37
+ placeholder: "Start Date"
38
+ },
39
+ {
40
+ dateMode: "time",
41
+ helperText: "Start Time",
42
+ name: "startTime",
43
+ placeholder: "Start Time"
44
+ }
45
+ ];
46
+ var vendorEndDateFields = [
47
+ {
48
+ dateMode: "date",
49
+ helperText: "End Date",
50
+ name: "endDate",
51
+ placeholder: "End Date"
52
+ },
53
+ {
54
+ dateMode: "time",
55
+ helperText: "End Time",
56
+ name: "endTime",
57
+ placeholder: "End Time"
58
+ }
59
+ ];
60
+ var vendorAvailability = [
61
+ {
62
+ name: "availability.school",
63
+ placeholder: "School events"
64
+ },
65
+ {
66
+ name: "availability.private",
67
+ placeholder: "Private events"
68
+ },
69
+ {
70
+ name: "availability.corporate",
71
+ placeholder: "Corporate events"
72
+ }
73
+ ];
74
+ var vendorLocationDescription = {
75
+ helperText: "Description",
76
+ isTextArea: true,
77
+ name: "description",
78
+ placeholder: "Description"
79
+ };
80
+ var vendorMenuFields = [
81
+ {
82
+ helperText: "Item name",
83
+ name: "name",
84
+ placeholder: "Item name"
85
+ },
86
+ {
87
+ helperText: "Item Description",
88
+ isTextArea: true,
89
+ name: "description",
90
+ placeholder: "Item Description"
91
+ },
92
+ {
93
+ helperText: "Price",
94
+ keyboardType: "decimal-pad",
95
+ name: "price",
96
+ placeholder: "Price"
97
+ }
98
+ ];
99
+ var productLabelGroups = [
100
+ {
101
+ category: "Food Sensitivity",
102
+ items: [
103
+ { abbreviation: "DF", fullName: "Dairy-Free" },
104
+ { abbreviation: "EF", fullName: "Egg-Free" },
105
+ { abbreviation: "GF", fullName: "Gluten-Free" },
106
+ { abbreviation: "NF", fullName: "Nut-Free" }
107
+ ]
108
+ },
109
+ {
110
+ category: "Lifestyle",
111
+ items: [
112
+ { abbreviation: "KETO", fullName: "Keto-Friendly" },
113
+ { abbreviation: "P", fullName: "Paleo" },
114
+ { abbreviation: "V", fullName: "Vegan" },
115
+ { abbreviation: "VG", fullName: "Vegetarian" },
116
+ { abbreviation: "KID", fullName: "Kid-Friendly" },
117
+ // Gyerekbarát
118
+ { abbreviation: "PET", fullName: "Pet-Friendly Product" }
119
+ // Állatok
120
+ ]
121
+ },
122
+ {
123
+ category: "Natural",
124
+ items: [
125
+ { abbreviation: "ECO", fullName: "Eco-Friendly" },
126
+ { abbreviation: "ORGANIC", fullName: "Organic Product" },
127
+ { abbreviation: "NAT", fullName: "Natural Product" },
128
+ // Természetesség
129
+ { abbreviation: "NPF", fullName: "Non-Pesticide / Chemical-Free" },
130
+ { abbreviation: "PLN", fullName: "Plant-Based" }
131
+ ]
132
+ },
133
+ {
134
+ category: "Market Character",
135
+ items: [
136
+ { abbreviation: "HM", fullName: "Handmade" },
137
+ { abbreviation: "LOC", fullName: "Local Product" },
138
+ { abbreviation: "ART", fullName: "Artisan" },
139
+ { abbreviation: "LTD", fullName: "Limited Edition" }
140
+ ]
141
+ },
142
+ {
143
+ category: "Cosmetic / Natural",
144
+ items: [
145
+ { abbreviation: "AROM", fullName: "Aromatherapy" },
146
+ { abbreviation: "CRF", fullName: "Cruelty-Free" },
147
+ { abbreviation: "HYPO", fullName: "Hypoallergenic" },
148
+ { abbreviation: "BODY", fullName: "Body Care" }
149
+ // Testápolás
150
+ ]
151
+ },
152
+ {
153
+ category: "Wellbeing",
154
+ items: [
155
+ { abbreviation: "CARE", fullName: "Health Support Product" },
156
+ // Egészség / testi jóllét
157
+ { abbreviation: "PHYS", fullName: "Physical Wellbeing" },
158
+ // Fizikai jóllét
159
+ { abbreviation: "MENTAL", fullName: "Mental Wellbeing" },
160
+ // Mentális jóllét
161
+ { abbreviation: "RELAX", fullName: "Relaxation Product" },
162
+ // Relaxáció / lazítás
163
+ { abbreviation: "SPIRIT", fullName: "Spiritual Wellbeing" }
164
+ // Lelki jóllét
165
+ ]
166
+ },
167
+ {
168
+ category: "Tech & Digital",
169
+ items: [
170
+ { abbreviation: "TECH", fullName: "Technology Product" },
171
+ // Technológia
172
+ { abbreviation: "DIGI", fullName: "Digital Technology" }
173
+ // Digitális technológia
174
+ ]
175
+ },
176
+ {
177
+ category: "Practical & Home",
178
+ items: [
179
+ { abbreviation: "PRAC", fullName: "Practical Solution" },
180
+ // Praktikum
181
+ { abbreviation: "HOME", fullName: "Home & Living" }
182
+ // Otthon / lakókörnyezet
183
+ ]
184
+ },
185
+ {
186
+ category: "Sustainability",
187
+ items: [
188
+ { abbreviation: "ZWP", fullName: "Zero-Waste Product" },
189
+ { abbreviation: "SUST", fullName: "Sustainable Product" }
190
+ // Fenntarthatóság
191
+ ]
192
+ }
193
+ ];
194
+
195
+ // src/formFields/vendor/vendorInfo.ts
196
+ var vendorElectricity = {
197
+ details: {
198
+ helperText: "Please describe details e.g. amps, voltage, etc.",
199
+ isTextArea: true,
200
+ name: "requirements.electricity.details",
201
+ placeholder: "Electricity requirements"
202
+ },
203
+ isRequired: {
204
+ name: "requirements.electricity.isRequired",
205
+ placeholder: "Do you require electricity?"
206
+ }
207
+ };
208
+ var vendorGazebo = {
209
+ details: {
210
+ helperText: "Please describe details e.g. size, etc.",
211
+ isTextArea: true,
212
+ name: "requirements.gazebo.details",
213
+ placeholder: "Gazebo requirements"
214
+ },
215
+ isRequired: {
216
+ name: "requirements.gazebo.isRequired",
217
+ placeholder: "Do you require Gazebo?"
218
+ }
219
+ };
220
+ var vendorTable = {
221
+ details: {
222
+ helperText: "Please describe details e.g. size, etc.",
223
+ isTextArea: true,
224
+ name: "requirements.table.details",
225
+ placeholder: "Table requirements"
226
+ },
227
+ isRequired: {
228
+ name: "requirements.table.isRequired",
229
+ placeholder: "Do you require Table?"
230
+ }
231
+ };
232
+ var vendorPriceRange = {
233
+ max: {
234
+ helperText: "Product maximum price",
235
+ name: "product.priceRange.max",
236
+ placeholder: "Maximum price: "
237
+ },
238
+ min: {
239
+ helperText: "Product minimum price",
240
+ name: "product.priceRange.min",
241
+ placeholder: "Minimum price: "
242
+ }
243
+ };
244
+ var vendorStallSize = {
245
+ depth: {
246
+ helperText: "Stall size in depth",
247
+ name: "stallInfo.size.depth",
248
+ placeholder: "Stall Depth: "
249
+ },
250
+ width: {
251
+ helperText: "Stall size in width",
252
+ name: "stallInfo.size.width",
253
+ placeholder: "Stall Width: "
254
+ }
255
+ };
256
+ var vendorPackaging = {
257
+ helperText: "Select packaging type, you can select more than one",
258
+ name: "product.packaging",
259
+ placeholder: "Packaging type"
260
+ };
261
+ var vendorProducedIn = {
262
+ helperText: "Select where the product is produced, you can select more than one",
263
+ name: "product.producedIn",
264
+ placeholder: "Produced type"
265
+ };
266
+ var vendorFoodFlavour = {
267
+ helperText: "You can select more than one food flavour",
268
+ name: "product.foodFlavors",
269
+ placeholder: "Food flavours"
270
+ };
271
+ var vendorCompliance = [
272
+ {
273
+ name: "compliance.liabilityInsurance",
274
+ placeholder: "Liability Insurance"
275
+ },
276
+ {
277
+ name: "compliance.foodBeverageLicense",
278
+ placeholder: "Food and Beverage License"
279
+ }
280
+ ];
281
+ var packagingTypes = [
282
+ "Biodegradable",
283
+ "Compostable",
284
+ "Fabric",
285
+ "Glass",
286
+ "Other",
287
+ "Paper",
288
+ "Plastic",
289
+ "Recyclable",
290
+ "Reusable",
291
+ "Single-use",
292
+ "Wood"
293
+ ];
294
+ var producedIngTypes = [
295
+ "Commercial Kitchen",
296
+ "Home Premises",
297
+ "Factory",
298
+ "Farm",
299
+ "Other"
300
+ ];
301
+ var packagingOptions = mapArrayToOptions(packagingTypes);
302
+ var producedIngOptions = mapArrayToOptions(producedIngTypes);
303
+ var foodFlavourOptions = Object.values(
304
+ EnumFoodFlavor
305
+ ).map((flavour) => ({
306
+ label: flavour.replaceAll("_", " "),
307
+ value: flavour
308
+ }));
309
+
310
+ // src/formFields/event/event.ts
311
+ var eventBasicInfoFields = [
312
+ {
313
+ helperText: "Name of the Event *",
314
+ name: "name",
315
+ placeholder: "Name"
316
+ },
317
+ {
318
+ helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
319
+ keyboardType: "number-pad",
320
+ name: "nzbn",
321
+ placeholder: "NZBN number"
322
+ },
323
+ {
324
+ helperText: "Name of the Provider (if applicable)",
325
+ name: "provider",
326
+ placeholder: "Provider"
327
+ },
328
+ {
329
+ helperText: "Description of the Event *",
330
+ isTextArea: true,
331
+ name: "description",
332
+ placeholder: "Description"
333
+ }
334
+ ];
335
+ var eventStartDateFields = [
336
+ {
337
+ dateMode: "date",
338
+ helperText: "Start Date of the Event *",
339
+ name: "startDate",
340
+ placeholder: "Start Date"
341
+ },
342
+ {
343
+ dateMode: "time",
344
+ helperText: "Start Time of the Event *",
345
+ name: "startTime",
346
+ placeholder: "Start Time"
347
+ }
348
+ ];
349
+ var eventEndDateFields = [
350
+ {
351
+ dateMode: "date",
352
+ helperText: "End Date of the Event *",
353
+ name: "endDate",
354
+ placeholder: "End Date"
355
+ },
356
+ {
357
+ dateMode: "time",
358
+ helperText: "End Time of the Event *",
359
+ name: "endTime",
360
+ placeholder: "End Time"
361
+ }
362
+ ];
363
+ var availableTagTypes = [
364
+ { icon: "human-male-female-child", label: "All Ages" },
365
+ { icon: "weather-sunny", label: "Day Market" },
366
+ { icon: "account-child", label: "Family Friendly" },
367
+ { icon: "ticket-percent", label: "Free Entry" },
368
+ { icon: "home-city", label: "Indoor Market" },
369
+ { icon: "music", label: "Live Music" },
370
+ { icon: "bus", label: "Near Bustop" },
371
+ { icon: "slide", label: "Near Playground" },
372
+ { icon: "train", label: "Near Train Station" },
373
+ { icon: "weather-night", label: "Night Market" },
374
+ { icon: "tree", label: "Outdoor Market" },
375
+ { icon: "car", label: "Parking Available" },
376
+ { icon: "dog", label: "Pet Friendly" },
377
+ { icon: "ship-wheel", label: "Port Nearby" },
378
+ { icon: "toilet", label: "Toilet Available" },
379
+ { icon: "wheelchair-accessibility", label: "Wheelchair Accessible" }
380
+ ];
381
+ var tagOptions = availableTagTypes.map((tag) => ({
382
+ label: tag.label,
383
+ value: tag.label
384
+ }));
385
+
386
+ // src/formFields/event/eventInfo.ts
387
+ var eventInfo = [
388
+ {
389
+ helperText: "Application Deadline (hours before event start) *",
390
+ keyboardType: "number-pad",
391
+ name: "applicationDeadlineHours",
392
+ placeholder: "Application Deadline (in hours)"
393
+ },
394
+ {
395
+ helperText: "Payment Due (hours after application or invitation acceptance) *",
396
+ keyboardType: "number-pad",
397
+ name: "paymentDueHours",
398
+ placeholder: "Payment Due (in hours)"
399
+ },
400
+ {
401
+ helperText: "Pack-In Time (hours before event start) *",
402
+ keyboardType: "number-pad",
403
+ name: "packInTime",
404
+ placeholder: "Pack In Time (in hours)"
405
+ }
406
+ ];
407
+ var eventInfoPaymentInfo = [
408
+ {
409
+ helperText: "Account holder name *",
410
+ name: "accountHolderName",
411
+ placeholder: "Account holder name"
412
+ },
413
+ {
414
+ helperText: "Account number *",
415
+ keyboardType: "number-pad",
416
+ name: "accountNumber",
417
+ placeholder: "Account number"
418
+ },
419
+ {
420
+ helperText: "Payment link, where applicants can pay *",
421
+ keyboardType: "url",
422
+ name: "link",
423
+ placeholder: "Payment link"
424
+ }
425
+ ];
426
+ var requirementsOptions = [
427
+ {
428
+ category: "Environment",
429
+ label: "All packaging must be eco-friendly or recyclable where possible.",
430
+ value: false
431
+ },
432
+ {
433
+ category: "Environment",
434
+ label: "No single-use plastic bags are to be handed out.",
435
+ value: false
436
+ },
437
+ {
438
+ category: "Environment",
439
+ label: "Stall area must be left clean with no trace of activity after pack-down.",
440
+ value: false
441
+ },
442
+ {
443
+ category: "Environment",
444
+ label: "No disposal of oils, fats, or chemicals in public drains or on grassed areas.",
445
+ value: false
446
+ },
447
+ {
448
+ category: "Environment",
449
+ label: "You must provide bins at your site for rubbish and recycling, and take away all bins including rubbish, to dispose of outside of the town centre.",
450
+ value: false
451
+ },
452
+ {
453
+ category: "Food Safety",
454
+ label: "Food must be prepared and stored according to your food regulation.",
455
+ value: false
456
+ },
457
+ {
458
+ category: "Food Safety",
459
+ label: "The stallholder must display a current food grade certificate.",
460
+ value: false
461
+ },
462
+ {
463
+ category: "Food Safety",
464
+ label: "Only licensed food vendors may sell ready-to-eat food items.",
465
+ value: false
466
+ },
467
+ {
468
+ category: "Food Safety",
469
+ label: "Handwashing facilities must be available at your stall if preparing food.",
470
+ value: false
471
+ },
472
+ {
473
+ category: "Food Safety",
474
+ label: "You must have a food safety plan in place for your stall.",
475
+ value: false
476
+ },
477
+ {
478
+ category: "Food Safety",
479
+ label: "Allergens must be clearly listed on packaged and unpackaged food items.",
480
+ value: false
481
+ },
482
+ {
483
+ category: "Legal & Safety",
484
+ label: "All stallholders must comply with local council regulations.",
485
+ value: false
486
+ },
487
+ {
488
+ category: "Legal & Safety",
489
+ label: "No unauthorised subletting of stall space to other vendors.",
490
+ value: false
491
+ },
492
+ {
493
+ category: "Legal & Safety",
494
+ label: "Gas bottles and fuel containers must be secured and in good condition if applicable.",
495
+ value: false
496
+ },
497
+ {
498
+ category: "Legal & Safety",
499
+ label: "Fire extinguishers must be available for stalls using cooking or heating equipment.",
500
+ value: false
501
+ },
502
+ {
503
+ category: "Legal & Safety",
504
+ label: "Stallholders must not sell items that are illegal or prohibited by law.",
505
+ value: false
506
+ },
507
+ {
508
+ category: "Legal & Safety",
509
+ label: "All electrical equipment must be tested and tagged.",
510
+ value: false
511
+ },
512
+ {
513
+ category: "Legal & Safety",
514
+ label: "Noise levels must be kept to a minimum unless part of a permitted performance.",
515
+ value: false
516
+ },
517
+ {
518
+ category: "Legal & Safety",
519
+ label: "Pets at the stall must be secured and well-behaved at all times.",
520
+ value: false
521
+ },
522
+ {
523
+ category: "Legal & Safety",
524
+ label: "Cables must be secured and not create tripping hazards.",
525
+ value: false
526
+ },
527
+ {
528
+ category: "Legal & Safety",
529
+ label: "Stalls must not obstruct emergency access routes.",
530
+ value: false
531
+ },
532
+ {
533
+ category: "Legal & Safety",
534
+ label: "First aid kit must be available at the stall for minor injuries.",
535
+ value: false
536
+ },
537
+ {
538
+ category: "Legal & Safety",
539
+ label: "Stallholders must hold valid liability insurance where required.",
540
+ value: false
541
+ },
542
+ {
543
+ category: "Legal & Safety",
544
+ label: "You must secure your gazebo and equipment to withstand wind or bad weather.",
545
+ value: false
546
+ },
547
+ {
548
+ category: "Legal & Safety",
549
+ label: "You are responsible for the safety of your setup and any potential hazards.",
550
+ value: false
551
+ },
552
+ {
553
+ category: "Operations",
554
+ label: "Generators must be quiet and pre-approved by the event organiser.",
555
+ value: false
556
+ },
557
+ {
558
+ category: "Operations",
559
+ label: "Only approved products or services may be sold \u2014 no last-minute changes.",
560
+ value: false
561
+ },
562
+ {
563
+ category: "Operations",
564
+ label: "Stallholders must arrive and be fully set up by the designated opening time.",
565
+ value: false
566
+ },
567
+ {
568
+ category: "Operations",
569
+ label: "You may not pack down your stall before the event officially ends.",
570
+ value: false
571
+ },
572
+ {
573
+ category: "Operations",
574
+ label: "You must be self-sufficient in all operations.",
575
+ value: false
576
+ },
577
+ {
578
+ category: "Operations",
579
+ label: "Stall layout must be kept within your allocated space.",
580
+ value: false
581
+ }
582
+ ];
583
+ var stallTypes = [
584
+ "1.8m table only",
585
+ "2x2m mini stall",
586
+ "3x3m tent site",
587
+ "Corner stall",
588
+ "Craft stall with power",
589
+ "Craft stall without power",
590
+ "Double stall (6x3m)",
591
+ "Food truck site",
592
+ "Food vendor with power",
593
+ "Food vendor without power",
594
+ "Inside hall stall",
595
+ "Non-profit/community stall",
596
+ "Outdoor open area",
597
+ "Shared table space",
598
+ "Wall-based vendor",
599
+ "Workshop/seating area"
600
+ ];
601
+ var stallTypeOptions = stallTypes.map((type) => ({
602
+ electricity: {
603
+ price: null,
604
+ selected: false
605
+ },
606
+ label: type,
607
+ price: 0,
608
+ stallCapacity: 0
609
+ }));
610
+
611
+ // src/formFields/global.ts
612
+ var emailField = {
613
+ helperText: "Enter email address",
614
+ keyboardType: "email-address",
615
+ name: "email",
616
+ placeholder: "Email"
617
+ };
618
+ var companyContactFields = [
619
+ {
620
+ ...emailField,
621
+ name: "contactDetails.email"
622
+ },
623
+ {
624
+ helperText: "Enter your mobile phone number",
625
+ keyboardType: "phone-pad",
626
+ name: "contactDetails.mobilePhone",
627
+ placeholder: "Mobile Phone Number"
628
+ },
629
+ {
630
+ helperText: "Enter your landline phone number",
631
+ keyboardType: "phone-pad",
632
+ name: "contactDetails.landlinePhone",
633
+ placeholder: "Landline Phone Number"
634
+ }
635
+ ];
636
+
637
+ // src/formFields/auth.ts
638
+ var loginFields = [
639
+ {
640
+ ...emailField
641
+ },
642
+ {
643
+ helperText: "Enter password *",
644
+ keyboardType: "default",
645
+ name: "password",
646
+ placeholder: "Password",
647
+ secureTextEntry: true
648
+ }
649
+ ];
650
+ var registerFields = [
651
+ {
652
+ helperText: "Enter first name *",
653
+ keyboardType: "default",
654
+ name: "firstName",
655
+ placeholder: "First Name"
656
+ },
657
+ {
658
+ helperText: "Enter last name *",
659
+ keyboardType: "default",
660
+ name: "lastName",
661
+ placeholder: "Last Name"
662
+ },
663
+ {
664
+ ...emailField
665
+ },
666
+ {
667
+ helperText: "Enter password *",
668
+ keyboardType: "default",
669
+ name: "password",
670
+ placeholder: "Password",
671
+ secureTextEntry: true
672
+ }
673
+ ];
674
+ var requestPasswordResetFields = [
675
+ {
676
+ ...emailField,
677
+ helperText: "Enter email address to reset your password *"
678
+ }
679
+ ];
680
+ var resetPasswordFields = [
681
+ {
682
+ helperText: "Enter your new password *",
683
+ keyboardType: "default",
684
+ name: "password",
685
+ placeholder: "Password",
686
+ secureTextEntry: true
687
+ },
688
+ {
689
+ helperText: "Confirm your new password *",
690
+ keyboardType: "default",
691
+ name: "confirmPassword",
692
+ placeholder: "Confirm Password",
693
+ secureTextEntry: true
694
+ }
695
+ ];
696
+ var validateVerificationTokenFields = [
697
+ {
698
+ ...emailField,
699
+ disabled: true,
700
+ helperText: "Your email address *"
701
+ },
702
+ {
703
+ helperText: "Enter the Verification code sent to you by email *",
704
+ keyboardType: "number-pad",
705
+ name: "verificationToken",
706
+ placeholder: "Verification code"
707
+ }
708
+ ];
709
+
710
+ // src/formFields/user.ts
711
+ var profileFields = [
712
+ {
713
+ ...emailField,
714
+ disabled: true,
715
+ helperText: "Email cannot be changed"
716
+ },
717
+ {
718
+ helperText: "Enter first name",
719
+ keyboardType: "default",
720
+ name: "firstName",
721
+ placeholder: "First Name"
722
+ },
723
+ {
724
+ helperText: "Enter last name",
725
+ keyboardType: "default",
726
+ name: "lastName",
727
+ placeholder: "Last Name"
728
+ },
729
+ {
730
+ helperText: "Enter your new password",
731
+ keyboardType: "default",
732
+ name: "password",
733
+ placeholder: "Password",
734
+ secureTextEntry: true
735
+ },
736
+ {
737
+ helperText: "Confirm your new password",
738
+ keyboardType: "default",
739
+ name: "confirmPassword",
740
+ placeholder: "Confirm Password",
741
+ secureTextEntry: true
742
+ }
743
+ ];
744
+
745
+ // src/formFields/categories/clothingAndFashion.ts
746
+ var clothingAndFashion = [
747
+ {
748
+ id: "clothing-fashion",
749
+ name: "Clothing & Fashion",
750
+ description: "New, handmade, or upcycled clothing and accessories with a creative twist.",
751
+ subcategories: [
752
+ {
753
+ id: "apparel-babywear",
754
+ name: "Apparel & Babywear",
755
+ items: [
756
+ {
757
+ id: "apparel",
758
+ name: "Apparel",
759
+ description: "Dresses, t-shirts, jumpers, rompers, sets, kidswear."
760
+ },
761
+ {
762
+ id: "baby-toddler-apparel",
763
+ name: "Baby & Toddler Apparel",
764
+ description: "Handmade baby clothes, soft shoes, bibs, hats, knitted sets."
765
+ },
766
+ {
767
+ id: "upcycled-fashion",
768
+ name: "Upcycled Fashion",
769
+ description: "Reworked garments, patchwork pieces, restyled vintage."
770
+ },
771
+ {
772
+ id: "other-wearable-items",
773
+ name: "Other wearable items",
774
+ description: "Unique clothing not listed above."
775
+ }
776
+ ]
777
+ },
778
+ {
779
+ id: "fashion-accessories",
780
+ name: "Fashion Accessories",
781
+ items: [
782
+ {
783
+ id: "accessories",
784
+ name: "Accessories",
785
+ description: "Scarves, belts, gloves, hats, headbands, caps."
786
+ },
787
+ {
788
+ id: "shoes",
789
+ name: "Shoes",
790
+ description: "Handmade shoes, baby booties, sandals, slippers."
791
+ },
792
+ {
793
+ id: "bags-wallets",
794
+ name: "Bags & Wallets",
795
+ description: "Leather bags, fabric purses, wallets, backpacks, totes."
796
+ },
797
+ {
798
+ id: "other-accessories",
799
+ name: "Other accessories",
800
+ description: "Brooches, pins, or hybrid functional items."
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ id: "jewelry-creative-wearables",
806
+ name: "Jewelry & Creative Wearables",
807
+ items: [
808
+ {
809
+ id: "jewelry",
810
+ name: "Jewelry",
811
+ description: "Necklaces, earrings, bracelets, rings, anklets."
812
+ },
813
+ {
814
+ id: "other-creative-wearables",
815
+ name: "Other creative wearables",
816
+ description: "Wearable art, statement pieces, bold handmade designs."
817
+ }
818
+ ]
819
+ },
820
+ {
821
+ id: "traditional-cultural-clothing-accessories",
822
+ name: "Traditional & Cultural Clothing and Accessories",
823
+ items: [
824
+ {
825
+ id: "traditional-clothing-accessories",
826
+ name: "Traditional Clothing & Accessories ",
827
+ description: "raditional clothing, jewellery, accessories and footwear from around the world, including both handmade and non-handmade items."
828
+ },
829
+ {
830
+ id: "other-traditional-cultural-items",
831
+ name: "Other Traditional & Cultural Items",
832
+ description: "traditional or culturally inspired wearables and decorative cultural pieces such as plates, table linens and similar items."
833
+ }
834
+ ]
835
+ }
836
+ ]
837
+ }
838
+ ];
839
+
840
+ // src/formFields/categories/electronicsAndTechnology.ts
841
+ var electronicsAndTechnology = [
842
+ {
843
+ id: "electronics-technology",
844
+ name: "Electronics & Technology",
845
+ description: "New, second-hand, or handmade tech and digital items commonly found at markets.",
846
+ subcategories: [
847
+ {
848
+ id: "mobile-everyday-tech",
849
+ name: "Mobile & Everyday Tech",
850
+ items: [
851
+ {
852
+ id: "mobile-phone-accessories",
853
+ name: "Mobile & Phone Accessories",
854
+ description: "Phone cases, holders, screen protectors, charging cables, power banks, grips."
855
+ },
856
+ {
857
+ id: "other-mobile-gadgets",
858
+ name: "Other mobile gadgets",
859
+ description: "Stands, styluses, SIM tools, cleaning kits, wallet accessories."
860
+ }
861
+ ]
862
+ },
863
+ {
864
+ id: "audio-music-creative-tech",
865
+ name: "Audio, Music & Creative Tech",
866
+ items: [
867
+ {
868
+ id: "audio-music-tech",
869
+ name: "Audio & Music Tech",
870
+ description: "Portable speakers, headphones, mini radios, Bluetooth adapters, sound accessories."
871
+ },
872
+ {
873
+ id: "instruments-music-gear",
874
+ name: "Instruments & Music Gear",
875
+ description: "Small electronic instruments, DIY synth kits, drum pads, loop machines."
876
+ },
877
+ {
878
+ id: "recording-creative-devices",
879
+ name: "Recording & Creative Devices",
880
+ description: "USB microphones, podcast tools, voice recorders, mobile lighting, content tools."
881
+ },
882
+ {
883
+ id: "other-audio-music-items",
884
+ name: "Other audio or music-related items",
885
+ description: "Musical gadgets or creative gear not listed above."
886
+ }
887
+ ]
888
+ },
889
+ {
890
+ id: "diy-gadgets-secondhand-finds",
891
+ name: "DIY, Gadgets & Second-Hand Finds",
892
+ items: [
893
+ {
894
+ id: "diy-electronics-tools",
895
+ name: "DIY Electronics & Tools",
896
+ description: "LED lights, USB gadgets, circuit boards, repair kits, tech-themed toys, novelty items."
897
+ },
898
+ {
899
+ id: "other-tech-finds",
900
+ name: "Other Tech Finds",
901
+ description: "Used electronics, smart gadgets, wearable tech, calculators, tablet stands, e-waste upcycles."
902
+ },
903
+ {
904
+ id: "other-technology-innovation-items",
905
+ name: "Other technology or innovation-related items",
906
+ description: "Anything not covered but clearly tech-driven."
907
+ }
908
+ ]
909
+ }
910
+ ]
911
+ }
912
+ ];
913
+
914
+ // src/formFields/categories/foodAndBeverages.ts
915
+ var foodAndBeverages = [
916
+ {
917
+ id: "food-beverages",
918
+ name: "Food & Beverages",
919
+ description: "Fresh produce, drinks, sweet and savoury street food, ready-to-eat meals, and packaged goods.",
920
+ subcategories: [
921
+ {
922
+ id: "fresh-food-groceries",
923
+ name: "Fresh Food & Groceries",
924
+ items: [
925
+ {
926
+ id: "fruits-vegetables",
927
+ name: "Fruits & Vegetables",
928
+ description: "Fresh seasonal fruit, organic vegetables, specialty produce, berries, tropical fruit, heritage varieties."
929
+ },
930
+ {
931
+ id: "meat-seafood",
932
+ name: "Meat & Seafood",
933
+ description: "Butcher cuts, fresh fish, smoked meats, sausages, seafood platters, artisanal jerky."
934
+ },
935
+ {
936
+ id: "dairy-eggs",
937
+ name: "Dairy & Eggs",
938
+ description: "Farm eggs, handmade cheeses, yoghurt, fresh milk, goat\u2019s milk products."
939
+ },
940
+ {
941
+ id: "bakery-pastries",
942
+ name: "Bakery & Pastries",
943
+ description: "Freshly baked bread, sourdough, bagels, croissants, focaccia, traditional baked goods."
944
+ },
945
+ {
946
+ id: "spices-condiments",
947
+ name: "Spices & Condiments",
948
+ description: "Dried herbs, spice blends, specialty salts, hot sauces, infused oils, chutneys."
949
+ },
950
+ {
951
+ id: "packaged-specialty-foods",
952
+ name: "Packaged & Specialty Foods",
953
+ description: "Honey, jams, preserves, pickles, nut butters, sauces, pre-packaged snacks."
954
+ },
955
+ {
956
+ id: "other-fresh-food-items",
957
+ name: "Other fresh food items",
958
+ description: "Items that don\u2019t fit above, e.g. fermented foods, plant-based substitutes."
959
+ }
960
+ ]
961
+ },
962
+ {
963
+ id: "beverages-specialty-drinks",
964
+ name: "Beverages & Specialty Drinks",
965
+ items: [
966
+ {
967
+ id: "fresh-juices-smoothies",
968
+ name: "Fresh Juices & Smoothies",
969
+ description: "Cold-pressed juices, detox blends, fruit smoothies, tropical mixes."
970
+ },
971
+ {
972
+ id: "coffee-teas",
973
+ name: "Coffee & Teas",
974
+ description: "Espresso, pour-over coffee, herbal teas, matcha, bubble tea, locally blended tea."
975
+ },
976
+ {
977
+ id: "dairy-plant-based-drinks",
978
+ name: "Dairy & Plant-Based Drinks",
979
+ description: "Milkshakes, lassis, almond/oat milk drinks, coconut water."
980
+ },
981
+ {
982
+ id: "alcoholic-beverages",
983
+ name: "Alcoholic Beverages",
984
+ description: "Local wines, craft beer, mead, cider, infused spirits, cocktail kits."
985
+ },
986
+ {
987
+ id: "other-beverages",
988
+ name: "Other beverages",
989
+ description: "Kombucha, kefir, energy drinks, non-alcoholic wines or beers."
990
+ }
991
+ ]
992
+ },
993
+ {
994
+ id: "savoury-prepared-foods-street-food",
995
+ name: "Savoury Prepared Foods & Street Food",
996
+ items: [
997
+ {
998
+ id: "local-specialties",
999
+ name: "Local Specialties",
1000
+ description: "Meat pies, hangi, seafood chowder, fry bread, traditional NZ dishes."
1001
+ },
1002
+ {
1003
+ id: "asian-cuisine",
1004
+ name: "Asian Cuisine",
1005
+ description: "Sushi, bao buns, dumplings, ramen, satay, spring rolls, fried rice."
1006
+ },
1007
+ {
1008
+ id: "mediterranean-cuisine",
1009
+ name: "Mediterranean Cuisine",
1010
+ description: "Falafel, hummus wraps, souvlaki, Greek salad, dolma."
1011
+ },
1012
+ {
1013
+ id: "italian-delights",
1014
+ name: "Italian Delights",
1015
+ description: "Pizza, calzone, focaccia, fresh pasta, arancini."
1016
+ },
1017
+ {
1018
+ id: "bbq-grilled-foods",
1019
+ name: "BBQ & Grilled Foods",
1020
+ description: "Kebabs, grilled chicken, ribs, burgers, sausages."
1021
+ },
1022
+ {
1023
+ id: "savoury-crepes-pancakes",
1024
+ name: "Savoury Crepes & Pancakes",
1025
+ description: "Filled savoury crepes, mini savoury pancakes."
1026
+ },
1027
+ {
1028
+ id: "savoury-baked-goods-pastries",
1029
+ name: "Savoury Baked Goods & Pastries",
1030
+ description: "Quiches, savoury muffins, filled savoury pastries, empanadas."
1031
+ },
1032
+ {
1033
+ id: "vegan-vegetarian-dishes",
1034
+ name: "Vegan & Vegetarian Dishes",
1035
+ description: "Buddha bowls, plant-based burgers, salads, vegan sushi."
1036
+ },
1037
+ {
1038
+ id: "other-savoury-foods",
1039
+ name: "Other Savoury Foods",
1040
+ description: "Fusion dishes, mixed platters, savoury meal kits."
1041
+ }
1042
+ ]
1043
+ },
1044
+ {
1045
+ id: "sweet-prepared-foods",
1046
+ name: "Sweet Prepared Foods",
1047
+ items: [
1048
+ {
1049
+ id: "sweet-crepes-pancakes-fried-treats",
1050
+ name: "Sweet Crepes, Pancakes & Fried Treats",
1051
+ description: "Crepes, waffles, mini pancakes, muffins, doughnuts."
1052
+ },
1053
+ {
1054
+ id: "sweet-baked-goods-desserts",
1055
+ name: "Sweet Baked Goods & Desserts",
1056
+ description: "Cakes, pastries, slices, trifles, layered desserts."
1057
+ },
1058
+ {
1059
+ id: "fruit-based-snacks",
1060
+ name: "Fruit-Based Snacks",
1061
+ description: "Fruit skewers, dried fruit packs, chocolate-dipped fruit."
1062
+ },
1063
+ {
1064
+ id: "candy-confectionery",
1065
+ name: "Candy & Confectionery",
1066
+ description: "Fudge, handmade candies, toffee, nougat, brittle."
1067
+ },
1068
+ {
1069
+ id: "other-sweet-foods",
1070
+ name: "Other Sweet Foods",
1071
+ description: "Fusion desserts, sweet platters, sweet meal kits."
1072
+ }
1073
+ ]
1074
+ }
1075
+ ]
1076
+ }
1077
+ ];
1078
+
1079
+ // src/formFields/categories/handmadeAndLocalProducts.ts
1080
+ var handmadeAndLocalProducts = [
1081
+ {
1082
+ id: "handmade-local-products",
1083
+ name: "Handmade & Local Products",
1084
+ description: "Unique, handmade, or locally produced artisan goods.",
1085
+ subcategories: [
1086
+ {
1087
+ id: "home-living",
1088
+ name: "Home & Living",
1089
+ items: [
1090
+ {
1091
+ id: "ceramics-pottery",
1092
+ name: "Ceramics & Pottery",
1093
+ description: "Handmade mugs, vases, bowls, decorative plates, plant pots."
1094
+ },
1095
+ {
1096
+ id: "candles-home-scents",
1097
+ name: "Candles & Home Scents",
1098
+ description: "Soy candles, beeswax candles, wax melts, incense sticks, room sprays and herbal sachets."
1099
+ },
1100
+ {
1101
+ id: "botanical-crafts",
1102
+ name: "Botanical Crafts",
1103
+ description: "Dried-flower d\xE9cor and pressed-flower crafts"
1104
+ },
1105
+ {
1106
+ id: "textiles-embroidery",
1107
+ name: "Textiles & Embroidery",
1108
+ description: "Handsewn items, embroidered napkins, home linens, aprons, fabric gift wraps, handmade fabric bags, quilted goods, personalized textile gifts."
1109
+ },
1110
+ {
1111
+ id: "woodcraft-metalcraft",
1112
+ name: "Woodcraft & Metalcraft",
1113
+ description: "Wooden boards, handmade frames, sculptures, metal signs, furniture."
1114
+ },
1115
+ {
1116
+ id: "handmade-soaps-natural-body-goods",
1117
+ name: "Handmade Soaps & Natural Body Goods",
1118
+ description: "Handmade soaps, balms, oils, bath items"
1119
+ },
1120
+ {
1121
+ id: "seasonal-festive-crafts",
1122
+ name: "Seasonal & Festive Crafts",
1123
+ description: "Christmas, Easter and seasonal handmade decor"
1124
+ },
1125
+ {
1126
+ id: "other-home-living-products",
1127
+ name: "Other home & living products",
1128
+ description: "Items that don't fit above but serve home-related purposes."
1129
+ }
1130
+ ]
1131
+ },
1132
+ {
1133
+ id: "art-personal-expression",
1134
+ name: "Art & Personal Expression",
1135
+ items: [
1136
+ {
1137
+ id: "paintings-illustrations",
1138
+ name: "Paintings & Illustrations",
1139
+ description: "Paintings, canvas art, hand-drawn illustrations, digital prints, graphic art and calligraphy pieces."
1140
+ },
1141
+ {
1142
+ id: "sculptures-carvings",
1143
+ name: "Sculptures & Carvings ",
1144
+ description: "Sculptures made from wood, stone, metal, clay or resin, carved decorative pieces and artistic 3D works."
1145
+ },
1146
+ {
1147
+ id: "creative-handmade-alternative-art",
1148
+ name: "Creative Handmade & Alternative Art",
1149
+ description: "Handmade textile d\xE9cor, fabric ornaments, mixed-media art, creative craft pieces and modern handmade artworks."
1150
+ },
1151
+ {
1152
+ id: "handmade-mini-figures-decor",
1153
+ name: "Handmade Mini Figures & D\xE9cor",
1154
+ description: "Small handmade figures, tiny houses and crafted mini decorative items."
1155
+ },
1156
+ {
1157
+ id: "other-artistic-expressive-products",
1158
+ name: "Other Artistic or Expressive Products",
1159
+ description: "Custom artworks, specialty handmade d\xE9cor, unique crafts."
1160
+ }
1161
+ ]
1162
+ },
1163
+ {
1164
+ id: "handmade-jewellery-accessories-cultural-crafts",
1165
+ name: "Handmade Jewellery, Accessories & Cultural Crafts",
1166
+ items: [
1167
+ {
1168
+ id: "jewellery-handmade-items-nz-traditional-materials",
1169
+ name: "Jewellery & Handmade Items from NZ Traditional Materials",
1170
+ description: "Handmade jewellery and decorative or functional items crafted from pounamu, bone, wood and other traditional New Zealand materials."
1171
+ },
1172
+ {
1173
+ id: "maori-pasifika-cultural-crafts-clothing",
1174
+ name: "M\u0101ori & Pasifika Cultural Crafts and Clothing",
1175
+ description: "Culturally inspired handmade items, accessories and garments featuring M\u0101ori or Pasifika motifs, traditional patterns and regional craftsmanship."
1176
+ },
1177
+ {
1178
+ id: "traditional-handmade-clothing-jewellery-crafts-global-cultures",
1179
+ name: "Traditional Handmade Clothing, Jewellery & Crafts from Global Cultures",
1180
+ description: "Handcrafted clothing, jewellery and cultural items from diverse traditions \u2014 including Asian, African, European, Middle Eastern, Indian, Chinese, Japanese, Pacific, and other culturally significant handmade pieces."
1181
+ },
1182
+ {
1183
+ id: "other-handmade-cultural-items",
1184
+ name: "Other Handmade Cultural Items",
1185
+ description: "Unique or culturally inspired handmade pieces not specifically covered in the categories above."
1186
+ }
1187
+ ]
1188
+ },
1189
+ {
1190
+ id: "gift-ideas-accessories",
1191
+ name: "Gift Ideas & Accessories",
1192
+ items: [
1193
+ {
1194
+ id: "handmade-pens-keychains-fridge-magnets",
1195
+ name: "Handmade Pens, Keychains and Fridge Magnets",
1196
+ description: null
1197
+ },
1198
+ {
1199
+ id: "gift-packaging-wrapping-accessories",
1200
+ name: "Gift Packaging & Wrapping Accessories",
1201
+ description: null
1202
+ },
1203
+ {
1204
+ id: "handmade-crochet-knitting-fibre-crafts",
1205
+ name: "Handmade Crochet, Knitting & Fibre Crafts",
1206
+ description: "Handmade crochet and knitted items, fabric-based crafts, small decorative pieces, creative fibre artworks and unique handcrafted accessories."
1207
+ },
1208
+ {
1209
+ id: "handmade-toys-mini-play-items",
1210
+ name: "Handmade Toys & Mini Play Items",
1211
+ description: "small handmade toys, soft toys, wooden miniatures, crochet or felt play pieces"
1212
+ },
1213
+ {
1214
+ id: "other-small-handmade-gifts-accessories",
1215
+ name: "Other small handmade gifts or accessories",
1216
+ description: "Compact creative items made to surprise or delight."
1217
+ }
1218
+ ]
1219
+ }
1220
+ ]
1221
+ }
1222
+ ];
1223
+
1224
+ // src/formFields/categories/healthAndWellness.ts
1225
+ var healthAndWellness = [
1226
+ {
1227
+ id: "health-wellness",
1228
+ name: "Health & Wellness",
1229
+ description: "Natural products and services that promote wellbeing, body care, and holistic health.",
1230
+ subcategories: [
1231
+ {
1232
+ id: "body-skincare",
1233
+ name: "Body & Skincare",
1234
+ items: [
1235
+ {
1236
+ id: "skincare-body-products",
1237
+ name: "Skincare & Body Products",
1238
+ description: "Soaps, creams, lip balms, bath salts, bath bombs, body oils, natural deodorants."
1239
+ },
1240
+ {
1241
+ id: "other-body-care-items",
1242
+ name: "Other body care items",
1243
+ description: "Additional handmade or eco-conscious personal care goods."
1244
+ }
1245
+ ]
1246
+ },
1247
+ {
1248
+ id: "aromatherapy-herbal-wellness",
1249
+ name: "Aromatherapy & Herbal Wellness",
1250
+ items: [
1251
+ {
1252
+ id: "aromatherapy-herbal-remedies",
1253
+ name: "Aromatherapy & Herbal Remedies",
1254
+ description: "Essential oils, herbal balms, massage oils, salves, natural teas, rollers."
1255
+ },
1256
+ {
1257
+ id: "other-herbal-aroma-products",
1258
+ name: "Other herbal or aroma-based products",
1259
+ description: "Wellness blends, herb sachets, custom infusions."
1260
+ }
1261
+ ]
1262
+ },
1263
+ {
1264
+ id: "wellness-tools-accessories",
1265
+ name: "Wellness Tools & Accessories",
1266
+ items: [
1267
+ {
1268
+ id: "wellness-accessories",
1269
+ name: "Wellness Accessories",
1270
+ description: "Yoga mats, meditation cushions, eye pillows, incense, smudging sticks, eco water bottles, wellness journals."
1271
+ },
1272
+ {
1273
+ id: "spiritual-tools-crystals",
1274
+ name: "Spiritual Tools & Crystals",
1275
+ description: "Healing crystals, gemstone bracelets, pendulums, sprays, spiritual kits, altar decor."
1276
+ },
1277
+ {
1278
+ id: "other-wellness-spiritual-items",
1279
+ name: "Other wellness or spiritual items",
1280
+ description: "Items that aid relaxation, focus, or inner work."
1281
+ }
1282
+ ]
1283
+ }
1284
+ ]
1285
+ }
1286
+ ];
1287
+
1288
+ // src/formFields/categories/homeGardenHousehold.ts
1289
+ var homeGardenHousehold = [
1290
+ {
1291
+ id: "home-garden-household-goods",
1292
+ name: "Home, Garden & Household Goods",
1293
+ description: "Functional, decorative, and eco-conscious products designed for everyday use indoors and outdoors.",
1294
+ subcategories: [
1295
+ {
1296
+ id: "home-decor-living",
1297
+ name: "Home Decor & Living",
1298
+ items: [
1299
+ {
1300
+ id: "home-decor",
1301
+ name: "Home Decor",
1302
+ description: "Cushions, wall art, table runners, vases, trays, mirrors, handmade centerpieces."
1303
+ },
1304
+ {
1305
+ id: "kitchenware-dining",
1306
+ name: "Kitchenware & Dining",
1307
+ description: "Mugs, bowls, cutting boards, utensils, jars, coasters, kitchen textiles."
1308
+ },
1309
+ {
1310
+ id: "mini-figures-decor",
1311
+ name: "Mini Figures & D\xE9cor",
1312
+ description: "handmade or non-handmade small figures, tiny houses and miniature decorative items."
1313
+ },
1314
+ {
1315
+ id: "other-indoor-home-items",
1316
+ name: "Other indoor home items",
1317
+ description: "Any decorative or practical household items not listed above."
1318
+ }
1319
+ ]
1320
+ },
1321
+ {
1322
+ id: "cleaning-eco-essentials",
1323
+ name: "Cleaning & Eco Essentials",
1324
+ items: [
1325
+ {
1326
+ id: "cleaning-eco-supplies",
1327
+ name: "Cleaning & Eco Supplies",
1328
+ description: "Beeswax wraps, reusable cloths, brushes, natural soaps, detergent bars, eco sponges."
1329
+ },
1330
+ {
1331
+ id: "other-eco-cleaning-items",
1332
+ name: "Other eco or cleaning items",
1333
+ description: "Environmentally friendly goods not listed above."
1334
+ }
1335
+ ]
1336
+ },
1337
+ {
1338
+ id: "garden-outdoor-living",
1339
+ name: "Garden & Outdoor Living",
1340
+ items: [
1341
+ {
1342
+ id: "plants-botanical-decor",
1343
+ name: "Plants & Botanical Decor",
1344
+ description: "Potted herbs, succulents, dried flowers, terrariums, plant-based ornaments."
1345
+ },
1346
+ {
1347
+ id: "fresh-flowers-botanical-bouquets",
1348
+ name: "Fresh Flowers & Botanical Bouquets",
1349
+ description: "Cut flowers, seasonal bouquets, simple floral arrangements, native flower selections, and other fresh botanical items."
1350
+ },
1351
+ {
1352
+ id: "natural-decor-nature-inspired-elements",
1353
+ name: "Natural Decor & Nature-Inspired Elements",
1354
+ description: "Seashell d\xE9cor, driftwood pieces, sand ornaments, natural wood accents, stone or mineral decorations, and other nature-based decorative items."
1355
+ },
1356
+ {
1357
+ id: "garden-tools-outdoor-items",
1358
+ name: "Garden Tools & Outdoor Items",
1359
+ description: "Plant markers, garden signs, stakes, small tools, wind chimes, gifts."
1360
+ },
1361
+ {
1362
+ id: "other-outdoor-garden-products",
1363
+ name: "Other outdoor or garden products",
1364
+ description: "Functional or decorative items for outside use."
1365
+ }
1366
+ ]
1367
+ }
1368
+ ]
1369
+ }
1370
+ ];
1371
+
1372
+ // src/formFields/categories/petProductsAndAnimalGoods.ts
1373
+ var petProductsAndAnimalGoods = [
1374
+ {
1375
+ id: "pet-products-animal-goods",
1376
+ name: "Pet Products & Animal Goods",
1377
+ description: "Items for pets, pet lovers, or animal-themed market stalls.",
1378
+ subcategories: [
1379
+ {
1380
+ id: "products-for-pets",
1381
+ name: "Products for Pets",
1382
+ items: [
1383
+ {
1384
+ id: "pet-food-treats",
1385
+ name: "Pet Food & Treats",
1386
+ description: "Homemade dog biscuits, cat snacks, natural chews, pet-safe cakes, training treats."
1387
+ },
1388
+ {
1389
+ id: "apparel-toys-accessories",
1390
+ name: "Apparel, Toys & Accessories",
1391
+ description: "Leashes, collars, harnesses, toys, grooming tools, beds, travel gear, jumpers, bandanas."
1392
+ },
1393
+ {
1394
+ id: "other-pet-products",
1395
+ name: "Other pet products",
1396
+ description: "Any pet-related items not listed above."
1397
+ }
1398
+ ]
1399
+ },
1400
+ {
1401
+ id: "small-pets-birds-exotic-animals",
1402
+ name: "Small Pets, Birds & Exotic Animals",
1403
+ items: [
1404
+ {
1405
+ id: "products-small-pets-birds-exotics",
1406
+ name: "Products for Small Pets, Birds & Exotics",
1407
+ description: "Toys, enclosures, perches, feeding bowls, bedding, habitat decor, transport gear, and care items for birds, rabbits, hamsters, reptiles, turtles, aquarium pets, and other exotic species."
1408
+ },
1409
+ {
1410
+ id: "other-small-exotic-animal-items",
1411
+ name: "Other small or exotic animal items",
1412
+ description: "Unusual accessories for non-mainstream pets."
1413
+ }
1414
+ ]
1415
+ },
1416
+ {
1417
+ id: "farm-working-animals",
1418
+ name: "Farm & Working Animals",
1419
+ items: [
1420
+ {
1421
+ id: "goods-for-farm-working-animals",
1422
+ name: "Goods for Farm & Working Animals",
1423
+ description: "Treats, care products, equipment, signage and accessories for chickens, goats, alpacas, horses, and other livestock."
1424
+ },
1425
+ {
1426
+ id: "other-farm-animal-items",
1427
+ name: "Other farm animal-related items",
1428
+ description: "Rural, barnyard, or utility-specific gear not listed above."
1429
+ }
1430
+ ]
1431
+ },
1432
+ {
1433
+ id: "animal-themed-gifts-custom-items",
1434
+ name: "Animal-Themed Gifts & Custom Items",
1435
+ items: [
1436
+ {
1437
+ id: "pet-art-custom-gifts",
1438
+ name: "Pet Art & Custom Gifts",
1439
+ description: "Pet portraits, name tags, personalized bowls, breed-specific items, pet-themed home decor and stationery."
1440
+ },
1441
+ {
1442
+ id: "other-animal-themed-gifts",
1443
+ name: "Other animal-themed gifts",
1444
+ description: "Artistic or sentimental items made for animal lovers."
1445
+ }
1446
+ ]
1447
+ }
1448
+ ]
1449
+ }
1450
+ ];
1451
+
1452
+ // src/formFields/categories/serviceAndExperience.ts
1453
+ var serviceAndExperience = [
1454
+ {
1455
+ id: "services-experiences",
1456
+ name: "Services & Experiences",
1457
+ description: "On-site offerings that provide entertainment, personal care, learning, or interactive activities beyond products.",
1458
+ subcategories: [
1459
+ {
1460
+ id: "personal-care-body-art",
1461
+ name: "Personal Care & Body Art",
1462
+ items: [
1463
+ {
1464
+ id: "nails-handcare",
1465
+ name: "Nails & Handcare",
1466
+ description: "Nail painting, decoration, quick manicures, temporary nail extensions."
1467
+ },
1468
+ {
1469
+ id: "hair-styling-braiding",
1470
+ name: "Hair Styling & Braiding",
1471
+ description: "Hair braiding, plaits, child-friendly festival hairstyles."
1472
+ },
1473
+ {
1474
+ id: "face-body-decoration",
1475
+ name: "Face & Body Decoration",
1476
+ description: "Henna, glitter tattoos, face painting, light makeup, eyelash styling, professional tattooing (where permitted)."
1477
+ },
1478
+ {
1479
+ id: "other-beauty-grooming-services",
1480
+ name: "Other beauty or grooming services",
1481
+ description: "Small-scale personal care options offered on-site."
1482
+ }
1483
+ ]
1484
+ },
1485
+ {
1486
+ id: "practical-wellness-services",
1487
+ name: "Practical & Wellness Services",
1488
+ items: [
1489
+ {
1490
+ id: "mobile-practical-services",
1491
+ name: "Mobile & Practical Services",
1492
+ description: "Shoe repair, phone repairs, knife sharpening, key cutting, battery replacement, bike repairs, engraving."
1493
+ },
1494
+ {
1495
+ id: "wellness-alternative-therapies",
1496
+ name: "Wellness & Alternative Therapies",
1497
+ description: "Massage, aromatherapy, reflexology, energy healing (e.g. Reiki), natural consultations."
1498
+ },
1499
+ {
1500
+ id: "other-service-based-offerings",
1501
+ name: "Other service-based offerings",
1502
+ description: "Wellness or functional services not listed above."
1503
+ }
1504
+ ]
1505
+ },
1506
+ {
1507
+ id: "creative-educational-experiences",
1508
+ name: "Creative & Educational Experiences",
1509
+ items: [
1510
+ {
1511
+ id: "creative-workshops-maker-services",
1512
+ name: "Creative Workshops & Maker Services",
1513
+ description: "Candle making, pottery, jewelry crafting, soap or balm workshops, calligraphy, seasonal crafts."
1514
+ },
1515
+ {
1516
+ id: "education-awareness-stalls",
1517
+ name: "Education & Awareness Stalls",
1518
+ description: "Eco awareness, cultural storytelling, local history, first aid demos, health booths, sustainability education, kids\u2019 science displays."
1519
+ },
1520
+ {
1521
+ id: "other-creative-educational-services",
1522
+ name: "Other creative or educational services",
1523
+ description: "Informal learning, demonstrations, or community-focused sessions."
1524
+ }
1525
+ ]
1526
+ },
1527
+ {
1528
+ id: "kids-activities-family-fun",
1529
+ name: "Kids\u2019 Activities & Family Fun",
1530
+ items: [
1531
+ {
1532
+ id: "kids-activities-fun",
1533
+ name: "Kids\u2019 Activities & Fun",
1534
+ description: "Face painting, glitter tattoos, pony rides, bouncy castles, small amusement rides, balloon twisting, animal petting zones."
1535
+ },
1536
+ {
1537
+ id: "other-family-oriented-activities",
1538
+ name: "Other family-oriented activities",
1539
+ description: "On-site entertainment that engages children or family groups."
1540
+ }
1541
+ ]
1542
+ }
1543
+ ]
1544
+ }
1545
+ ];
1546
+
1547
+ // src/formFields/categories/toysChildren.ts
1548
+ var toysChildren = [
1549
+ {
1550
+ id: "toys-childrens-items",
1551
+ name: "Toys & Children\u2019s Items",
1552
+ description: "Products and services made for or inspired by children.",
1553
+ subcategories: [
1554
+ {
1555
+ id: "toys-playthings",
1556
+ name: "Toys & Playthings",
1557
+ items: [
1558
+ {
1559
+ id: "toys-classic-electric-character",
1560
+ name: "Toys \u2013 Classic, Electric & Character-Based",
1561
+ description: "Building blocks, dolls, puzzles, plush animals, toy vehicles, remote-control toys, light-up gadgets, character figurines, themed playsets."
1562
+ },
1563
+ {
1564
+ id: "handmade-toys-crafty-playthings",
1565
+ name: "Handmade Toys & Crafty Playthings",
1566
+ description: "Wooden puzzles, crocheted animals, felt toys, fabric dolls, DIY kits, nature-inspired games, sensory toys."
1567
+ },
1568
+ {
1569
+ id: "other-play-items",
1570
+ name: "Other play items",
1571
+ description: "Toys not listed above, including limited-edition or hybrid items."
1572
+ }
1573
+ ]
1574
+ },
1575
+ {
1576
+ id: "educational-developmental",
1577
+ name: "Educational & Developmental",
1578
+ items: [
1579
+ {
1580
+ id: "educational-developmental-tools",
1581
+ name: "Educational & Developmental Tools",
1582
+ description: "STEM kits, Montessori toys, storybooks, picture books, flashcards, early learning games, language tools."
1583
+ },
1584
+ {
1585
+ id: "other-educational-experience-based-items",
1586
+ name: "Other educational or experience-based items",
1587
+ description: "Creative experiences or learning aids not listed above."
1588
+ }
1589
+ ]
1590
+ },
1591
+ {
1592
+ id: "baby-kidswear-accessories",
1593
+ name: "Baby & Kidswear + Accessories",
1594
+ items: [
1595
+ {
1596
+ id: "baby-kidswear-accessories",
1597
+ name: "Baby & Kidswear + Accessories",
1598
+ description: "Handmade baby clothes, toddler outfits, bibs, hats, headbands, bags, pacifier clips, soft shoes."
1599
+ },
1600
+ {
1601
+ id: "baby-developmental-soft-toys",
1602
+ name: "Baby Developmental Soft Toys",
1603
+ description: "Sensory toys, rattles, fabric books, teething items, high-contrast cards, and early-skill. Montessori materials designed to support infants\u2019 cognitive and motor development."
1604
+ },
1605
+ {
1606
+ id: "other-childrens-clothing-accessories",
1607
+ name: "Other children\u2019s clothing or accessories",
1608
+ description: "Unique fashion or functional pieces for kids."
1609
+ }
1610
+ ]
1611
+ }
1612
+ ]
1613
+ }
1614
+ ];
1615
+
1616
+ // src/formFields/categories/vintageAndAntique.ts
1617
+ var vintageAndAntique = [
1618
+ {
1619
+ id: "vintage-antique",
1620
+ name: "Vintage & Antique",
1621
+ description: "Unique, historic, or nostalgic items with collectible or decorative value.",
1622
+ subcategories: [
1623
+ {
1624
+ id: "vintage-antique-clothing-accessories",
1625
+ name: "Vintage & Antique Clothing & Accessories",
1626
+ items: [
1627
+ {
1628
+ id: "clothing-vintage-fashion",
1629
+ name: "Clothing and wearable items from past eras",
1630
+ description: "Vintage dresses, jackets, hats, gloves, belts, bags, shoes, jewellery."
1631
+ },
1632
+ {
1633
+ id: "other-clothing-accessory-items",
1634
+ name: "Other clothing-related items",
1635
+ description: "Hair clips, brooches, pins, scarf rings, small fashion accessories."
1636
+ }
1637
+ ]
1638
+ },
1639
+ {
1640
+ id: "collectibles-memorabilia",
1641
+ name: "Collectibles & Memorabilia",
1642
+ items: [
1643
+ {
1644
+ id: "small-collectible-items",
1645
+ name: "Small collectible items with historical or nostalgic significance",
1646
+ description: "Coins, stamps, toys, postcards, comics, sports cards, vintage packaging."
1647
+ },
1648
+ {
1649
+ id: "other-collectible-items",
1650
+ name: "Other collectible items",
1651
+ description: "Rare small objects, miniature figurines, special-edition items."
1652
+ }
1653
+ ]
1654
+ },
1655
+ {
1656
+ id: "homewares-decor-curiosities",
1657
+ name: "Homewares, Decor & Curiosities",
1658
+ items: [
1659
+ {
1660
+ id: "decorative-functional-vintage-items",
1661
+ name: "Decorative or functional items with a vintage or antique aesthetic",
1662
+ description: "Teacups, plates, vases, mirrors, clocks, furniture, old tools, lanterns, typewriters, curiosities."
1663
+ },
1664
+ {
1665
+ id: "handmade-vintage-art",
1666
+ name: "Handmade vintage art",
1667
+ description: "Paintings, sculptures, crafted pieces."
1668
+ },
1669
+ {
1670
+ id: "other-home-decor-items",
1671
+ name: "Other home or decor items",
1672
+ description: "Decorative pieces not listed above, unique household objects."
1673
+ }
1674
+ ]
1675
+ },
1676
+ {
1677
+ id: "vintage-media-printed-nostalgia",
1678
+ name: "Vintage Media & Printed Nostalgia",
1679
+ items: [
1680
+ {
1681
+ id: "older-media-printed-works",
1682
+ name: "Older media formats and printed works",
1683
+ description: "Vinyl records, cassette tapes, CDs, DVDs, books, magazines, board games, posters."
1684
+ },
1685
+ {
1686
+ id: "other-media-printed-items",
1687
+ name: "Other media or printed items",
1688
+ description: "Maps, manuals, leaflets, out-of-print materials."
1689
+ }
1690
+ ]
1691
+ },
1692
+ {
1693
+ id: "other-vintage-antique-items",
1694
+ name: "Other Vintage & Antique Items",
1695
+ items: [
1696
+ {
1697
+ id: "any-vintage-antique-items-not-listed",
1698
+ name: "Any vintage or antique items not listed above",
1699
+ description: "Unique, rare or uncategorised pieces."
1700
+ }
1701
+ ]
1702
+ }
1703
+ ]
1704
+ }
1705
+ ];
1706
+
1707
+ // src/formFields/categories/index.ts
1708
+ var categoryColors = {
1709
+ "clothing-fashion": "#9D4EDD",
1710
+ "electronics-technology": "#3AF3FF",
1711
+ "food-beverages": "#FF0D1F",
1712
+ "handmade-local-products": "#EE7E54",
1713
+ "health-wellness": "#E23794",
1714
+ "home-garden-household-goods": "#067325",
1715
+ "pet-products-animal-goods": "#68E788",
1716
+ "services-experiences": "#2E16A5",
1717
+ "toys-childrens-items": "#FFF966",
1718
+ "vintage-antique": "#8D6748"
1719
+ };
1720
+ var assignColorToCategories = (categories) => {
1721
+ const result = categories.map((category) => ({
1722
+ ...category,
1723
+ color: categoryColors[category.id]
1724
+ }));
1725
+ return result;
1726
+ };
1727
+ var availableCategories = assignColorToCategories([
1728
+ ...foodAndBeverages,
1729
+ ...handmadeAndLocalProducts,
1730
+ ...clothingAndFashion,
1731
+ ...homeGardenHousehold,
1732
+ ...toysChildren,
1733
+ ...healthAndWellness,
1734
+ ...electronicsAndTechnology,
1735
+ ...vintageAndAntique,
1736
+ ...petProductsAndAnimalGoods,
1737
+ ...serviceAndExperience
1738
+ ]);
1739
+
1740
+ // src/formFields/socialMedia.ts
1741
+ var socialMedia = [
1742
+ {
1743
+ key: "facebook",
1744
+ name: "Facebook",
1745
+ placeholder: "https://www.facebook.com/your-page"
1746
+ },
1747
+ {
1748
+ key: "instagram",
1749
+ name: "Instagram",
1750
+ placeholder: "https://www.instagram.com/your-profile"
1751
+ },
1752
+ {
1753
+ key: "tiktok",
1754
+ name: "TikTok",
1755
+ placeholder: "https://www.tiktok.com/@your-profile"
1756
+ },
1757
+ {
1758
+ key: "twitter",
1759
+ name: "Twitter",
1760
+ placeholder: "https://twitter.com/your-profile"
1761
+ },
1762
+ {
1763
+ key: "website",
1764
+ name: "Website",
1765
+ placeholder: "https://www.yourwebsite.com"
1766
+ },
1767
+ {
1768
+ key: "youtube",
1769
+ name: "YouTube",
1770
+ placeholder: "https://www.youtube.com/channel/your-channel"
1771
+ }
1772
+ ];
1773
+ var socialMediaFields = socialMedia.map((link) => ({
1774
+ helperText: link.name,
1775
+ keyboardType: "url",
1776
+ name: link.key,
1777
+ placeholder: link.placeholder
1778
+ }));
1779
+
1780
+ // src/formFields/testers.ts
1781
+ var testersFields = [
1782
+ {
1783
+ helperText: "Enter your business name *",
1784
+ keyboardType: "default",
1785
+ name: "businessName",
1786
+ placeholder: "Business Name *"
1787
+ },
1788
+ {
1789
+ helperText: "Enter first name *",
1790
+ keyboardType: "default",
1791
+ name: "firstName",
1792
+ placeholder: "First Name *"
1793
+ },
1794
+ {
1795
+ helperText: "Enter last name *",
1796
+ keyboardType: "default",
1797
+ name: "lastName",
1798
+ placeholder: "Last Name *"
1799
+ },
1800
+ {
1801
+ ...emailField,
1802
+ helperText: "Enter email address *"
1803
+ },
1804
+ {
1805
+ helperText: "Enter your mobile phone number *",
1806
+ keyboardType: "phone-pad",
1807
+ name: "mobilePhone",
1808
+ placeholder: "Mobile Phone Number *"
1809
+ }
1810
+ ];
1811
+
1812
+ // src/formFields/contactUs.ts
1813
+ var contactUsFields = [
1814
+ {
1815
+ helperText: "Enter first name *",
1816
+ keyboardType: "default",
1817
+ name: "firstName",
1818
+ placeholder: "First Name"
1819
+ },
1820
+ {
1821
+ helperText: "Enter last name *",
1822
+ keyboardType: "default",
1823
+ name: "lastName",
1824
+ placeholder: "Last Name"
1825
+ },
1826
+ {
1827
+ ...emailField,
1828
+ helperText: "Enter email address *"
1829
+ },
1830
+ {
1831
+ helperText: "Enter your message *",
1832
+ isTextArea: true,
1833
+ keyboardType: "default",
1834
+ name: "message",
1835
+ placeholder: "Message"
1836
+ }
1837
+ ];
1838
+
1839
+ // src/formFields/partner.ts
1840
+ var partnerBasicInfoFields = [
1841
+ {
1842
+ helperText: "Business Name *",
1843
+ name: "name",
1844
+ placeholder: "Business Name"
1845
+ },
1846
+ {
1847
+ helperText: "NZBN number (required \u2013 ClueMart only accepts partners with valid NZBN number) *",
1848
+ keyboardType: "number-pad",
1849
+ name: "nzbn",
1850
+ placeholder: "NZBN number"
1851
+ },
1852
+ {
1853
+ helperText: "Description *",
1854
+ isTextArea: true,
1855
+ name: "description",
1856
+ placeholder: "Description"
1857
+ }
1858
+ ];
1859
+
1860
+ export {
1861
+ vendorBasicInfoFields,
1862
+ vendorMultiLocation,
1863
+ vendorFullAddress,
1864
+ vendorStartDateFields,
1865
+ vendorEndDateFields,
1866
+ vendorAvailability,
1867
+ vendorLocationDescription,
1868
+ vendorMenuFields,
1869
+ productLabelGroups,
1870
+ vendorElectricity,
1871
+ vendorGazebo,
1872
+ vendorTable,
1873
+ vendorPriceRange,
1874
+ vendorStallSize,
1875
+ vendorPackaging,
1876
+ vendorProducedIn,
1877
+ vendorFoodFlavour,
1878
+ vendorCompliance,
1879
+ packagingOptions,
1880
+ producedIngOptions,
1881
+ foodFlavourOptions,
1882
+ eventBasicInfoFields,
1883
+ eventStartDateFields,
1884
+ eventEndDateFields,
1885
+ availableTagTypes,
1886
+ tagOptions,
1887
+ eventInfo,
1888
+ eventInfoPaymentInfo,
1889
+ requirementsOptions,
1890
+ stallTypeOptions,
1891
+ emailField,
1892
+ companyContactFields,
1893
+ loginFields,
1894
+ registerFields,
1895
+ requestPasswordResetFields,
1896
+ resetPasswordFields,
1897
+ validateVerificationTokenFields,
1898
+ profileFields,
1899
+ categoryColors,
1900
+ availableCategories,
1901
+ socialMediaFields,
1902
+ testersFields,
1903
+ contactUsFields,
1904
+ partnerBasicInfoFields
1905
+ };
1906
+ //# sourceMappingURL=chunk-VK7YXMD5.mjs.map