@atlaskit/link-create 4.1.1 → 4.1.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/link-create
2
2
 
3
+ ## 4.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.1.1
4
16
 
5
17
  ### Patch Changes
package/compass.yml CHANGED
@@ -1,33 +1,80 @@
1
- id: 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/499f4b5a-fe41-4a10-86fc-78bcfb4064f6'
2
- name: '@atlaskit/link-create'
1
+ name: Link Create
2
+ id: 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/7176b5ef-2e54-4ab7-9607-b37d013abc41'
3
3
  description:
4
- This is the core driver component for the Link Create experience. It provides the main UI and
5
- logic for enabling users to create new objects — such as Jira issues or Confluence pages—directly
6
- from their current context (like an editor or application), and then automatically insert or link
7
- to the newly created object
4
+ Link Create is a funcitonality within Atlassian's ecosystem designed to streamline the process of
5
+ creating Jira & Confluence links across all Atlassian products.
8
6
  configVersion: 1
9
- typeId: LIBRARY
7
+ typeId: CAPABILITY
10
8
  ownerId: 'ari:cloud:identity::team/9683a6ac-2d3f-44c8-a0fe-56128ca69e20'
11
9
  fields:
10
+ isMonorepoProject: false
12
11
  tier: 4
13
12
  lifecycle: Active
14
- isMonorepoProject: true
15
- labels:
16
- - atlassian-platform
17
13
  links:
18
- - name: Bandicoots
14
+ - name: SignalFx - Link Create
15
+ type: DASHBOARD
16
+ url: 'https://atlassian.signalfx.com/#/dashboard/Fw3wdDxA0AE?groupId=Fcva05QA4AA&configId=Fw3wdQCAwAA&startTime=-1d&endTime=Now'
17
+ - name: ''
19
18
  type: PROJECT
20
19
  url: 'https://product-fabric.atlassian.net/jira/software/c/projects/EDM/boards/5176'
21
- - name: '#help-twg-linking-platform'
20
+ - name: ''
22
21
  type: CHAT_CHANNEL
23
22
  url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
24
23
  - name: ''
25
24
  type: ON_CALL
26
25
  url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b9c8b313-dd6d-4a41-8eeb-d7a9df55be9d'
27
- - name: source code
28
- type: REPOSITORY
29
- url: 'https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/linking-platform/link-create'
30
- customFields: []
31
- relationships:
32
- DEPENDS_ON:
33
- - 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/3d229125-4f9d-4091-a303-84ae4eb643fb' # linking-common
26
+ relationships: null
27
+ labels: null
28
+ customFields:
29
+ - name: Anomaly-Detection
30
+ type: text
31
+ value: null
32
+ - name: Compass Config-as-Code
33
+ type: boolean
34
+ value: true
35
+ - name: Data Domain
36
+ type: multi_select
37
+ value:
38
+ - 6abcbe4f-1063-4cf7-8b32-58ebd01078da
39
+ - name: Engineering Manager
40
+ type: user
41
+ value: 'ari:cloud:identity::user/712020:bc050a72-a59d-487f-8b54-73358ba67dd0'
42
+ - name: FFP per month
43
+ type: number
44
+ value: null
45
+ - name: Is renovate enabled?
46
+ type: boolean
47
+ value: false
48
+ - name: Lineage
49
+ type: text
50
+ value: null
51
+ - name: Maintenance Time (hours/week)
52
+ type: number
53
+ value: null
54
+ - name: Owner or Team Name
55
+ type: single_select
56
+ value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a
57
+ - name: Perimeter
58
+ type: single_select
59
+ value: null
60
+ - name: Perimeter (string)
61
+ type: text
62
+ value: null
63
+ - name: Product Owner
64
+ type: user
65
+ value: null
66
+ - name: Tech Debt
67
+ type: text
68
+ value: null
69
+ - name: Technical Owner
70
+ type: user
71
+ value: null
72
+ - name: anomaly-detection
73
+ type: boolean
74
+ value: false
75
+ - name: forge_runtime_node
76
+ type: single_select
77
+ value: null
78
+ - name: statsig_target_application
79
+ type: text
80
+ value: null
@@ -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.1" || '',
19
+ packageVersion: "4.1.3" || '',
20
20
  component: COMPONENT_NAME,
21
21
  componentName: COMPONENT_NAME
22
22
  };
@@ -11,8 +11,8 @@ require("./index.compiled.css");
11
11
  var React = _interopRequireWildcard(require("react"));
12
12
  var _runtime = require("@compiled/react/runtime");
13
13
  var _css = require("@atlaskit/css");
