@atlaskit/link-create 4.1.8 → 4.2.1

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,23 @@
1
1
  # @atlaskit/link-create
2
2
 
3
+ ## 4.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#175869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175869)
14
+ [`e7f822af7edc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7f822af7edc1) -
15
+ Updated usages of deprecated icons with replacement icons
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 4.1.8
4
22
 
5
23
  ### 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.1.7" || '',
19
+ packageVersion: "4.2.0" || '',
20
20
  component: COMPONENT_NAME,
21
21
  componentName: COMPONENT_NAME
22
22
  };
@@ -12,7 +12,7 @@ var React = _interopRequireWildcard(require("react"));
12
12
  var _runtime = require("@compiled/react/runtime");
13
13
  var _css = require("@atlaskit/css");
14
14
  var _checkCircle = _interopRequireDefault(require("@atlaskit/icon/core/check-circle"));
15
- var _error = _interopRequireDefault(require("@atlaskit/icon/core/error"));
15
+ var _statusError = _interopRequireDefault(require("@atlaskit/icon/core/status-error"));
16
16
  var _compiled = require("@atlaskit/primitives/compiled");
17
17
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
18
18
  var styles = {
@@ -31,7 +31,7 @@ var IconWrapper = function IconWrapper(_ref) {
31
31
  }, children);
32
32
  };
33
33
  var messageIcons = {
34
- error: /*#__PURE__*/React.createElement(_error.default, {
34
+ error: /*#__PURE__*/React.createElement(_statusError.default, {
35
35
  color: "var(--ds-text-danger, #AE2A19)",
36
36
  label: "error",
37
37
  size: "small"
@@ -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.1.7" || '',
13
+ packageVersion: "4.2.0" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { cx } from '@atlaskit/css';
6
6
  import SuccessIcon from '@atlaskit/icon/core/check-circle';
7
- import ErrorIcon from '@atlaskit/icon/core/error';
7
+ import StatusErrorIcon from '@atlaskit/icon/core/status-error';
8
8
  import { Box } from '@atlaskit/primitives/compiled';
9
9
  const styles = {
10
10
  message: "_zulp1b66 _11c8dcr7 _1e0c1txw _1bah1q9y _1pfh1b66"
@@ -23,7 +23,7 @@ const IconWrapper = ({
23
23
  }, children);
24
24
  };
25
25
  const messageIcons = {
26
- error: /*#__PURE__*/React.createElement(ErrorIcon, {
26
+ error: /*#__PURE__*/React.createElement(StatusErrorIcon, {
27
27
  color: "var(--ds-text-danger, #AE2A19)",
28
28
  label: "error",
29
29
  size: "small"
@@ -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.1.7" || '',
13
+ packageVersion: "4.2.0" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { cx } from '@atlaskit/css';
6
6
  import SuccessIcon from '@atlaskit/icon/core/check-circle';
7
- import ErrorIcon from '@atlaskit/icon/core/error';
7
+ import StatusErrorIcon from '@atlaskit/icon/core/status-error';
8
8
  import { Box } from '@atlaskit/primitives/compiled';
9
9
  var styles = {
10
10
  message: "_zulp1b66 _11c8dcr7 _1e0c1txw _1bah1q9y _1pfh1b66"
@@ -22,7 +22,7 @@ var IconWrapper = function IconWrapper(_ref) {
22
22
  }, children);
23
23
  };
24
24
  var messageIcons = {
25
- error: /*#__PURE__*/React.createElement(ErrorIcon, {
25
+ error: /*#__PURE__*/React.createElement(StatusErrorIcon, {
26
26
  color: "var(--ds-text-danger, #AE2A19)",
27
27
  label: "error",
28
28
  size: "small"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "4.1.8",
3
+ "version": "4.2.1",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/css": "^0.12.0",
42
42
  "@atlaskit/empty-state": "^10.1.0",
43
43
  "@atlaskit/form": "^12.0.0",
44
- "@atlaskit/icon": "^27.2.0",
44
+ "@atlaskit/icon": "^27.3.0",
45
45
  "@atlaskit/icon-file-type": "^7.0.0",
46
46
  "@atlaskit/icon-object": "^7.1.0",
47
47
  "@atlaskit/intl-messages-provider": "^2.0.0",
@@ -51,11 +51,11 @@
51
51
  "@atlaskit/modal-dialog": "^14.2.0",
52
52
  "@atlaskit/platform-feature-flags": "^1.1.0",
53
53
  "@atlaskit/primitives": "^14.10.0",
54
- "@atlaskit/select": "^21.0.0",
54
+ "@atlaskit/select": "^21.1.0",
55
55
  "@atlaskit/smart-user-picker": "^8.0.0",
56
56
  "@atlaskit/spinner": "^18.0.0",
57
57
  "@atlaskit/textfield": "^8.0.0",
58
- "@atlaskit/theme": "^18.0.0",
58
+ "@atlaskit/theme": "^19.0.0",
59
59
  "@atlaskit/tokens": "^5.4.0",
60
60
  "@babel/runtime": "^7.0.0",
61
61
  "@compiled/react": "^0.18.3",
@@ -72,7 +72,7 @@
72
72
  "@af/integration-testing": "workspace:^",
73
73
  "@af/visual-regression": "workspace:^",
74
74
  "@atlaskit/drawer": "^11.0.0",
75
- "@atlaskit/link-test-helpers": "^8.1.0",
75
+ "@atlaskit/link-test-helpers": "^8.2.0",
76
76
  "@atlaskit/popup": "^4.3.0",
77
77
  "@atlaskit/visual-regression": "workspace:^",
78
78
  "@atlassian/feature-flags-test-utils": "^0.3.0",