@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 3.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9f7c98cf94f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f7c98cf94f) - Fixes issues with share dialog closing and resetting tabIndex
8
+
3
9
  ## 3.0.7
4
10
 
5
11
  ### Patch Changes
@@ -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) {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.0.7"
3
+ "version": "3.0.8"
4
4
  }
@@ -213,7 +213,8 @@ export class ShareDialogWithTriggerInternal extends React.PureComponent {
213
213
  this.setState({
214
214
  isDialogOpen: false,
215
215
  showIntegrationForm: false,
216
- selectedIntegration: null
216
+ selectedIntegration: null,
217
+ tabIndex: 0
217
218
  });
218
219
  });
219
220
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.0.7"
3
+ "version": "3.0.8"
4
4
  }
@@ -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
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.0.7"
3
+ "version": "3.0.8"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"