@timardex/cluemart-shared 1.6.11 → 1.6.112

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.mjs CHANGED
@@ -1146,16 +1146,9 @@ function filterEventsByDateStatusPeriod(events, period) {
1146
1146
  // src/calendar/eventCalendar.ts
1147
1147
  import dayjs2 from "dayjs";
1148
1148
  var KNOWN_EVENT_SCHEDULE_STATUSES = /* @__PURE__ */ new Set([
1149
- "Starting_Soon" /* STARTING_SOON */,
1150
1149
  "Started" /* STARTED */,
1151
- "Today" /* TODAY */,
1152
- "Tomorrow" /* TOMORROW */,
1153
- "This_Week" /* THIS_WEEK */,
1154
- "Next_Week" /* NEXT_WEEK */,
1155
- "Upcoming" /* UPCOMING */,
1156
- "Ended" /* ENDED */,
1157
- "Rescheduled" /* RE_SCHEDULED */,
1158
- "Canceled" /* CANCELED */
1150
+ "Starting_Soon" /* STARTING_SOON */,
1151
+ "Ended" /* ENDED */
1159
1152
  ]);
1160
1153
  function toCalendarIsoDate(startDate) {
1161
1154
  const formatted = dayjs2(startDate, dateFormat).format("YYYY-MM-DD");