@timardex/cluemart-shared 1.6.1 → 1.6.11

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.
@@ -46,7 +46,7 @@ import {
46
46
  import {
47
47
  availableCategories,
48
48
  categoryColors
49
- } from "../chunk-LBEJECG3.mjs";
49
+ } from "../chunk-25SHNN4K.mjs";
50
50
  import "../chunk-SD42WIMV.mjs";
51
51
  import "../chunk-ILILH7E2.mjs";
52
52
  import "../chunk-RAYUJODN.mjs";
@@ -599,9 +599,16 @@ var EVENT_DATE_STATUS_PERIOD_MAP = {
599
599
  // src/calendar/eventCalendar.ts
600
600
  var import_dayjs2 = __toESM(require("dayjs"));
601
601
  var KNOWN_EVENT_SCHEDULE_STATUSES = /* @__PURE__ */ new Set([
602
- "Started" /* STARTED */,
603
602
  "Starting_Soon" /* STARTING_SOON */,
604
- "Ended" /* ENDED */
603
+ "Started" /* STARTED */,
604
+ "Today" /* TODAY */,
605
+ "Tomorrow" /* TOMORROW */,
606
+ "This_Week" /* THIS_WEEK */,
607
+ "Next_Week" /* NEXT_WEEK */,
608
+ "Upcoming" /* UPCOMING */,
609
+ "Ended" /* ENDED */,
610
+ "Rescheduled" /* RE_SCHEDULED */,
611
+ "Canceled" /* CANCELED */
605
612
  ]);
606
613
 
607
614
  // src/formFields/categories/clothingAndFashion.ts