@agnos-ui/core 0.0.1-alpha.9 → 0.1.1
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.
|
@@ -376,6 +376,7 @@ export function createSlider(config) {
|
|
|
376
376
|
}
|
|
377
377
|
};
|
|
378
378
|
if (isInteractable$()) {
|
|
379
|
+
updateSliderSize$.set({});
|
|
379
380
|
event.target.focus();
|
|
380
381
|
document.addEventListener('mousemove', handleDrag);
|
|
381
382
|
// TODO mouse up doesn't work outside the handle area
|
|
@@ -396,6 +397,7 @@ export function createSlider(config) {
|
|
|
396
397
|
}
|
|
397
398
|
};
|
|
398
399
|
if (isInteractable$()) {
|
|
400
|
+
updateSliderSize$.set({});
|
|
399
401
|
event.target.focus();
|
|
400
402
|
document.addEventListener('touchmove', handleDrag);
|
|
401
403
|
document.addEventListener('touchend', () => {
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@floating-ui/dom": "*"
|
|
55
55
|
},
|
|
56
56
|
"sideEffects": false,
|
|
57
|
-
"version": "0.
|
|
57
|
+
"version": "0.1.1",
|
|
58
58
|
"homepage": "https://amadeusitgroup.github.io/AgnosUI/latest/",
|
|
59
59
|
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
|
|
60
60
|
"license": "MIT",
|