@htmlbricks/hb-input-range 0.66.17 → 0.66.18

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 +1 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -217,5 +217,5 @@
217
217
  "size": {},
218
218
  "iifePath": "main.iife.js",
219
219
  "repoName": "@htmlbricks/hb-input-range",
220
- "version": "0.66.17"
220
+ "version": "0.66.18"
221
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-range",
3
- "version": "0.66.17",
3
+ "version": "0.66.18",
4
4
  "contributors": [],
5
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": [