@shoper/phoenix_design_system 1.11.10-6 → 1.11.10-7

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.
@@ -355,11 +355,11 @@ exports.HSearch = class HSearch extends phoenix_light_lit_element.PhoenixLightLi
355
355
  $input.setAttribute('aria-expanded', 'true');
356
356
  if (shouldShowHistory) {
357
357
  $input.setAttribute('aria-label', this.settings.historyGuideAriaLabel);
358
- $input.setAttribute('haspopup', 'grid');
358
+ $input.setAttribute('aria-haspopup', 'grid');
359
359
  }
360
360
  if (shouldShowResults) {
361
361
  $input.setAttribute('aria-label', this.settings.suggesterGuideAriaLabel);
362
- this._inputField.removeAttribute('haspopup');
362
+ this._inputField.removeAttribute('aria-haspopup');
363
363
  }
364
364
  }
365
365
  _toggleSearchContainerAttributes(shouldShowHistory, shouldShowResults) {
@@ -351,11 +351,11 @@ let HSearch = class HSearch extends PhoenixLightLitElement {
351
351
  $input.setAttribute('aria-expanded', 'true');
352
352
  if (shouldShowHistory) {
353
353
  $input.setAttribute('aria-label', this.settings.historyGuideAriaLabel);
354
- $input.setAttribute('haspopup', 'grid');
354
+ $input.setAttribute('aria-haspopup', 'grid');
355
355
  }
356
356
  if (shouldShowResults) {
357
357
  $input.setAttribute('aria-label', this.settings.suggesterGuideAriaLabel);
358
- this._inputField.removeAttribute('haspopup');
358
+ this._inputField.removeAttribute('aria-haspopup');
359
359
  }
360
360
  }
361
361
  _toggleSearchContainerAttributes(shouldShowHistory, shouldShowResults) {
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.11.10-6",
5
+ "version": "1.11.10-7",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",