@skedulo/sked-ui 21.0.0-alpha.2 → 21.0.0-alpha.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.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6243,8 +6243,7 @@ var InfoWindow = function InfoWindow(props) {
|
|
|
6243
6243
|
closeOnOuterClick = _props$closeOnOuterCl === void 0 ? true : _props$closeOnOuterCl,
|
|
6244
6244
|
containerClassName = props.containerClassName,
|
|
6245
6245
|
dataAttributes = props.dataAttributes,
|
|
6246
|
-
|
|
6247
|
-
delayShow = _props$delayShow === void 0 ? 250 : _props$delayShow,
|
|
6246
|
+
delayShow = props.delayShow,
|
|
6248
6247
|
className = props.className,
|
|
6249
6248
|
content = props.content,
|
|
6250
6249
|
event = props.event,
|