@yogiswara/honcho-editor-ui 3.2.0 → 3.2.1

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,10 +118,12 @@ export default function HSliderLightMobile(props) {
118
118
  boxShadow: 'none',
119
119
  opacity: 1,
120
120
  pointerEvents: 'auto',
121
+ zIndex: 2,
121
122
  },
122
123
  '& .MuiSlider-thumb:hover': {
123
124
  boxShadow: 'none',
124
125
  pointerEvents: 'auto',
126
+ zIndex: 2,
125
127
  }
126
128
  }, slotProps: {
127
129
  thumb: {
@@ -155,10 +157,12 @@ export default function HSliderLightMobile(props) {
155
157
  boxShadow: 'none',
156
158
  opacity: 1,
157
159
  pointerEvents: 'auto',
160
+ zIndex: 2,
158
161
  },
159
162
  '& .MuiSlider-thumb:hover': {
160
163
  boxShadow: 'none',
161
164
  pointerEvents: 'auto',
165
+ zIndex: 2,
162
166
  }
163
167
  }, slotProps: {
164
168
  thumb: {
@@ -192,10 +196,12 @@ export default function HSliderLightMobile(props) {
192
196
  boxShadow: 'none',
193
197
  opacity: 1,
194
198
  pointerEvents: 'auto',
199
+ zIndex: 2,
195
200
  },
196
201
  '& .MuiSlider-thumb:hover': {
197
202
  boxShadow: 'none',
198
203
  pointerEvents: 'auto',
204
+ zIndex: 2,
199
205
  }
200
206
  }, slotProps: {
201
207
  thumb: {
@@ -229,10 +235,12 @@ export default function HSliderLightMobile(props) {
229
235
  boxShadow: 'none',
230
236
  opacity: 1,
231
237
  pointerEvents: 'auto',
238
+ zIndex: 2,
232
239
  },
233
240
  '& .MuiSlider-thumb:hover': {
234
241
  boxShadow: 'none',
235
242
  pointerEvents: 'auto',
243
+ zIndex: 2,
236
244
  }
237
245
  }, slotProps: {
238
246
  thumb: {
@@ -266,10 +274,12 @@ export default function HSliderLightMobile(props) {
266
274
  boxShadow: 'none',
267
275
  opacity: 1,
268
276
  pointerEvents: 'auto',
277
+ zIndex: 2,
269
278
  },
270
279
  '& .MuiSlider-thumb:hover': {
271
280
  boxShadow: 'none',
272
281
  pointerEvents: 'auto',
282
+ zIndex: 2,
273
283
  }
274
284
  }, slotProps: {
275
285
  thumb: {
@@ -303,10 +313,12 @@ export default function HSliderLightMobile(props) {
303
313
  boxShadow: 'none',
304
314
  opacity: 1,
305
315
  pointerEvents: 'auto',
316
+ zIndex: 2,
306
317
  },
307
318
  '& .MuiSlider-thumb:hover': {
308
319
  boxShadow: 'none',
309
320
  pointerEvents: 'auto',
321
+ zIndex: 2,
310
322
  }
311
323
  }, slotProps: {
312
324
  thumb: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
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",