@htmlbricks/hb-input-datetime 0.66.2 → 0.66.4

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,8 @@
259
259
  }
260
260
  }
261
261
  ],
262
+ "iifeIntegrity": "sha384-Y1+47zuu2JyY5QcgMI+M7CJFpJmJwQxI9F996HNhJJYcmkqbNlwAVbuwLy4oOKPw",
263
+ "iifeIntegrityType": "sha384",
262
264
  "screenshots": [],
263
265
  "licenses": [
264
266
  {
@@ -277,5 +279,5 @@
277
279
  "size": {},
278
280
  "iifePath": "main.iife.js",
279
281
  "repoName": "@htmlbricks/hb-input-datetime",
280
- "version": "0.66.2"
282
+ "version": "0.66.4"
281
283
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-datetime",
3
- "version": "0.66.2",
3
+ "version": "0.66.4",
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": [