@atlaskit/link-picker 3.2.1 → 3.2.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 +8 -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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 3.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#144822](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144822)
|
|
8
|
+
[`0b894f2dd0713`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b894f2dd0713) -
|
|
9
|
+
Set aria-hidden="true" attribute on decorative image in the link picker component
|
|
10
|
+
|
|
3
11
|
## 3.2.1
|
|
4
12
|
|
|
5
13
|
### 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.2" || '',
|
|
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.2",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@af/analytics-codegen": "^0.1.0",
|
|
106
106
|
"@af/integration-testing": "^0.5.0",
|
|
107
107
|
"@af/visual-regression": "^1.3.0",
|
|
108
|
-
"@atlaskit/dropdown-menu": "^14.
|
|
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
111
|
"@atlaskit/visual-regression": "^0.10.0",
|