Socket
Socket
Sign inDemoInstall

@atlaskit/onboarding

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/onboarding - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

3

CHANGELOG.md
# @atlaskit/onboarding
## 2.2.1
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, $ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
## 2.2.0

@@ -4,0 +7,0 @@ - [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)

9

dist/cjs/components/Spotlight.js

@@ -203,4 +203,5 @@ 'use strict';

offset: '0 8',
position: dialogPlacement,
zIndex: _theme.layers.spotlight(this.props)
position: dialogPlacement
// $FlowFixMe TEMPORARY
, zIndex: _theme.layers.spotlight(this.props)
},

@@ -222,2 +223,4 @@ this.renderTargetClone()

withTransitionGroup: true
}, Spotlight));
},
// $FlowFixMe TEMPORARY
Spotlight));

@@ -163,4 +163,5 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

offset: '0 8',
position: dialogPlacement,
zIndex: layers.spotlight(this.props)
position: dialogPlacement
// $FlowFixMe TEMPORARY
, zIndex: layers.spotlight(this.props)
},

@@ -185,2 +186,4 @@ this.renderTargetClone()

withTransitionGroup: true
}, Spotlight));
},
// $FlowFixMe TEMPORARY
Spotlight));
{
"name": "@atlaskit/onboarding",
"version": "2.1.1"
"version": "2.2.0"
}
{
"name": "@atlaskit/onboarding",
"version": "2.2.0",
"version": "2.2.1",
"description": "Highlight elements of the UI to the user and display a complementary dialog.",

@@ -19,8 +19,8 @@ "license": "Apache-2.0",

"dependencies": {
"@atlaskit/button": "^6.3.0",
"@atlaskit/icon": "^10.7.0",
"@atlaskit/button": "^6.3.1",
"@atlaskit/icon": "^10.7.1",
"@atlaskit/layer": "^2.6.0",
"@atlaskit/layer-manager": "^2.6.0",
"@atlaskit/modal-dialog": "^3.3.0",
"@atlaskit/theme": "^2.3.0",
"@atlaskit/modal-dialog": "^3.3.3",
"@atlaskit/theme": "^2.3.1",
"prop-types": "^15.5.10",

@@ -40,4 +40,4 @@ "react-lorem-component": "^0.12.2",

"@atlaskit/navigation": "^26.6.3",
"@atlaskit/tooltip": "^8.1.0"
"@atlaskit/tooltip": "^8.1.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc