@operato/input 8.1.0 → 8.2.5
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 +8 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/yarn-error.log +17084 -0
- package/tsconfig.tsbuildinfo +0 -1
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.
|
|
5
|
+
"version": "8.2.5",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"license": "MIT",
|
|
@@ -210,11 +210,11 @@
|
|
|
210
210
|
"@ctrl/tinycolor": "^4.1.0",
|
|
211
211
|
"@lit/localize": "^0.12.1",
|
|
212
212
|
"@material/web": "^2.0.0",
|
|
213
|
-
"@operato/color-picker": "^8.
|
|
214
|
-
"@operato/i18n": "^8.
|
|
215
|
-
"@operato/popup": "^8.
|
|
216
|
-
"@operato/styles": "^8.
|
|
217
|
-
"@operato/utils": "^8.
|
|
213
|
+
"@operato/color-picker": "^8.2.5",
|
|
214
|
+
"@operato/i18n": "^8.2.5",
|
|
215
|
+
"@operato/popup": "^8.2.5",
|
|
216
|
+
"@operato/styles": "^8.2.5",
|
|
217
|
+
"@operato/utils": "^8.2.5",
|
|
218
218
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
|
219
219
|
"@polymer/paper-item": "^3.0.1",
|
|
220
220
|
"@thebespokepixel/es-tinycolor": "^3.1.0",
|
|
@@ -258,5 +258,5 @@
|
|
|
258
258
|
"prettier --write"
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
|
-
"gitHead": "
|
|
261
|
+
"gitHead": "6463cc46a6fdef524548804e778fb8b7d55ab372"
|
|
262
262
|
}
|