@atlaskit/link-picker 3.2.1 → 3.2.3
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 +14 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +1 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.js +1 -0
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +1 -0
- package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.js +1 -0
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +1 -0
- package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.js +1 -0
- package/dist/esm/ui/main.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 3.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.2.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#144822](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144822)
|
|
14
|
+
[`0b894f2dd0713`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b894f2dd0713) -
|
|
15
|
+
Set aria-hidden="true" attribute on decorative image in the link picker component
|
|
16
|
+
|
|
3
17
|
## 3.2.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -20,6 +20,7 @@ var NoResultsSVG = exports.NoResultsSVG = function NoResultsSVG() {
|
|
|
20
20
|
viewBox: "0 0 208 191",
|
|
21
21
|
fill: "none",
|
|
22
22
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
"aria-hidden": "true",
|
|
23
24
|
className: (0, _runtime.ax)(["_4t3i1rxo _1e0c1ule"]),
|
|
24
25
|
style: {
|
|
25
26
|
"--_1fywwk4": (0, _runtime.ix)("".concat(HEIGHT, "px"))
|
|
@@ -18,6 +18,7 @@ var NoResultsV2SVG = exports.NoResultsV2SVG = function NoResultsV2SVG() {
|
|
|
18
18
|
viewBox: "0 0 96 96",
|
|
19
19
|
fill: "none",
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
+
"aria-hidden": "true",
|
|
21
22
|
className: (0, _runtime.ax)(["_1bsbwdok _4t3iwdok _1e0c1ule"]),
|
|
22
23
|
style: {
|
|
23
24
|
"--_cjikvn": (0, _runtime.ix)("".concat(SIZE, "px"))
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -26,7 +26,7 @@ var testIds = exports.testIds = {
|
|
|
26
26
|
};
|
|
27
27
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
28
28
|
packageName: "@atlaskit/link-picker" || '',
|
|
29
|
-
packageVersion: "3.2.
|
|
29
|
+
packageVersion: "3.2.3" || '',
|
|
30
30
|
componentName: _constants.COMPONENT_NAME,
|
|
31
31
|
source: _constants.COMPONENT_NAME
|
|
32
32
|
};
|
|
@@ -11,6 +11,7 @@ export const NoResultsSVG = () => {
|
|
|
11
11
|
viewBox: "0 0 208 191",
|
|
12
12
|
fill: "none",
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
"aria-hidden": "true",
|
|
14
15
|
className: ax(["_4t3i68cl _1e0c1ule"])
|
|
15
16
|
}, /*#__PURE__*/React.createElement("g", {
|
|
16
17
|
clipPath: `url(#${id}-a)`
|
package/dist/es2019/ui/main.js
CHANGED
|
@@ -9,6 +9,7 @@ export var NoResultsV2SVG = function NoResultsV2SVG() {
|
|
|
9
9
|
viewBox: "0 0 96 96",
|
|
10
10
|
fill: "none",
|
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"aria-hidden": "true",
|
|
12
13
|
className: ax(["_1bsbwdok _4t3iwdok _1e0c1ule"]),
|
|
13
14
|
style: {
|
|
14
15
|
"--_cjikvn": ix("".concat(SIZE, "px"))
|
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.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"@atlaskit/form": "^12.0.0",
|
|
74
74
|
"@atlaskit/frontend-utilities": "^3.0.0",
|
|
75
75
|
"@atlaskit/heading": "^5.2.0",
|
|
76
|
-
"@atlaskit/icon": "^
|
|
76
|
+
"@atlaskit/icon": "^26.0.0",
|
|
77
77
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
78
78
|
"@atlaskit/link": "^3.1.0",
|
|
79
|
-
"@atlaskit/linking-common": "^8.
|
|
79
|
+
"@atlaskit/linking-common": "^8.1.0",
|
|
80
80
|
"@atlaskit/onboarding": "^14.0.0",
|
|
81
81
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
82
|
-
"@atlaskit/primitives": "^14.
|
|
82
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
83
83
|
"@atlaskit/spinner": "^18.0.0",
|
|
84
84
|
"@atlaskit/tabs": "^18.0.0",
|
|
85
85
|
"@atlaskit/textfield": "^8.0.0",
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@af/analytics-codegen": "
|
|
106
|
-
"@af/integration-testing": "
|
|
107
|
-
"@af/visual-regression": "
|
|
108
|
-
"@atlaskit/dropdown-menu": "^14.
|
|
105
|
+
"@af/analytics-codegen": "workspace:^",
|
|
106
|
+
"@af/integration-testing": "workspace:^",
|
|
107
|
+
"@af/visual-regression": "workspace:^",
|
|
108
|
+
"@atlaskit/dropdown-menu": "^14.1.0",
|
|
109
109
|
"@atlaskit/link-provider": "^2.1.0",
|
|
110
110
|
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
111
|
-
"@atlaskit/visual-regression": "
|
|
111
|
+
"@atlaskit/visual-regression": "workspace:^",
|
|
112
112
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
113
113
|
"@testing-library/dom": "^10.1.0",
|
|
114
114
|
"@testing-library/jest-dom": "^6.4.5",
|