@woosmap/ui 4.100.4 → 4.100.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.100.4",
3
+ "version": "4.100.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -249,6 +249,6 @@ Input.defaultProps = {
249
249
  isInputIconFill: false,
250
250
  step: 1,
251
251
  testId: 'input',
252
- min: undefined,
253
- max: undefined,
252
+ min: null,
253
+ max: null,
254
254
  };