@htmlbricks/hb-input-datetime 0.65.22 → 0.66.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": "",
136
+ "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 }`.",
137
137
  "storybookArgs": {
138
138
  "schemaentry": {
139
139
  "control": {
@@ -270,12 +270,12 @@
270
270
  ],
271
271
  "readmePath": "README.md",
272
272
  "name": "hb-input-datetime",
273
- "category": "input",
273
+ "category": "inputs",
274
274
  "tags": [
275
- "input"
275
+ "inputs"
276
276
  ],
277
277
  "size": {},
278
278
  "iifePath": "main.iife.js",
279
279
  "repoName": "@htmlbricks/hb-input-datetime",
280
- "version": "0.65.22"
280
+ "version": "0.66.0"
281
281
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-datetime",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",