@progress/kendo-react-inputs 5.3.0 → 5.3.1-dev.202205140840

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-inputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1652189121,
8
+ publishDate: 1652516673,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -98,7 +98,6 @@ export var RangeSlider = React.forwardRef(function (directProps, ref) {
98
98
  if (!sliderTrackWrapRef.current) {
99
99
  return;
100
100
  }
101
- event.originalEvent.preventDefault();
102
101
  var computed = sliderTrackWrapRef.current.getBoundingClientRect();
103
102
  var distance = props.vertical
104
103
  ? (computed.bottom - event.clientY)
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-inputs',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1652189121,
10
+ publishDate: 1652516673,
11
11
  version: '',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
13
13
  };
@@ -100,7 +100,6 @@ exports.RangeSlider = React.forwardRef(function (directProps, ref) {
100
100
  if (!sliderTrackWrapRef.current) {
101
101
  return;
102
102
  }
103
- event.originalEvent.preventDefault();
104
103
  var computed = sliderTrackWrapRef.current.getBoundingClientRect();
105
104
  var distance = props.vertical
106
105
  ? (computed.bottom - event.clientY)