html-combobox-element 0.0.2-beta.3 → 0.0.2-beta.4

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.
@@ -324,7 +324,7 @@ ${urls.map(url => `@import "${url}";`)}
324
324
  display: block;
325
325
  }
326
326
 
327
- :host([clearable], [multiple]) [part*="clear-tag"] {
327
+ :host([multiple][clearable]) [part*="clear-tag"] {
328
328
  display: block;
329
329
  }
330
330
 
@@ -321,7 +321,7 @@ ${urls.map(url => `@import "${url}";`)}
321
321
  display: block;
322
322
  }
323
323
 
324
- :host([clearable], [multiple]) [part*="clear-tag"] {
324
+ :host([multiple][clearable]) [part*="clear-tag"] {
325
325
  display: block;
326
326
  }
327
327
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-combobox-element",
3
- "version": "0.0.2-beta.3",
3
+ "version": "0.0.2-beta.4",
4
4
  "description": "The combo-box web-component & customizable select polyfill",
5
5
  "type": "module",
6
6
  "scripts": {