ordering-ui-admin-external 1.43.88 → 1.43.89

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.
@@ -167,9 +167,6 @@ var SnoozeComponent = exports.SnoozeComponent = function SnoozeComponent(props)
167
167
  }, {
168
168
  value: '12',
169
169
  content: t('SNOOZE_TWELVE_HOUR', '12H')
170
- }, {
171
- value: 'indefinitely',
172
- content: t('SNOOZE_INDEFINITELY', 'Indefinitely')
173
170
  }, {
174
171
  value: 'or',
175
172
  content: t('SNOOZE_OR', 'or')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-admin-external",
3
- "version": "1.43.88",
3
+ "version": "1.43.89",
4
4
  "description": "Ordering UI Admin Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -153,10 +153,6 @@ export const SnoozeComponent = (props) => {
153
153
  value: '12',
154
154
  content: t('SNOOZE_TWELVE_HOUR', '12H')
155
155
  },
156
- {
157
- value: 'indefinitely',
158
- content: t('SNOOZE_INDEFINITELY', 'Indefinitely')
159
- },
160
156
  {
161
157
  value: 'or',
162
158
  content: t('SNOOZE_OR', 'or')