@sprucelabs/spruce-invite-utils 7.1.54 → 7.1.55

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.
@@ -57,18 +57,18 @@ class ConfirmJoinCardViewController extends heartwood_view_controllers_1.Abstrac
57
57
  },
58
58
  footer: {
59
59
  buttons: [
60
- {
61
- id: 'accept',
62
- label: 'Accept!',
63
- type: 'primary',
64
- onClick: () => this.accept(),
65
- },
66
60
  {
67
61
  id: 'reject',
68
62
  label: 'Reject!',
69
63
  type: 'destructive',
70
64
  onClick: () => this.decline(),
71
65
  },
66
+ {
67
+ id: 'accept',
68
+ label: 'Accept!',
69
+ type: 'primary',
70
+ onClick: () => this.accept(),
71
+ },
72
72
  ],
73
73
  },
74
74
  });
@@ -41,18 +41,18 @@ class ConfirmJoinCardViewController extends AbstractViewController {
41
41
  },
42
42
  footer: {
43
43
  buttons: [
44
- {
45
- id: 'accept',
46
- label: 'Accept!',
47
- type: 'primary',
48
- onClick: () => this.accept(),
49
- },
50
44
  {
51
45
  id: 'reject',
52
46
  label: 'Reject!',
53
47
  type: 'destructive',
54
48
  onClick: () => this.decline(),
55
49
  },
50
+ {
51
+ id: 'accept',
52
+ label: 'Accept!',
53
+ type: 'primary',
54
+ onClick: () => this.accept(),
55
+ },
56
56
  ],
57
57
  },
58
58
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-invite-utils",
3
3
  "description": "Invite Utilities",
4
- "version": "7.1.54",
4
+ "version": "7.1.55",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },