@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  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
- _props$delayShow = props.delayShow,
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/sked-ui",
3
- "version": "21.0.0-alpha.2",
3
+ "version": "21.0.0-alpha.3",
4
4
  "license": "UNLICENSED",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",