@atlaskit/share 3.0.7 → 3.0.8
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/CHANGELOG.md +6 -0
- package/dist/cjs/components/ShareDialogWithTrigger.js +2 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/ShareDialogWithTrigger.js +2 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/ShareDialogWithTrigger.js +2 -1
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -255,7 +255,8 @@ var ShareDialogWithTriggerInternal = /*#__PURE__*/function (_React$PureComponent
|
|
|
255
255
|
_this.setState({
|
|
256
256
|
isDialogOpen: false,
|
|
257
257
|
showIntegrationForm: false,
|
|
258
|
-
selectedIntegration: null
|
|
258
|
+
selectedIntegration: null,
|
|
259
|
+
tabIndex: 0
|
|
259
260
|
});
|
|
260
261
|
});
|
|
261
262
|
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleShareSubmit", function (data) {
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
|
@@ -233,7 +233,8 @@ export var ShareDialogWithTriggerInternal = /*#__PURE__*/function (_React$PureCo
|
|
|
233
233
|
_this.setState({
|
|
234
234
|
isDialogOpen: false,
|
|
235
235
|
showIntegrationForm: false,
|
|
236
|
-
selectedIntegration: null
|
|
236
|
+
selectedIntegration: null,
|
|
237
|
+
tabIndex: 0
|
|
237
238
|
});
|
|
238
239
|
});
|
|
239
240
|
|
package/dist/esm/version.json
CHANGED