@htmlbricks/hb-input-email 0.66.4 → 0.66.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/manifest.json +1 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -179,7 +179,6 @@
|
|
|
179
179
|
}
|
|
180
180
|
],
|
|
181
181
|
"iifeIntegrity": "sha384-sm7EzTLZf5GEbUdeCo0kKEl8f43lE0Tu+8SS9ZdbmeHzy/eMDIzeqmDqUNuwh2Lm",
|
|
182
|
-
"iifeIntegrityType": "sha384",
|
|
183
182
|
"screenshots": [],
|
|
184
183
|
"licenses": [
|
|
185
184
|
{
|
|
@@ -198,5 +197,5 @@
|
|
|
198
197
|
"size": {},
|
|
199
198
|
"iifePath": "main.iife.js",
|
|
200
199
|
"repoName": "@htmlbricks/hb-input-email",
|
|
201
|
-
"version": "0.66.
|
|
200
|
+
"version": "0.66.5"
|
|
202
201
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-email",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "`type=\"email\"` field using `schemaentry` for id, value, placeholder, readonly, and required, with extra checks for a sensible address shape plus optional `validationRegex` and `params` min/max length. Use `show_validation` for Bootstrap states and `validationTip`. Dispatches `setVal` on updates and `clickEnter` when Enter is pressed.",
|
|
6
6
|
"licenses": [
|