ordering-ui-external 5.0.4 → 5.0.5

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.
@@ -85,7 +85,7 @@ var PromotionsUI = function PromotionsUI(props) {
85
85
  });
86
86
  var targetString = (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.target) === 1 ? t('SUBTOTAL', 'Subtotal') : (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.target) === 2 ? t('DELIVERY_FEE', 'Delivery fee') : t('SERVICE_FEE', 'Service fee');
87
87
  return /*#__PURE__*/_react.default.createElement(_styles.PromotionsContainer, null, /*#__PURE__*/_react.default.createElement(_styles.PromotionTitle, null, t('PROMOTIONS', 'Promotions')), /*#__PURE__*/_react.default.createElement(_styles.SearchBarContainer, null, /*#__PURE__*/_react.default.createElement(_SearchBar.SearchBar, {
88
- placeholder: t('SEARCH_OFFERS', 'Search offers'),
88
+ placeholder: t('SEARCH_PROMOTION', 'Search promotion'),
89
89
  onSearch: handleSearchValue
90
90
  })), (offersState === null || offersState === void 0 ? void 0 : offersState.loading) && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, _toConsumableArray(Array(5).keys()).map(function (key, i) {
91
91
  return /*#__PURE__*/_react.default.createElement(_styles.SingleOfferContainer, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-external",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "Ordering UI Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -70,7 +70,7 @@ const PromotionsUI = (props) => {
70
70
  </PromotionTitle>
71
71
  <SearchBarContainer>
72
72
  <SearchBar
73
- placeholder={t('SEARCH_OFFERS', 'Search offers')}
73
+ placeholder={t('SEARCH_PROMOTION', 'Search promotion')}
74
74
  onSearch={handleSearchValue}
75
75
  />
76
76
  </SearchBarContainer>