@htmlbricks/hb-input-range 0.65.20 → 0.65.23

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.
Files changed (2) hide show
  1. package/manifest.json +4 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -106,7 +106,7 @@
106
106
  }
107
107
  }
108
108
  },
109
- "description": "",
109
+ "description": "Range slider (`type=\"range\"`) whose bounds come from `schemaentry.params.min` and/or `max` when present. Parses stringified `schemaentry` when needed and enforces required/min/max rules for the numeric value. Dispatches `setVal` continuously with `{ value, valid, id }` and can show `validationTip` when `show_validation` is enabled.",
110
110
  "storybookArgs": {
111
111
  "schemaentry": {
112
112
  "control": {
@@ -246,12 +246,12 @@
246
246
  ],
247
247
  "readmePath": "README.md",
248
248
  "name": "hb-input-range",
249
- "category": "input",
249
+ "category": "inputs",
250
250
  "tags": [
251
- "input"
251
+ "inputs"
252
252
  ],
253
253
  "size": {},
254
254
  "iifePath": "main.iife.js",
255
255
  "repoName": "@htmlbricks/hb-input-range",
256
- "version": "0.65.20"
256
+ "version": "0.65.23"
257
257
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-range",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Range slider (`type=\"range\"`) whose bounds come from `schemaentry.params.min` and/or `max` when present. Parses stringified `schemaentry` when needed and enforces required/min/max rules for the numeric value. Dispatches `setVal` continuously with `{ value, valid, id }` and can show `validationTip` when `show_validation` is enabled.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",