@yogiswara/honcho-editor-ui 3.1.19 → 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.
@@ -119,8 +119,8 @@ export default function HSliderColorMobile(props) {
119
119
  top: 0,
120
120
  bottom: 0,
121
121
  // Offset by 16px to align with the slider's track inside the component
122
- left: '20px',
123
- right: '20px',
122
+ left: 0,
123
+ right: 0,
124
124
  zIndex: 1,
125
125
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
126
126
  } }), _jsx(Slider, { sx: {
@@ -157,8 +157,8 @@ export default function HSliderColorMobile(props) {
157
157
  top: 0,
158
158
  bottom: 0,
159
159
  // Offset by 16px to align with the slider's track inside the component
160
- left: '20px',
161
- right: '20px',
160
+ left: 0,
161
+ right: 0,
162
162
  zIndex: 1,
163
163
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
164
164
  } }), _jsx(Slider, { sx: {
@@ -195,8 +195,8 @@ export default function HSliderColorMobile(props) {
195
195
  top: 0,
196
196
  bottom: 0,
197
197
  // Offset by 16px to align with the slider's track inside the component
198
- left: '20px',
199
- right: '20px',
198
+ left: 0,
199
+ right: 0,
200
200
  zIndex: 1,
201
201
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
202
202
  } }), _jsx(Slider, { sx: {
@@ -233,8 +233,8 @@ export default function HSliderColorMobile(props) {
233
233
  top: 0,
234
234
  bottom: 0,
235
235
  // Offset by 16px to align with the slider's track inside the component
236
- left: '20px',
237
- right: '20px',
236
+ left: 0,
237
+ right: 0,
238
238
  zIndex: 1,
239
239
  touchAction: 'manipulation', // ✅ 1. Add this to make double-tap reliable on mobile
240
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.19",
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",