@shoper/phoenix_design_system 1.18.16-12 → 1.18.16-13

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.
@@ -330,7 +330,7 @@ exports.HSelect = class HSelect extends phoenix_light_lit_element.PhoenixLightLi
330
330
  placeholderCandidate = domEl;
331
331
  }
332
332
  this.$placeholder = placeholderCandidate !== null && placeholderCandidate !== void 0 ? placeholderCandidate : 'Select';
333
- this._applyPlaceholderToExistingOption();
333
+ // this._applyPlaceholderToExistingOption();
334
334
  this._updateOptions();
335
335
  }
336
336
  if (this.isReactiveSelectionFlagEnabled) {
@@ -326,7 +326,7 @@ let HSelect = class HSelect extends PhoenixLightLitElement {
326
326
  placeholderCandidate = domEl;
327
327
  }
328
328
  this.$placeholder = placeholderCandidate !== null && placeholderCandidate !== void 0 ? placeholderCandidate : 'Select';
329
- this._applyPlaceholderToExistingOption();
329
+ // this._applyPlaceholderToExistingOption();
330
330
  this._updateOptions();
331
331
  }
332
332
  if (this.isReactiveSelectionFlagEnabled) {
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.18.16-12",
5
+ "version": "1.18.16-13",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",