@timardex/cluemart-shared 1.0.68 → 1.0.70
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/{chunk-4BZVTRCC.mjs → chunk-KPXDWQJZ.mjs} +5 -7
- package/dist/chunk-KPXDWQJZ.mjs.map +1 -0
- package/dist/{chunk-NKXNZPXS.mjs → chunk-R5WLNKNS.mjs} +2 -2
- package/dist/enums/index.cjs +4 -6
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +5 -7
- package/dist/enums/index.d.ts +5 -7
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs +771 -200
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +769 -196
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/{global-BGkMOKi_.d.ts → global-Cpfu9Dud.d.ts} +10 -3
- package/dist/{global-CQkmy_ty.d.mts → global-Dqtku_n8.d.mts} +10 -3
- package/dist/graphql/index.cjs +55 -9
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +56 -10
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +12 -8
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +10 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2983 -2318
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +373 -331
- package/dist/index.d.ts +373 -331
- package/dist/index.mjs +2980 -2318
- package/dist/index.mjs.map +1 -1
- package/dist/theme/index.cjs +70 -0
- package/dist/theme/index.cjs.map +1 -0
- package/dist/theme/index.d.mts +38 -0
- package/dist/theme/index.d.ts +38 -0
- package/dist/theme/index.mjs +43 -0
- package/dist/theme/index.mjs.map +1 -0
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/utils/index.cjs +4 -6
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +6 -1
- package/dist/chunk-4BZVTRCC.mjs.map +0 -1
- /package/dist/{chunk-NKXNZPXS.mjs.map → chunk-R5WLNKNS.mjs.map} +0 -0
|
@@ -98,19 +98,17 @@ var EnumPaymentMethod = /* @__PURE__ */ ((EnumPaymentMethod2) => {
|
|
|
98
98
|
})(EnumPaymentMethod || {});
|
|
99
99
|
var EnumRegions = /* @__PURE__ */ ((EnumRegions2) => {
|
|
100
100
|
EnumRegions2["Auckland"] = "Auckland";
|
|
101
|
-
EnumRegions2["
|
|
101
|
+
EnumRegions2["BayOfPlentyGisborne"] = "Bay of Plenty & Gisborne";
|
|
102
102
|
EnumRegions2["Canterbury"] = "Canterbury";
|
|
103
|
-
EnumRegions2["Gisborne"] = "Gisborne";
|
|
104
103
|
EnumRegions2["HawkesBay"] = "Hawke's Bay";
|
|
105
104
|
EnumRegions2["ManawatuWanganui"] = "Manawatu-Wanganui";
|
|
106
|
-
EnumRegions2["
|
|
107
|
-
EnumRegions2["Nelson"] = "Nelson";
|
|
105
|
+
EnumRegions2["MarlboroughNelson"] = "Marlborough & Nelson";
|
|
108
106
|
EnumRegions2["Northland"] = "Northland";
|
|
109
|
-
EnumRegions2["
|
|
110
|
-
EnumRegions2["Southland"] = "Southland";
|
|
107
|
+
EnumRegions2["SouthlandOtago"] = "Southland & Otago";
|
|
111
108
|
EnumRegions2["Taranaki"] = "Taranaki";
|
|
112
109
|
EnumRegions2["Waikato"] = "Waikato";
|
|
113
110
|
EnumRegions2["Wellington"] = "Wellington";
|
|
111
|
+
EnumRegions2["TasmanWestCoast"] = "Tasman & West Coast";
|
|
114
112
|
return EnumRegions2;
|
|
115
113
|
})(EnumRegions || {});
|
|
116
114
|
|
|
@@ -756,305 +754,878 @@ var profileFields = [
|
|
|
756
754
|
];
|
|
757
755
|
|
|
758
756
|
// src/formFields/categories.ts
|
|
759
|
-
var
|
|
757
|
+
var foodAndBeverages = [
|
|
760
758
|
{
|
|
761
|
-
id: "food-
|
|
762
|
-
name: "Food &
|
|
759
|
+
id: "food-beverages",
|
|
760
|
+
name: "Food & Beverages",
|
|
761
|
+
description: "Fresh produce, drinks, sweet and savoury street food, ready-to-eat meals, and packaged goods.",
|
|
763
762
|
subcategories: [
|
|
764
763
|
{
|
|
765
764
|
id: "fresh-food-groceries",
|
|
765
|
+
name: "Fresh Food & Groceries",
|
|
766
766
|
items: [
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
767
|
+
{
|
|
768
|
+
id: "fruits-vegetables",
|
|
769
|
+
name: "Fruits & Vegetables",
|
|
770
|
+
description: "Fresh seasonal fruit, organic vegetables, specialty produce, berries, tropical fruit, heritage varieties."
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
id: "meat-seafood",
|
|
774
|
+
name: "Meat & Seafood",
|
|
775
|
+
description: "Butcher cuts, fresh fish, smoked meats, sausages, seafood platters, artisanal jerky."
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
id: "dairy-eggs",
|
|
779
|
+
name: "Dairy & Eggs",
|
|
780
|
+
description: "Farm eggs, handmade cheeses, yoghurt, fresh milk, goat\u2019s milk products."
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
id: "bakery-pastries",
|
|
784
|
+
name: "Bakery & Pastries",
|
|
785
|
+
description: "Freshly baked bread, sourdough, bagels, croissants, focaccia, traditional baked goods."
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
id: "spices-condiments",
|
|
789
|
+
name: "Spices & Condiments",
|
|
790
|
+
description: "Dried herbs, spice blends, specialty salts, hot sauces, infused oils, chutneys."
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
id: "packaged-specialty-foods",
|
|
794
|
+
name: "Packaged & Specialty Foods",
|
|
795
|
+
description: "Honey, jams, preserves, pickles, nut butters, sauces, pre-packaged snacks."
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
id: "other-fresh-food-items",
|
|
799
|
+
name: "Other fresh food items",
|
|
800
|
+
description: "Items that don\u2019t fit above, e.g. fermented foods, plant-based substitutes."
|
|
801
|
+
}
|
|
802
|
+
]
|
|
776
803
|
},
|
|
777
804
|
{
|
|
778
805
|
id: "beverages-specialty-drinks",
|
|
806
|
+
name: "Beverages & Specialty Drinks",
|
|
779
807
|
items: [
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
808
|
+
{
|
|
809
|
+
id: "fresh-juices-smoothies",
|
|
810
|
+
name: "Fresh Juices & Smoothies",
|
|
811
|
+
description: "Cold-pressed juices, detox blends, fruit smoothies, tropical mixes."
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
id: "coffee-teas",
|
|
815
|
+
name: "Coffee & Teas",
|
|
816
|
+
description: "Espresso, pour-over coffee, herbal teas, matcha, bubble tea, locally blended tea."
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
id: "dairy-plant-based-drinks",
|
|
820
|
+
name: "Dairy & Plant-Based Drinks",
|
|
821
|
+
description: "Milkshakes, lassis, almond/oat milk drinks, coconut water."
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
id: "alcoholic-beverages",
|
|
825
|
+
name: "Alcoholic Beverages",
|
|
826
|
+
description: "Local wines, craft beer, mead, cider, infused spirits, cocktail kits."
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
id: "other-beverages",
|
|
830
|
+
name: "Other beverages",
|
|
831
|
+
description: "Kombucha, kefir, energy drinks, non-alcoholic wines or beers."
|
|
832
|
+
}
|
|
833
|
+
]
|
|
787
834
|
},
|
|
788
835
|
{
|
|
789
|
-
id: "prepared-street-
|
|
836
|
+
id: "savoury-prepared-foods-street-food",
|
|
837
|
+
name: "Savoury Prepared Foods & Street Food",
|
|
790
838
|
items: [
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
839
|
+
{
|
|
840
|
+
id: "local-specialties",
|
|
841
|
+
name: "Local Specialties",
|
|
842
|
+
description: "Meat pies, hangi, seafood chowder, fry bread, traditional NZ dishes."
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
id: "asian-cuisine",
|
|
846
|
+
name: "Asian Cuisine",
|
|
847
|
+
description: "Sushi, bao buns, dumplings, ramen, satay, spring rolls, fried rice."
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
id: "mediterranean-cuisine",
|
|
851
|
+
name: "Mediterranean Cuisine",
|
|
852
|
+
description: "Falafel, hummus wraps, souvlaki, Greek salad, dolma."
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
id: "italian-delights",
|
|
856
|
+
name: "Italian Delights",
|
|
857
|
+
description: "Pizza, calzone, focaccia, fresh pasta, arancini."
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
id: "bbq-grilled-foods",
|
|
861
|
+
name: "BBQ & Grilled Foods",
|
|
862
|
+
description: "Kebabs, grilled chicken, ribs, burgers, sausages."
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
id: "savoury-crepes-pancakes",
|
|
866
|
+
name: "Savoury Crepes & Pancakes",
|
|
867
|
+
description: "Filled savoury crepes, mini savoury pancakes."
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
id: "savoury-baked-goods-pastries",
|
|
871
|
+
name: "Savoury Baked Goods & Pastries",
|
|
872
|
+
description: "Quiches, savoury muffins, filled savoury pastries, empanadas."
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
id: "vegan-vegetarian-dishes",
|
|
876
|
+
name: "Vegan & Vegetarian Dishes",
|
|
877
|
+
description: "Buddha bowls, plant-based burgers, salads, vegan sushi."
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
id: "other-savoury-foods",
|
|
881
|
+
name: "Other Savoury Foods",
|
|
882
|
+
description: "Fusion dishes, mixed platters, savoury meal kits."
|
|
883
|
+
}
|
|
884
|
+
]
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
id: "sweet-prepared-foods",
|
|
888
|
+
name: "Sweet Prepared Foods",
|
|
889
|
+
items: [
|
|
890
|
+
{
|
|
891
|
+
id: "sweet-crepes-pancakes-fried-treats",
|
|
892
|
+
name: "Sweet Crepes, Pancakes & Fried Treats",
|
|
893
|
+
description: "Crepes, waffles, mini pancakes, muffins, doughnuts."
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
id: "sweet-baked-goods-desserts",
|
|
897
|
+
name: "Sweet Baked Goods & Desserts",
|
|
898
|
+
description: "Cakes, pastries, slices, trifles, layered desserts."
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
id: "fruit-based-snacks",
|
|
902
|
+
name: "Fruit-Based Snacks",
|
|
903
|
+
description: "Fruit skewers, dried fruit packs, chocolate-dipped fruit."
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
id: "candy-confectionery",
|
|
907
|
+
name: "Candy & Confectionery",
|
|
908
|
+
description: "Fudge, handmade candies, toffee, nougat, brittle."
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
id: "other-sweet-foods",
|
|
912
|
+
name: "Other Sweet Foods",
|
|
913
|
+
description: "Fusion desserts, sweet platters, sweet meal kits."
|
|
914
|
+
}
|
|
915
|
+
]
|
|
798
916
|
}
|
|
799
917
|
]
|
|
800
|
-
}
|
|
918
|
+
}
|
|
919
|
+
];
|
|
920
|
+
var handmadeAndLocalProducts = [
|
|
801
921
|
{
|
|
802
922
|
id: "handmade-local-products",
|
|
803
923
|
name: "Handmade & Local Products",
|
|
924
|
+
description: "Unique, handmade, or locally produced artisan goods.",
|
|
804
925
|
subcategories: [
|
|
805
926
|
{
|
|
806
|
-
id: "home-
|
|
927
|
+
id: "home-living",
|
|
928
|
+
name: "Home & Living",
|
|
807
929
|
items: [
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
930
|
+
{
|
|
931
|
+
id: "ceramics-pottery",
|
|
932
|
+
name: "Ceramics & Pottery",
|
|
933
|
+
description: "Handmade mugs, vases, bowls, decorative plates, plant pots."
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
id: "candles-home-scents",
|
|
937
|
+
name: "Candles & Home Scents",
|
|
938
|
+
description: "Soy candles, beeswax candles, wax melts, incense sticks, room sprays."
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
id: "textiles-embroidery",
|
|
942
|
+
name: "Textiles & Embroidery",
|
|
943
|
+
description: "Handsewn items, embroidered napkins, home linens, aprons, fabric gift wraps, handmade fabric bags, quilted goods, personalized textile gifts."
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
id: "woodcraft-metalcraft",
|
|
947
|
+
name: "Woodcraft & Metalcraft",
|
|
948
|
+
description: "Wooden boards, handmade frames, sculptures, metal signs, furniture."
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
id: "other-home-living-products",
|
|
952
|
+
name: "Other home & living products",
|
|
953
|
+
description: "Items that don't fit above but serve home-related purposes."
|
|
954
|
+
}
|
|
955
|
+
]
|
|
815
956
|
},
|
|
816
957
|
{
|
|
817
|
-
id: "
|
|
958
|
+
id: "art-personal-expression",
|
|
959
|
+
name: "Art & Personal Expression",
|
|
818
960
|
items: [
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
961
|
+
{
|
|
962
|
+
id: "art-illustrations",
|
|
963
|
+
name: "Art & Illustrations",
|
|
964
|
+
description: "Original artworks, prints, photography, digital art, calligraphy."
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
id: "stationery-paper-goods",
|
|
968
|
+
name: "Stationery & Paper Goods",
|
|
969
|
+
description: "Handmade notebooks, journals, greeting cards, gift tags, bookmarks."
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
id: "resin-art-mixed-media",
|
|
973
|
+
name: "Resin Art & Mixed Media",
|
|
974
|
+
description: "Unique creations made from resin or other alternative materials."
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
id: "other-artistic-expressive-products",
|
|
978
|
+
name: "Other artistic or expressive products",
|
|
979
|
+
description: "Custom artworks, specialty handmade decor, unique crafts."
|
|
980
|
+
}
|
|
981
|
+
]
|
|
825
982
|
},
|
|
826
983
|
{
|
|
827
|
-
id: "
|
|
984
|
+
id: "gift-ideas-accessories",
|
|
985
|
+
name: "Gift Ideas & Accessories",
|
|
828
986
|
items: [
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
987
|
+
{
|
|
988
|
+
id: "handmade-pens-keychains-fridge-magnets",
|
|
989
|
+
name: "Handmade Pens, Keychains and Fridge Magnets",
|
|
990
|
+
description: ""
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
id: "gift-packaging-wrapping-accessories",
|
|
994
|
+
name: "Gift Packaging & Wrapping Accessories",
|
|
995
|
+
description: ""
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
id: "other-small-handmade-gifts-accessories",
|
|
999
|
+
name: "Other small handmade gifts or accessories",
|
|
1000
|
+
description: "Compact creative items made to surprise or delight."
|
|
1001
|
+
}
|
|
1002
|
+
]
|
|
840
1003
|
}
|
|
841
1004
|
]
|
|
842
|
-
}
|
|
1005
|
+
}
|
|
1006
|
+
];
|
|
1007
|
+
var clothingAndFashion = [
|
|
843
1008
|
{
|
|
844
1009
|
id: "clothing-fashion",
|
|
845
1010
|
name: "Clothing & Fashion",
|
|
1011
|
+
description: "New, handmade, or upcycled clothing and accessories with a creative twist.",
|
|
846
1012
|
subcategories: [
|
|
847
1013
|
{
|
|
848
|
-
id: "
|
|
1014
|
+
id: "apparel-babywear",
|
|
1015
|
+
name: "Apparel & Babywear",
|
|
849
1016
|
items: [
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
1017
|
+
{
|
|
1018
|
+
id: "apparel",
|
|
1019
|
+
name: "Apparel",
|
|
1020
|
+
description: "Dresses, t-shirts, jumpers, rompers, sets, kidswear."
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
id: "baby-toddler-apparel",
|
|
1024
|
+
name: "Baby & Toddler Apparel",
|
|
1025
|
+
description: "Handmade baby clothes, soft shoes, bibs, hats, knitted sets."
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
id: "upcycled-fashion",
|
|
1029
|
+
name: "Upcycled Fashion",
|
|
1030
|
+
description: "Reworked garments, patchwork pieces, restyled vintage."
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
id: "other-wearable-items",
|
|
1034
|
+
name: "Other wearable items",
|
|
1035
|
+
description: "Unique clothing not listed above."
|
|
1036
|
+
}
|
|
1037
|
+
]
|
|
859
1038
|
},
|
|
860
1039
|
{
|
|
861
|
-
id: "
|
|
862
|
-
|
|
863
|
-
"Everyday Shoes",
|
|
864
|
-
"Formal Shoes",
|
|
865
|
-
"Handmade & Leather Shoes",
|
|
866
|
-
"Other"
|
|
867
|
-
],
|
|
868
|
-
name: "Footwear"
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
id: "bags-accessories",
|
|
1040
|
+
id: "fashion-accessories",
|
|
1041
|
+
name: "Fashion Accessories",
|
|
872
1042
|
items: [
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
1043
|
+
{
|
|
1044
|
+
id: "accessories",
|
|
1045
|
+
name: "Accessories",
|
|
1046
|
+
description: "Scarves, belts, gloves, hats, headbands, caps."
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
id: "shoes",
|
|
1050
|
+
name: "Shoes",
|
|
1051
|
+
description: "Handmade shoes, baby booties, sandals, slippers."
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
id: "bags-wallets",
|
|
1055
|
+
name: "Bags & Wallets",
|
|
1056
|
+
description: "Leather bags, fabric purses, wallets, backpacks, totes."
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
id: "other-accessories",
|
|
1060
|
+
name: "Other accessories",
|
|
1061
|
+
description: "Brooches, pins, or hybrid functional items."
|
|
1062
|
+
}
|
|
1063
|
+
]
|
|
878
1064
|
},
|
|
879
1065
|
{
|
|
880
|
-
id: "
|
|
1066
|
+
id: "jewelry-creative-wearables",
|
|
1067
|
+
name: "Jewelry & Creative Wearables",
|
|
881
1068
|
items: [
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
1069
|
+
{
|
|
1070
|
+
id: "jewelry",
|
|
1071
|
+
name: "Jewelry",
|
|
1072
|
+
description: "Necklaces, earrings, bracelets, rings, anklets."
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
id: "other-creative-wearables",
|
|
1076
|
+
name: "Other creative wearables",
|
|
1077
|
+
description: "Wearable art, statement pieces, bold handmade designs."
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
888
1080
|
}
|
|
889
1081
|
]
|
|
890
|
-
}
|
|
1082
|
+
}
|
|
1083
|
+
];
|
|
1084
|
+
var homeGardenHousehold = [
|
|
891
1085
|
{
|
|
892
|
-
id: "home-garden-household",
|
|
1086
|
+
id: "home-garden-household-goods",
|
|
893
1087
|
name: "Home, Garden & Household Goods",
|
|
1088
|
+
description: "Functional, decorative, and eco-conscious products designed for everyday use indoors and outdoors.",
|
|
894
1089
|
subcategories: [
|
|
895
1090
|
{
|
|
896
|
-
id: "home-
|
|
1091
|
+
id: "home-decor-living",
|
|
1092
|
+
name: "Home Decor & Living",
|
|
897
1093
|
items: [
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
1094
|
+
{
|
|
1095
|
+
id: "home-decor",
|
|
1096
|
+
name: "Home Decor",
|
|
1097
|
+
description: "Cushions, wall art, table runners, vases, trays, mirrors, handmade centerpieces."
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
id: "kitchenware-dining",
|
|
1101
|
+
name: "Kitchenware & Dining",
|
|
1102
|
+
description: "Mugs, bowls, cutting boards, utensils, jars, coasters, kitchen textiles."
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
id: "other-indoor-home-items",
|
|
1106
|
+
name: "Other indoor home items",
|
|
1107
|
+
description: "Any decorative or practical household items not listed above."
|
|
1108
|
+
}
|
|
1109
|
+
]
|
|
904
1110
|
},
|
|
905
1111
|
{
|
|
906
|
-
id: "
|
|
1112
|
+
id: "cleaning-eco-essentials",
|
|
1113
|
+
name: "Cleaning & Eco Essentials",
|
|
907
1114
|
items: [
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
1115
|
+
{
|
|
1116
|
+
id: "cleaning-eco-supplies",
|
|
1117
|
+
name: "Cleaning & Eco Supplies",
|
|
1118
|
+
description: "Beeswax wraps, reusable cloths, brushes, natural soaps, detergent bars, eco sponges."
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
id: "other-eco-cleaning-items",
|
|
1122
|
+
name: "Other eco or cleaning items",
|
|
1123
|
+
description: "Environmentally friendly goods not listed above."
|
|
1124
|
+
}
|
|
1125
|
+
]
|
|
914
1126
|
},
|
|
915
1127
|
{
|
|
916
|
-
id: "outdoor-
|
|
1128
|
+
id: "garden-outdoor-living",
|
|
1129
|
+
name: "Garden & Outdoor Living",
|
|
917
1130
|
items: [
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
1131
|
+
{
|
|
1132
|
+
id: "plants-botanical-decor",
|
|
1133
|
+
name: "Plants & Botanical Decor",
|
|
1134
|
+
description: "Potted herbs, succulents, dried flowers, terrariums, plant-based ornaments."
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
id: "garden-tools-outdoor-items",
|
|
1138
|
+
name: "Garden Tools & Outdoor Items",
|
|
1139
|
+
description: "Plant markers, garden signs, stakes, small tools, wind chimes, gifts."
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
id: "other-outdoor-garden-products",
|
|
1143
|
+
name: "Other outdoor or garden products",
|
|
1144
|
+
description: "Functional or decorative items for outside use."
|
|
1145
|
+
}
|
|
1146
|
+
]
|
|
924
1147
|
}
|
|
925
1148
|
]
|
|
926
|
-
}
|
|
1149
|
+
}
|
|
1150
|
+
];
|
|
1151
|
+
var toysChildren = [
|
|
927
1152
|
{
|
|
928
|
-
id: "toys-
|
|
929
|
-
name: "Toys &
|
|
1153
|
+
id: "toys-childrens-items",
|
|
1154
|
+
name: "Toys & Children\u2019s Items",
|
|
1155
|
+
description: "Products and services made for or inspired by children.",
|
|
930
1156
|
subcategories: [
|
|
931
1157
|
{
|
|
932
|
-
id: "
|
|
933
|
-
|
|
934
|
-
|
|
1158
|
+
id: "toys-playthings",
|
|
1159
|
+
name: "Toys & Playthings",
|
|
1160
|
+
items: [
|
|
1161
|
+
{
|
|
1162
|
+
id: "toys-classic-electric-character",
|
|
1163
|
+
name: "Toys \u2013 Classic, Electric & Character-Based",
|
|
1164
|
+
description: "Building blocks, dolls, puzzles, plush animals, toy vehicles, remote-control toys, light-up gadgets, character figurines, themed playsets."
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
id: "handmade-toys-crafty-playthings",
|
|
1168
|
+
name: "Handmade Toys & Crafty Playthings",
|
|
1169
|
+
description: "Wooden puzzles, crocheted animals, felt toys, fabric dolls, DIY kits, nature-inspired games, sensory toys."
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
id: "other-play-items",
|
|
1173
|
+
name: "Other play items",
|
|
1174
|
+
description: "Toys not listed above, including limited-edition or hybrid items."
|
|
1175
|
+
}
|
|
1176
|
+
]
|
|
935
1177
|
},
|
|
936
1178
|
{
|
|
937
|
-
id: "
|
|
1179
|
+
id: "educational-developmental",
|
|
1180
|
+
name: "Educational & Developmental",
|
|
938
1181
|
items: [
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
1182
|
+
{
|
|
1183
|
+
id: "educational-developmental-tools",
|
|
1184
|
+
name: "Educational & Developmental Tools",
|
|
1185
|
+
description: "STEM kits, Montessori toys, storybooks, picture books, flashcards, early learning games, language tools."
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
id: "kids-experiences-extras",
|
|
1189
|
+
name: "Kids\u2019 Experiences & Extras",
|
|
1190
|
+
description: "Face painting, balloon animals, hair braiding, glitter tattoos, storytime, puppet shows, interactive zones, party gear."
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
id: "other-educational-experience-based-items",
|
|
1194
|
+
name: "Other educational or experience-based items",
|
|
1195
|
+
description: "Creative experiences or learning aids not listed above."
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
945
1198
|
},
|
|
946
1199
|
{
|
|
947
|
-
id: "
|
|
1200
|
+
id: "baby-kidswear-accessories",
|
|
1201
|
+
name: "Baby & Kidswear + Accessories",
|
|
948
1202
|
items: [
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
1203
|
+
{
|
|
1204
|
+
id: "baby-kidswear-accessories",
|
|
1205
|
+
name: "Baby & Kidswear + Accessories",
|
|
1206
|
+
description: "Handmade baby clothes, toddler outfits, bibs, hats, headbands, bags, pacifier clips, soft shoes."
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
id: "other-childrens-clothing-accessories",
|
|
1210
|
+
name: "Other children\u2019s clothing or accessories",
|
|
1211
|
+
description: "Unique fashion or functional pieces for kids."
|
|
1212
|
+
}
|
|
1213
|
+
]
|
|
955
1214
|
}
|
|
956
1215
|
]
|
|
957
|
-
}
|
|
1216
|
+
}
|
|
1217
|
+
];
|
|
1218
|
+
var helthAndWellness = [
|
|
958
1219
|
{
|
|
959
|
-
id: "health-wellness
|
|
960
|
-
name: "Health
|
|
1220
|
+
id: "health-wellness",
|
|
1221
|
+
name: "Health & Wellness",
|
|
1222
|
+
description: "Natural products and services that promote wellbeing, body care, and holistic health.",
|
|
961
1223
|
subcategories: [
|
|
962
1224
|
{
|
|
963
|
-
id: "
|
|
1225
|
+
id: "body-skincare",
|
|
1226
|
+
name: "Body & Skincare",
|
|
964
1227
|
items: [
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
1228
|
+
{
|
|
1229
|
+
id: "skincare-body-products",
|
|
1230
|
+
name: "Skincare & Body Products",
|
|
1231
|
+
description: "Soaps, creams, lip balms, bath salts, bath bombs, body oils, natural deodorants."
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
id: "other-body-care-items",
|
|
1235
|
+
name: "Other body care items",
|
|
1236
|
+
description: "Additional handmade or eco-conscious personal care goods."
|
|
1237
|
+
}
|
|
1238
|
+
]
|
|
970
1239
|
},
|
|
971
1240
|
{
|
|
972
|
-
id: "
|
|
1241
|
+
id: "aromatherapy-herbal-wellness",
|
|
1242
|
+
name: "Aromatherapy & Herbal Wellness",
|
|
973
1243
|
items: [
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
1244
|
+
{
|
|
1245
|
+
id: "aromatherapy-herbal-remedies",
|
|
1246
|
+
name: "Aromatherapy & Herbal Remedies",
|
|
1247
|
+
description: "Essential oils, herbal balms, massage oils, salves, natural teas, rollers."
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
id: "other-herbal-aroma-products",
|
|
1251
|
+
name: "Other herbal or aroma-based products",
|
|
1252
|
+
description: "Wellness blends, herb sachets, custom infusions."
|
|
1253
|
+
}
|
|
1254
|
+
]
|
|
979
1255
|
},
|
|
980
1256
|
{
|
|
981
|
-
id: "
|
|
982
|
-
|
|
983
|
-
|
|
1257
|
+
id: "wellness-tools-accessories",
|
|
1258
|
+
name: "Wellness Tools & Accessories",
|
|
1259
|
+
items: [
|
|
1260
|
+
{
|
|
1261
|
+
id: "wellness-accessories",
|
|
1262
|
+
name: "Wellness Accessories",
|
|
1263
|
+
description: "Yoga mats, meditation cushions, eye pillows, incense, smudging sticks, eco water bottles, wellness journals."
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
id: "spiritual-tools-crystals",
|
|
1267
|
+
name: "Spiritual Tools & Crystals",
|
|
1268
|
+
description: "Healing crystals, gemstone bracelets, pendulums, sprays, spiritual kits, altar decor."
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
id: "other-wellness-spiritual-items",
|
|
1272
|
+
name: "Other wellness or spiritual items",
|
|
1273
|
+
description: "Items that aid relaxation, focus, or inner work."
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
984
1276
|
},
|
|
985
1277
|
{
|
|
986
|
-
id: "
|
|
1278
|
+
id: "holistic-alternative-services",
|
|
1279
|
+
name: "Holistic & Alternative Services",
|
|
987
1280
|
items: [
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
1281
|
+
{
|
|
1282
|
+
id: "holistic-alternative-services",
|
|
1283
|
+
name: "Holistic & Alternative Services",
|
|
1284
|
+
description: "Massage, Reiki, reflexology, chakra balancing, wellness consultations."
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
id: "other-wellness-services",
|
|
1288
|
+
name: "Other wellness services",
|
|
1289
|
+
description: "Please describe at registration."
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
994
1292
|
}
|
|
995
1293
|
]
|
|
996
|
-
}
|
|
1294
|
+
}
|
|
1295
|
+
];
|
|
1296
|
+
var electronicsAndTechnology = [
|
|
997
1297
|
{
|
|
998
1298
|
id: "electronics-technology",
|
|
999
1299
|
name: "Electronics & Technology",
|
|
1300
|
+
description: "New, second-hand, or handmade tech and digital items commonly found at markets.",
|
|
1000
1301
|
subcategories: [
|
|
1001
1302
|
{
|
|
1002
|
-
id: "
|
|
1303
|
+
id: "mobile-everyday-tech",
|
|
1304
|
+
name: "Mobile & Everyday Tech",
|
|
1305
|
+
items: [
|
|
1306
|
+
{
|
|
1307
|
+
id: "mobile-phone-accessories",
|
|
1308
|
+
name: "Mobile & Phone Accessories",
|
|
1309
|
+
description: "Phone cases, holders, screen protectors, charging cables, power banks, grips."
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
id: "other-mobile-gadgets",
|
|
1313
|
+
name: "Other mobile gadgets",
|
|
1314
|
+
description: "Stands, styluses, SIM tools, cleaning kits, wallet accessories."
|
|
1315
|
+
}
|
|
1316
|
+
]
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
id: "audio-music-creative-tech",
|
|
1320
|
+
name: "Audio, Music & Creative Tech",
|
|
1003
1321
|
items: [
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1322
|
+
{
|
|
1323
|
+
id: "audio-music-tech",
|
|
1324
|
+
name: "Audio & Music Tech",
|
|
1325
|
+
description: "Portable speakers, headphones, mini radios, Bluetooth adapters, sound accessories."
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
id: "instruments-music-gear",
|
|
1329
|
+
name: "Instruments & Music Gear",
|
|
1330
|
+
description: "Small electronic instruments, DIY synth kits, drum pads, loop machines."
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
id: "recording-creative-devices",
|
|
1334
|
+
name: "Recording & Creative Devices",
|
|
1335
|
+
description: "USB microphones, podcast tools, voice recorders, mobile lighting, content tools."
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
id: "other-audio-music-items",
|
|
1339
|
+
name: "Other audio or music-related items",
|
|
1340
|
+
description: "Musical gadgets or creative gear not listed above."
|
|
1341
|
+
}
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
id: "diy-gadgets-secondhand-finds",
|
|
1346
|
+
name: "DIY, Gadgets & Second-Hand Finds",
|
|
1347
|
+
items: [
|
|
1348
|
+
{
|
|
1349
|
+
id: "diy-electronics-tools",
|
|
1350
|
+
name: "DIY Electronics & Tools",
|
|
1351
|
+
description: "LED lights, USB gadgets, circuit boards, repair kits, tech-themed toys, novelty items."
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
id: "other-tech-finds",
|
|
1355
|
+
name: "Other Tech Finds",
|
|
1356
|
+
description: "Used electronics, smart gadgets, wearable tech, calculators, tablet stands, e-waste upcycles."
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
id: "other-technology-innovation-items",
|
|
1360
|
+
name: "Other technology or innovation-related items",
|
|
1361
|
+
description: "Anything not covered but clearly tech-driven."
|
|
1362
|
+
}
|
|
1363
|
+
]
|
|
1011
1364
|
}
|
|
1012
1365
|
]
|
|
1013
|
-
}
|
|
1366
|
+
}
|
|
1367
|
+
];
|
|
1368
|
+
var antiquesAndCollectibles = [
|
|
1014
1369
|
{
|
|
1015
1370
|
id: "antiques-collectibles",
|
|
1016
1371
|
name: "Antiques & Collectibles",
|
|
1372
|
+
description: "Vintage and collectible goods with historic, nostalgic, or decorative value.",
|
|
1373
|
+
subcategories: [
|
|
1374
|
+
{
|
|
1375
|
+
id: "vintage-fashion-personal-items",
|
|
1376
|
+
name: "Vintage Fashion & Personal Items",
|
|
1377
|
+
items: [
|
|
1378
|
+
{
|
|
1379
|
+
id: "vintage-clothing-accessories",
|
|
1380
|
+
name: "Vintage Clothing & Accessories",
|
|
1381
|
+
description: "Retro jackets, dresses, hats, gloves, belts, era-specific fashion."
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
id: "collectibles-memorabilia",
|
|
1385
|
+
name: "Collectibles & Memorabilia",
|
|
1386
|
+
description: "Coins, stamps, toys, postcards, comics, sports cards, vintage packaging."
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
id: "other-fashion-collectibles",
|
|
1390
|
+
name: "Other fashion-related collectibles",
|
|
1391
|
+
description: "Items with both fashion and collector value."
|
|
1392
|
+
}
|
|
1393
|
+
]
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
id: "antique-home-curiosities",
|
|
1397
|
+
name: "Antique Home & Curiosities",
|
|
1398
|
+
items: [
|
|
1399
|
+
{
|
|
1400
|
+
id: "antique-homewares-decor",
|
|
1401
|
+
name: "Antique Homewares & Decor",
|
|
1402
|
+
description: "Teacups, plates, vases, mirrors, clocks, furniture accents."
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
id: "other-unique-finds",
|
|
1406
|
+
name: "Other Unique Finds",
|
|
1407
|
+
description: "Old tools, lanterns, typewriters, binoculars, relics, curios."
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
id: "other-antique-items",
|
|
1411
|
+
name: "Other antique items",
|
|
1412
|
+
description: "Vintage or handmade pieces not listed above."
|
|
1413
|
+
}
|
|
1414
|
+
]
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
id: "media-printed-nostalgia",
|
|
1418
|
+
name: "Media & Printed Nostalgia",
|
|
1419
|
+
items: [
|
|
1420
|
+
{
|
|
1421
|
+
id: "records-books-media",
|
|
1422
|
+
name: "Records, Books & Media",
|
|
1423
|
+
description: "Vinyls, cassette tapes, old books, magazines, board games, DVDs, CDs."
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
id: "other-printed-recorded-media",
|
|
1427
|
+
name: "Other printed or recorded media",
|
|
1428
|
+
description: "Posters, manuals, out-of-print publications."
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
}
|
|
1432
|
+
]
|
|
1433
|
+
}
|
|
1434
|
+
];
|
|
1435
|
+
var petProductsAndAnimalGoods = [
|
|
1436
|
+
{
|
|
1437
|
+
id: "pet-products-animal-goods",
|
|
1438
|
+
name: "Pet Products & Animal Goods",
|
|
1439
|
+
description: "Items for pets, pet lovers, or animal-themed market stalls.",
|
|
1440
|
+
subcategories: [
|
|
1441
|
+
{
|
|
1442
|
+
id: "products-for-pets",
|
|
1443
|
+
name: "Products for Pets",
|
|
1444
|
+
items: [
|
|
1445
|
+
{
|
|
1446
|
+
id: "pet-food-treats",
|
|
1447
|
+
name: "Pet Food & Treats",
|
|
1448
|
+
description: "Homemade dog biscuits, cat snacks, natural chews, pet-safe cakes, training treats."
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
id: "apparel-toys-accessories",
|
|
1452
|
+
name: "Apparel, Toys & Accessories",
|
|
1453
|
+
description: "Leashes, collars, harnesses, toys, grooming tools, beds, travel gear, jumpers, bandanas."
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
id: "other-pet-products",
|
|
1457
|
+
name: "Other pet products",
|
|
1458
|
+
description: "Any pet-related items not listed above."
|
|
1459
|
+
}
|
|
1460
|
+
]
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
id: "small-pets-birds-exotic-animals",
|
|
1464
|
+
name: "Small Pets, Birds & Exotic Animals",
|
|
1465
|
+
items: [
|
|
1466
|
+
{
|
|
1467
|
+
id: "products-small-pets-birds-exotics",
|
|
1468
|
+
name: "Products for Small Pets, Birds & Exotics",
|
|
1469
|
+
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."
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
id: "other-small-exotic-animal-items",
|
|
1473
|
+
name: "Other small or exotic animal items",
|
|
1474
|
+
description: "Unusual accessories for non-mainstream pets."
|
|
1475
|
+
}
|
|
1476
|
+
]
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
id: "farm-working-animals",
|
|
1480
|
+
name: "Farm & Working Animals",
|
|
1481
|
+
items: [
|
|
1482
|
+
{
|
|
1483
|
+
id: "goods-for-farm-working-animals",
|
|
1484
|
+
name: "Goods for Farm & Working Animals",
|
|
1485
|
+
description: "Treats, care products, equipment, signage and accessories for chickens, goats, alpacas, horses, and other livestock."
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
id: "other-farm-animal-items",
|
|
1489
|
+
name: "Other farm animal-related items",
|
|
1490
|
+
description: "Rural, barnyard, or utility-specific gear not listed above."
|
|
1491
|
+
}
|
|
1492
|
+
]
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
id: "animal-themed-gifts-custom-items",
|
|
1496
|
+
name: "Animal-Themed Gifts & Custom Items",
|
|
1497
|
+
items: [
|
|
1498
|
+
{
|
|
1499
|
+
id: "pet-art-custom-gifts",
|
|
1500
|
+
name: "Pet Art & Custom Gifts",
|
|
1501
|
+
description: "Pet portraits, name tags, personalized bowls, breed-specific items, pet-themed home decor and stationery."
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
id: "other-animal-themed-gifts",
|
|
1505
|
+
name: "Other animal-themed gifts",
|
|
1506
|
+
description: "Artistic or sentimental items made for animal lovers."
|
|
1507
|
+
}
|
|
1508
|
+
]
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
}
|
|
1512
|
+
];
|
|
1513
|
+
var serviceAndExperience = [
|
|
1514
|
+
{
|
|
1515
|
+
id: "services-experiences",
|
|
1516
|
+
name: "Services & Experiences",
|
|
1517
|
+
description: "On-site offerings that provide entertainment, personal care, learning, or interactive activities beyond products.",
|
|
1017
1518
|
subcategories: [
|
|
1018
1519
|
{
|
|
1019
|
-
id: "
|
|
1520
|
+
id: "personal-care-body-art",
|
|
1521
|
+
name: "Personal Care & Body Art",
|
|
1020
1522
|
items: [
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1523
|
+
{
|
|
1524
|
+
id: "nails-handcare",
|
|
1525
|
+
name: "Nails & Handcare",
|
|
1526
|
+
description: "Nail painting, decoration, quick manicures, temporary nail extensions."
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
id: "hair-styling-braiding",
|
|
1530
|
+
name: "Hair Styling & Braiding",
|
|
1531
|
+
description: "Hair braiding, plaits, child-friendly festival hairstyles."
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
id: "face-body-decoration",
|
|
1535
|
+
name: "Face & Body Decoration",
|
|
1536
|
+
description: "Henna, glitter tattoos, face painting, light makeup, eyelash styling, professional tattooing (where permitted)."
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
id: "other-beauty-grooming-services",
|
|
1540
|
+
name: "Other beauty or grooming services",
|
|
1541
|
+
description: "Small-scale personal care options offered on-site."
|
|
1542
|
+
}
|
|
1543
|
+
]
|
|
1027
1544
|
},
|
|
1028
1545
|
{
|
|
1029
|
-
id: "
|
|
1546
|
+
id: "practical-wellness-services",
|
|
1547
|
+
name: "Practical & Wellness Services",
|
|
1030
1548
|
items: [
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1549
|
+
{
|
|
1550
|
+
id: "mobile-practical-services",
|
|
1551
|
+
name: "Mobile & Practical Services",
|
|
1552
|
+
description: "Shoe repair, phone repairs, knife sharpening, key cutting, battery replacement, bike repairs, engraving."
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
id: "wellness-alternative-therapies",
|
|
1556
|
+
name: "Wellness & Alternative Therapies",
|
|
1557
|
+
description: "Massage, aromatherapy, reflexology, energy healing (e.g. Reiki), natural consultations."
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
id: "other-service-based-offerings",
|
|
1561
|
+
name: "Other service-based offerings",
|
|
1562
|
+
description: "Wellness or functional services not listed above."
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1036
1565
|
},
|
|
1037
1566
|
{
|
|
1038
|
-
id: "
|
|
1567
|
+
id: "creative-educational-experiences",
|
|
1568
|
+
name: "Creative & Educational Experiences",
|
|
1039
1569
|
items: [
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1570
|
+
{
|
|
1571
|
+
id: "creative-workshops-maker-services",
|
|
1572
|
+
name: "Creative Workshops & Maker Services",
|
|
1573
|
+
description: "Candle making, pottery, jewelry crafting, soap or balm workshops, calligraphy, seasonal crafts."
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
id: "education-awareness-stalls",
|
|
1577
|
+
name: "Education & Awareness Stalls",
|
|
1578
|
+
description: "Eco awareness, cultural storytelling, local history, first aid demos, health booths, sustainability education, kids\u2019 science displays."
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
id: "other-creative-educational-services",
|
|
1582
|
+
name: "Other creative or educational services",
|
|
1583
|
+
description: "Informal learning, demonstrations, or community-focused sessions."
|
|
1584
|
+
}
|
|
1585
|
+
]
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
id: "kids-activities-family-fun",
|
|
1589
|
+
name: "Kids\u2019 Activities & Family Fun",
|
|
1590
|
+
items: [
|
|
1591
|
+
{
|
|
1592
|
+
id: "kids-activities-fun",
|
|
1593
|
+
name: "Kids\u2019 Activities & Fun",
|
|
1594
|
+
description: "Face painting, glitter tattoos, pony rides, bouncy castles, small amusement rides, balloon twisting, animal petting zones."
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
id: "other-family-oriented-activities",
|
|
1598
|
+
name: "Other family-oriented activities",
|
|
1599
|
+
description: "On-site entertainment that engages children or family groups."
|
|
1600
|
+
}
|
|
1601
|
+
]
|
|
1045
1602
|
}
|
|
1046
1603
|
]
|
|
1047
1604
|
}
|
|
1048
1605
|
];
|
|
1606
|
+
var availableCategories = [
|
|
1607
|
+
...foodAndBeverages,
|
|
1608
|
+
...handmadeAndLocalProducts,
|
|
1609
|
+
...clothingAndFashion,
|
|
1610
|
+
...homeGardenHousehold,
|
|
1611
|
+
...toysChildren,
|
|
1612
|
+
...helthAndWellness,
|
|
1613
|
+
...electronicsAndTechnology,
|
|
1614
|
+
...antiquesAndCollectibles,
|
|
1615
|
+
...petProductsAndAnimalGoods,
|
|
1616
|
+
...serviceAndExperience
|
|
1617
|
+
];
|
|
1049
1618
|
var categoryColors = {
|
|
1050
|
-
"antiques-collectibles": "#
|
|
1051
|
-
"clothing-fashion": "#
|
|
1052
|
-
"electronics-technology": "#
|
|
1053
|
-
"food-
|
|
1054
|
-
"handmade-local-products": "#
|
|
1055
|
-
"health-wellness
|
|
1056
|
-
"home-garden-household": "#
|
|
1057
|
-
"
|
|
1619
|
+
"antiques-collectibles": "#8D6748",
|
|
1620
|
+
"clothing-fashion": "#9D4EDD",
|
|
1621
|
+
"electronics-technology": "#3AF3FF",
|
|
1622
|
+
"food-beverages": "#FF0D1F",
|
|
1623
|
+
"handmade-local-products": "#EE7E54",
|
|
1624
|
+
"health-wellness": "#E23794",
|
|
1625
|
+
"home-garden-household-goods": "#067325",
|
|
1626
|
+
"pet-products-animal-goods": "#68E788",
|
|
1627
|
+
"services-experiences": "#2E16A5",
|
|
1628
|
+
"toys-childrens-items": "#FFF966"
|
|
1058
1629
|
};
|
|
1059
1630
|
|
|
1060
1631
|
// src/formFields/socialMedia.ts
|