@atlaskit/renderer 112.7.13 → 112.8.0
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 +12 -0
- package/dist/cjs/react/nodes/inlineCard.js +0 -4
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/nodes/inlineCard.js +0 -4
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/nodes/inlineCard.js +0 -4
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/types/types/smartLinksOptions.d.ts +0 -7
- package/dist/types-ts4.5/types/smartLinksOptions.d.ts +0 -7
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 112.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#98407](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98407)
|
|
8
|
+
[`1fcb5e982a41c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1fcb5e982a41c) -
|
|
9
|
+
[ux] Remove showAuthTooltip from smart-card
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 112.7.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -36,7 +36,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
36
36
|
container: portal
|
|
37
37
|
};
|
|
38
38
|
var _ref = smartLinks || {},
|
|
39
|
-
showAuthTooltip = _ref.showAuthTooltip,
|
|
40
39
|
hideHoverPreview = _ref.hideHoverPreview,
|
|
41
40
|
actionOptions = _ref.actionOptions,
|
|
42
41
|
ssr = _ref.ssr;
|
|
@@ -63,7 +62,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
63
62
|
}, (0, _react.jsx)(_ssr.CardSSR, {
|
|
64
63
|
appearance: "inline",
|
|
65
64
|
url: url,
|
|
66
|
-
showAuthTooltip: showAuthTooltip,
|
|
67
65
|
showHoverPreview: !hideHoverPreview,
|
|
68
66
|
actionOptions: actionOptions,
|
|
69
67
|
onClick: onClick
|
|
@@ -74,7 +72,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
74
72
|
}, (0, _react.jsx)(_ssr.CardSSR, {
|
|
75
73
|
appearance: "inline",
|
|
76
74
|
url: url,
|
|
77
|
-
showAuthTooltip: showAuthTooltip,
|
|
78
75
|
showHoverPreview: !hideHoverPreview,
|
|
79
76
|
actionOptions: actionOptions,
|
|
80
77
|
onClick: onClick
|
|
@@ -101,7 +98,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
101
98
|
}, cardProps), (0, _react.jsx)(_smartCard.Card, (0, _extends2.default)({
|
|
102
99
|
appearance: "inline",
|
|
103
100
|
showHoverPreview: !hideHoverPreview,
|
|
104
|
-
showAuthTooltip: showAuthTooltip,
|
|
105
101
|
actionOptions: actionOptions
|
|
106
102
|
// Ignored via go/ees005
|
|
107
103
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
@@ -64,7 +64,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
64
64
|
var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
65
65
|
var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
66
66
|
var packageName = "@atlaskit/renderer";
|
|
67
|
-
var packageVersion = "112.
|
|
67
|
+
var packageVersion = "112.8.0";
|
|
68
68
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
69
69
|
containerName: 'ak-renderer-wrapper',
|
|
70
70
|
containerType: 'inline-size',
|
|
@@ -30,7 +30,6 @@ const InlineCard = props => {
|
|
|
30
30
|
container: portal
|
|
31
31
|
};
|
|
32
32
|
const {
|
|
33
|
-
showAuthTooltip,
|
|
34
33
|
hideHoverPreview,
|
|
35
34
|
actionOptions,
|
|
36
35
|
ssr
|
|
@@ -58,7 +57,6 @@ const InlineCard = props => {
|
|
|
58
57
|
}, jsx(CardSSR, {
|
|
59
58
|
appearance: "inline",
|
|
60
59
|
url: url,
|
|
61
|
-
showAuthTooltip: showAuthTooltip,
|
|
62
60
|
showHoverPreview: !hideHoverPreview,
|
|
63
61
|
actionOptions: actionOptions,
|
|
64
62
|
onClick: onClick
|
|
@@ -69,7 +67,6 @@ const InlineCard = props => {
|
|
|
69
67
|
}, jsx(CardSSR, {
|
|
70
68
|
appearance: "inline",
|
|
71
69
|
url: url,
|
|
72
|
-
showAuthTooltip: showAuthTooltip,
|
|
73
70
|
showHoverPreview: !hideHoverPreview,
|
|
74
71
|
actionOptions: actionOptions,
|
|
75
72
|
onClick: onClick
|
|
@@ -97,7 +94,6 @@ const InlineCard = props => {
|
|
|
97
94
|
}, cardProps), jsx(Card, _extends({
|
|
98
95
|
appearance: "inline",
|
|
99
96
|
showHoverPreview: !hideHoverPreview,
|
|
100
|
-
showAuthTooltip: showAuthTooltip,
|
|
101
97
|
actionOptions: actionOptions
|
|
102
98
|
// Ignored via go/ees005
|
|
103
99
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
@@ -45,7 +45,7 @@ import { TruncatedWrapper } from './truncated-wrapper';
|
|
|
45
45
|
export const NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
46
46
|
export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
47
47
|
const packageName = "@atlaskit/renderer";
|
|
48
|
-
const packageVersion = "112.
|
|
48
|
+
const packageVersion = "112.8.0";
|
|
49
49
|
const setAsQueryContainerStyles = css({
|
|
50
50
|
containerName: 'ak-renderer-wrapper',
|
|
51
51
|
containerType: 'inline-size',
|
|
@@ -28,7 +28,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
28
28
|
container: portal
|
|
29
29
|
};
|
|
30
30
|
var _ref = smartLinks || {},
|
|
31
|
-
showAuthTooltip = _ref.showAuthTooltip,
|
|
32
31
|
hideHoverPreview = _ref.hideHoverPreview,
|
|
33
32
|
actionOptions = _ref.actionOptions,
|
|
34
33
|
ssr = _ref.ssr;
|
|
@@ -55,7 +54,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
55
54
|
}, jsx(CardSSR, {
|
|
56
55
|
appearance: "inline",
|
|
57
56
|
url: url,
|
|
58
|
-
showAuthTooltip: showAuthTooltip,
|
|
59
57
|
showHoverPreview: !hideHoverPreview,
|
|
60
58
|
actionOptions: actionOptions,
|
|
61
59
|
onClick: onClick
|
|
@@ -66,7 +64,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
66
64
|
}, jsx(CardSSR, {
|
|
67
65
|
appearance: "inline",
|
|
68
66
|
url: url,
|
|
69
|
-
showAuthTooltip: showAuthTooltip,
|
|
70
67
|
showHoverPreview: !hideHoverPreview,
|
|
71
68
|
actionOptions: actionOptions,
|
|
72
69
|
onClick: onClick
|
|
@@ -93,7 +90,6 @@ var InlineCard = function InlineCard(props) {
|
|
|
93
90
|
}, cardProps), jsx(Card, _extends({
|
|
94
91
|
appearance: "inline",
|
|
95
92
|
showHoverPreview: !hideHoverPreview,
|
|
96
|
-
showAuthTooltip: showAuthTooltip,
|
|
97
93
|
actionOptions: actionOptions
|
|
98
94
|
// Ignored via go/ees005
|
|
99
95
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
@@ -54,7 +54,7 @@ import { TruncatedWrapper } from './truncated-wrapper';
|
|
|
54
54
|
export var NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
55
55
|
export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
56
56
|
var packageName = "@atlaskit/renderer";
|
|
57
|
-
var packageVersion = "112.
|
|
57
|
+
var packageVersion = "112.8.0";
|
|
58
58
|
var setAsQueryContainerStyles = css({
|
|
59
59
|
containerName: 'ak-renderer-wrapper',
|
|
60
60
|
containerType: 'inline-size',
|
|
@@ -7,13 +7,6 @@ export interface SmartLinksOptions {
|
|
|
7
7
|
* Component: inline
|
|
8
8
|
*/
|
|
9
9
|
ssr?: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* A flag to display unresolved state on hover preview on inline Smart Link.
|
|
12
|
-
* Default is false.
|
|
13
|
-
*
|
|
14
|
-
* Component: inline
|
|
15
|
-
*/
|
|
16
|
-
showAuthTooltip?: boolean;
|
|
17
10
|
/**
|
|
18
11
|
* A flag to disable hover preview on inline Smart Link.
|
|
19
12
|
* Default is false.
|
|
@@ -7,13 +7,6 @@ export interface SmartLinksOptions {
|
|
|
7
7
|
* Component: inline
|
|
8
8
|
*/
|
|
9
9
|
ssr?: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* A flag to display unresolved state on hover preview on inline Smart Link.
|
|
12
|
-
* Default is false.
|
|
13
|
-
*
|
|
14
|
-
* Component: inline
|
|
15
|
-
*/
|
|
16
|
-
showAuthTooltip?: boolean;
|
|
17
10
|
/**
|
|
18
11
|
* A flag to disable hover preview on inline Smart Link.
|
|
19
12
|
* Default is false.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "112.
|
|
3
|
+
"version": "112.8.0",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/analytics-next": "^10.2.0",
|
|
30
30
|
"@atlaskit/button": "^20.3.0",
|
|
31
31
|
"@atlaskit/code": "^15.6.0",
|
|
32
|
-
"@atlaskit/editor-common": "^97.
|
|
32
|
+
"@atlaskit/editor-common": "^97.2.0",
|
|
33
33
|
"@atlaskit/editor-json-transformer": "^8.21.0",
|
|
34
34
|
"@atlaskit/editor-palette": "1.6.3",
|
|
35
35
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"@atlaskit/feature-gate-js-client": "^4.23.0",
|
|
39
39
|
"@atlaskit/icon": "^23.1.0",
|
|
40
40
|
"@atlaskit/link-datasource": "^3.15.0",
|
|
41
|
-
"@atlaskit/media-card": "^78.
|
|
42
|
-
"@atlaskit/media-client": "^
|
|
43
|
-
"@atlaskit/media-client-react": "^2.
|
|
41
|
+
"@atlaskit/media-card": "^78.17.0",
|
|
42
|
+
"@atlaskit/media-client": "^29.0.0",
|
|
43
|
+
"@atlaskit/media-client-react": "^2.5.0",
|
|
44
44
|
"@atlaskit/media-common": "^11.7.0",
|
|
45
45
|
"@atlaskit/media-filmstrip": "^48.1.0",
|
|
46
|
-
"@atlaskit/media-ui": "^27.
|
|
46
|
+
"@atlaskit/media-ui": "^27.2.0",
|
|
47
47
|
"@atlaskit/media-viewer": "^49.5.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
49
|
-
"@atlaskit/smart-card": "^33.
|
|
49
|
+
"@atlaskit/smart-card": "^33.1.0",
|
|
50
50
|
"@atlaskit/status": "^1.8.0",
|
|
51
51
|
"@atlaskit/task-decision": "^17.11.0",
|
|
52
52
|
"@atlaskit/theme": "^14.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@atlaskit/css-reset": "^6.11.0",
|
|
75
75
|
"@atlaskit/link-provider": "^1.18.0",
|
|
76
76
|
"@atlaskit/link-test-helpers": "^7.5.0",
|
|
77
|
-
"@atlaskit/linking-common": "^6.
|
|
77
|
+
"@atlaskit/linking-common": "^6.1.0",
|
|
78
78
|
"@atlaskit/media-core": "^34.4.0",
|
|
79
79
|
"@atlaskit/media-integration-test-helpers": "^3.1.0",
|
|
80
80
|
"@atlaskit/media-test-helpers": "^34.7.0",
|