@atlaskit/link-picker 3.16.3 → 3.16.4
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 +8 -0
- package/compass.yml +4 -4
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/main.js +1 -1
- package/package.json +4 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 3.16.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`72222bda541f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72222bda541f2) -
|
|
8
|
+
Clean up feature flags.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 3.16.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/compass.yml
CHANGED
|
@@ -7,7 +7,7 @@ description: >-
|
|
|
7
7
|
and enhancing productivity.
|
|
8
8
|
configVersion: 1
|
|
9
9
|
typeId: CAPABILITY
|
|
10
|
-
ownerId: 'ari:cloud:identity::team/
|
|
10
|
+
ownerId: 'ari:cloud:identity::team/0e6dedf8-18d1-4531-b4b9-07648a425d47'
|
|
11
11
|
fields:
|
|
12
12
|
isMonorepoProject: false
|
|
13
13
|
tier: 4
|
|
@@ -21,10 +21,10 @@ links:
|
|
|
21
21
|
url: 'https://hello.jira.atlassian.cloud/jira/software/projects/NAVX/boards/14605'
|
|
22
22
|
- name: ''
|
|
23
23
|
type: CHAT_CHANNEL
|
|
24
|
-
url: 'https://atlassian.enterprise.slack.com/archives/
|
|
24
|
+
url: 'https://atlassian.enterprise.slack.com/archives/C09FTFN0APN'
|
|
25
25
|
- name: ''
|
|
26
26
|
type: ON_CALL
|
|
27
|
-
url: 'https://hello.jira.atlassian.cloud/jira/ops/teams/
|
|
27
|
+
url: 'https://hello.jira.atlassian.cloud/jira/ops/teams/0e6dedf8-18d1-4531-b4b9-07648a425d47/on-call'
|
|
28
28
|
relationships:
|
|
29
29
|
DEPENDS_ON:
|
|
30
30
|
- 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/85cec322-aa6f-4e16-800d-8ee284f6195b'
|
|
@@ -60,7 +60,7 @@ customFields:
|
|
|
60
60
|
value: null
|
|
61
61
|
- name: Owner or Team Name
|
|
62
62
|
type: single_select
|
|
63
|
-
value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a
|
|
63
|
+
value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a # This means Yes
|
|
64
64
|
- name: Perimeter
|
|
65
65
|
type: single_select
|
|
66
66
|
value: null
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -25,7 +25,7 @@ var testIds = exports.testIds = {
|
|
|
25
25
|
};
|
|
26
26
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
27
27
|
packageName: "@atlaskit/link-picker" || '',
|
|
28
|
-
packageVersion: "
|
|
28
|
+
packageVersion: "0.0.0-development" || '',
|
|
29
29
|
componentName: _constants.COMPONENT_NAME,
|
|
30
30
|
source: _constants.COMPONENT_NAME
|
|
31
31
|
};
|
package/dist/es2019/ui/main.js
CHANGED
package/dist/esm/ui/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.4",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -41,9 +41,6 @@
|
|
|
41
41
|
"dst-a11y__replace-anchor-with-link__linking-platfo": {
|
|
42
42
|
"type": "boolean"
|
|
43
43
|
},
|
|
44
|
-
"should-render-to-parent-should-be-true-linking-pla": {
|
|
45
|
-
"type": "boolean"
|
|
46
|
-
},
|
|
47
44
|
"aifc_create_enabled": {
|
|
48
45
|
"type": "boolean"
|
|
49
46
|
},
|
|
@@ -72,13 +69,13 @@
|
|
|
72
69
|
"@atlaskit/onboarding": "^14.4.0",
|
|
73
70
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
74
71
|
"@atlaskit/primitives": "^16.0.0",
|
|
75
|
-
"@atlaskit/smart-card": "^43.
|
|
72
|
+
"@atlaskit/smart-card": "^43.4.0",
|
|
76
73
|
"@atlaskit/spinner": "^19.0.0",
|
|
77
74
|
"@atlaskit/tabs": "^18.2.0",
|
|
78
75
|
"@atlaskit/textfield": "^8.0.0",
|
|
79
76
|
"@atlaskit/theme": "^21.0.0",
|
|
80
77
|
"@atlaskit/tokens": "^7.0.0",
|
|
81
|
-
"@atlaskit/tooltip": "^20.
|
|
78
|
+
"@atlaskit/tooltip": "^20.6.0",
|
|
82
79
|
"@atlaskit/ufo": "^0.4.0",
|
|
83
80
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
84
81
|
"@babel/runtime": "^7.0.0",
|
|
@@ -100,7 +97,7 @@
|
|
|
100
97
|
"@af/visual-regression": "workspace:^",
|
|
101
98
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
102
99
|
"@atlaskit/link-test-helpers": "^8.4.0",
|
|
103
|
-
"@atlassian/feature-flags-test-utils": "^0.
|
|
100
|
+
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
104
101
|
"@testing-library/dom": "^10.1.0",
|
|
105
102
|
"@testing-library/jest-dom": "^6.4.5",
|
|
106
103
|
"@testing-library/react": "^13.4.0",
|