@woosmap/ui 4.236.7 → 4.236.9

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.236.7",
3
+ "version": "4.236.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -251,7 +251,18 @@ Input.propTypes = {
251
251
  checked: PropTypes.bool,
252
252
  isFocusedDefault: PropTypes.bool,
253
253
  className: PropTypes.string,
254
- type: PropTypes.oneOf(['text', 'password', 'tel', 'email', 'checkbox', 'textarea', 'radio', 'number', 'search']),
254
+ type: PropTypes.oneOf([
255
+ 'text',
256
+ 'password',
257
+ 'tel',
258
+ 'email',
259
+ 'checkbox',
260
+ 'textarea',
261
+ 'radio',
262
+ 'number',
263
+ 'search',
264
+ 'color',
265
+ ]),
255
266
  onChange: PropTypes.func,
256
267
  onBlur: PropTypes.func,
257
268
  onFocus: PropTypes.func,
@@ -42,15 +42,20 @@ Tooltip.propTypes = {
42
42
  noDelay: PropTypes.bool,
43
43
  product: PropTypes.oneOf([
44
44
  'localities',
45
+ 'geolocation',
46
+ 'distance',
47
+ 'stores',
45
48
  'address',
46
49
  'map',
47
- 'stores',
48
- 'geolocation',
49
50
  'mapping',
50
- 'distance',
51
51
  'traffic',
52
52
  'indoor',
53
53
  'w3w',
54
+ 'transit',
55
+ 'distance_with_traffic',
56
+ 'distance_with_tolls',
57
+ 'distance_async',
58
+ 'datasets',
54
59
  undefined,
55
60
  ]),
56
61
  text: PropTypes.string,