@htmlbricks/hb-range-slider 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 +7 -6
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
-
"description": "",
|
|
87
|
+
"description": "Dual-handle range slider mapping a min–max domain to thumb positions, with optional value bubbles and a third handle for a single marker position; emits changeRangeValues with real and percentage values on change.",
|
|
88
88
|
"storybookArgs": {
|
|
89
89
|
"withbubbles": {
|
|
90
90
|
"control": {
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
"vars": [
|
|
125
125
|
{
|
|
126
126
|
"name": "--hb-slider-background-color",
|
|
127
|
-
"
|
|
128
|
-
"
|
|
127
|
+
"valueType": "color",
|
|
128
|
+
"defaultValue": ""
|
|
129
129
|
}
|
|
130
130
|
],
|
|
131
131
|
"parts": [
|
|
@@ -192,12 +192,13 @@
|
|
|
192
192
|
],
|
|
193
193
|
"readmePath": "README.md",
|
|
194
194
|
"name": "hb-range-slider",
|
|
195
|
-
"category": "
|
|
195
|
+
"category": "inputs",
|
|
196
196
|
"tags": [
|
|
197
|
-
"
|
|
197
|
+
"inputs",
|
|
198
|
+
"slider"
|
|
198
199
|
],
|
|
199
200
|
"size": {},
|
|
200
201
|
"iifePath": "main.iife.js",
|
|
201
202
|
"repoName": "@htmlbricks/hb-range-slider",
|
|
202
|
-
"version": "0.
|
|
203
|
+
"version": "0.66.0"
|
|
203
204
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-range-slider",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Dual-handle range slider mapping a min–max domain to thumb positions, with optional value bubbles and a third handle for a single marker position; emits changeRangeValues with real and percentage values on change.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|