@operato/input 8.0.0 → 8.0.2

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": "8.0.0",
5
+ "version": "8.0.2",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -212,7 +212,7 @@
212
212
  "@material/web": "^2.0.0",
213
213
  "@operato/color-picker": "^8.0.0",
214
214
  "@operato/i18n": "^8.0.0",
215
- "@operato/popup": "^8.0.0",
215
+ "@operato/popup": "^8.0.2",
216
216
  "@operato/styles": "^8.0.0",
217
217
  "@operato/utils": "^8.0.0",
218
218
  "@polymer/paper-dropdown-menu": "^3.2.0",
@@ -258,5 +258,5 @@
258
258
  "prettier --write"
259
259
  ]
260
260
  },
261
- "gitHead": "180d521a2ca296829122361a45be86e8542ada43"
261
+ "gitHead": "fde85dca498f57fb4aa2c1edf25d18bbbce14c15"
262
262
  }