@atlaskit/link-picker 3.5.4 → 3.5.6

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,23 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 3.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#176864](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176864)
8
+ [`96f166a864047`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/96f166a864047) -
9
+ EDM-11898 removing all false snapshots for platform-linking-visual-refresh-v1 and renaming files
10
+ - Updated dependencies
11
+
12
+ ## 3.5.5
13
+
14
+ ### Patch Changes
15
+
16
+ - [#176048](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176048)
17
+ [`cf9894cdb54f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cf9894cdb54f2) -
18
+ EDM-12326 cleaning up platform-link-picker-a11y-label
19
+ - Updated dependencies
20
+
3
21
  ## 3.5.4
4
22
 
5
23
  ### Patch Changes
@@ -14,7 +14,6 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
14
14
  var _react = _interopRequireWildcard(require("react"));
15
15
  var _reactLooselyLazy = require("react-loosely-lazy");
16
16
  var _analyticsNext = require("@atlaskit/analytics-next");
17
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
18
17
  var _constants = require("../common/constants");
19
18
  var _sessionProvider = require("../controllers/session-provider");
20
19
  var _errorBoundary = require("./error-boundary");
@@ -26,7 +25,7 @@ var testIds = exports.testIds = {
26
25
  };
27
26
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
28
27
  packageName: "@atlaskit/link-picker" || '',
29
- packageVersion: "3.5.3" || '',
28
+ packageVersion: "3.5.5" || '',
30
29
  componentName: _constants.COMPONENT_NAME,
31
30
  source: _constants.COMPONENT_NAME
32
31
  };
@@ -38,11 +37,11 @@ var DefaultRootComponent = function DefaultRootComponent(_ref) {
38
37
  };
39
38
  var fixedWidthContainerStyles = null;
40
39
  var FixedWidthContainer = function FixedWidthContainer(props) {
41
- return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({}, (0, _platformFeatureFlags.fg)('platform-link-picker-a11y-label') ? {
42
- role: 'dialog',
43
- 'aria-modal': 'false',
44
- 'aria-label': 'link-picker'
45
- } : {}, props, {
40
+ return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({
41
+ role: "dialog",
42
+ "aria-modal": "false",
43
+ "aria-label": "link-picker"
44
+ }, props, {
46
45
  className: (0, _runtime.ax)(["_1bsb1ubl"])
47
46
  }));
48
47
  };
@@ -5,7 +5,6 @@ import { ax, ix } from "@compiled/react/runtime";
5
5
  import React, { memo } from 'react';
6
6
  import { LazySuspense } from 'react-loosely-lazy';
7
7
  import { AnalyticsContext } from '@atlaskit/analytics-next';
8
- import { fg } from '@atlaskit/platform-feature-flags';
9
8
  import { COMPONENT_NAME, LINK_PICKER_WIDTH_IN_PX } from '../common/constants';
10
9
  import { LinkPickerSessionProvider } from '../controllers/session-provider';
11
10
  import { ErrorBoundary } from './error-boundary';
@@ -16,7 +15,7 @@ export const testIds = {
16
15
  };
17
16
  export const PACKAGE_DATA = {
18
17
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "3.5.3" || '',
18
+ packageVersion: "3.5.5" || '',
20
19
  componentName: COMPONENT_NAME,
21
20
  source: COMPONENT_NAME
22
21
  };
@@ -29,11 +28,11 @@ const DefaultRootComponent = ({
29
28
  };
30
29
  const fixedWidthContainerStyles = null;
31
30
  const FixedWidthContainer = props => {
32
- return /*#__PURE__*/React.createElement("div", _extends({}, fg('platform-link-picker-a11y-label') ? {
33
- role: 'dialog',
34
- 'aria-modal': 'false',
35
- 'aria-label': 'link-picker'
36
- } : {}, props, {
31
+ return /*#__PURE__*/React.createElement("div", _extends({
32
+ role: "dialog",
33
+ "aria-modal": "false",
34
+ "aria-label": "link-picker"
35
+ }, props, {
37
36
  className: ax(["_1bsb1ubl"])
38
37
  }));
39
38
  };
@@ -6,7 +6,6 @@ import { ax, ix } from "@compiled/react/runtime";
6
6
  import React, { memo } from 'react';
7
7
  import { LazySuspense } from 'react-loosely-lazy';
8
8
  import { AnalyticsContext } from '@atlaskit/analytics-next';
9
- import { fg } from '@atlaskit/platform-feature-flags';
10
9
  import { COMPONENT_NAME, LINK_PICKER_WIDTH_IN_PX } from '../common/constants';
11
10
  import { LinkPickerSessionProvider } from '../controllers/session-provider';
12
11
  import { ErrorBoundary } from './error-boundary';
@@ -17,7 +16,7 @@ export var testIds = {
17
16
  };
18
17
  export var PACKAGE_DATA = {
19
18
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "3.5.3" || '',
19
+ packageVersion: "3.5.5" || '',
21
20
  componentName: COMPONENT_NAME,
22
21
  source: COMPONENT_NAME
23
22
  };
@@ -29,11 +28,11 @@ var DefaultRootComponent = function DefaultRootComponent(_ref) {
29
28
  };
30
29
  var fixedWidthContainerStyles = null;
31
30
  var FixedWidthContainer = function FixedWidthContainer(props) {
32
- return /*#__PURE__*/React.createElement("div", _extends({}, fg('platform-link-picker-a11y-label') ? {
33
- role: 'dialog',
34
- 'aria-modal': 'false',
35
- 'aria-label': 'link-picker'
36
- } : {}, props, {
31
+ return /*#__PURE__*/React.createElement("div", _extends({
32
+ role: "dialog",
33
+ "aria-modal": "false",
34
+ "aria-label": "link-picker"
35
+ }, props, {
37
36
  className: ax(["_1bsb1ubl"])
38
37
  }));
39
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "3.5.4",
3
+ "version": "3.5.6",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -64,9 +64,6 @@
64
64
  "dst-a11y__replace-anchor-with-link__linking-platfo": {
65
65
  "type": "boolean"
66
66
  },
67
- "platform-link-picker-a11y-label": {
68
- "type": "boolean"
69
- },
70
67
  "should-render-to-parent-should-be-true-linking-pla": {
71
68
  "type": "boolean"
72
69
  }
@@ -82,7 +79,7 @@
82
79
  "@atlaskit/form": "^12.0.0",
83
80
  "@atlaskit/frontend-utilities": "^3.0.0",
84
81
  "@atlaskit/heading": "^5.2.0",
85
- "@atlaskit/icon": "^27.0.0",
82
+ "@atlaskit/icon": "^27.2.0",
86
83
  "@atlaskit/intl-messages-provider": "^2.0.0",
87
84
  "@atlaskit/link": "^3.2.0",
88
85
  "@atlaskit/link-provider": "^3.3.0",
@@ -90,12 +87,12 @@
90
87
  "@atlaskit/onboarding": "^14.2.0",
91
88
  "@atlaskit/platform-feature-flags": "^1.1.0",
92
89
  "@atlaskit/primitives": "^14.9.0",
93
- "@atlaskit/smart-card": "^38.10.0",
90
+ "@atlaskit/smart-card": "^38.16.0",
94
91
  "@atlaskit/spinner": "^18.0.0",
95
92
  "@atlaskit/tabs": "^18.1.0",
96
93
  "@atlaskit/textfield": "^8.0.0",
97
94
  "@atlaskit/theme": "^18.0.0",
98
- "@atlaskit/tokens": "^5.3.0",
95
+ "@atlaskit/tokens": "^5.4.0",
99
96
  "@atlaskit/tooltip": "^20.3.0",
100
97
  "@atlaskit/ufo": "^0.4.0",
101
98
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -117,7 +114,7 @@
117
114
  "@af/integration-testing": "workspace:^",
118
115
  "@af/visual-regression": "workspace:^",
119
116
  "@atlaskit/dropdown-menu": "^16.1.0",
120
- "@atlaskit/link-test-helpers": "^8.0.0",
117
+ "@atlaskit/link-test-helpers": "^8.1.0",
121
118
  "@atlaskit/visual-regression": "workspace:^",
122
119
  "@atlassian/feature-flags-test-utils": "^0.3.0",
123
120
  "@testing-library/dom": "^10.1.0",