@shoper/phoenix_design_system 1.1.0-4 → 1.1.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.
@@ -47,7 +47,7 @@ exports.HSelectValue = class HSelectValue extends phoenix_light_lit_element.Phoe
47
47
  ? litHtml.html `${selectOptions.map((option) => litHtml.html `<h-tag @tag.remove=${() => this._dispatchOptionDeselect(option)}>
48
48
  ${option.content}
49
49
 
50
- <h-tag-remove-button>x</h-tag-remove-button>
50
+ <h-tag-remove-button></h-tag-remove-button>
51
51
  </h-tag>`)}`
52
52
  : selectOptions[0].content;
53
53
  })}
@@ -43,7 +43,7 @@ let HSelectValue = class HSelectValue extends PhoenixLightLitElement {
43
43
  ? html `${selectOptions.map((option) => html `<h-tag @tag.remove=${() => this._dispatchOptionDeselect(option)}>
44
44
  ${option.content}
45
45
 
46
- <h-tag-remove-button>x</h-tag-remove-button>
46
+ <h-tag-remove-button></h-tag-remove-button>
47
47
  </h-tag>`)}`
48
48
  : selectOptions[0].content;
49
49
  })}
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.1.0-4",
5
+ "version": "1.1.0-5",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",