@yogiswara/honcho-editor-ui 3.2.5 → 3.2.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.
@@ -122,7 +122,7 @@ export default function HSliderColorMobile(props) {
122
122
  left: 0,
123
123
  right: 0,
124
124
  zIndex: 1,
125
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
125
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
126
126
  userSelect: 'none',
127
127
  } }), _jsx(Slider, { sx: {
128
128
  width: "100%",
@@ -161,7 +161,7 @@ export default function HSliderColorMobile(props) {
161
161
  left: 0,
162
162
  right: 0,
163
163
  zIndex: 1,
164
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
164
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
165
165
  userSelect: 'none',
166
166
  } }), _jsx(Slider, { sx: {
167
167
  width: "100%",
@@ -200,7 +200,7 @@ export default function HSliderColorMobile(props) {
200
200
  left: 0,
201
201
  right: 0,
202
202
  zIndex: 1,
203
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
203
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
204
204
  userSelect: 'none',
205
205
  } }), _jsx(Slider, { sx: {
206
206
  width: "100%",
@@ -239,7 +239,7 @@ export default function HSliderColorMobile(props) {
239
239
  left: 0,
240
240
  right: 0,
241
241
  zIndex: 1,
242
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
242
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
243
243
  userSelect: 'none',
244
244
  } }), _jsx(Slider, { sx: {
245
245
  width: "100%",
@@ -104,7 +104,7 @@ export default function HSliderLightMobile(props) {
104
104
  left: 0,
105
105
  right: 0,
106
106
  zIndex: 1,
107
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
107
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
108
108
  userSelect: 'none',
109
109
  } }), _jsx(Slider, { sx: {
110
110
  width: "100%",
@@ -144,7 +144,7 @@ export default function HSliderLightMobile(props) {
144
144
  left: 0,
145
145
  right: 0,
146
146
  zIndex: 1,
147
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
147
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
148
148
  userSelect: 'none',
149
149
  } }), _jsx(Slider, { sx: {
150
150
  width: "100%",
@@ -184,7 +184,7 @@ export default function HSliderLightMobile(props) {
184
184
  left: 0,
185
185
  right: 0,
186
186
  zIndex: 1,
187
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
187
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
188
188
  userSelect: 'none',
189
189
  } }), _jsx(Slider, { sx: {
190
190
  width: "100%",
@@ -224,7 +224,7 @@ export default function HSliderLightMobile(props) {
224
224
  left: 0,
225
225
  right: 0,
226
226
  zIndex: 1,
227
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
227
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
228
228
  userSelect: 'none',
229
229
  } }), _jsx(Slider, { sx: {
230
230
  width: "100%",
@@ -264,7 +264,7 @@ export default function HSliderLightMobile(props) {
264
264
  left: 0,
265
265
  right: 0,
266
266
  zIndex: 1,
267
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
267
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
268
268
  userSelect: 'none',
269
269
  } }), _jsx(Slider, { sx: {
270
270
  width: "100%",
@@ -304,7 +304,7 @@ export default function HSliderLightMobile(props) {
304
304
  left: 0,
305
305
  right: 0,
306
306
  zIndex: 1,
307
- touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
307
+ touchAction: 'none', // ✅ 1. Add this to make double-tap reliable on mobile
308
308
  userSelect: 'none',
309
309
  } }), _jsx(Slider, { sx: {
310
310
  width: "100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
4
4
  "description": "A complete UI component library for the Honcho photo editor.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",