@timardex/cluemart-shared 1.4.29 → 1.4.31

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/index.cjs CHANGED
@@ -89,7 +89,6 @@ __export(index_exports, {
89
89
  defaultVendorInfoFormValues: () => defaultVendorInfoFormValues,
90
90
  emailField: () => emailField,
91
91
  eventBasicInfoFields: () => eventBasicInfoFields,
92
- eventCancellationOptions: () => eventCancellationOptions,
93
92
  eventEndDateFields: () => eventEndDateFields,
94
93
  eventInfo: () => eventInfo,
95
94
  eventInfoPaymentInfo: () => eventInfoPaymentInfo,
@@ -121,7 +120,6 @@ __export(index_exports, {
121
120
  socialMediaFields: () => socialMediaFields,
122
121
  sortDatesChronologically: () => sortDatesChronologically,
123
122
  stallTypeOptions: () => stallTypeOptions,
124
- stallholderCancellationOptions: () => stallholderCancellationOptions,
125
123
  statusOptions: () => statusOptions,
126
124
  tagOptions: () => tagOptions,
127
125
  testersFields: () => testersFields,
@@ -1272,34 +1270,6 @@ var stallTypeOptions = stallTypes.map((type) => ({
1272
1270
  price: 0,
1273
1271
  stallCapacity: 0
1274
1272
  }));
1275
- var stallholderCancellationOptions = [
1276
- {
1277
- label: "Full refund if cancelled 30+ days before the event.",
1278
- value: "full_refund_30_days"
1279
- },
1280
- {
1281
- label: "50% refund if cancelled 14\u201329 days before the event.",
1282
- value: "half_refund_14_29_days"
1283
- },
1284
- {
1285
- label: "No refund if cancelled less than 14 days before the event.",
1286
- value: "no_refund_less_than_14_days"
1287
- }
1288
- ];
1289
- var eventCancellationOptions = [
1290
- {
1291
- label: "Full refund if the event is cancelled by the organiser.",
1292
- value: "event_full_refund"
1293
- },
1294
- {
1295
- label: "Credit towards a future event if cancelled by the organiser.",
1296
- value: "event_credit_only"
1297
- },
1298
- {
1299
- label: "Refund only in cases of force majeure (e.g., natural disasters, government restrictions).",
1300
- value: "event_force_majeure_only"
1301
- }
1302
- ];
1303
1273
 
1304
1274
  // src/formFields/global.ts
1305
1275
  var emailField = {
@@ -8169,7 +8139,6 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
8169
8139
  defaultVendorInfoFormValues,
8170
8140
  emailField,
8171
8141
  eventBasicInfoFields,
8172
- eventCancellationOptions,
8173
8142
  eventEndDateFields,
8174
8143
  eventInfo,
8175
8144
  eventInfoPaymentInfo,
@@ -8201,7 +8170,6 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
8201
8170
  socialMediaFields,
8202
8171
  sortDatesChronologically,
8203
8172
  stallTypeOptions,
8204
- stallholderCancellationOptions,
8205
8173
  statusOptions,
8206
8174
  tagOptions,
8207
8175
  testersFields,