intelicoreact 1.2.49 → 1.2.50

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.
@@ -420,9 +420,13 @@ var TagsDropdown = function TagsDropdown(_ref) {
420
420
  })) : getMarkupForElement(option);
421
421
  }) : /*#__PURE__*/_react.default.createElement("div", {
422
422
  className: "".concat(RC, "__no-options")
423
- }, noOptionsText)), footerContent ? /*#__PURE__*/_react.default.createElement("div", {
423
+ }, noOptionsText)), footerContent || isMobile ? /*#__PURE__*/_react.default.createElement("div", {
424
424
  className: (0, _classnames.default)("".concat(RC, "__footer"), (0, _defineProperty2.default)({}, "".concat(RC, "__footer-with-shadow"), isScrollableList))
425
- }, footerContent) : null);
425
+ }, footerContent, isMobile && /*#__PURE__*/_react.default.createElement("button", {
426
+ onClick: function onClick() {
427
+ return setIsOpen(false);
428
+ }
429
+ }, "Apply", chosenOptions !== null && chosenOptions !== void 0 && chosenOptions.length ? "(".concat(chosenOptions === null || chosenOptions === void 0 ? void 0 : chosenOptions.length, ")") : '')) : null);
426
430
  };
427
431
 
428
432
  var closeList = function closeList(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [