@atlaskit/share 6.19.1 → 6.19.2

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,12 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 6.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0e611e185c70f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0e611e185c70f) -
8
+ PTC-14861: FG cleanup - remove enable-appropriate-reading-order-in-share-dialog gate
9
+
3
10
  ## 6.19.1
4
11
 
5
12
  ### Patch Changes
@@ -196,7 +196,7 @@ var CopyLinkButtonInner = exports.CopyLinkButtonInner = /*#__PURE__*/function (_
196
196
  position: "bottom-start"
197
197
  }, _this2.renderTriggerButton(triggerProps)) : _this2.renderTriggerButton(triggerProps);
198
198
  },
199
- shouldRenderToParent: (0, _platformFeatureFlags.fg)('enable-appropriate-reading-order-in-share-dialog')
199
+ shouldRenderToParent: true
200
200
  }));
201
201
  }
202
202
  }]);
@@ -185,7 +185,7 @@ var CopyLinkButton = exports.CopyLinkButton = /*#__PURE__*/function (_React$Comp
185
185
  position: "bottom"
186
186
  }, _this2.renderTriggerButton(triggerProps)) : _this2.renderTriggerButton(triggerProps);
187
187
  },
188
- shouldRenderToParent: (0, _platformFeatureFlags.fg)('enable-appropriate-reading-order-in-share-dialog')
188
+ shouldRenderToParent: true
189
189
  }));
190
190
  }
191
191
  }]);
@@ -713,7 +713,7 @@ var ShareDialogWithTriggerInternalLegacy = exports.ShareDialogWithTriggerInterna
713
713
  isMenuItemSelected: isMenuItemSelected,
714
714
  dialogPlacement: dialogPlacement
715
715
  }),
716
- shouldRenderToParent: (0, _platformFeatureFlags.fg)('enable-appropriate-reading-order-in-share-dialog')
716
+ shouldRenderToParent: true
717
717
  }), (0, _react2.jsx)(_portal.default, {
718
718
  zIndex: (0, _utils.generateSelectZIndex)(dialogZIndex)
719
719
  }, (0, _react2.jsx)("div", {
@@ -690,7 +690,7 @@ var ShareDialogWithTriggerInternal = exports.ShareDialogWithTriggerInternal = /*
690
690
  isMenuItemSelected: isMenuItemSelected,
691
691
  dialogPlacement: dialogPlacement
692
692
  }),
693
- shouldRenderToParent: (0, _platformFeatureFlags.fg)('enable-appropriate-reading-order-in-share-dialog')
693
+ shouldRenderToParent: true
694
694
  }), /*#__PURE__*/_react.default.createElement(_portal.default, {
695
695
  zIndex: (0, _utils.generateSelectZIndex)(dialogZIndex)
696
696
  }, /*#__PURE__*/_react.default.createElement("div", {
@@ -13,7 +13,7 @@ var buildAttributes = function buildAttributes() {
13
13
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
14
  return _objectSpread({
15
15
  packageName: "@atlaskit/share",
16
- packageVersion: "6.19.0"
16
+ packageVersion: "6.19.1"
17
17
  }, attributes);
18
18
  };
19
19
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
@@ -169,7 +169,7 @@ export class CopyLinkButtonInner extends React.Component {
169
169
  content: copyTooltipText,
170
170
  position: "bottom-start"
171
171
  }, this.renderTriggerButton(triggerProps)) : this.renderTriggerButton(triggerProps),
172
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
172
+ shouldRenderToParent: true
173
173
  }));
174
174
  }
175
175
  }
@@ -154,7 +154,7 @@ export class CopyLinkButton extends React.Component {
154
154
  content: copyTooltipText,
155
155
  position: "bottom"
156
156
  }, this.renderTriggerButton(triggerProps)) : this.renderTriggerButton(triggerProps),
157
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
157
+ shouldRenderToParent: true
158
158
  }));
159
159
  }
160
160
  }
@@ -658,7 +658,7 @@ export class ShareDialogWithTriggerInternalLegacy extends React.PureComponent {
658
658
  isMenuItemSelected,
659
659
  dialogPlacement
660
660
  }),
