@operato/input 9.0.0-beta.15 → 9.0.0-beta.18

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/input",
3
3
  "description": "Webcomponents for input following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "9.0.0-beta.15",
5
+ "version": "9.0.0-beta.18",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -228,13 +228,10 @@
228
228
  "@lit/localize": "^0.12.1",
229
229
  "@material/web": "^2.0.0",
230
230
  "@operato/color-picker": "^9.0.0-beta.7",
231
- "@operato/i18n": "^9.0.0-beta.14",
232
- "@operato/popup": "^9.0.0-beta.15",
233
- "@operato/styles": "^9.0.0-beta.15",
234
- "@operato/utils": "^9.0.0-beta.14",
235
- "@polymer/paper-dropdown-menu": "^3.2.0",
236
- "@polymer/paper-item": "^3.0.1",
237
- "@thebespokepixel/es-tinycolor": "^3.1.0",
231
+ "@operato/i18n": "^9.0.0-beta.18",
232
+ "@operato/popup": "^9.0.0-beta.18",
233
+ "@operato/styles": "^9.0.0-beta.18",
234
+ "@operato/utils": "^9.0.0-beta.18",
238
235
  "@types/codemirror": "^5.60.5",
239
236
  "@undecaf/zbar-wasm": "^0.11.0",
240
237
  "codemirror": "^6.0.1",
@@ -276,5 +273,5 @@
276
273
  "prettier --write"
277
274
  ]
278
275
  },
279
- "gitHead": "5db24047689efbe3fca392a0c9bc1fa56e00c00b"
276
+ "gitHead": "494a96a1a9679a6f74570abbed781d479c426165"
280
277
  }