@proximus/lavender-autocomplete 2.0.0-alpha.178 → 2.0.0-alpha.179

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -393,7 +393,7 @@ var ue = class extends E {
393
393
  });
394
394
  }
395
395
  template() {
396
- return "<div id=\"input-file-container\"><span></span><input type=\"file\" /></input>";
396
+ return "<div id=\"input-file-container\"><span></span><input type=\"file\" /></div>";
397
397
  }
398
398
  stateChangeCallback(e, t) {
399
399
  super.stateChangeCallback(e, t), this.$container.classList.toggle(e), this.$container.classList.toggle(t);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-autocomplete",
3
- "version": "2.0.0-alpha.178",
3
+ "version": "2.0.0-alpha.179",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",