@things-factory/barcode-ui 4.3.76 → 4.3.80-alpha.3

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.
@@ -109,7 +109,7 @@ export class BarcodeScanableInput extends LitElement {
109
109
  this.style.setProperty('--barcodescan-input-button-icon', `url(${barcodeIcon})`)
110
110
 
111
111
  return html`
112
- <input type="text" .value=${this.value || ''} maxlength="50" />
112
+ <input type="search" .value=${this.value || ''} maxlength="50" />
113
113
  <button
114
114
  ?hidden=${!this.scannable}
115
115
  id="scan-button"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/barcode-ui",
3
- "version": "4.3.76",
3
+ "version": "4.3.80-alpha.3",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@operato/layout": "^0.4.6",
28
- "@things-factory/shell": "^4.3.76",
28
+ "@things-factory/shell": "^4.3.80-alpha.3",
29
29
  "bwip-js": "^2.0.11"
30
30
  },
31
- "gitHead": "70e95a9c0ca26f9d379945c19c31dd5083b189e3"
31
+ "gitHead": "c50b741687aa9260a1f9b46ed125737aed989df6"
32
32
  }