@htmlbricks/hb-input-datetime 0.66.3 → 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 CHANGED
@@ -259,6 +259,7 @@
259
259
  }
260
260
  }
261
261
  ],
262
+ "iifeIntegrity": "sha384-Rn0XvAY792787GX9YnZL3x7QJvPskNc1sXWezMLQG88wKDT/q0RpAJrronnpgp4p",
262
263
  "screenshots": [],
263
264
  "licenses": [
264
265
  {
@@ -277,5 +278,5 @@
277
278
  "size": {},
278
279
  "iifePath": "main.iife.js",
279
280
  "repoName": "@htmlbricks/hb-input-datetime",
280
- "version": "0.66.3"
281
+ "version": "0.66.5"
281
282
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-datetime",
3
- "version": "0.66.3",
3
+ "version": "0.66.5",
4
4
  "contributors": [],
5
5
  "description": "Composes child web components `hb-input-date` and `hb-input-number` to edit date, hours, minutes, and (unless `params.removeSeconds`) seconds, then combines them into a single ISO string `value`. Honors `schemaentry.params.min` / `max` as date bounds when required. Registers `@htmlbricks/hb-input-date` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ value, valid, id }`.",
6
6
  "licenses": [