@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.cjs
CHANGED
|
@@ -2359,7 +2359,7 @@ var registerFields = [
|
|
|
2359
2359
|
required: true
|
|
2360
2360
|
},
|
|
2361
2361
|
{
|
|
2362
|
-
helperText: "
|
|
2362
|
+
helperText: "Used instead of your name on ClueMart. If blank, your email username is used.",
|
|
2363
2363
|
keyboardType: "default",
|
|
2364
2364
|
name: "nickName",
|
|
2365
2365
|
placeholder: "Nickname",
|
|
@@ -2429,7 +2429,7 @@ var profileFields = [
|
|
|
2429
2429
|
required: true
|
|
2430
2430
|
},
|
|
2431
2431
|
{
|
|
2432
|
-
helperText: "
|
|
2432
|
+
helperText: "Used instead of your name on ClueMart. If blank, your email username is used.",
|
|
2433
2433
|
keyboardType: "default",
|
|
2434
2434
|
name: "nickName",
|
|
2435
2435
|
placeholder: "Nickname",
|