@atlaskit/link-datasource 6.11.1 → 6.12.0

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,25 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 6.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`942e8a15cbdf1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/942e8a15cbdf1) -
8
+ Update i18n NPM package versions for linking-platform,smart-experiences (Group 15)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 6.11.2
15
+
16
+ ### Patch Changes
17
+
18
+ - [`d52a5b1c67047`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d52a5b1c67047) -
19
+ Remove the navx-5509-sllv-link-new-tab-hint gate and permanently announce new-tab links to
20
+ assistive technologies.
21
+ - Updated dependencies
22
+
3
23
  ## 6.11.1
4
24
 
5
25
  ### Patch Changes
@@ -50,11 +50,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
50
50
  style: linkStyle,
51
51
  "data-testid": testId,
52
52
  target: "_blank"
53
- }, text || url, (0, _fg.fg)('navx-5509-sllv-link-new-tab-hint') &&
54
- /*#__PURE__*/
55
- // This link always opens in a new tab (`target="_blank"` above), so
56
- // screen reader users need to be told before activating it (WCAG 2.4.4).
57
- _react.default.createElement(_visuallyHidden.default, null, " ".concat(formatMessage(_messages.messages.opensInNewTab)))));
53
+ }, text || url, /*#__PURE__*/_react.default.createElement(_visuallyHidden.default, null, " ".concat(formatMessage(_messages.messages.opensInNewTab)))));
58
54
  }, [linkStyle, url, text, testId, formatMessage, crossProductUrlGated]);
59
55
  var SmartCard = function SmartCard() {
60
56
  var handleClick = function handleClick(e) {
@@ -41,11 +41,7 @@ const LinkRenderType = ({
41
41
  style: linkStyle,
42
42
  "data-testid": testId,
43
43
  target: "_blank"
44
- }, text || url, fg('navx-5509-sllv-link-new-tab-hint') &&
45
- /*#__PURE__*/
46
- // This link always opens in a new tab (`target="_blank"` above), so
47
- // screen reader users need to be told before activating it (WCAG 2.4.4).
48
- React.createElement(VisuallyHidden, null, ` ${formatMessage(messages.opensInNewTab)}`))), [linkStyle, url, text, testId, formatMessage, crossProductUrlGated]);
44
+ }, text || url, /*#__PURE__*/React.createElement(VisuallyHidden, null, ` ${formatMessage(messages.opensInNewTab)}`))), [linkStyle, url, text, testId, formatMessage, crossProductUrlGated]);
49
45
  const SmartCard = () => {
50
46
  const handleClick = e => {
51
47
  e.preventDefault();
@@ -41,11 +41,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
41
41
  style: linkStyle,
42
42
  "data-testid": testId,
43
43
  target: "_blank"
44
- }, text || url, fg('navx-5509-sllv-link-new-tab-hint') &&
45
- /*#__PURE__*/
46
- // This link always opens in a new tab (`target="_blank"` above), so
47
- // screen reader users need to be told before activating it (WCAG 2.4.4).
48
- React.createElement(VisuallyHidden, null, " ".concat(formatMessage(messages.opensInNewTab)))));
44
+ }, text || url, /*#__PURE__*/React.createElement(VisuallyHidden, null, " ".concat(formatMessage(messages.opensInNewTab)))));
49
45
  }, [linkStyle, url, text, testId, formatMessage, crossProductUrlGated]);
50
46
  var SmartCard = function SmartCard() {
51
47
  var handleClick = function handleClick(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "6.11.1",
3
+ "version": "6.12.0",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,8 +35,8 @@
35
35
  "ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/adf-schema": "^57.3.0",
39
- "@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.237.0",
38
+ "@atlaskit/adf-schema": "^57.4.0",
39
+ "@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.242.0",
40
40
  "@atlaskit/analytics-cross-product": "^2.1.0",
41
41
  "@atlaskit/analytics-next": "^12.5.0",
42
42
  "@atlaskit/atlassian-context": "^1.1.0",
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/inline-edit": "^16.4.0",
59
59
  "@atlaskit/intl-messages-provider": "^4.3.0",
60
60
  "@atlaskit/jql-ast": "^4.2.0",
61
- "@atlaskit/jql-editor": "^7.7.0",
61
+ "@atlaskit/jql-editor": "^7.8.0",
62
62
  "@atlaskit/jql-editor-autocomplete-rest": "^4.6.0",
63
63
  "@atlaskit/layering": "^5.2.0",
64
64
  "@atlaskit/link": "^5.1.0",
@@ -82,8 +82,8 @@
82
82
  "@atlaskit/react-compiler-gating": "^0.2.0",
83
83
  "@atlaskit/react-select": "^4.9.0",
84
84
  "@atlaskit/select": "^22.11.0",
85
- "@atlaskit/smart-card": "^45.20.0",
86
- "@atlaskit/smart-user-picker": "^11.7.0",
85
+ "@atlaskit/smart-card": "^45.21.0",
86
+ "@atlaskit/smart-user-picker": "^11.8.0",
87
87
  "@atlaskit/spinner": "^20.4.0",
88
88
  "@atlaskit/tag": "^15.8.0",
89
89
  "@atlaskit/textfield": "^10.2.0",
@@ -162,9 +162,6 @@
162
162
  "platform_lp_sllv_ux_improvements": {
163
163
  "type": "boolean"
164
164
  },
165
- "navx-5509-sllv-link-new-tab-hint": {
166
- "type": "boolean"
167
- },
168
165
  "platform_lp_sllv_table_settings_menu": {
169
166
  "type": "boolean"
170
167
  },