@timardex/cluemart-shared 1.7.58 → 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-WRV55PDR.mjs → chunk-HBW4LTNY.mjs} +2 -2
  17. package/dist/{chunk-P4JLZCWZ.mjs → chunk-TRWMYXB7.mjs} +2 -2
  18. package/dist/formFields/index.cjs +14 -0
  19. package/dist/formFields/index.cjs.map +1 -1
  20. package/dist/formFields/index.mjs +3 -3
  21. package/dist/graphql/index.cjs +1 -0
  22. package/dist/graphql/index.cjs.map +1 -1
  23. package/dist/graphql/index.d.mts +3 -3
  24. package/dist/graphql/index.d.ts +3 -3
  25. package/dist/graphql/index.mjs +2 -2
  26. package/dist/hooks/index.cjs +24 -0
  27. package/dist/hooks/index.cjs.map +1 -1
  28. package/dist/hooks/index.d.mts +3 -3
  29. package/dist/hooks/index.d.ts +3 -3
  30. package/dist/hooks/index.mjs +14 -5
  31. package/dist/hooks/index.mjs.map +1 -1
  32. package/dist/index.cjs +15 -0
  33. package/dist/index.cjs.map +1 -1
  34. package/dist/index.d.mts +2 -7
  35. package/dist/index.d.ts +2 -7
  36. package/dist/index.mjs +15 -0
  37. package/dist/index.mjs.map +1 -1
  38. package/dist/types/index.cjs.map +1 -1
  39. package/dist/types/index.d.mts +3 -3
  40. package/dist/types/index.d.ts +3 -3
  41. package/dist/types/index.mjs +1 -1
  42. package/dist/{user-Cz3XuyJU.d.mts → user-IkpoJkZz.d.mts} +1 -0
  43. package/dist/{user-B6RYIUjX.d.ts → user-J01cQFJ6.d.ts} +1 -0
  44. package/dist/utils/index.d.mts +2 -2
  45. package/dist/utils/index.d.ts +2 -2
  46. package/dist/utils/index.mjs +2 -2
  47. package/package.json +1 -1
  48. package/dist/chunk-5D2JVHC2.mjs.map +0 -1
  49. package/dist/chunk-VBQ5RF7L.mjs.map +0 -1
  50. /package/dist/{chunk-WRV55PDR.mjs.map → chunk-HBW4LTNY.mjs.map} +0 -0
  51. /package/dist/{chunk-P4JLZCWZ.mjs.map → chunk-TRWMYXB7.mjs.map} +0 -0
package/dist/index.cjs CHANGED
@@ -3589,6 +3589,13 @@ var registerFields = [
3589
3589
  placeholder: "Last Name",
3590
3590
  required: true
3591
3591
  },
3592
+ {
3593
+ helperText: "Enter Nickname",
3594
+ keyboardType: "default",
3595
+ name: "nickName",
3596
+ placeholder: "Nickname",
3597
+ required: false
3598
+ },
3592
3599
  {
3593
3600
  ...emailField,
3594
3601
  required: true
@@ -3668,6 +3675,13 @@ var profileFields = [
3668
3675
  name: "lastName",
3669
3676
  placeholder: "Last Name"
3670
3677
  },
3678
+ {
3679
+ helperText: "Enter Nickname",
3680
+ keyboardType: "default",
3681
+ name: "nickName",
3682
+ placeholder: "Nickname",
3683
+ required: false
3684
+ },
3671
3685
  {
3672
3686
  helperText: "Enter your new password",
3673
3687
  keyboardType: "default",
@@ -3943,6 +3957,7 @@ var USER_FIELDS_FRAGMENT = import_client.gql`
3943
3957
  game
3944
3958
  isTester
3945
3959
  lastName
3960
+ nickName
3946
3961
  licences {
3947
3962
  ...LicenceFields
3948
3963
  }