tamagui 1.79.4 → 1.79.6
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/dist/native.js +2 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +2 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
package/dist/native.js
CHANGED
|
@@ -17643,8 +17643,9 @@ var require_Slider_native = __commonJS({
|
|
|
17643
17643
|
onSlideStart: disabled ? void 0 : (value2, target, event) => {
|
|
17644
17644
|
if (target !== "thumb") {
|
|
17645
17645
|
let closestIndex = (0, import_helpers2.getClosestValueIndex)(values, value2);
|
|
17646
|
-
updateValues(value2, closestIndex)
|
|
17646
|
+
updateValues(value2, closestIndex);
|
|
17647
17647
|
}
|
|
17648
|
+
onSlideStart == null || onSlideStart(event, value2, target);
|
|
17648
17649
|
},
|
|
17649
17650
|
onSlideMove: disabled ? void 0 : handleSlideMove,
|
|
17650
17651
|
onHomeKeyDown: () => !disabled && updateValues(min2, 0),
|