bs-unified-ui 1.0.927 → 1.0.929

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -46248,6 +46248,8 @@ var useNotificationsV2 = function (options) {
46248
46248
  });
46249
46249
  }
46250
46250
  });
46251
+ // Stop audio repeat for old online store event reminders
46252
+ stopAudioRepeatForGroupIfNoReminders('online_store');
46251
46253
  reminderGroups = getReminderGroups(allRemindersRef.current);
46252
46254
  reminderGroups.forEach(function (group) {
46253
46255
  playAudioForGroup(group);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bs-unified-ui",
3
- "version": "1.0.927",
3
+ "version": "1.0.929",
4
4
  "license": "MIT",
5
5
  "author": "Advesa",
6
6
  "description": "UI Components for Unified Breadstack UI",