@timardex/cluemart-shared 1.7.83 → 1.7.84
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/{chunk-EYEFK72D.mjs → chunk-DFAYHIEZ.mjs} +3 -3
- package/dist/{chunk-EYEFK72D.mjs.map → chunk-DFAYHIEZ.mjs.map} +1 -1
- package/dist/formFields/index.cjs +2 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/hooks/index.cjs +2 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3607,7 +3607,7 @@ var registerFields = [
|
|
|
3607
3607
|
required: true
|
|
3608
3608
|
},
|
|
3609
3609
|
{
|
|
3610
|
-
helperText: "
|
|
3610
|
+
helperText: "Used instead of your name on ClueMart. If blank, your email username is used.",
|
|
3611
3611
|
keyboardType: "default",
|
|
3612
3612
|
name: "nickName",
|
|
3613
3613
|
placeholder: "Nickname",
|
|
@@ -3695,7 +3695,7 @@ var profileFields = [
|
|
|
3695
3695
|
required: true
|
|
3696
3696
|
},
|
|
3697
3697
|
{
|
|
3698
|
-
helperText: "
|
|
3698
|
+
helperText: "Used instead of your name on ClueMart. If blank, your email username is used.",
|
|
3699
3699
|
keyboardType: "default",
|
|
3700
3700
|
name: "nickName",
|
|
3701
3701
|
placeholder: "Nickname",
|