@shoper/phoenix_design_system 1.17.3-1 → 1.17.3-2

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.
@@ -69,7 +69,7 @@ exports.HShowMore = class HShowMore extends phoenix_light_lit_element.PhoenixLig
69
69
  }
70
70
  _showButton() {
71
71
  var _a;
72
- (_a = this._$showMoreButton) === null || _a === void 0 ? void 0 : _a.setAttribute('hidden', '');
72
+ (_a = this._$showMoreButton) === null || _a === void 0 ? void 0 : _a.removeAttribute('hidden');
73
73
  }
74
74
  _setupListeners() {
75
75
  this.addEventListener(show_more_constants.SHOW_MORE_EVENT_NAMES.showMore, this._showMore);
@@ -65,7 +65,7 @@ let HShowMore = class HShowMore extends PhoenixLightLitElement {
65
65
  }
66
66
  _showButton() {
67
67
  var _a;
68
- (_a = this._$showMoreButton) === null || _a === void 0 ? void 0 : _a.setAttribute('hidden', '');
68
+ (_a = this._$showMoreButton) === null || _a === void 0 ? void 0 : _a.removeAttribute('hidden');
69
69
  }
70
70
  _setupListeners() {
71
71
  this.addEventListener(SHOW_MORE_EVENT_NAMES.showMore, this._showMore);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/phoenix_design_system",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "1.17.3-1",
5
+ "version": "1.17.3-2",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",