@timardex/cluemart-shared 1.5.500 → 1.5.502
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-W4FADQMS.mjs → chunk-6JRXEOO3.mjs} +2 -2
- package/dist/{chunk-Q6CO7TFK.mjs → chunk-7GWVTPXL.mjs} +6 -16
- package/dist/chunk-7GWVTPXL.mjs.map +1 -0
- package/dist/{chunk-IDDG4XZS.mjs → chunk-PZZKQ3IV.mjs} +2 -2
- package/dist/formFields/index.cjs +0 -111
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/hooks/index.cjs +0 -111
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +5 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -15
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs +5 -15
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs +5 -15
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-Q6CO7TFK.mjs.map +0 -1
- /package/dist/{chunk-W4FADQMS.mjs.map → chunk-6JRXEOO3.mjs.map} +0 -0
- /package/dist/{chunk-IDDG4XZS.mjs.map → chunk-PZZKQ3IV.mjs.map} +0 -0
|
@@ -43,10 +43,10 @@ import {
|
|
|
43
43
|
vendorStallSize,
|
|
44
44
|
vendorStartDateFields,
|
|
45
45
|
vendorTable
|
|
46
|
-
} from "../chunk-
|
|
47
|
-
import "../chunk-
|
|
46
|
+
} from "../chunk-6JRXEOO3.mjs";
|
|
47
|
+
import "../chunk-PZZKQ3IV.mjs";
|
|
48
48
|
import "../chunk-534WN2SR.mjs";
|
|
49
|
-
import "../chunk-
|
|
49
|
+
import "../chunk-7GWVTPXL.mjs";
|
|
50
50
|
export {
|
|
51
51
|
availableCategories,
|
|
52
52
|
availableTagTypes,
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -279,117 +279,6 @@ var EnumEventDateStatus = /* @__PURE__ */ ((EnumEventDateStatus2) => {
|
|
|
279
279
|
// src/utils/dailyClueGame.ts
|
|
280
280
|
var import_dayjs = __toESM(require("dayjs"));
|
|
281
281
|
var import_utc = __toESM(require("dayjs/plugin/utc"));
|
|
282
|
-
|
|
283
|
-
// src/types/game.ts
|
|
284
|
-
var createRouteMatcher = (base, type) => {
|
|
285
|
-
switch (type) {
|
|
286
|
-
case "mongoId":
|
|
287
|
-
return new RegExp(`^\\/${base}\\/([a-f0-9]{24})$`);
|
|
288
|
-
case "slug":
|
|
289
|
-
return new RegExp(`^\\/${base}\\/[^/]+$`);
|
|
290
|
-
default:
|
|
291
|
-
return new RegExp(`^\\/${base}$`);
|
|
292
|
-
}
|
|
293
|
-
};
|
|
294
|
-
var gameScreenIdentifierList = [
|
|
295
|
-
{
|
|
296
|
-
clue: "Where your actions turn into a timeline.",
|
|
297
|
-
id: "activities",
|
|
298
|
-
match: "/profile/activities"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
clue: "Where conversations happen without speaking.",
|
|
302
|
-
id: "chat",
|
|
303
|
-
match: "/profile/chat"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
clue: "The place to redefine who you are.",
|
|
307
|
-
id: "edit-profile",
|
|
308
|
-
match: "/profile/edit-profile"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
clue: "A single moment worth showing up for.",
|
|
312
|
-
id: "single-event",
|
|
313
|
-
match: createRouteMatcher("events", "mongoId")
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
clue: "What\u2019s happening around you, right now.",
|
|
317
|
-
id: "events-near-me",
|
|
318
|
-
match: "/events/events-near-me"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
clue: "A collection of things worth attending.",
|
|
322
|
-
id: "events",
|
|
323
|
-
match: "/events"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
clue: "What\u2019s happening in a wider area\u2014not just nearby.",
|
|
327
|
-
id: "events-region",
|
|
328
|
-
match: createRouteMatcher("events/region", "slug")
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
clue: "Where you go to find something specific.",
|
|
332
|
-
id: "events-search",
|
|
333
|
-
match: "/events/search"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
clue: "Where fun becomes a challenge.",
|
|
337
|
-
id: "games",
|
|
338
|
-
match: "/games"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
clue: "Your starting point for everything.",
|
|
342
|
-
id: "home",
|
|
343
|
-
match: "/"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
clue: "Where the app taps you on the shoulder.",
|
|
347
|
-
id: "notifications",
|
|
348
|
-
match: "/notifications"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
clue: "Where you fine-tune your experience.",
|
|
352
|
-
id: "options",
|
|
353
|
-
match: "/options"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
clue: "A single collaborator in the ecosystem.",
|
|
357
|
-
id: "single-partner",
|
|
358
|
-
match: createRouteMatcher("partners", "mongoId")
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
clue: "The network behind the scenes.",
|
|
362
|
-
id: "partners",
|
|
363
|
-
match: "/partners"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
clue: "Where you share something with everyone.",
|
|
367
|
-
id: "single-visitor-post",
|
|
368
|
-
match: createRouteMatcher("visitors/posts", "mongoId")
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
clue: "Your identity, on display.",
|
|
372
|
-
id: "profile",
|
|
373
|
-
match: "/profile"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
clue: "One provider offering something valuable.",
|
|
377
|
-
id: "single-vendor",
|
|
378
|
-
match: createRouteMatcher("vendors", "mongoId")
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
clue: "A marketplace of providers.",
|
|
382
|
-
id: "vendors",
|
|
383
|
-
match: "/vendors"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
clue: "People who stopped by to see you.",
|
|
387
|
-
id: "visitors",
|
|
388
|
-
match: "/visitors"
|
|
389
|
-
}
|
|
390
|
-
];
|
|
391
|
-
|
|
392
|
-
// src/utils/dailyClueGame.ts
|
|
393
282
|
import_dayjs.default.extend(import_utc.default);
|
|
394
283
|
|
|
395
284
|
// src/utils/index.ts
|