@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/index.mjs
CHANGED
|
@@ -3110,7 +3110,7 @@ var registerFields = [
|
|
|
3110
3110
|
required: true
|
|
3111
3111
|
},
|
|
3112
3112
|
{
|
|
3113
|
-
helperText: "
|
|
3113
|
+
helperText: "Used instead of your name on ClueMart. If blank, your email username is used.",
|
|
3114
3114
|
keyboardType: "default",
|
|
3115
3115
|
name: "nickName",
|
|
3116
3116
|
placeholder: "Nickname",
|
|
@@ -3198,7 +3198,7 @@ var profileFields = [
|
|
|
3198
3198
|
required: true
|
|
3199
3199
|
},
|
|
3200
3200
|
{
|
|
3201
|
-
helperText: "
|
|
3201
|
+
helperText: "Used instead of your name on ClueMart. If blank, your email username is used.",
|
|
3202
3202
|
keyboardType: "default",
|
|
3203
3203
|
name: "nickName",
|
|
3204
3204
|
placeholder: "Nickname",
|