@sprucelabs/spruce-calendar-components 25.3.0 → 25.4.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.
@@ -60,6 +60,7 @@ class CalendarViewController extends heartwood_view_controllers_1.CalendarViewCo
60
60
  await this.removeDraftEvent(draft.id);
61
61
  }
62
62
  await this.addDraftEventFromClick(options);
63
+ this.getDevice().vibrate();
63
64
  }
64
65
  async handleDropEvent(options) {
65
66
  var _a;
@@ -67,6 +67,7 @@ class CalendarViewController extends CoreCalendarViewController {
67
67
  yield this.removeDraftEvent(draft.id);
68
68
  }
69
69
  yield this.addDraftEventFromClick(options);
70
+ this.getDevice().vibrate();
70
71
  });
71
72
  }
72
73
  handleDropEvent(options) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-calendar-components",
3
3
  "description": "Calendar components for working with calendars and Sprucebot.",
4
- "version": "25.3.0",
4
+ "version": "25.4.0",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },