@sprucelabs/spruce-people-utils 1.0.53 → 1.0.54
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.
|
@@ -40,7 +40,13 @@ export default class InvitePersonCardViewController extends AbstractViewControll
|
|
|
40
40
|
isPlaying: false,
|
|
41
41
|
sentences: [
|
|
42
42
|
{
|
|
43
|
-
words:
|
|
43
|
+
words: `Ok, they should have gotten a text message with an invite link.`,
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
words: `Have them tap the link and follow the instructions!`,
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
words: "Once they are done we'll be onto the next step!",
|
|
44
50
|
},
|
|
45
51
|
],
|
|
46
52
|
});
|
|
@@ -217,6 +223,7 @@ const inviteFormSchema = buildSchema({
|
|
|
217
223
|
type: 'text',
|
|
218
224
|
},
|
|
219
225
|
phone: {
|
|
226
|
+
label: 'Phone',
|
|
220
227
|
type: 'phone',
|
|
221
228
|
isRequired: true,
|
|
222
229
|
},
|
|
@@ -33,7 +33,13 @@ class InvitePersonCardViewController extends heartwood_view_controllers_1.Abstra
|
|
|
33
33
|
isPlaying: false,
|
|
34
34
|
sentences: [
|
|
35
35
|
{
|
|
36
|
-
words:
|
|
36
|
+
words: `Ok, they should have gotten a text message with an invite link.`,
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
words: `Have them tap the link and follow the instructions!`,
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
words: "Once they are done we'll be onto the next step!",
|
|
37
43
|
},
|
|
38
44
|
],
|
|
39
45
|
});
|
|
@@ -190,6 +196,7 @@ const inviteFormSchema = (0, schema_1.buildSchema)({
|
|
|
190
196
|
type: 'text',
|
|
191
197
|
},
|
|
192
198
|
phone: {
|
|
199
|
+
label: 'Phone',
|
|
193
200
|
type: 'phone',
|
|
194
201
|
isRequired: true,
|
|
195
202
|
},
|