661
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
661
+ shouldRenderToParent: true
662
662
  }), jsx(Portal, {
663
663
  zIndex: generateSelectZIndex(dialogZIndex)
664
664
  }, jsx("div", {
@@ -631,7 +631,7 @@ export class ShareDialogWithTriggerInternal extends React.PureComponent {
631
631
  isMenuItemSelected,
632
632
  dialogPlacement
633
633
  }),
634
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
634
+ shouldRenderToParent: true
635
635
  }), /*#__PURE__*/React.createElement(Portal, {
636
636
  zIndex: generateSelectZIndex(dialogZIndex)
637
637
  }, /*#__PURE__*/React.createElement("div", {
@@ -1,7 +1,7 @@
1
1
  import { isEmail, isExternalUser, isGroup, isTeam, isUser } from '@atlaskit/smart-user-picker';
2
2
  const buildAttributes = (attributes = {}) => ({
3
3
  packageName: "@atlaskit/share",
4
- packageVersion: "6.19.0",
4
+ packageVersion: "6.19.1",
5
5
  ...attributes
6
6
  });
7
7
  const createEvent = (eventType, source, action, actionSubject, actionSubjectId, attributes = {}) => ({
@@ -192,7 +192,7 @@ export var CopyLinkButtonInner = /*#__PURE__*/function (_React$Component) {
192
192
  position: "bottom-start"
193
193
  }, _this2.renderTriggerButton(triggerProps)) : _this2.renderTriggerButton(triggerProps);
194
194
  },
195
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
195
+ shouldRenderToParent: true
196
196
  }));
197
197
  }
198
198
  }]);
@@ -178,7 +178,7 @@ export var CopyLinkButton = /*#__PURE__*/function (_React$Component) {
178
178
  position: "bottom"
179
179
  }, _this2.renderTriggerButton(triggerProps)) : _this2.renderTriggerButton(triggerProps);
180
180
  },
181
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
181
+ shouldRenderToParent: true
182
182
  }));
183
183
  }
184
184
  }]);
@@ -710,7 +710,7 @@ export var ShareDialogWithTriggerInternalLegacy = /*#__PURE__*/function (_React$
710
710
  isMenuItemSelected: isMenuItemSelected,
711
711
  dialogPlacement: dialogPlacement
712
712
  }),
713
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
713
+ shouldRenderToParent: true
714
714
  }), jsx(Portal, {
715
715
  zIndex: generateSelectZIndex(dialogZIndex)
716
716
  }, jsx("div", {
@@ -683,7 +683,7 @@ export var ShareDialogWithTriggerInternal = /*#__PURE__*/function (_React$PureCo
683
683
  isMenuItemSelected: isMenuItemSelected,
684
684
  dialogPlacement: dialogPlacement
685
685
  }),
686
- shouldRenderToParent: fg('enable-appropriate-reading-order-in-share-dialog')
686
+ shouldRenderToParent: true
687
687
  }), /*#__PURE__*/React.createElement(Portal, {
688
688
  zIndex: generateSelectZIndex(dialogZIndex)
689
689
  }, /*#__PURE__*/React.createElement("div", {
@@ -6,7 +6,7 @@ var buildAttributes = function buildAttributes() {
6
6
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
7
  return _objectSpread({
8
8
  packageName: "@atlaskit/share",
9
- packageVersion: "6.19.0"
9
+ packageVersion: "6.19.1"
10
10
  }, attributes);
11
11
  };
12
12
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "6.19.1",
3
+ "version": "6.19.2",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/popper": "^7.1.0",
52
52
  "@atlaskit/popup": "^4.16.0",
53
- "@atlaskit/portal": "^5.3.0",
53
+ "@atlaskit/portal": "^5.4.0",
54
54
  "@atlaskit/primitives": "^18.1.0",
55
55
  "@atlaskit/smart-user-picker": "^9.2.0",
56
56
  "@atlaskit/spinner": "^19.0.0",
@@ -113,9 +113,6 @@
113
113
  }
114
114
  },
115
115
  "platform-feature-flags": {
116
- "enable-appropriate-reading-order-in-share-dialog": {
117
- "type": "boolean"
118
- },
119
116
  "jira-issue-terminology-refresh-m3": {
120
117
  "type": "boolean"
121
118
  },