@atlaskit/link-create 4.0.12 → 4.0.13
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/common/constants.js +1 -1
- package/dist/cjs/common/ui/error-boundary-ui/index.js +1 -0
- package/dist/es2019/common/constants.js +1 -1
- package/dist/es2019/common/ui/error-boundary-ui/index.js +1 -0
- package/dist/esm/common/constants.js +1 -1
- package/dist/esm/common/ui/error-boundary-ui/index.js +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#155005](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/155005)
|
|
8
|
+
[`bb18fc47c1bac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb18fc47c1bac) -
|
|
9
|
+
EDM-12330 adding heading level declaration to empty state to fix a11y error
|
|
10
|
+
|
|
3
11
|
## 4.0.12
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -16,7 +16,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
16
16
|
var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
17
17
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
18
18
|
packageName: "@atlaskit/link-create" || '',
|
|
19
|
-
packageVersion: "4.0.
|
|
19
|
+
packageVersion: "4.0.13" || '',
|
|
20
20
|
component: COMPONENT_NAME,
|
|
21
21
|
componentName: COMPONENT_NAME
|
|
22
22
|
};
|
|
@@ -24,6 +24,7 @@ var ErrorBoundaryUI = exports.ErrorBoundaryUI = function ErrorBoundaryUI() {
|
|
|
24
24
|
maxImageWidth: 82,
|
|
25
25
|
testId: 'link-create-error-boundary-ui',
|
|
26
26
|
header: intl.formatMessage(_messages.default.genericErrorMessage),
|
|
27
|
+
headingLevel: 2,
|
|
27
28
|
description: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _messages2.default.description, {
|
|
28
29
|
values: {
|
|
29
30
|
a: function a(label) {
|
|
@@ -10,7 +10,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "4.0.
|
|
13
|
+
packageVersion: "4.0.13" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -17,6 +17,7 @@ export const ErrorBoundaryUI = () => {
|
|
|
17
17
|
maxImageWidth: 82,
|
|
18
18
|
testId: 'link-create-error-boundary-ui',
|
|
19
19
|
header: intl.formatMessage(commonMessages.genericErrorMessage),
|
|
20
|
+
headingLevel: 2,
|
|
20
21
|
description: /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.description, {
|
|
21
22
|
values: {
|
|
22
23
|
a: label => fg('platform-link-create-button-migration') ? /*#__PURE__*/React.createElement(Link, {
|
|
@@ -10,7 +10,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "4.0.
|
|
13
|
+
packageVersion: "4.0.13" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -17,6 +17,7 @@ export var ErrorBoundaryUI = function ErrorBoundaryUI() {
|
|
|
17
17
|
maxImageWidth: 82,
|
|
18
18
|
testId: 'link-create-error-boundary-ui',
|
|
19
19
|
header: intl.formatMessage(commonMessages.genericErrorMessage),
|
|
20
|
+
headingLevel: 2,
|
|
20
21
|
description: /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.description, {
|
|
21
22
|
values: {
|
|
22
23
|
a: function a(label) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.13",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/layering": "^2.1.0",
|
|
50
50
|
"@atlaskit/link": "^3.1.0",
|
|
51
51
|
"@atlaskit/linking-common": "^9.0.0",
|
|
52
|
-
"@atlaskit/modal-dialog": "^14.
|
|
52
|
+
"@atlaskit/modal-dialog": "^14.2.0",
|
|
53
53
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
54
|
"@atlaskit/primitives": "^14.7.0",
|
|
55
55
|
"@atlaskit/select": "^20.4.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@af/visual-regression": "workspace:^",
|
|
75
75
|
"@atlaskit/drawer": "^10.1.0",
|
|
76
76
|
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
77
|
-
"@atlaskit/popup": "^4.
|
|
77
|
+
"@atlaskit/popup": "^4.2.0",
|
|
78
78
|
"@atlaskit/visual-regression": "workspace:^",
|
|
79
79
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
80
80
|
"@testing-library/react": "^13.4.0",
|