@atlaskit/smart-card 25.6.0 → 25.7.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 +16 -0
- package/dist/cjs/ssr.js +9 -6
- package/dist/cjs/state/flexible-ui-context/index.js +13 -2
- package/dist/cjs/state/hooks/useSmartLink.js +6 -1
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/CardWithUrl/component.js +2 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +4 -2
- package/dist/cjs/view/FlexibleCard/components/common/lozenge-action/index.js +4 -2
- package/dist/cjs/view/FlexibleCard/components/container/index.js +7 -3
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/index.js +4 -1
- package/dist/cjs/view/FlexibleCard/index.js +5 -2
- package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +6 -3
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +3 -1
- package/dist/cjs/view/HoverCard/styled.js +6 -2
- package/dist/cjs/view/InlineCard/ResolvedView/index.js +4 -1
- package/dist/cjs/view/InlineCard/index.js +3 -1
- package/dist/es2019/ssr.js +11 -6
- package/dist/es2019/state/flexible-ui-context/index.js +8 -1
- package/dist/es2019/state/hooks/useSmartLink.js +6 -1
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/CardWithUrl/component.js +2 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/index.js +5 -3
- package/dist/es2019/view/FlexibleCard/components/common/lozenge-action/index.js +4 -2
- package/dist/es2019/view/FlexibleCard/components/container/index.js +5 -2
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/index.js +4 -1
- package/dist/es2019/view/FlexibleCard/index.js +6 -3
- package/dist/es2019/view/HoverCard/components/HoverCardComponent.js +6 -4
- package/dist/es2019/view/HoverCard/components/HoverCardContent.js +3 -1
- package/dist/es2019/view/HoverCard/styled.js +4 -1
- package/dist/es2019/view/InlineCard/ResolvedView/index.js +3 -1
- package/dist/es2019/view/InlineCard/index.js +3 -1
- package/dist/esm/ssr.js +9 -6
- package/dist/esm/state/flexible-ui-context/index.js +9 -0
- package/dist/esm/state/hooks/useSmartLink.js +6 -1
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/CardWithUrl/component.js +2 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/index.js +5 -3
- package/dist/esm/view/FlexibleCard/components/common/lozenge-action/index.js +4 -2
- package/dist/esm/view/FlexibleCard/components/container/index.js +7 -3
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/index.js +4 -1
- package/dist/esm/view/FlexibleCard/index.js +6 -3
- package/dist/esm/view/HoverCard/components/HoverCardComponent.js +7 -4
- package/dist/esm/view/HoverCard/components/HoverCardContent.js +3 -1
- package/dist/esm/view/HoverCard/styled.js +4 -1
- package/dist/esm/view/InlineCard/ResolvedView/index.js +4 -1
- package/dist/esm/view/InlineCard/index.js +3 -1
- package/dist/types/__fixtures__/bitbucket-pull-request.d.ts +73 -0
- package/dist/types/__fixtures__/confluence-blog.d.ts +49 -0
- package/dist/types/__fixtures__/confluence-page.d.ts +49 -0
- package/dist/types/__fixtures__/confluence-space.d.ts +36 -0
- package/dist/types/__fixtures__/confluence-template.d.ts +31 -0
- package/dist/types/__fixtures__/figma.d.ts +43 -0
- package/dist/types/__fixtures__/jira-roadmap.d.ts +35 -0
- package/dist/types/__fixtures__/jira-task.d.ts +78 -0
- package/dist/types/__fixtures__/youtube-video.d.ts +44 -0
- package/dist/types/state/flexible-ui-context/index.d.ts +7 -0
- package/dist/types/state/hooks/useSmartLink.d.ts +6 -1
- package/dist/types/view/Card/index.d.ts +1 -1
- package/dist/types/view/CardWithUrl/types.d.ts +5 -1
- package/dist/types/view/FlexibleCard/components/common/lozenge-action/types.d.ts +1 -0
- package/dist/types/view/FlexibleCard/components/container/types.d.ts +2 -13
- package/dist/types/view/FlexibleCard/types.d.ts +8 -3
- package/dist/types/view/HoverCard/index.d.ts +1 -1
- package/dist/types/view/HoverCard/styled.d.ts +1 -0
- package/dist/types/view/HoverCard/types.d.ts +5 -0
- package/dist/types/view/InlineCard/ResolvedView/index.d.ts +2 -0
- package/dist/types/view/InlineCard/types.d.ts +1 -0
- package/package.json +2 -2
- package/report.api.md +2 -1
- package/tmp/api-report-tmp.d.ts +2 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
meta: {
|
|
3
|
+
access: string;
|
|
4
|
+
visibility: string;
|
|
5
|
+
auth: {
|
|
6
|
+
key: string;
|
|
7
|
+
displayName: string;
|
|
8
|
+
url: string;
|
|
9
|
+
}[];
|
|
10
|
+
definitionId: string;
|
|
11
|
+
key: string;
|
|
12
|
+
resourceType: string;
|
|
13
|
+
version: string;
|
|
14
|
+
};
|
|
15
|
+
data: {
|
|
16
|
+
url: string;
|
|
17
|
+
'@context': {
|
|
18
|
+
'@vocab': string;
|
|
19
|
+
atlassian: string;
|
|
20
|
+
schema: string;
|
|
21
|
+
};
|
|
22
|
+
'@type': string;
|
|
23
|
+
name: string;
|
|
24
|
+
updated: string;
|
|
25
|
+
image: {
|
|
26
|
+
'@type': string;
|
|
27
|
+
url: string;
|
|
28
|
+
};
|
|
29
|
+
generator: {
|
|
30
|
+
'@type': string;
|
|
31
|
+
name: string;
|
|
32
|
+
icon: {
|
|
33
|
+
'@type': string;
|
|
34
|
+
url: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
preview: {
|
|
38
|
+
'@type': string;
|
|
39
|
+
href: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
meta: {
|
|
3
|
+
auth: never[];
|
|
4
|
+
definitionId: string;
|
|
5
|
+
visibility: string;
|
|
6
|
+
access: string;
|
|
7
|
+
resourceType: string;
|
|
8
|
+
key: string;
|
|
9
|
+
};
|
|
10
|
+
data: {
|
|
11
|
+
'@context': {
|
|
12
|
+
'@vocab': string;
|
|
13
|
+
atlassian: string;
|
|
14
|
+
schema: string;
|
|
15
|
+
};
|
|
16
|
+
generator: {
|
|
17
|
+
'@type': string;
|
|
18
|
+
'@id': string;
|
|
19
|
+
name: string;
|
|
20
|
+
};
|
|
21
|
+
'@type': string[];
|
|
22
|
+
url: string;
|
|
23
|
+
name: string;
|
|
24
|
+
summary: string;
|
|
25
|
+
icon: {
|
|
26
|
+
'@type': string;
|
|
27
|
+
url: string;
|
|
28
|
+
};
|
|
29
|
+
preview: {
|
|
30
|
+
href: string;
|
|
31
|
+
'atlassian:supportedPlatforms': string[];
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { SmartLinkActionType } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
meta: {
|
|
4
|
+
auth: never[];
|
|
5
|
+
definitionId: string;
|
|
6
|
+
visibility: string;
|
|
7
|
+
access: string;
|
|
8
|
+
resourceType: string;
|
|
9
|
+
key: string;
|
|
10
|
+
};
|
|
11
|
+
data: {
|
|
12
|
+
'@context': {
|
|
13
|
+
'@vocab': string;
|
|
14
|
+
atlassian: string;
|
|
15
|
+
schema: string;
|
|
16
|
+
};
|
|
17
|
+
generator: {
|
|
18
|
+
'@type': string;
|
|
19
|
+
'@id': string;
|
|
20
|
+
name: string;
|
|
21
|
+
};
|
|
22
|
+
'@type': string[];
|
|
23
|
+
name: string;
|
|
24
|
+
'schema:dateCreated': string;
|
|
25
|
+
updated: string;
|
|
26
|
+
'schema:commentCount': number;
|
|
27
|
+
'atlassian:subscriberCount': number;
|
|
28
|
+
tag: {
|
|
29
|
+
'@type': string;
|
|
30
|
+
name: string;
|
|
31
|
+
appearance: string;
|
|
32
|
+
};
|
|
33
|
+
taskType: {
|
|
34
|
+
'@type': string[];
|
|
35
|
+
'@id': string;
|
|
36
|
+
name: string;
|
|
37
|
+
icon: {
|
|
38
|
+
'@type': string;
|
|
39
|
+
url: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
icon: {
|
|
43
|
+
'@type': string;
|
|
44
|
+
url: string;
|
|
45
|
+
};
|
|
46
|
+
attributedTo: {
|
|
47
|
+
'@type': string;
|
|
48
|
+
name: string;
|
|
49
|
+
};
|
|
50
|
+
url: string;
|
|
51
|
+
'atlassian:priority': {
|
|
52
|
+
'@type': string;
|
|
53
|
+
name: string;
|
|
54
|
+
icon: {
|
|
55
|
+
'@type': string;
|
|
56
|
+
url: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
'atlassian:serverAction': {
|
|
60
|
+
'@type': string;
|
|
61
|
+
name: string;
|
|
62
|
+
dataRetrievalAction: {
|
|
63
|
+
'@type': string;
|
|
64
|
+
name: SmartLinkActionType;
|
|
65
|
+
};
|
|
66
|
+
dataUpdateAction: {
|
|
67
|
+
'@type': string;
|
|
68
|
+
name: SmartLinkActionType;
|
|
69
|
+
};
|
|
70
|
+
refField: string;
|
|
71
|
+
resourceIdentifiers: {
|
|
72
|
+
issueKey: string;
|
|
73
|
+
hostname: string;
|
|
74
|
+
};
|
|
75
|
+
}[];
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
meta: {
|
|
3
|
+
access: string;
|
|
4
|
+
visibility: string;
|
|
5
|
+
auth: never[];
|
|
6
|
+
definitionId: string;
|
|
7
|
+
key: string;
|
|
8
|
+
resourceType: string;
|
|
9
|
+
};
|
|
10
|
+
data: {
|
|
11
|
+
'@type': string;
|
|
12
|
+
'@context': {
|
|
13
|
+
'@vocab': string;
|
|
14
|
+
atlassian: string;
|
|
15
|
+
schema: string;
|
|
16
|
+
};
|
|
17
|
+
url: string;
|
|
18
|
+
name: string;
|
|
19
|
+
updated: string;
|
|
20
|
+
summary: string;
|
|
21
|
+
generator: {
|
|
22
|
+
'@type': string;
|
|
23
|
+
name: string;
|
|
24
|
+
icon: {
|
|
25
|
+
'@type': string;
|
|
26
|
+
url: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
icon: {
|
|
30
|
+
'@type': string;
|
|
31
|
+
url: string;
|
|
32
|
+
};
|
|
33
|
+
image: {
|
|
34
|
+
'@type': string;
|
|
35
|
+
url: string;
|
|
36
|
+
};
|
|
37
|
+
preview: {
|
|
38
|
+
'@type': string;
|
|
39
|
+
href: string;
|
|
40
|
+
'atlassian:aspectRatio': number;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { FlexibleUiDataContext } from './types';
|
|
3
|
+
import { FlexibleUiOptions } from '../../view/FlexibleCard/types';
|
|
3
4
|
/**
|
|
4
5
|
* This provides the data that will be used by Smart Links Flexible UI to populate it's
|
|
5
6
|
* underlying elements.
|
|
@@ -98,3 +99,9 @@ export declare const useFlexibleUiAnalyticsContext: () => {
|
|
|
98
99
|
}) => void;
|
|
99
100
|
};
|
|
100
101
|
} | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* This provides the ui options that will be used by Smart Links Flexible UI
|
|
104
|
+
* to render its underlying elements.
|
|
105
|
+
*/
|
|
106
|
+
export declare const FlexibleUiOptionContext: import("react").Context<FlexibleUiOptions | undefined>;
|
|
107
|
+
export declare const useFlexibleUiOptionContext: () => FlexibleUiOptions | undefined;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { AnalyticsHandler } from '../../utils/types';
|
|
2
|
-
export declare function useSmartLink(id: string, url: string,
|
|
2
|
+
export declare function useSmartLink(id: string, url: string,
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-2681 Internal documentation for deprecation (no external access)}
|
|
5
|
+
* Avoid prop drilling analytics handlers. Continue passing a handler for now if there's already one in place.
|
|
6
|
+
*/
|
|
7
|
+
dispatchAnalytics?: AnalyticsHandler): {
|
|
3
8
|
state: import("@atlaskit/linking-common").CardState;
|
|
4
9
|
actions: {
|
|
5
10
|
register: () => Promise<void>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { CardAppearance, CardPlatform, CardProps } from './types';
|
|
3
3
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
4
|
-
export declare const Card: React.ForwardRefExoticComponent<Pick<Omit<React.PropsWithChildren<import("react-intl-next").WithIntlProps<CardProps & WrappedComponentProps<"intl">>>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "url" | "children" | "data" | "key" | "id" | "placeholder" | "onError" | "onClick" | "appearance" | "testId" | "analyticsContext" | "isSelected" | "inheritDimensions" | "ui" | "showActions" | "showHoverPreview" | "showServerActions" | "
|
|
4
|
+
export declare const Card: React.ForwardRefExoticComponent<Pick<Omit<React.PropsWithChildren<import("react-intl-next").WithIntlProps<CardProps & WrappedComponentProps<"intl">>>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "url" | "children" | "data" | "key" | "id" | "placeholder" | "onError" | "onClick" | "appearance" | "testId" | "analyticsContext" | "isSelected" | "inheritDimensions" | "ui" | "showActions" | "showHoverPreview" | "showServerActions" | "onResolve" | "showAuthTooltip" | "platform" | "frameStyle" | "embedIframeRef" | "inlinePreloaderStyle" | "isFrameVisible" | "importer" | "container" | "embedIframeUrlType" | "analyticsEvents" | "forwardedRef"> & React.RefAttributes<any>>;
|
|
5
5
|
export type { CardAppearance, CardProps, CardPlatform };
|
|
@@ -15,7 +15,11 @@ export declare type CardWithUrlContentProps = {
|
|
|
15
15
|
isFrameVisible?: boolean;
|
|
16
16
|
frameStyle?: FrameStyle;
|
|
17
17
|
container?: HTMLElement;
|
|
18
|
-
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-2681 Internal documentation for deprecation (no external access)}
|
|
20
|
+
* Avoid prop drilling analytics handlers
|
|
21
|
+
*/
|
|
22
|
+
dispatchAnalytics?: AnalyticsHandler;
|
|
19
23
|
testId?: string;
|
|
20
24
|
onResolve?: OnResolveCallback;
|
|
21
25
|
onError?: OnErrorCallback;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SmartLinkStatus } from '../../../../constants';
|
|
3
|
-
import { FlexibleUiOptions, RetryOptions } from '../../types';
|
|
4
|
-
export declare type ContainerProps = FlexibleUiOptions & {
|
|
5
|
-
/**
|
|
6
|
-
* Determines the onClick behaviour of Flexible UI. This will proxy to the
|
|
7
|
-
* TitleBlock if supplied.
|
|
8
|
-
*/
|
|
9
|
-
onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
|
|
2
|
+
import { FlexibleCardProps, FlexibleUiOptions, RetryOptions } from '../../types';
|
|
3
|
+
export declare type ContainerProps = Pick<FlexibleCardProps, 'onClick' | 'showHoverPreview' | 'showServerActions'> & FlexibleUiOptions & {
|
|
10
4
|
/**
|
|
11
5
|
* The options that determine the retry behaviour when a Smart Link errors.
|
|
12
6
|
*/
|
|
@@ -22,11 +16,6 @@ export declare type ContainerProps = FlexibleUiOptions & {
|
|
|
22
16
|
* serving as a hook for automated tests
|
|
23
17
|
*/
|
|
24
18
|
testId?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Determine whether or not a preview card should show up when a user hovers
|
|
27
|
-
* over the smartlink.
|
|
28
|
-
*/
|
|
29
|
-
showHoverPreview?: Boolean;
|
|
30
19
|
};
|
|
31
20
|
export declare type ChildrenOptions = {
|
|
32
21
|
previewOnLeft?: boolean;
|
|
@@ -91,6 +91,11 @@ export declare type FlexibleUiOptions = {
|
|
|
91
91
|
* Determines whether to hide elevation styling.
|
|
92
92
|
*/
|
|
93
93
|
hideElevation?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Determines whether to hide hover preview's full screen view.
|
|
96
|
+
* Only applies if showHoverPreview from FlexibleCardProps is true
|
|
97
|
+
*/
|
|
98
|
+
hideHoverCardPreviewButton?: boolean;
|
|
94
99
|
/**
|
|
95
100
|
* Determines whether to hide css padding styling.
|
|
96
101
|
*/
|
|
@@ -110,10 +115,10 @@ export declare type FlexibleUiOptions = {
|
|
|
110
115
|
*/
|
|
111
116
|
theme?: SmartLinkTheme;
|
|
112
117
|
/**
|
|
113
|
-
*
|
|
114
|
-
*
|
|
118
|
+
* Z-index that Atlaskit portal component should be displayed in.
|
|
119
|
+
* This is passed to the portal component.
|
|
115
120
|
*/
|
|
116
|
-
|
|
121
|
+
zIndex?: number;
|
|
117
122
|
};
|
|
118
123
|
/**
|
|
119
124
|
* Retry options used if Smart Link resolves to an errored state.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HoverCardProps } from './types';
|
|
3
|
-
export declare const HoverCard: import("react").ForwardRefExoticComponent<Pick<Omit<import("react").PropsWithChildren<HoverCardProps>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & import("react").RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "url" | "children" | "key" | "id" | "analyticsContext" | "onAuthorize" | "canOpen" | "closeOnChildClick" | "hidePreviewButton"> & import("react").RefAttributes<any>>;
|
|
3
|
+
export declare const HoverCard: import("react").ForwardRefExoticComponent<Pick<Omit<import("react").PropsWithChildren<HoverCardProps>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & import("react").RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "url" | "children" | "key" | "id" | "analyticsContext" | "showServerActions" | "onAuthorize" | "canOpen" | "closeOnChildClick" | "hidePreviewButton"> & import("react").RefAttributes<any>>;
|
|
@@ -38,6 +38,10 @@ export interface HoverCardProps extends WithAnalyticsEventsProps {
|
|
|
38
38
|
* Determines if the hover card should display the "Full Screen View" button.
|
|
39
39
|
*/
|
|
40
40
|
hidePreviewButton?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Determines whether to show available server actions.
|
|
43
|
+
*/
|
|
44
|
+
showServerActions?: boolean;
|
|
41
45
|
}
|
|
42
46
|
export interface HoverCardComponentProps extends HoverCardProps {
|
|
43
47
|
analyticsHandler: AnalyticsHandler;
|
|
@@ -63,6 +67,7 @@ export declare type HoverCardContentProps = {
|
|
|
63
67
|
url: string;
|
|
64
68
|
onMouseEnter?: MouseEventHandler;
|
|
65
69
|
onMouseLeave?: MouseEventHandler;
|
|
70
|
+
showServerActions?: boolean;
|
|
66
71
|
};
|
|
67
72
|
export declare type SnippetOrPreviewProps = {
|
|
68
73
|
data: JsonLd.Data.BaseData;
|
|
@@ -23,6 +23,8 @@ export interface InlineCardResolvedViewProps {
|
|
|
23
23
|
titlePrefix?: React.ReactNode;
|
|
24
24
|
/** Enables showing a custom preview on hover of link */
|
|
25
25
|
showHoverPreview?: boolean;
|
|
26
|
+
/** Show server actions that change the link resource, e.g. update status. */
|
|
27
|
+
showServerActions?: boolean;
|
|
26
28
|
}
|
|
27
29
|
export declare class InlineCardResolvedView extends React.Component<InlineCardResolvedViewProps> {
|
|
28
30
|
renderLozenge(): JSX.Element | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.7.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@atlaskit/code": "^14.5.0",
|
|
72
72
|
"@atlaskit/css-reset": "^6.4.0",
|
|
73
73
|
"@atlaskit/docs": "*",
|
|
74
|
-
"@atlaskit/field-base": "^15.0
|
|
74
|
+
"@atlaskit/field-base": "^15.1.0",
|
|
75
75
|
"@atlaskit/form": "^8.9.0",
|
|
76
76
|
"@atlaskit/inline-message": "^11.4.0",
|
|
77
77
|
"@atlaskit/link-test-helpers": "^2.2.0",
|
package/report.api.md
CHANGED
|
@@ -546,11 +546,12 @@ type ErrorCardType =
|
|
|
546
546
|
type FlexibleUiOptions = {
|
|
547
547
|
clickableContainer?: boolean;
|
|
548
548
|
hideElevation?: boolean;
|
|
549
|
+
hideHoverCardPreviewButton?: boolean;
|
|
549
550
|
hidePadding?: boolean;
|
|
550
551
|
hideBackground?: boolean;
|
|
551
552
|
size?: SmartLinkSize;
|
|
552
553
|
theme?: SmartLinkTheme;
|
|
553
|
-
|
|
554
|
+
zIndex?: number;
|
|
554
555
|
};
|
|
555
556
|
|
|
556
557
|
// @public
|
package/tmp/api-report-tmp.d.ts
CHANGED
|
@@ -416,11 +416,12 @@ type ErrorCardType = 'errored' | 'fallback' | 'forbidden' | 'not_found' | 'unaut
|
|
|
416
416
|
type FlexibleUiOptions = {
|
|
417
417
|
clickableContainer?: boolean;
|
|
418
418
|
hideElevation?: boolean;
|
|
419
|
+
hideHoverCardPreviewButton?: boolean;
|
|
419
420
|
hidePadding?: boolean;
|
|
420
421
|
hideBackground?: boolean;
|
|
421
422
|
size?: SmartLinkSize;
|
|
422
423
|
theme?: SmartLinkTheme;
|
|
423
|
-
|
|
424
|
+
zIndex?: number;
|
|
424
425
|
};
|
|
425
426
|
|
|
426
427
|
// @public
|