@sprucelabs/spruce-people-utils 9.0.2 → 10.0.0

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.
@@ -163,7 +163,7 @@ class InvitePersonCardViewController extends AbstractViewController {
163
163
  FormVc() {
164
164
  return this.Controller('form', buildForm({
165
165
  schema: inviteFormSchema,
166
- shouldShowCancelButton: false,
166
+ shouldRenderCancelButton: false,
167
167
  values: {
168
168
  phone: this.startingPhone,
169
169
  },
@@ -146,7 +146,7 @@ class InvitePersonCardViewController extends heartwood_view_controllers_1.Abstra
146
146
  FormVc() {
147
147
  return this.Controller('form', (0, heartwood_view_controllers_1.buildForm)({
148
148
  schema: inviteFormSchema,
149
- shouldShowCancelButton: false,
149
+ shouldRenderCancelButton: false,
150
150
  values: {
151
151
  phone: this.startingPhone,
152
152
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-people-utils",
3
3
  "description": "People Utilities",
4
- "version": "9.0.2",
4
+ "version": "10.0.0",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },