@yogiswara/honcho-editor-ui 3.1.18 → 3.1.20

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