@operato/input 2.0.0-alpha.111 → 2.0.0-alpha.116
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/CHANGELOG.md +16 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/yarn-error.log +0 -17084
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.
|
5
|
+
"version": "2.0.0-alpha.116",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"license": "MIT",
|
@@ -197,7 +197,7 @@
|
|
197
197
|
"@material/web": "^1.4.0",
|
198
198
|
"@operato/color-picker": "^2.0.0-alpha.111",
|
199
199
|
"@operato/i18n": "^2.0.0-alpha.111",
|
200
|
-
"@operato/popup": "^2.0.0-alpha.
|
200
|
+
"@operato/popup": "^2.0.0-alpha.116",
|
201
201
|
"@operato/styles": "^2.0.0-alpha.111",
|
202
202
|
"@operato/utils": "^2.0.0-alpha.111",
|
203
203
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
@@ -243,5 +243,5 @@
|
|
243
243
|
"prettier --write"
|
244
244
|
]
|
245
245
|
},
|
246
|
-
"gitHead": "
|
246
|
+
"gitHead": "ed8f106ca422d5479a869c700d5bc4786fff849f"
|
247
247
|
}
|