@eturnity/eturnity_reusable_components 7.4.4-EPDM-7260.18 → 7.4.4-EPDM-7260.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "7.4.4-EPDM-7260.18",
3
+ "version": "7.4.4-EPDM-7260.19",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -128,7 +128,7 @@ const SliderWrapper = styled('div', wrapperAttrs)`
128
128
 
129
129
  const sliderAttrs = { color: String, draggable: Boolean }
130
130
  const Slider = styled(SliderComponent, sliderAttrs)`
131
- cursor: ${(props) => (props.draggable ? 'pointer' : 'none')};
131
+ cursor: ${(props) => (props.draggable ? 'pointer' : 'not-allowed')};
132
132
  opacity: 0.7;
133
133
  display: flex;
134
134
  justify-content: space-between;