@htmlbricks/hb-input-text 0.66.27 → 0.67.1

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
@@ -109,7 +109,7 @@
109
109
  }
110
110
  }
111
111
  },
112
- "description": "Single-line text field driven by a JSON `schemaentry` (id, value, placeholder, readonly, required, optional `validationRegex`, and `params` min/max length). Toggle Bootstrap validation styling with `show_validation`. Dispatches `setVal` whenever the value or validity changes (detail includes `value`, `valid`, `id`), and `clickEnter` when the user presses Enter inside the input.",
112
+ "description": "Single-line text with Bulma `input` + optional `is-success` / `is-danger` and `help is-danger`. JSON `schemaentry` (id, value, placeholder, readonly, required, `validationRegex`, `params` min/max length). Theme via `--bulma-*` on `:host`. Dispatches `setVal` and `clickEnter` on Enter.",
113
113
  "storybookArgs": {
114
114
  "schemaentry": {
115
115
  "control": {
@@ -221,7 +221,8 @@
221
221
  }
222
222
  }
223
223
  ],
224
- "iifeIntegrity": "sha384-jgNB6eV2o8/szJHdt8A5gqPt9wEsgsrr70hi4DNd9fhDFyGKxJXWVXTNsEJODcIE",
224
+ "iifeIntegrity": "sha384-MUSGTzI8pVgLhW62aptTs90ClUNZqzLaX1LWBQNiJHJtW42wtt6BMhmaIgfgp/aa",
225
+ "dependencies": [],
225
226
  "screenshots": [],
226
227
  "licenses": [
227
228
  {
@@ -240,5 +241,5 @@
240
241
  "size": {},
241
242
  "iifePath": "main.iife.js",
242
243
  "repoName": "@htmlbricks/hb-input-text",
243
- "version": "0.66.27"
244
+ "version": "0.67.1"
244
245
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-text",
3
- "version": "0.66.27",
3
+ "version": "0.67.1",
4
4
  "contributors": [],
5
- "description": "Single-line text field driven by a JSON `schemaentry` (id, value, placeholder, readonly, required, optional `validationRegex`, and `params` min/max length). Toggle Bootstrap validation styling with `show_validation`. Dispatches `setVal` whenever the value or validity changes (detail includes `value`, `valid`, `id`), and `clickEnter` when the user presses Enter inside the input.",
5
+ "description": "Single-line text with Bulma `input` + optional `is-success` / `is-danger` and `help is-danger`. JSON `schemaentry` (id, value, placeholder, readonly, required, `validationRegex`, `params` min/max length). Theme via `--bulma-*` on `:host`. Dispatches `setVal` and `clickEnter` on Enter.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",