@ray-js/lamp-style-slider 0.0.6-beta-4 → 0.0.6-beta-5

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -126,6 +126,7 @@ function OpacitySlider(props) {
126
126
  startRefValue.current = detail.end;
127
127
  },
128
128
  bindmove: handTouchMove,
129
+ hideThumbButton: controllerValue === -1,
129
130
  bindend: _ref3 => {
130
131
  let {
131
132
  detail
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/lamp-style-slider",
3
- "version": "0.0.6-beta-4",
3
+ "version": "0.0.6-beta-5",
4
4
  "description": "照明样式的基础滑动条",
5
5
  "main": "lib/index",
6
6
  "files": [
@@ -59,7 +59,7 @@
59
59
  ]
60
60
  },
61
61
  "dependencies": {
62
- "@ray-js/components-ty-slider": "^0.2.40"
62
+ "@ray-js/components-ty-slider": "^0.3.8"
63
63
  },
64
64
  "resolutions": {
65
65
  "follow-redirects": "1.15.6",
@@ -71,4 +71,4 @@
71
71
  "email": "tuyafe@tuya.com"
72
72
  }
73
73
  ]
74
- }
74
+ }