@yogiswara/honcho-editor-ui 3.1.21 → 3.1.22
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.
|
@@ -116,8 +116,8 @@ export default function HSliderColorMobile(props) {
|
|
|
116
116
|
textAlign: "right", // Keep the text alignment
|
|
117
117
|
}, children: formatValue(props.tempScore) })] }), _jsxs(Box, { sx: { position: 'relative', width: '100%' }, children: [_jsx("div", { style: {
|
|
118
118
|
position: 'absolute',
|
|
119
|
-
top:
|
|
120
|
-
bottom:
|
|
119
|
+
top: "-5px",
|
|
120
|
+
bottom: "-5px",
|
|
121
121
|
// Offset by 16px to align with the slider's track inside the component
|
|
122
122
|
left: 0,
|
|
123
123
|
right: 0,
|
|
@@ -154,8 +154,8 @@ export default function HSliderColorMobile(props) {
|
|
|
154
154
|
textAlign: "right", // Keep the text alignment
|
|
155
155
|
}, children: formatValue(props.tintScore) })] }), _jsxs(Box, { sx: { position: 'relative', width: '100%' }, children: [_jsx("div", { style: {
|
|
156
156
|
position: 'absolute',
|
|
157
|
-
top:
|
|
158
|
-
bottom:
|
|
157
|
+
top: "-5px",
|
|
158
|
+
bottom: "-5px",
|
|
159
159
|
// Offset by 16px to align with the slider's track inside the component
|
|
160
160
|
left: 0,
|
|
161
161
|
right: 0,
|
|
@@ -192,8 +192,8 @@ export default function HSliderColorMobile(props) {
|
|
|
192
192
|
textAlign: "right", // Keep the text alignment
|
|
193
193
|
}, children: formatValue(props.vibranceScore) })] }), _jsxs(Box, { sx: { position: 'relative', width: '100%' }, children: [_jsx("div", { style: {
|
|
194
194
|
position: 'absolute',
|
|
195
|
-
top:
|
|
196
|
-
bottom:
|
|
195
|
+
top: "-5px",
|
|
196
|
+
bottom: "-5px",
|
|
197
197
|
// Offset by 16px to align with the slider's track inside the component
|
|
198
198
|
left: 0,
|
|
199
199
|
right: 0,
|
|
@@ -230,8 +230,8 @@ export default function HSliderColorMobile(props) {
|
|
|
230
230
|
textAlign: "right", // Keep the text alignment
|
|
231
231
|
}, children: formatValue(props.saturationScore) })] }), _jsxs(Box, { sx: { position: 'relative', width: '100%' }, children: [_jsx("div", { style: {
|
|
232
232
|
position: 'absolute',
|
|
233
|
-
top:
|
|
234
|
-
bottom:
|
|
233
|
+
top: "-5px",
|
|
234
|
+
bottom: "-5px",
|
|
235
235
|
// Offset by 16px to align with the slider's track inside the component
|
|
236
236
|
left: 0,
|
|
237
237
|
right: 0,
|