@htmlbricks/hb-input-email 0.66.27 → 0.67.0

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 CHANGED
@@ -133,7 +133,7 @@
133
133
  }
134
134
  }
135
135
  },
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.",
136
+ "description": "Email input with Bulma `input` + validation modifiers and `help is-danger`. `schemaentry` id/value/placeholder/required + shape checks, `validationRegex`, `params` min/max length. `--bulma-*` on `:host`. Dispatches `setVal` and `clickEnter`.",
137
137
  "storybookArgs": {
138
138
  "schemaentry": {
139
139
  "control": {
@@ -178,7 +178,8 @@
178
178
  }
179
179
  }
180
180
  ],
181
- "iifeIntegrity": "sha384-vY9un3gq4GFr9YGwOqSwVRz7WaBntqdA6O0kVv7/JMc+wWYDVaAW+MzOwEwNz4bd",
181
+ "iifeIntegrity": "sha384-9lFQOel3RCOyWkvJ+bd0WpoU0Y2+olGNrqd/5ug1iIttaOp1JquNFMXhAkqpqfYs",
182
+ "dependencies": [],
182
183
  "screenshots": [],
183
184
  "licenses": [
184
185
  {
@@ -197,5 +198,5 @@
197
198
  "size": {},
198
199
  "iifePath": "main.iife.js",
199
200
  "repoName": "@htmlbricks/hb-input-email",
200
- "version": "0.66.27"
201
+ "version": "0.67.0"
201
202
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-email",
3
- "version": "0.66.27",
3
+ "version": "0.67.0",
4
4
  "contributors": [],
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.",
5
+ "description": "Email input with Bulma `input` + validation modifiers and `help is-danger`. `schemaentry` id/value/placeholder/required + shape checks, `validationRegex`, `params` min/max length. `--bulma-*` on `:host`. Dispatches `setVal` and `clickEnter`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",