@timardex/cluemart-shared 1.5.543 → 1.5.544

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.
Files changed (38) hide show
  1. package/dist/{chunk-PB3J52JN.mjs → chunk-7435FNA7.mjs} +2 -2
  2. package/dist/{chunk-RWA5G6NG.mjs → chunk-LOABFNIJ.mjs} +15 -18
  3. package/dist/chunk-LOABFNIJ.mjs.map +1 -0
  4. package/dist/{chunk-UNLHXGT4.mjs → chunk-TERE6URA.mjs} +2 -2
  5. package/dist/formFields/index.cjs +96 -0
  6. package/dist/formFields/index.cjs.map +1 -1
  7. package/dist/formFields/index.mjs +3 -3
  8. package/dist/{game-DAQTH29H.d.ts → game-1CSiEjlf.d.ts} +8 -12
  9. package/dist/{game-CKJKoqrR.d.mts → game-BPtE3yaQ.d.mts} +8 -12
  10. package/dist/graphql/index.d.mts +2 -2
  11. package/dist/graphql/index.d.ts +2 -2
  12. package/dist/hooks/index.cjs +96 -0
  13. package/dist/hooks/index.cjs.map +1 -1
  14. package/dist/hooks/index.d.mts +2 -2
  15. package/dist/hooks/index.d.ts +2 -2
  16. package/dist/hooks/index.mjs +3 -3
  17. package/dist/index.cjs +14 -17
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.mts +8 -12
  20. package/dist/index.d.ts +8 -12
  21. package/dist/index.mjs +14 -17
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/{post-C22p1dDe.d.ts → post-C0CIWXwc.d.ts} +1 -1
  24. package/dist/{post-B65KQS6r.d.mts → post-DjuHzWo7.d.mts} +1 -1
  25. package/dist/types/index.cjs +14 -17
  26. package/dist/types/index.cjs.map +1 -1
  27. package/dist/types/index.d.mts +2 -2
  28. package/dist/types/index.d.ts +2 -2
  29. package/dist/types/index.mjs +1 -1
  30. package/dist/utils/index.cjs +14 -17
  31. package/dist/utils/index.cjs.map +1 -1
  32. package/dist/utils/index.d.mts +1 -1
  33. package/dist/utils/index.d.ts +1 -1
  34. package/dist/utils/index.mjs +2 -2
  35. package/package.json +1 -1
  36. package/dist/chunk-RWA5G6NG.mjs.map +0 -1
  37. /package/dist/{chunk-PB3J52JN.mjs.map → chunk-7435FNA7.mjs.map} +0 -0
  38. /package/dist/{chunk-UNLHXGT4.mjs.map → chunk-TERE6URA.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -1046,13 +1046,9 @@ declare const gameScreenIdentifierList: readonly [{
1046
1046
  readonly id: "events";
1047
1047
  readonly match: "/events";
1048
1048
  }, {
1049
- readonly clue: "What’s happening in a wider area—not just nearby.";
1049
+ readonly clue: "What’s happening in a wider area not just nearby.";
1050
1050
  readonly id: "events-region";
1051
1051
  readonly match: RegExp;
1052
- }, {
1053
- readonly clue: "Where you go to find something specific.";
1054
- readonly id: "events-search";
1055
- readonly match: "/events/search";
1056
1052
  }, {
1057
1053
  readonly clue: "Where fun becomes a challenge.";
1058
1054
  readonly id: "games";
@@ -1062,7 +1058,7 @@ declare const gameScreenIdentifierList: readonly [{
1062
1058
  readonly id: "home";
1063
1059
  readonly match: "/";
1064
1060
  }, {
1065
- readonly clue: "Where the app taps you on the shoulder.";
1061
+ readonly clue: "Where the app whispers what you shouldn’t miss.";
1066
1062
  readonly id: "notifications";
1067
1063
  readonly match: "/notifications";
1068
1064
  }, {
@@ -1070,15 +1066,15 @@ declare const gameScreenIdentifierList: readonly [{
1070
1066
  readonly id: "options";
1071
1067
  readonly match: "/options";
1072
1068
  }, {
1073
- readonly clue: "A single collaborator in the ecosystem.";
1069
+ readonly clue: "An organisation or creator supporting the community.";
1074
1070
  readonly id: "single-partner";
1075
1071
  readonly match: RegExp;
1076
1072
  }, {
1077
- readonly clue: "The network behind the scenes.";
1073
+ readonly clue: "Organisations and creators supporting the community.";
1078
1074
  readonly id: "partners";
1079
1075
  readonly match: "/partners";
1080
1076
  }, {
1081
- readonly clue: "Where you share something with everyone.";
1077
+ readonly clue: "A single published post in full view.";
1082
1078
  readonly id: "single-visitor-post";
1083
1079
  readonly match: RegExp;
1084
1080
  }, {
@@ -1086,15 +1082,15 @@ declare const gameScreenIdentifierList: readonly [{
1086
1082
  readonly id: "profile";
1087
1083
  readonly match: "/profile";
1088
1084
  }, {
1089
- readonly clue: "One provider offering something valuable.";
1085
+ readonly clue: "One stallholder offering something valuable.";
1090
1086
  readonly id: "single-vendor";
1091
1087
  readonly match: RegExp;
1092
1088
  }, {
1093
- readonly clue: "A marketplace of providers.";
1089
+ readonly clue: "Where every stallholder waits under the right category.";
1094
1090
  readonly id: "vendors";
1095
1091
  readonly match: "/vendors";
1096
1092
  }, {
1097
- readonly clue: "People who stopped by to see you.";
1093
+ readonly clue: "Where you browse articles and posts from around the platform.";
1098
1094
  readonly id: "visitors";
1099
1095
  readonly match: "/visitors";
1100
1096
  }];
package/dist/index.d.ts CHANGED
@@ -1046,13 +1046,9 @@ declare const gameScreenIdentifierList: readonly [{
1046
1046
  readonly id: "events";
1047
1047
  readonly match: "/events";
1048
1048
  }, {
1049
- readonly clue: "What’s happening in a wider area—not just nearby.";
1049
+ readonly clue: "What’s happening in a wider area not just nearby.";
1050
1050
  readonly id: "events-region";
1051
1051
  readonly match: RegExp;
1052
- }, {
1053
- readonly clue: "Where you go to find something specific.";
1054
- readonly id: "events-search";
1055
- readonly match: "/events/search";
1056
1052
  }, {
1057
1053
  readonly clue: "Where fun becomes a challenge.";
1058
1054
  readonly id: "games";
@@ -1062,7 +1058,7 @@ declare const gameScreenIdentifierList: readonly [{
1062
1058
  readonly id: "home";
1063
1059
  readonly match: "/";
1064
1060
  }, {
1065
- readonly clue: "Where the app taps you on the shoulder.";
1061
+ readonly clue: "Where the app whispers what you shouldn’t miss.";
1066
1062
  readonly id: "notifications";
1067
1063
  readonly match: "/notifications";
1068
1064
  }, {
@@ -1070,15 +1066,15 @@ declare const gameScreenIdentifierList: readonly [{
1070
1066
  readonly id: "options";
1071
1067
  readonly match: "/options";
1072
1068
  }, {
1073
- readonly clue: "A single collaborator in the ecosystem.";
1069
+ readonly clue: "An organisation or creator supporting the community.";
1074
1070
  readonly id: "single-partner";
1075
1071
  readonly match: RegExp;
1076
1072
  }, {
1077
- readonly clue: "The network behind the scenes.";
1073
+ readonly clue: "Organisations and creators supporting the community.";
1078
1074
  readonly id: "partners";
1079
1075
  readonly match: "/partners";
1080
1076
  }, {
1081
- readonly clue: "Where you share something with everyone.";
1077
+ readonly clue: "A single published post in full view.";
1082
1078
  readonly id: "single-visitor-post";
1083
1079
  readonly match: RegExp;
1084
1080
  }, {
@@ -1086,15 +1082,15 @@ declare const gameScreenIdentifierList: readonly [{
1086
1082
  readonly id: "profile";
1087
1083
  readonly match: "/profile";
1088
1084
  }, {
1089
- readonly clue: "One provider offering something valuable.";
1085
+ readonly clue: "One stallholder offering something valuable.";
1090
1086
  readonly id: "single-vendor";
1091
1087
  readonly match: RegExp;
1092
1088
  }, {
1093
- readonly clue: "A marketplace of providers.";
1089
+ readonly clue: "Where every stallholder waits under the right category.";
1094
1090
  readonly id: "vendors";
1095
1091
  readonly match: "/vendors";
1096
1092
  }, {
1097
- readonly clue: "People who stopped by to see you.";
1093
+ readonly clue: "Where you browse articles and posts from around the platform.";
1098
1094
  readonly id: "visitors";
1099
1095
  readonly match: "/visitors";
1100
1096
  }];
package/dist/index.mjs CHANGED
@@ -436,6 +436,8 @@ var priceUnits = [
436
436
  ];
437
437
 
438
438
  // src/types/game.ts
439
+ var OBJECT_ID_PATH_SEGMENT = "[a-f0-9]{24}";
440
+ var OBJECT_ID_PATH_SEGMENT_END = `${OBJECT_ID_PATH_SEGMENT}$`;
439
441
  var gameScreenIdentifierList = [
440
442
  {
441
443
  clue: "Where your actions turn into a timeline.",
@@ -455,7 +457,7 @@ var gameScreenIdentifierList = [
455
457
  {
456
458
  clue: "A single moment worth showing up for.",
457
459
  id: "single-event",
458
- match: /^\/events\/[a-f0-9]{24}$/
460
+ match: new RegExp(`^/events/${OBJECT_ID_PATH_SEGMENT_END}`)
459
461
  },
460
462
  {
461
463
  clue: "What\u2019s happening around you, right now.",
@@ -468,15 +470,10 @@ var gameScreenIdentifierList = [
468
470
  match: "/events"
469
471
  },
470
472
  {
471
- clue: "What\u2019s happening in a wider area\u2014not just nearby.",
473
+ clue: "What\u2019s happening in a wider area \u2014 not just nearby.",
472
474
  id: "events-region",
473
475
  match: /^\/events\/region\/[^/]+$/
474
476
  },
475
- {
476
- clue: "Where you go to find something specific.",
477
- id: "events-search",
478
- match: "/events/search"
479
- },
480
477
  {
481
478
  clue: "Where fun becomes a challenge.",
482
479
  id: "games",
@@ -488,7 +485,7 @@ var gameScreenIdentifierList = [
488
485
  match: "/"
489
486
  },
490
487
  {
491
- clue: "Where the app taps you on the shoulder.",
488
+ clue: "Where the app whispers what you shouldn\u2019t miss.",
492
489
  id: "notifications",
493
490
  match: "/notifications"
494
491
  },
@@ -498,19 +495,19 @@ var gameScreenIdentifierList = [
498
495
  match: "/options"
499
496
  },
500
497
  {
501
- clue: "A single collaborator in the ecosystem.",
498
+ clue: "An organisation or creator supporting the community.",
502
499
  id: "single-partner",
503
- match: /^\/partners\/[a-f0-9]{24}$/
500
+ match: new RegExp(`^/partners/${OBJECT_ID_PATH_SEGMENT_END}`)
504
501
  },
505
502
  {
506
- clue: "The network behind the scenes.",
503
+ clue: "Organisations and creators supporting the community.",
507
504
  id: "partners",
508
505
  match: "/partners"
509
506
  },
510
507
  {
511
- clue: "Where you share something with everyone.",
508
+ clue: "A single published post in full view.",
512
509
  id: "single-visitor-post",
513
- match: /^\/visitors\/posts\/[a-f0-9]{24}$/
510
+ match: new RegExp(`^/visitors/post/${OBJECT_ID_PATH_SEGMENT_END}`)
514
511
  },
515
512
  {
516
513
  clue: "Your identity, on display.",
@@ -518,17 +515,17 @@ var gameScreenIdentifierList = [
518
515
  match: "/profile"
519
516
  },
520
517
  {
521
- clue: "One provider offering something valuable.",
518
+ clue: "One stallholder offering something valuable.",
522
519
  id: "single-vendor",
523
- match: /^\/vendors\/[a-f0-9]{24}$/
520
+ match: new RegExp(`^/vendors/${OBJECT_ID_PATH_SEGMENT_END}`)
524
521
  },
525
522
  {
526
- clue: "A marketplace of providers.",
523
+ clue: "Where every stallholder waits under the right category.",
527
524
  id: "vendors",
528
525
  match: "/vendors"
529
526
  },
530
527
  {
531
- clue: "People who stopped by to see you.",
528
+ clue: "Where you browse articles and posts from around the platform.",
532
529
  id: "visitors",
533
530
  match: "/visitors"
534
531
  }