@yogiswara/honcho-editor-ui 3.1.20 → 3.1.21

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.
@@ -118,6 +118,9 @@ export default function HSliderColorMobile(props) {
118
118
  position: 'absolute',
119
119
  top: 0,
120
120
  bottom: 0,
121
+ // Offset by 16px to align with the slider's track inside the component
122
+ left: 0,
123
+ right: 0,
121
124
  zIndex: 1,
122
125
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
123
126
  } }), _jsx(Slider, { sx: {
@@ -153,6 +156,9 @@ export default function HSliderColorMobile(props) {
153
156
  position: 'absolute',
154
157
  top: 0,
155
158
  bottom: 0,
159
+ // Offset by 16px to align with the slider's track inside the component
160
+ left: 0,
161
+ right: 0,
156
162
  zIndex: 1,
157
163
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
158
164
  } }), _jsx(Slider, { sx: {
@@ -188,6 +194,9 @@ export default function HSliderColorMobile(props) {
188
194
  position: 'absolute',
189
195
  top: 0,
190
196
  bottom: 0,
197
+ // Offset by 16px to align with the slider's track inside the component
198
+ left: 0,
199
+ right: 0,
191
200
  zIndex: 1,
192
201
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
193
202
  } }), _jsx(Slider, { sx: {
@@ -223,6 +232,9 @@ export default function HSliderColorMobile(props) {
223
232
  position: 'absolute',
224
233
  top: 0,
225
234
  bottom: 0,
235
+ // Offset by 16px to align with the slider's track inside the component
236
+ left: 0,
237
+ right: 0,
226
238
  zIndex: 1,
227
239
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
228
240
  } }), _jsx(Slider, { sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "3.1.20",
3
+ "version": "3.1.21",
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",