@atlaskit/link-datasource 4.11.13 → 4.11.15
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-datasource
|
|
2
2
|
|
|
3
|
+
## 4.11.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.11.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#171027](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171027)
|
|
14
|
+
[`70d7da6aa73b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70d7da6aa73b0) -
|
|
15
|
+
Additional clean-up to complete migration to new icon system
|
|
16
|
+
- [#171027](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171027)
|
|
17
|
+
[`2513c306863d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2513c306863d6) -
|
|
18
|
+
Internal feature flag clean-up
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 4.11.13
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -40,32 +40,26 @@ var EmptyStateIcon = function EmptyStateIcon(_ref2) {
|
|
|
40
40
|
var TypeIcon = function TypeIcon() {
|
|
41
41
|
switch (type) {
|
|
42
42
|
case 'issue':
|
|
43
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
44
43
|
return /*#__PURE__*/_react.default.createElement(_7.default, {
|
|
45
44
|
label: 'issue'
|
|
46
45
|
});
|
|
47
46
|
case 'commit':
|
|
48
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
49
47
|
return /*#__PURE__*/_react.default.createElement(_5.default, {
|
|
50
48
|
label: 'commit'
|
|
51
49
|
});
|
|
52
50
|
case 'story':
|
|
53
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
54
51
|
return /*#__PURE__*/_react.default.createElement(_8.default, {
|
|
55
52
|
label: 'story'
|
|
56
53
|
});
|
|
57
54
|
case 'epic':
|
|
58
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
59
55
|
return /*#__PURE__*/_react.default.createElement(_6.default, {
|
|
60
56
|
label: 'epic'
|
|
61
57
|
});
|
|
62
58
|
case 'bug':
|
|
63
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
64
59
|
return /*#__PURE__*/_react.default.createElement(_4.default, {
|
|
65
60
|
label: 'bug'
|
|
66
61
|
});
|
|
67
62
|
case 'task':
|
|
68
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
69
63
|
return /*#__PURE__*/_react.default.createElement(_9.default, {
|
|
70
64
|
label: 'task'
|
|
71
65
|
});
|
|
@@ -31,32 +31,26 @@ const EmptyStateIcon = ({
|
|
|
31
31
|
const TypeIcon = () => {
|
|
32
32
|
switch (type) {
|
|
33
33
|
case 'issue':
|
|
34
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
35
34
|
return /*#__PURE__*/React.createElement(Issue16Icon, {
|
|
36
35
|
label: 'issue'
|
|
37
36
|
});
|
|
38
37
|
case 'commit':
|
|
39
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
40
38
|
return /*#__PURE__*/React.createElement(Commit16Icon, {
|
|
41
39
|
label: 'commit'
|
|
42
40
|
});
|
|
43
41
|
case 'story':
|
|
44
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
45
42
|
return /*#__PURE__*/React.createElement(Story16Icon, {
|
|
46
43
|
label: 'story'
|
|
47
44
|
});
|
|
48
45
|
case 'epic':
|
|
49
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
50
46
|
return /*#__PURE__*/React.createElement(Epic16Icon, {
|
|
51
47
|
label: 'epic'
|
|
52
48
|
});
|
|
53
49
|
case 'bug':
|
|
54
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
55
50
|
return /*#__PURE__*/React.createElement(Bug16Icon, {
|
|
56
51
|
label: 'bug'
|
|
57
52
|
});
|
|
58
53
|
case 'task':
|
|
59
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
60
54
|
return /*#__PURE__*/React.createElement(Task16Icon, {
|
|
61
55
|
label: 'task'
|
|
62
56
|
});
|
|
@@ -32,32 +32,26 @@ var EmptyStateIcon = function EmptyStateIcon(_ref2) {
|
|
|
32
32
|
var TypeIcon = function TypeIcon() {
|
|
33
33
|
switch (type) {
|
|
34
34
|
case 'issue':
|
|
35
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
36
35
|
return /*#__PURE__*/React.createElement(Issue16Icon, {
|
|
37
36
|
label: 'issue'
|
|
38
37
|
});
|
|
39
38
|
case 'commit':
|
|
40
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
41
39
|
return /*#__PURE__*/React.createElement(Commit16Icon, {
|
|
42
40
|
label: 'commit'
|
|
43
41
|
});
|
|
44
42
|
case 'story':
|
|
45
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
46
43
|
return /*#__PURE__*/React.createElement(Story16Icon, {
|
|
47
44
|
label: 'story'
|
|
48
45
|
});
|
|
49
46
|
case 'epic':
|
|
50
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
51
47
|
return /*#__PURE__*/React.createElement(Epic16Icon, {
|
|
52
48
|
label: 'epic'
|
|
53
49
|
});
|
|
54
50
|
case 'bug':
|
|
55
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
56
51
|
return /*#__PURE__*/React.createElement(Bug16Icon, {
|
|
57
52
|
label: 'bug'
|
|
58
53
|
});
|
|
59
54
|
case 'task':
|
|
60
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
61
55
|
return /*#__PURE__*/React.createElement(Task16Icon, {
|
|
62
56
|
label: 'task'
|
|
63
57
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.15",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"@atlaskit/avatar-group": "^12.0.0",
|
|
45
45
|
"@atlaskit/badge": "^18.1.0",
|
|
46
46
|
"@atlaskit/button": "^23.2.0",
|
|
47
|
-
"@atlaskit/css": "^0.
|
|
47
|
+
"@atlaskit/css": "^0.11.0",
|
|
48
48
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
49
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
49
|
+
"@atlaskit/dropdown-menu": "^16.1.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
51
51
|
"@atlaskit/empty-state": "^10.0.0",
|
|
52
52
|
"@atlaskit/flag": "^17.1.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@atlaskit/layering": "^3.0.0",
|
|
64
64
|
"@atlaskit/link": "^3.2.0",
|
|
65
65
|
"@atlaskit/link-client-extension": "^5.0.0",
|
|
66
|
-
"@atlaskit/linking-common": "^9.
|
|
66
|
+
"@atlaskit/linking-common": "^9.1.0",
|
|
67
67
|
"@atlaskit/linking-types": "^12.0.0",
|
|
68
68
|
"@atlaskit/logo": "^19.1.0",
|
|
69
69
|
"@atlaskit/lozenge": "^13.0.0",
|
|
@@ -75,17 +75,17 @@
|
|
|
75
75
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
76
76
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
|
|
77
77
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
78
|
-
"@atlaskit/primitives": "^14.
|
|
78
|
+
"@atlaskit/primitives": "^14.9.0",
|
|
79
79
|
"@atlaskit/react-select": "^2.7.0",
|
|
80
80
|
"@atlaskit/select": "^20.7.0",
|
|
81
|
-
"@atlaskit/smart-card": "^38.
|
|
81
|
+
"@atlaskit/smart-card": "^38.10.0",
|
|
82
82
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
83
83
|
"@atlaskit/spinner": "^18.0.0",
|
|
84
84
|
"@atlaskit/tag": "^14.0.0",
|
|
85
85
|
"@atlaskit/temp-nav-app-icons": "^0.8.0",
|
|
86
86
|
"@atlaskit/textfield": "^8.0.0",
|
|
87
87
|
"@atlaskit/theme": "^18.0.0",
|
|
88
|
-
"@atlaskit/tokens": "^5.
|
|
88
|
+
"@atlaskit/tokens": "^5.3.0",
|
|
89
89
|
"@atlaskit/tooltip": "^20.3.0",
|
|
90
90
|
"@atlaskit/ufo": "^0.4.0",
|
|
91
91
|
"@atlaskit/width-detector": "^5.0.0",
|