@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.
@@ -49,6 +49,7 @@ declare const inviteFormSchema: {
49
49
  type: "text";
50
50
  };
51
51
  phone: {
52
+ label: string;
52
53
  type: "phone";
53
54
  isRequired: true;
54
55
  };
@@ -40,7 +40,13 @@ export default class InvitePersonCardViewController extends AbstractViewControll
40
40
  isPlaying: false,
41
41
  sentences: [
42
42
  {
43
- words: 'Ready when you are!',
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
  },
@@ -49,6 +49,7 @@ declare const inviteFormSchema: {
49
49
  type: "text";
50
50
  };
51
51
  phone: {
52
+ label: string;
52
53
  type: "phone";
53
54
  isRequired: true;
54
55
  };
@@ -33,7 +33,13 @@ class InvitePersonCardViewController extends heartwood_view_controllers_1.Abstra
33
33
  isPlaying: false,
34
34
  sentences: [
35
35
  {
36
- words: 'Ready when you are!',
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
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-people-utils",
3
3
  "description": "People Utilities",
4
- "version": "1.0.53",
4
+ "version": "1.0.54",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },