@atlaskit/link-datasource 2.0.2 → 2.0.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,14 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#95350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95350)
8
+ [`74dd827156ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74dd827156ba) -
9
+ Remove usages of showServerActions and showActions and replace with actionOptions
10
+ - Updated dependencies
11
+
3
12
  ## 2.0.2
4
13
 
5
14
  ### Patch Changes
@@ -37,8 +37,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
37
37
  }, [style]);
38
38
  var anchor = (0, _react.useMemo)(function () {
39
39
  return /*#__PURE__*/_react.default.createElement(_hoverCard.HoverCard, {
40
- url: url,
41
- showServerActions: true
40
+ url: url
42
41
  }, /*#__PURE__*/_react.default.createElement(_linkUrl.default, {
43
42
  href: url,
44
43
  style: _objectSpread(_objectSpread({}, linkStyle), {}, {
@@ -24,8 +24,7 @@ const LinkRenderType = ({
24
24
  return (style === null || style === void 0 ? void 0 : style.appearance) && linkStyles[style.appearance] || {};
25
25
  }, [style]);
26
26
  const anchor = useMemo(() => /*#__PURE__*/React.createElement(HoverCard, {
27
- url: url,
28
- showServerActions: true
27
+ url: url
29
28
  }, /*#__PURE__*/React.createElement(LinkUrl, {
30
29
  href: url,
31
30
  style: {
@@ -27,8 +27,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
27
27
  }, [style]);
28
28
  var anchor = useMemo(function () {
29
29
  return /*#__PURE__*/React.createElement(HoverCard, {
30
- url: url,
31
- showServerActions: true
30
+ url: url
32
31
  }, /*#__PURE__*/React.createElement(LinkUrl, {
33
32
  href: url,
34
33
  style: _objectSpread(_objectSpread({}, linkStyle), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/adf-schema": "^35.12.2",
36
36
  "@atlaskit/analytics-next": "^9.3.0",
37
- "@atlaskit/avatar": "^21.6.0",
38
- "@atlaskit/avatar-group": "^9.5.0",
37
+ "@atlaskit/avatar": "^21.7.0",
38
+ "@atlaskit/avatar-group": "^9.6.0",
39
39
  "@atlaskit/badge": "^16.1.0",
40
40
  "@atlaskit/button": "^17.14.0",
41
41
  "@atlaskit/datetime-picker": "^13.5.0",
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/editor-prosemirror": "4.0.1",
44
44
  "@atlaskit/empty-state": "^7.8.0",
45
45
  "@atlaskit/form": "^9.3.0",
46
- "@atlaskit/heading": "^2.2.0",
46
+ "@atlaskit/heading": "^2.3.0",
47
47
  "@atlaskit/icon": "^22.1.0",
48
48
  "@atlaskit/icon-object": "^6.4.0",
49
49
  "@atlaskit/image": "^1.2.0",
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/link-client-extension": "^1.8.0",
55
55
  "@atlaskit/linking-common": "^5.6.0",
56
56
  "@atlaskit/linking-types": "^8.8.0",
57
- "@atlaskit/logo": "^13.15.0",
57
+ "@atlaskit/logo": "^13.16.0",
58
58
  "@atlaskit/lozenge": "^11.7.0",
59
59
  "@atlaskit/modal-dialog": "^12.13.0",
60
60
  "@atlaskit/outbound-auth-flow-client": "^3.4.5",
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
67
67
  "@atlaskit/primitives": "^6.1.0",
68
68
  "@atlaskit/select": "^17.9.0",
69
- "@atlaskit/smart-card": "^26.60.0",
69
+ "@atlaskit/smart-card": "^26.62.0",
70
70
  "@atlaskit/smart-user-picker": "6.9.3",
71
71
  "@atlaskit/spinner": "^16.1.0",
72
72
  "@atlaskit/tag": "^12.2.0",