You need to sign in or sign up before continuing.

@operato/input 2.0.0-alpha.110 → 2.0.0-alpha.114

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": "2.0.0-alpha.110",
5
+ "version": "2.0.0-alpha.114",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -195,11 +195,11 @@
195
195
  "@codemirror/view": "^6.22.1",
196
196
  "@lit/localize": "^0.12.1",
197
197
  "@material/web": "^1.4.0",
198
- "@operato/color-picker": "^2.0.0-alpha.110",
199
- "@operato/i18n": "^2.0.0-alpha.110",
200
- "@operato/popup": "^2.0.0-alpha.110",
201
- "@operato/styles": "^2.0.0-alpha.110",
202
- "@operato/utils": "^2.0.0-alpha.110",
198
+ "@operato/color-picker": "^2.0.0-alpha.111",
199
+ "@operato/i18n": "^2.0.0-alpha.111",
200
+ "@operato/popup": "^2.0.0-alpha.114",
201
+ "@operato/styles": "^2.0.0-alpha.111",
202
+ "@operato/utils": "^2.0.0-alpha.111",
203
203
  "@polymer/paper-dropdown-menu": "^3.2.0",
204
204
  "@polymer/paper-item": "^3.0.1",
205
205
  "@thebespokepixel/es-tinycolor": "^3.1.0",
@@ -243,5 +243,5 @@
243
243
  "prettier --write"
244
244
  ]
245
245
  },
246
- "gitHead": "e5ca3caf4c975c3f195efe9ea2c1659cf6a70642"
246
+ "gitHead": "28420fb1210e6d9dac426ae9493413568c886d6b"
247
247
  }