@things-factory/barcode-ui 4.3.544-alpha.0 → 4.3.612

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.
@@ -113,7 +113,7 @@ export class BarcodeScanableInput extends LitElement {
113
113
  this.style.setProperty('--barcodescan-input-button-icon', `url(${barcodeIcon})`)
114
114
 
115
115
  return html`
116
- <input type="search" .value=${this.value || ''} ?disabled=${this.scanOnly && this.scannable} maxlength="50" />
116
+ <input type="search" .value=${this.value || ''} ?disabled=${this.scanOnly && this.scannable} maxlength="100" />
117
117
  <button
118
118
  ?hidden=${!this.scannable}
119
119
  id="scan-button"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/barcode-ui",
3
- "version": "4.3.544-alpha.0",
3
+ "version": "4.3.612",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@operato/layout": "^0.4.6",
27
- "@things-factory/shell": "^4.3.544-alpha.0",
27
+ "@things-factory/shell": "^4.3.591",
28
28
  "bwip-js": "^2.0.11"
29
29
  },
30
- "gitHead": "361b1adbe994c386b722d3660545b4956b56c387"
30
+ "gitHead": "777eb4ad59701fc3b78ad2234b9fe20390c13d68"
31
31
  }