14
- var _checkCircle = _interopRequireDefault(require("@atlaskit/icon/utility/check-circle"));
15
- var _error = _interopRequireDefault(require("@atlaskit/icon/utility/error"));
14
+ var _checkCircle = _interopRequireDefault(require("@atlaskit/icon/core/check-circle"));
15
+ var _error = _interopRequireDefault(require("@atlaskit/icon/core/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 = {
@@ -33,11 +33,13 @@ var IconWrapper = function IconWrapper(_ref) {
33
33
  var messageIcons = {
34
34
  error: /*#__PURE__*/React.createElement(_error.default, {
35
35
  color: "var(--ds-text-danger, #AE2A19)",
36
- label: "error"
36
+ label: "error",
37
+ size: "small"
37
38
  }),
38
39
  valid: /*#__PURE__*/React.createElement(_checkCircle.default, {
39
40
  color: "var(--ds-text-success, #216E4E)",
40
- label: "success"
41
+ label: "success",
42
+ size: "small"
41
43
  })
42
44
  };
43
45
  var Message = exports.Message = function Message(_ref2) {
@@ -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.1" || '',
13
+ packageVersion: "4.1.3" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
@@ -3,8 +3,8 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { cx } from '@atlaskit/css';
6
- import SuccessIcon from '@atlaskit/icon/utility/check-circle';
7
- import ErrorIcon from '@atlaskit/icon/utility/error';
6
+ import SuccessIcon from '@atlaskit/icon/core/check-circle';
7
+ import ErrorIcon from '@atlaskit/icon/core/error';
8
8
  import { Box } from '@atlaskit/primitives/compiled';
9
9
  const styles = {
10
10
  message: "_zulp1b66 _11c8dcr7 _1e0c1txw _1bah1q9y _1pfh1b66"
@@ -25,11 +25,13 @@ const IconWrapper = ({
25
25
  const messageIcons = {
26
26
  error: /*#__PURE__*/React.createElement(ErrorIcon, {
27
27
  color: "var(--ds-text-danger, #AE2A19)",
28
- label: "error"
28
+ label: "error",
29
+ size: "small"
29
30
  }),
30
31
  valid: /*#__PURE__*/React.createElement(SuccessIcon, {
31
32
  color: "var(--ds-text-success, #216E4E)",
32
- label: "success"
33
+ label: "success",
34
+ size: "small"
33
35
  })
34
36
  };
35
37
  export const Message = ({
@@ -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.1" || '',
13
+ packageVersion: "4.1.3" || '',
14
14
  component: COMPONENT_NAME,
15
15
  componentName: COMPONENT_NAME
16
16
  };
@@ -3,8 +3,8 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { cx } from '@atlaskit/css';
6
- import SuccessIcon from '@atlaskit/icon/utility/check-circle';
7
- import ErrorIcon from '@atlaskit/icon/utility/error';
6
+ import SuccessIcon from '@atlaskit/icon/core/check-circle';
7
+ import ErrorIcon from '@atlaskit/icon/core/error';
8
8
  import { Box } from '@atlaskit/primitives/compiled';
9
9
  var styles = {
10
10
  message: "_zulp1b66 _11c8dcr7 _1e0c1txw _1bah1q9y _1pfh1b66"
@@ -24,11 +24,13 @@ var IconWrapper = function IconWrapper(_ref) {
24
24
  var messageIcons = {
25
25
  error: /*#__PURE__*/React.createElement(ErrorIcon, {
26
26
  color: "var(--ds-text-danger, #AE2A19)",
27
- label: "error"
27
+ label: "error",
28
+ size: "small"
28
29
  }),
29
30
  valid: /*#__PURE__*/React.createElement(SuccessIcon, {
30
31
  color: "var(--ds-text-success, #216E4E)",
31
- label: "success"
32
+ label: "success",
33
+ size: "small"
32
34
  })
33
35
  };
34
36
  export var Message = function Message(_ref2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -42,22 +42,22 @@
42
42
  "@atlaskit/css": "^0.10.0",
43
43
  "@atlaskit/empty-state": "^10.0.0",
44
44
  "@atlaskit/form": "^12.0.0",
45
- "@atlaskit/icon": "^26.4.0",
45
+ "@atlaskit/icon": "^27.0.0",
46
46
  "@atlaskit/icon-file-type": "^7.0.0",
47
47
  "@atlaskit/icon-object": "^7.1.0",
48
48
  "@atlaskit/intl-messages-provider": "^2.0.0",
49
- "@atlaskit/layering": "^2.1.0",
49
+ "@atlaskit/layering": "^3.0.0",
50
50
  "@atlaskit/link": "^3.2.0",
51
51
  "@atlaskit/linking-common": "^9.0.0",
52
52
  "@atlaskit/modal-dialog": "^14.2.0",
53
53
  "@atlaskit/platform-feature-flags": "^1.1.0",
54
54
  "@atlaskit/primitives": "^14.8.0",
55
- "@atlaskit/select": "^20.6.0",
55
+ "@atlaskit/select": "^20.7.0",
56
56
  "@atlaskit/smart-user-picker": "^8.0.0",
57
57
  "@atlaskit/spinner": "^18.0.0",
58
58
  "@atlaskit/textfield": "^8.0.0",
59
59
  "@atlaskit/theme": "^18.0.0",
60
- "@atlaskit/tokens": "^5.0.0",
60
+ "@atlaskit/tokens": "^5.2.0",
61
61
  "@babel/runtime": "^7.0.0",
62
62
  "@compiled/react": "^0.18.3",
63
63
  "debounce-promise": "^3.1.2",
@@ -72,7 +72,7 @@
72
72
  "@af/accessibility-testing": "workspace:^",
73
73
  "@af/integration-testing": "workspace:^",
74
74
  "@af/visual-regression": "workspace:^",
75
- "@atlaskit/drawer": "^10.1.0",
75
+ "@atlaskit/drawer": "^11.0.0",
76
76
  "@atlaskit/link-test-helpers": "^8.0.0",
77
77
  "@atlaskit/popup": "^4.3.0",
78
78
  "@atlaskit/visual-regression": "workspace:^",
@@ -131,6 +131,9 @@
131
131
  },
132
132
  "dst-a11y__replace-anchor-with-link__linking-platfo": {
133
133
  "type": "boolean"
134
+ },
135
+ "should-render-to-parent-should-be-true-linking-pla": {
136
+ "type": "boolean"
134
137
  }
135
138
  },
136
139
  "compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/5ebc0bfb-9b6d-4ec0-adbe-e4d5e88ace44"