@timardex/cluemart-shared 1.7.57 → 1.7.59

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 (51) hide show
  1. package/dist/{ad-wW8fzT4I.d.ts → ad-BXYzElOY.d.ts} +2 -8
  2. package/dist/{ad-CCuXkAAt.d.mts → ad-CaNdaVzA.d.mts} +2 -8
  3. package/dist/{affiliate-BSWxq9Uv.d.ts → affiliate-C4kUR-RF.d.ts} +1 -1
  4. package/dist/{affiliate-CaP_IFPL.d.mts → affiliate-KIMlFQc0.d.mts} +1 -1
  5. package/dist/auth/index.cjs +1 -0
  6. package/dist/auth/index.cjs.map +1 -1
  7. package/dist/auth/index.d.mts +2 -2
  8. package/dist/auth/index.d.ts +2 -2
  9. package/dist/auth/index.mjs +1 -1
  10. package/dist/{chunk-VBQ5RF7L.mjs → chunk-6ALUN6LP.mjs} +2 -1
  11. package/dist/chunk-6ALUN6LP.mjs.map +1 -0
  12. package/dist/{chunk-FSS2CZPR.mjs → chunk-CRUKJX54.mjs} +15 -1
  13. package/dist/{chunk-FSS2CZPR.mjs.map → chunk-CRUKJX54.mjs.map} +1 -1
  14. package/dist/{chunk-5D2JVHC2.mjs → chunk-GZZMH35Y.mjs} +1 -1
  15. package/dist/chunk-GZZMH35Y.mjs.map +1 -0
  16. package/dist/{chunk-MGSDQSWS.mjs → chunk-HBW4LTNY.mjs} +25 -2
  17. package/dist/{chunk-MGSDQSWS.mjs.map → chunk-HBW4LTNY.mjs.map} +1 -1
  18. package/dist/{chunk-P4JLZCWZ.mjs → chunk-TRWMYXB7.mjs} +2 -2
  19. package/dist/formFields/index.cjs +14 -0
  20. package/dist/formFields/index.cjs.map +1 -1
  21. package/dist/formFields/index.mjs +3 -3
  22. package/dist/graphql/index.cjs +25 -0
  23. package/dist/graphql/index.cjs.map +1 -1
  24. package/dist/graphql/index.d.mts +13 -4
  25. package/dist/graphql/index.d.ts +13 -4
  26. package/dist/graphql/index.mjs +4 -2
  27. package/dist/hooks/index.cjs +35 -0
  28. package/dist/hooks/index.cjs.map +1 -1
  29. package/dist/hooks/index.d.mts +3 -3
  30. package/dist/hooks/index.d.ts +3 -3
  31. package/dist/hooks/index.mjs +14 -5
  32. package/dist/hooks/index.mjs.map +1 -1
  33. package/dist/index.cjs +39 -0
  34. package/dist/index.cjs.map +1 -1
  35. package/dist/index.d.mts +12 -8
  36. package/dist/index.d.ts +12 -8
  37. package/dist/index.mjs +38 -0
  38. package/dist/index.mjs.map +1 -1
  39. package/dist/types/index.cjs.map +1 -1
  40. package/dist/types/index.d.mts +3 -3
  41. package/dist/types/index.d.ts +3 -3
  42. package/dist/types/index.mjs +1 -1
  43. package/dist/{user-Cz3XuyJU.d.mts → user-IkpoJkZz.d.mts} +1 -0
  44. package/dist/{user-B6RYIUjX.d.ts → user-J01cQFJ6.d.ts} +1 -0
  45. package/dist/utils/index.d.mts +2 -2
  46. package/dist/utils/index.d.ts +2 -2
  47. package/dist/utils/index.mjs +2 -2
  48. package/package.json +1 -1
  49. package/dist/chunk-5D2JVHC2.mjs.map +0 -1
  50. package/dist/chunk-VBQ5RF7L.mjs.map +0 -1
  51. /package/dist/{chunk-P4JLZCWZ.mjs.map → chunk-TRWMYXB7.mjs.map} +0 -0
@@ -10,7 +10,7 @@ import {
10
10
  import {
11
11
  PROMO_CODE_PREFIX,
12
12
  gameScreenIdentifierList
13
- } from "./chunk-5D2JVHC2.mjs";
13
+ } from "./chunk-GZZMH35Y.mjs";
14
14
  import {
15
15
  isTransientNetworkError
16
16
  } from "./chunk-RAYUJODN.mjs";
@@ -1698,4 +1698,4 @@ export {
1698
1698
  toUserFacingErrorMessage,
1699
1699
  getErrorMessage
1700
1700
  };
1701
- //# sourceMappingURL=chunk-P4JLZCWZ.mjs.map
1701
+ //# sourceMappingURL=chunk-TRWMYXB7.mjs.map
@@ -2169,6 +2169,13 @@ var registerFields = [
2169
2169
  placeholder: "Last Name",
2170
2170
  required: true
2171
2171
  },
2172
+ {
2173
+ helperText: "Enter Nickname",
2174
+ keyboardType: "default",
2175
+ name: "nickName",
2176
+ placeholder: "Nickname",
2177
+ required: false
2178
+ },
2172
2179
  {
2173
2180
  ...emailField,
2174
2181
  required: true
@@ -2248,6 +2255,13 @@ var profileFields = [
2248
2255
  name: "lastName",
2249
2256
  placeholder: "Last Name"
2250
2257
  },
2258
+ {
2259
+ helperText: "Enter Nickname",
2260
+ keyboardType: "default",
2261
+ name: "nickName",
2262
+ placeholder: "Nickname",
2263
+ required: false
2264
+ },
2251
2265
  {
2252
2266
  helperText: "Enter your new password",
2253
2267
  keyboardType: "default",