@atlaskit/link-create 4.5.10 → 4.5.12
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,19 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.5.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
|
|
8
|
+
Icon entrypoint migration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 4.5.11
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 4.5.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -12,7 +12,7 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
13
|
var _reactIntlNext = require("react-intl-next");
|
|
14
14
|
var _button = require("@atlaskit/button");
|
|
15
|
-
var
|
|
15
|
+
var _statusError = _interopRequireDefault(require("@atlaskit/icon/core/status-error"));
|
|
16
16
|
var _Button = require("../../../common/ui/Button");
|
|
17
17
|
var _editButton = require("./edit-button");
|
|
18
18
|
var _messages = require("./messages");
|
|
@@ -37,7 +37,7 @@ var CreateFormFooter = exports.CreateFormFooter = function CreateFormFooter(_ref
|
|
|
37
37
|
role: "alert",
|
|
38
38
|
"data-testid": "".concat(testId, "-error"),
|
|
39
39
|
className: (0, _runtime.ax)(["_1e0c1txw _4cvr1h6o _2hwx1wug"])
|
|
40
|
-
}, /*#__PURE__*/React.createElement(
|
|
40
|
+
}, /*#__PURE__*/React.createElement(_statusError.default, {
|
|
41
41
|
label: formErrorMessage,
|
|
42
42
|
color: "var(--ds-icon-danger, #E34935)",
|
|
43
43
|
spacing: "spacious"
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
6
6
|
import { ButtonGroup } from '@atlaskit/button';
|
|
7
|
-
import ErrorIcon from '@atlaskit/icon/core/
|
|
7
|
+
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
8
8
|
import { Button } from '../../../common/ui/Button';
|
|
9
9
|
import { EditButton } from './edit-button';
|
|
10
10
|
import { messages } from './messages';
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
6
6
|
import { ButtonGroup } from '@atlaskit/button';
|
|
7
|
-
import ErrorIcon from '@atlaskit/icon/core/
|
|
7
|
+
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
8
8
|
import { Button } from '../../../common/ui/Button';
|
|
9
9
|
import { EditButton } from './edit-button';
|
|
10
10
|
import { messages } from './messages';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.12",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.7.0",
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
38
|
-
"@atlaskit/button": "^23.
|
|
39
|
-
"@atlaskit/css": "^0.
|
|
38
|
+
"@atlaskit/button": "^23.9.0",
|
|
39
|
+
"@atlaskit/css": "^0.19.0",
|
|
40
40
|
"@atlaskit/empty-state": "^10.1.0",
|
|
41
|
-
"@atlaskit/form": "^15.
|
|
42
|
-
"@atlaskit/icon": "^29.
|
|
41
|
+
"@atlaskit/form": "^15.1.0",
|
|
42
|
+
"@atlaskit/icon": "^29.3.0",
|
|
43
43
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
44
|
-
"@atlaskit/icon-object": "^7.
|
|
44
|
+
"@atlaskit/icon-object": "^7.4.0",
|
|
45
45
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
46
46
|
"@atlaskit/link": "^3.2.0",
|
|
47
47
|
"@atlaskit/linking-common": "^9.9.0",
|
|
48
|
-
"@atlaskit/modal-dialog": "^14.
|
|
48
|
+
"@atlaskit/modal-dialog": "^14.9.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
|
-
"@atlaskit/primitives": "^
|
|
51
|
-
"@atlaskit/select": "^21.
|
|
50
|
+
"@atlaskit/primitives": "^17.0.0",
|
|
51
|
+
"@atlaskit/select": "^21.6.0",
|
|
52
52
|
"@atlaskit/smart-user-picker": "^8.5.0",
|
|
53
53
|
"@atlaskit/spinner": "^19.0.0",
|
|
54
54
|
"@atlaskit/textfield": "^8.2.0",
|
|
55
55
|
"@atlaskit/theme": "^21.0.0",
|
|
56
|
-
"@atlaskit/tokens": "^
|
|
56
|
+
"@atlaskit/tokens": "^9.0.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
58
58
|
"@compiled/react": "^0.18.6",
|
|
59
59
|
"debounce-promise": "^3.1.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@af/visual-regression": "workspace:^",
|
|
71
71
|
"@atlaskit/drawer": "^11.0.0",
|
|
72
72
|
"@atlaskit/link-test-helpers": "^9.0.0",
|
|
73
|
-
"@atlaskit/popup": "^4.
|
|
73
|
+
"@atlaskit/popup": "^4.8.0",
|
|
74
74
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
75
75
|
"@testing-library/react": "^13.4.0",
|
|
76
76
|
"@testing-library/react-hooks": "^8.0.1",
|