@timardex/cluemart-shared 1.3.82 → 1.3.83

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.
@@ -1,4 +1,4 @@
1
- import { H as CreateFormData, T as TermsAgreement } from './global-m7HlUVLy.mjs';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-Dv9q0tt9.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { H as CreateFormData, T as TermsAgreement } from './global-C-CqGkcq.js';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-CnAaM_PF.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -184,21 +184,31 @@ var productLabelGroups = [
184
184
  { abbreviation: "KETO", fullName: "Keto-Friendly" },
185
185
  { abbreviation: "P", fullName: "Paleo" },
186
186
  { abbreviation: "V", fullName: "Vegan" },
187
- { abbreviation: "VG", fullName: "Vegetarian" }
187
+ { abbreviation: "VG", fullName: "Vegetarian" },
188
+ { abbreviation: "KID", fullName: "Kid-Friendly" },
189
+ // Gyerekbarát
190
+ { abbreviation: "PET", fullName: "Pet-Friendly Product" }
191
+ // Állatok
188
192
  ]
189
193
  },
190
194
  {
191
195
  category: "Natural",
192
196
  items: [
193
197
  { abbreviation: "ECO", fullName: "Eco-Friendly" },
194
- { abbreviation: "ORGANIC", fullName: "Organic Product" }
198
+ { abbreviation: "ORGANIC", fullName: "Organic Product" },
199
+ { abbreviation: "NAT", fullName: "Natural Product" },
200
+ // Természetesség
201
+ { abbreviation: "NPF", fullName: "Non-Pesticide / Chemical-Free" },
202
+ { abbreviation: "PLN", fullName: "Plant-Based" }
195
203
  ]
196
204
  },
197
205
  {
198
206
  category: "Market Character",
199
207
  items: [
200
208
  { abbreviation: "HM", fullName: "Handmade" },
201
- { abbreviation: "LOC", fullName: "Local Product" }
209
+ { abbreviation: "LOC", fullName: "Local Product" },
210
+ { abbreviation: "ART", fullName: "Artisan" },
211
+ { abbreviation: "LTD", fullName: "Limited Edition" }
202
212
  ]
203
213
  },
204
214
  {
@@ -206,33 +216,51 @@ var productLabelGroups = [
206
216
  items: [
207
217
  { abbreviation: "AROM", fullName: "Aromatherapy" },
208
218
  { abbreviation: "CRF", fullName: "Cruelty-Free" },
209
- { abbreviation: "HYPO", fullName: "Hypoallergenic" }
219
+ { abbreviation: "HYPO", fullName: "Hypoallergenic" },
220
+ { abbreviation: "BODY", fullName: "Body Care" }
221
+ // Testápolás
210
222
  ]
211
223
  },
212
224
  {
213
- category: "Animal Related",
225
+ category: "Wellbeing",
214
226
  items: [
215
- { abbreviation: "GF-PET", fullName: "Grain-Free (Pet)" },
216
- { abbreviation: "PF", fullName: "Pet-Friendly" }
227
+ { abbreviation: "CARE", fullName: "Health Support Product" },
228
+ // Egészség / testi jóllét
229
+ { abbreviation: "PHYS", fullName: "Physical Wellbeing" },
230
+ // Fizikai jóllét
231
+ { abbreviation: "MENTAL", fullName: "Mental Wellbeing" },
232
+ // Mentális jóllét
233
+ { abbreviation: "RELAX", fullName: "Relaxation Product" },
234
+ // Relaxáció / lazítás
235
+ { abbreviation: "SPIRIT", fullName: "Spiritual Wellbeing" }
236
+ // Lelki jóllét
217
237
  ]
218
238
  },
219
239
  {
220
- category: "Plant / Natural",
240
+ category: "Tech & Digital",
221
241
  items: [
222
- { abbreviation: "NPF", fullName: "Non-Pesticide / Chemical-Free" },
223
- { abbreviation: "PLN", fullName: "Plant-Based" }
242
+ { abbreviation: "TECH", fullName: "Technology Product" },
243
+ // Technológia
244
+ { abbreviation: "DIGI", fullName: "Digital Technology" }
245
+ // Digitális technológia
224
246
  ]
225
247
  },
226
248
  {
227
- category: "Gift / Design",
249
+ category: "Practical & Home",
228
250
  items: [
229
- { abbreviation: "ART", fullName: "Artisan" },
230
- { abbreviation: "LTD", fullName: "Limited Edition" }
251
+ { abbreviation: "PRAC", fullName: "Practical Solution" },
252
+ // Praktikum
253
+ { abbreviation: "HOME", fullName: "Home & Living" }
254
+ // Otthon / lakókörnyezet
231
255
  ]
232
256
  },
233
257
  {
234
258
  category: "Sustainability",
235
- items: [{ abbreviation: "ZWP", fullName: "Zero-Waste Product" }]
259
+ items: [
260
+ { abbreviation: "ZWP", fullName: "Zero-Waste Product" },
261
+ { abbreviation: "SUST", fullName: "Sustainable Product" }
262
+ // Fenntarthatóság
263
+ ]
236
264
  }
237
265
  ];
238
266
 
@@ -424,14 +452,15 @@ var vendorCompliance = [
424
452
  var packagingTypes = [
425
453
  "Biodegradable",
426
454
  "Compostable",
427
- "Recyclable",
428
- "Reusable",
429
- "Single-use",
455
+ "Fabric",
430
456
  "Glass",
457
+ "Other",
431
458
  "Paper",
432
459
  "Plastic",
433
- "Wood",
434
- "Other"
460
+ "Recyclable",
461
+ "Reusable",
462
+ "Single-use",
463
+ "Wood"
435
464
  ];
436
465
  var producedIngTypes = [
437
466
  "Commercial Kitchen",