@htmlbricks/hb-input-date 0.66.26 → 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": "Native date input bound to `schemaentry` (string JSON or object), with optional `params.min` / `max` compared as `Date` values when the field is required. Shows Bootstrap validation and `validationTip` when `show_validation` is on. Dispatches `setVal` with the string date `value`, `valid`, and `id`, and `clickEnter` if the user presses Enter.",
136
+ "description": "Bulma date `input` + validation + `help is-danger`. `params.min`/`max` as ISO dates on the control and in range checks. `setVal` / `clickEnter`. `--bulma-*` on `:host`.",
137
137
  "storybookArgs": {
138
138
  "schemaentry": {
139
139
  "control": {
@@ -237,7 +237,8 @@
237
237
  }
238
238
  }
239
239
  ],
240
- "iifeIntegrity": "sha384-ZUI1RfUIsP2LxA1EcqUjM6Xt7e/7MhYyADP6S1O7oPEBK0wgRw2fdYNYdFmEeVUv",
240
+ "iifeIntegrity": "sha384-a/dvlNvVDI5vK38EcUWJ0qkIC1qgDmNZfS33R8k0ecDXbsB4u8Aq89hgVs90qAt9",
241
+ "dependencies": [],
241
242
  "screenshots": [],
242
243
  "licenses": [
243
244
  {
@@ -256,5 +257,5 @@
256
257
  "size": {},
257
258
  "iifePath": "main.iife.js",
258
259
  "repoName": "@htmlbricks/hb-input-date",
259
- "version": "0.66.26"
260
+ "version": "0.67.0"
260
261
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-date",
3
- "version": "0.66.26",
3
+ "version": "0.67.0",
4
4
  "contributors": [],
5
- "description": "Native date input bound to `schemaentry` (string JSON or object), with optional `params.min` / `max` compared as `Date` values when the field is required. Shows Bootstrap validation and `validationTip` when `show_validation` is on. Dispatches `setVal` with the string date `value`, `valid`, and `id`, and `clickEnter` if the user presses Enter.",
5
+ "description": "Bulma date `input` + validation + `help is-danger`. `params.min`/`max` as ISO dates on the control and in range checks. `setVal` / `clickEnter`. `--bulma-*` on `:host`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",