@timardex/cluemart-shared 1.5.495 → 1.5.496

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 (34) hide show
  1. package/dist/{chunk-SKWWATIR.mjs → chunk-KIMDTSLW.mjs} +2 -2
  2. package/dist/{chunk-F4IWHY4O.mjs → chunk-MPIOTUCT.mjs} +2 -2
  3. package/dist/{chunk-QG5DPPZI.mjs → chunk-O4ILKWFI.mjs} +5 -1
  4. package/dist/chunk-O4ILKWFI.mjs.map +1 -0
  5. package/dist/formFields/index.mjs +3 -3
  6. package/dist/{game-lvz2AUuu.d.ts → game-B-YC4Am7.d.ts} +3 -0
  7. package/dist/{game-DTrJRy_s.d.mts → game-C6zLvmHU.d.mts} +3 -0
  8. package/dist/graphql/index.d.mts +2 -2
  9. package/dist/graphql/index.d.ts +2 -2
  10. package/dist/hooks/index.d.mts +2 -2
  11. package/dist/hooks/index.d.ts +2 -2
  12. package/dist/hooks/index.mjs +3 -3
  13. package/dist/index.cjs +4 -0
  14. package/dist/index.cjs.map +1 -1
  15. package/dist/index.d.mts +3 -0
  16. package/dist/index.d.ts +3 -0
  17. package/dist/index.mjs +4 -0
  18. package/dist/index.mjs.map +1 -1
  19. package/dist/{post-DXOToXeT.d.ts → post-CNm_rxZm.d.ts} +1 -1
  20. package/dist/{post-wptsHKVN.d.mts → post-DFTmI0uz.d.mts} +1 -1
  21. package/dist/types/index.cjs +4 -0
  22. package/dist/types/index.cjs.map +1 -1
  23. package/dist/types/index.d.mts +2 -2
  24. package/dist/types/index.d.ts +2 -2
  25. package/dist/types/index.mjs +1 -1
  26. package/dist/utils/index.cjs +4 -0
  27. package/dist/utils/index.cjs.map +1 -1
  28. package/dist/utils/index.d.mts +1 -1
  29. package/dist/utils/index.d.ts +1 -1
  30. package/dist/utils/index.mjs +2 -2
  31. package/package.json +1 -1
  32. package/dist/chunk-QG5DPPZI.mjs.map +0 -1
  33. /package/dist/{chunk-SKWWATIR.mjs.map → chunk-KIMDTSLW.mjs.map} +0 -0
  34. /package/dist/{chunk-F4IWHY4O.mjs.map → chunk-MPIOTUCT.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -980,6 +980,9 @@ declare const gameScreenIdentifierList: readonly [{
980
980
  }, {
981
981
  readonly clue: "What’s happening in a wider area—not just nearby.";
982
982
  readonly id: "events/region";
983
+ }, {
984
+ readonly clue: "Where you go to find something specific.";
985
+ readonly id: "events/search";
983
986
  }, {
984
987
  readonly clue: "Where fun becomes a challenge.";
985
988
  readonly id: "games";
package/dist/index.d.ts CHANGED
@@ -980,6 +980,9 @@ declare const gameScreenIdentifierList: readonly [{
980
980
  }, {
981
981
  readonly clue: "What’s happening in a wider area—not just nearby.";
982
982
  readonly id: "events/region";
983
+ }, {
984
+ readonly clue: "Where you go to find something specific.";
985
+ readonly id: "events/search";
983
986
  }, {
984
987
  readonly clue: "Where fun becomes a challenge.";
985
988
  readonly id: "games";
package/dist/index.mjs CHANGED
@@ -467,6 +467,10 @@ var gameScreenIdentifierList = [
467
467
  clue: "What\u2019s happening in a wider area\u2014not just nearby.",
468
468
  id: "events/region"
469
469
  },
470
+ {
471
+ clue: "Where you go to find something specific.",
472
+ id: "events/search"
473
+ },
470
474
  {
471
475
  clue: "Where fun becomes a challenge.",
472
476
  id: "games"