@helpdice/ui 2.6.1-beta.2 → 2.6.1-beta.3

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.
@@ -3794,7 +3794,7 @@ function CurrencyRangeInput(_ref) {
3794
3794
  return function () {
3795
3795
  return clearTimeout(handler);
3796
3796
  };
3797
- }, [isInvalid, onChange, debounce, currentValue]);
3797
+ }, [isInvalid, debounce, currentValue]);
3798
3798
  var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
3799
3799
  var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
3800
3800
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
package/dist/index.js CHANGED
@@ -4131,7 +4131,7 @@ function CurrencyRangeInput(_ref) {
4131
4131
  return function () {
4132
4132
  return clearTimeout(handler);
4133
4133
  };
4134
- }, [isInvalid, onChange, debounce, currentValue]);
4134
+ }, [isInvalid, debounce, currentValue]);
4135
4135
  var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
4136
4136
  var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
4137
4137
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
@@ -3780,7 +3780,7 @@ function CurrencyRangeInput(_ref) {
3780
3780
  return function () {
3781
3781
  return clearTimeout(handler);
3782
3782
  };
3783
- }, [isInvalid, onChange, debounce, currentValue]);
3783
+ }, [isInvalid, debounce, currentValue]);
3784
3784
  var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
3785
3785
  var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
3786
3786
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
@@ -3830,7 +3830,7 @@ function CurrencyRangeInput(_ref) {
3830
3830
  return function () {
3831
3831
  return clearTimeout(handler);
3832
3832
  };
3833
- }, [isInvalid, onChange, debounce, currentValue]);
3833
+ }, [isInvalid, debounce, currentValue]);
3834
3834
  var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
3835
3835
  var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
3836
3836
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
@@ -53,7 +53,7 @@ function CurrencyRangeInput(_ref) {
53
53
  return function () {
54
54
  return clearTimeout(handler);
55
55
  };
56
- }, [isInvalid, onChange, debounce, currentValue]);
56
+ }, [isInvalid, debounce, currentValue]);
57
57
  var finalError = externalError !== null && externalError !== void 0 ? externalError : isInvalid;
58
58
  var finalHelperText = externalHelperText !== null && externalHelperText !== void 0 ? externalHelperText : isInvalid ? "Max must be greater than min" : undefined;
59
59
  return /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpdice/ui",
3
- "version": "2.6.1-beta.2",
3
+ "version": "2.6.1-beta.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "esm/index.d.ts",
6
6
  "unpkg": "dist/index.min.js",