@proximus/lavender-input 2.0.0-alpha.177 → 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
@@ -230,7 +230,7 @@ var c = class extends i {
230
230
  });
231
231
  }
232
232
  template() {
233
- return "<div id=\"input-file-container\"><span></span><input type=\"file\" /></input>";
233
+ return "<div id=\"input-file-container\"><span></span><input type=\"file\" /></div>";
234
234
  }
235
235
  stateChangeCallback(e, t) {
236
236
  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-input",
3
- "version": "2.0.0-alpha.177",
3
+ "version": "2.0.0-alpha.179",
4
4
  "description": "Input component for the Proximus Design System",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",