@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.
- package/dist/{ad-wW8fzT4I.d.ts → ad-BXYzElOY.d.ts} +2 -8
- package/dist/{ad-CCuXkAAt.d.mts → ad-CaNdaVzA.d.mts} +2 -8
- package/dist/{affiliate-BSWxq9Uv.d.ts → affiliate-C4kUR-RF.d.ts} +1 -1
- package/dist/{affiliate-CaP_IFPL.d.mts → affiliate-KIMlFQc0.d.mts} +1 -1
- package/dist/auth/index.cjs +1 -0
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.d.mts +2 -2
- package/dist/auth/index.d.ts +2 -2
- package/dist/auth/index.mjs +1 -1
- package/dist/{chunk-VBQ5RF7L.mjs → chunk-6ALUN6LP.mjs} +2 -1
- package/dist/chunk-6ALUN6LP.mjs.map +1 -0
- package/dist/{chunk-FSS2CZPR.mjs → chunk-CRUKJX54.mjs} +15 -1
- package/dist/{chunk-FSS2CZPR.mjs.map → chunk-CRUKJX54.mjs.map} +1 -1
- package/dist/{chunk-5D2JVHC2.mjs → chunk-GZZMH35Y.mjs} +1 -1
- package/dist/chunk-GZZMH35Y.mjs.map +1 -0
- package/dist/{chunk-WRV55PDR.mjs → chunk-HBW4LTNY.mjs} +2 -2
- package/dist/{chunk-P4JLZCWZ.mjs → chunk-TRWMYXB7.mjs} +2 -2
- package/dist/formFields/index.cjs +14 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +2 -2
- package/dist/hooks/index.cjs +24 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +14 -5
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +15 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -7
- package/dist/index.d.ts +2 -7
- package/dist/index.mjs +15 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/types/index.mjs +1 -1
- package/dist/{user-Cz3XuyJU.d.mts → user-IkpoJkZz.d.mts} +1 -0
- package/dist/{user-B6RYIUjX.d.ts → user-J01cQFJ6.d.ts} +1 -0
- package/dist/utils/index.d.mts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-5D2JVHC2.mjs.map +0 -1
- package/dist/chunk-VBQ5RF7L.mjs.map +0 -1
- /package/dist/{chunk-WRV55PDR.mjs.map → chunk-HBW4LTNY.mjs.map} +0 -0
- /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
|
}
|