@woosmap/ui 3.52.0 → 3.53.0

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": "3.52.0",
3
+ "version": "3.53.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -14,6 +14,7 @@ export default class Tooltip extends Component {
14
14
  noDelay && 'tooltipped-no-delay',
15
15
  wrap && 'tooltipped-multiline'
16
16
  );
17
+ delete rest.closeCb; // Avoid none DOM props
17
18
  return (
18
19
  <div aria-label={text} data-testid={testId} {...rest} className={classes}>
19
20
  {children}