@atlaskit/link-datasource 1.19.38 → 1.19.39
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,11 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 1.19.39
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031) [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) - ED-21609 Update adf-schema to 35.3.0
|
|
8
|
+
|
|
3
9
|
## 1.19.38
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -29,7 +29,8 @@ var UserType = function UserType(_ref) {
|
|
|
29
29
|
}, /*#__PURE__*/_react.default.createElement(AvatarWrapper, null, /*#__PURE__*/_react.default.createElement(_avatar.default, {
|
|
30
30
|
appearance: "circle",
|
|
31
31
|
size: avatarSize,
|
|
32
|
-
src: avatarSource
|
|
32
|
+
src: avatarSource,
|
|
33
|
+
testId: "".concat(testId, "--avatar")
|
|
33
34
|
})), children || displayName || /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.userTypeMessages.userDefaultdisplayNameValue));
|
|
34
35
|
};
|
|
35
36
|
var _default = exports.default = UserType;
|
|
@@ -25,7 +25,8 @@ const UserType = ({
|
|
|
25
25
|
}, /*#__PURE__*/React.createElement(AvatarWrapper, null, /*#__PURE__*/React.createElement(Avatar, {
|
|
26
26
|
appearance: "circle",
|
|
27
27
|
size: avatarSize,
|
|
28
|
-
src: avatarSource
|
|
28
|
+
src: avatarSource,
|
|
29
|
+
testId: `${testId}--avatar`
|
|
29
30
|
})), children || displayName || /*#__PURE__*/React.createElement(FormattedMessage, userTypeMessages.userDefaultdisplayNameValue));
|
|
30
31
|
};
|
|
31
32
|
export default UserType;
|
|
@@ -22,7 +22,8 @@ var UserType = function UserType(_ref) {
|
|
|
22
22
|
}, /*#__PURE__*/React.createElement(AvatarWrapper, null, /*#__PURE__*/React.createElement(Avatar, {
|
|
23
23
|
appearance: "circle",
|
|
24
24
|
size: avatarSize,
|
|
25
|
-
src: avatarSource
|
|
25
|
+
src: avatarSource,
|
|
26
|
+
testId: "".concat(testId, "--avatar")
|
|
26
27
|
})), children || displayName || /*#__PURE__*/React.createElement(FormattedMessage, userTypeMessages.userDefaultdisplayNameValue));
|
|
27
28
|
};
|
|
28
29
|
export default UserType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.39",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/adf-schema": "^35.
|
|
33
|
+
"@atlaskit/adf-schema": "^35.3.0",
|
|
34
34
|
"@atlaskit/analytics-next": "^9.1.3",
|
|
35
35
|
"@atlaskit/avatar": "^21.4.0",
|
|
36
36
|
"@atlaskit/badge": "^15.2.0",
|
|
37
|
-
"@atlaskit/button": "^17.
|
|
37
|
+
"@atlaskit/button": "^17.2.0",
|
|
38
38
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
39
39
|
"@atlaskit/empty-state": "^7.5.0",
|
|
40
40
|
"@atlaskit/form": "^9.0.3",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/jql-ast": "^3.0.0",
|
|
47
47
|
"@atlaskit/jql-editor-autocomplete-rest": "^2.0.0",
|
|
48
48
|
"@atlaskit/link-client-extension": "^1.8.0",
|
|
49
|
-
"@atlaskit/linking-common": "^5.
|
|
49
|
+
"@atlaskit/linking-common": "^5.3.0",
|
|
50
50
|
"@atlaskit/linking-types": "^8.5.0",
|
|
51
51
|
"@atlaskit/lozenge": "^11.5.0",
|
|
52
52
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlaskit/pragmatic-drag-and-drop-react-indicator": "^0.18.0",
|
|
58
58
|
"@atlaskit/primitives": "^1.16.0",
|
|
59
59
|
"@atlaskit/select": "^17.0.3",
|
|
60
|
-
"@atlaskit/smart-card": "^26.
|
|
60
|
+
"@atlaskit/smart-card": "^26.44.0",
|
|
61
61
|
"@atlaskit/spinner": "^16.0.0",
|
|
62
62
|
"@atlaskit/tag": "^12.0.0",
|
|
63
63
|
"@atlaskit/textfield": "6.0.0",
|