@htmlbricks/hb-input-email 0.65.20 → 0.65.23

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.
Files changed (2) hide show
  1. package/manifest.json +4 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -133,7 +133,7 @@
133
133
  }
134
134
  }
135
135
  },
136
- "description": "",
136
+ "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.",
137
137
  "storybookArgs": {
138
138
  "schemaentry": {
139
139
  "control": {
@@ -226,12 +226,12 @@
226
226
  ],
227
227
  "readmePath": "README.md",
228
228
  "name": "hb-input-email",
229
- "category": "input",
229
+ "category": "inputs",
230
230
  "tags": [
231
- "input"
231
+ "inputs"
232
232
  ],
233
233
  "size": {},
234
234
  "iifePath": "main.iife.js",
235
235
  "repoName": "@htmlbricks/hb-input-email",
236
- "version": "0.65.20"
236
+ "version": "0.65.23"
237
237
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-email",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",