@atlaskit/smart-card 27.8.3 → 27.9.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/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/cjs/view/CardWithUrl/component.js +3 -0
- package/dist/cjs/view/CardWithUrl/loader.js +2 -0
- package/dist/cjs/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/container/hover-card-control/index.js +4 -2
- package/dist/cjs/view/FlexibleCard/components/container/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/cjs/view/FlexibleCard/index.js +2 -0
- package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +6 -3
- package/dist/cjs/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/cjs/view/HoverCard/styled.js +4 -4
- package/dist/cjs/view/InlineCard/ResolvedView/index.js +3 -1
- package/dist/cjs/view/InlineCard/index.js +2 -0
- package/dist/cjs/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/cjs/view/common/ai-icon/index.js +24 -26
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/es2019/view/CardWithUrl/component.js +3 -0
- package/dist/es2019/view/CardWithUrl/loader.js +2 -0
- package/dist/es2019/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/container/hover-card-control/index.js +4 -2
- package/dist/es2019/view/FlexibleCard/components/container/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/es2019/view/FlexibleCard/index.js +2 -0
- package/dist/es2019/view/HoverCard/components/HoverCardComponent.js +6 -3
- package/dist/es2019/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/es2019/view/HoverCard/styled.js +4 -4
- package/dist/es2019/view/InlineCard/ResolvedView/index.js +3 -1
- package/dist/es2019/view/InlineCard/index.js +2 -0
- package/dist/es2019/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/es2019/view/common/ai-icon/index.js +100 -104
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/esm/view/CardWithUrl/component.js +3 -0
- package/dist/esm/view/CardWithUrl/loader.js +2 -0
- package/dist/esm/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/esm/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/container/hover-card-control/index.js +4 -2
- package/dist/esm/view/FlexibleCard/components/container/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/esm/view/FlexibleCard/index.js +2 -0
- package/dist/esm/view/HoverCard/components/HoverCardComponent.js +6 -3
- package/dist/esm/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/esm/view/HoverCard/styled.js +4 -4
- package/dist/esm/view/InlineCard/ResolvedView/index.js +3 -1
- package/dist/esm/view/InlineCard/index.js +2 -0
- package/dist/esm/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/esm/view/common/ai-icon/index.js +25 -27
- package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/types/view/Card/index.d.ts +1 -1
- package/dist/types/view/Card/types.d.ts +2 -0
- package/dist/types/view/CardWithUrl/types.d.ts +2 -0
- package/dist/types/view/FlexibleCard/components/container/hover-card-control/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/container/hover-card-control/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/container/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/container/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/types.d.ts +5 -0
- package/dist/types/view/HoverCard/types.d.ts +7 -0
- package/dist/types/view/InlineCard/ResolvedView/index.d.ts +2 -0
- package/dist/types/view/InlineCard/types.d.ts +2 -0
- package/dist/types-ts4.5/view/Card/index.d.ts +1 -1
- package/dist/types-ts4.5/view/Card/types.d.ts +2 -0
- package/dist/types-ts4.5/view/CardWithUrl/types.d.ts +2 -0
- package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/container/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/container/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/types.d.ts +5 -0
- package/dist/types-ts4.5/view/HoverCard/types.d.ts +7 -0
- package/dist/types-ts4.5/view/InlineCard/ResolvedView/index.d.ts +2 -0
- package/dist/types-ts4.5/view/InlineCard/types.d.ts +2 -0
- package/package.json +12 -11
|
@@ -6,6 +6,7 @@ import { type AnalyticsFacade } from '../../state/analytics';
|
|
|
6
6
|
import { type FlexibleUiOptions } from '../FlexibleCard/types';
|
|
7
7
|
import { type InlinePreloaderStyle, type OnErrorCallback } from '../types';
|
|
8
8
|
import { type FrameStyle } from '../EmbedCard/types';
|
|
9
|
+
import { type HoverPreviewOptions } from '../HoverCard/types';
|
|
9
10
|
export type { CardAppearance, CardPlatform };
|
|
10
11
|
export type CardInnerAppearance = CardAppearance | 'embedPreview' | 'flexible' | 'hoverCardPreview';
|
|
11
12
|
export type EmbedIframeUrlType = 'href' | 'interactiveHref';
|
|
@@ -96,6 +97,7 @@ export interface CardProps extends WithAnalyticsEventsProps {
|
|
|
96
97
|
ui?: FlexibleUiOptions;
|
|
97
98
|
children?: React.ReactNode;
|
|
98
99
|
showHoverPreview?: boolean;
|
|
100
|
+
hoverPreviewOptions?: HoverPreviewOptions;
|
|
99
101
|
showAuthTooltip?: boolean;
|
|
100
102
|
/**
|
|
101
103
|
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-2681 Internal documentation for deprecation (no external access)}
|
|
@@ -5,6 +5,7 @@ import { type FlexibleUiOptions } from '../FlexibleCard/types';
|
|
|
5
5
|
import { type InlinePreloaderStyle, type OnErrorCallback } from '../types';
|
|
6
6
|
import { type AnalyticsFacade } from '../../state/analytics';
|
|
7
7
|
import { type FrameStyle } from '../EmbedCard/types';
|
|
8
|
+
import { type HoverPreviewOptions } from '../HoverCard/types';
|
|
8
9
|
export type CardWithUrlContentProps = {
|
|
9
10
|
id: string;
|
|
10
11
|
url: string;
|
|
@@ -44,6 +45,7 @@ export type CardWithUrlContentProps = {
|
|
|
44
45
|
ui?: FlexibleUiOptions;
|
|
45
46
|
children?: React.ReactNode;
|
|
46
47
|
showHoverPreview?: boolean;
|
|
48
|
+
hoverPreviewOptions?: HoverPreviewOptions;
|
|
47
49
|
showAuthTooltip?: boolean;
|
|
48
50
|
analyticsEvents?: AnalyticsFacade;
|
|
49
51
|
placeholder?: string;
|
package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type HoverCardDelayProps } from './types';
|
|
3
|
-
declare const HoverCardControl: ({ children, hideHoverCardPreviewButton, isHoverPreview, isAuthTooltip, actionOptions, testId, url, delay, }: HoverCardDelayProps) => JSX.Element;
|
|
3
|
+
declare const HoverCardControl: ({ children, hideHoverCardPreviewButton, isHoverPreview, isAuthTooltip, actionOptions, testId, url, delay, hoverPreviewOptions, }: HoverCardDelayProps) => JSX.Element;
|
|
4
4
|
export default HoverCardControl;
|
package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/types.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropsWithChildren } from 'react';
|
|
2
2
|
import { type ContainerProps } from '../types';
|
|
3
|
-
export type HoverCardDelayProps = PropsWithChildren<Pick<ContainerProps, 'hideHoverCardPreviewButton' | 'actionOptions'> & {
|
|
3
|
+
export type HoverCardDelayProps = PropsWithChildren<Pick<ContainerProps, 'hideHoverCardPreviewButton' | 'actionOptions' | 'hoverPreviewOptions'> & {
|
|
4
4
|
isHoverPreview?: boolean;
|
|
5
5
|
isAuthTooltip?: boolean;
|
|
6
6
|
testId?: string;
|
|
@@ -10,5 +10,5 @@ export declare const getContainerStyles: (size: SmartLinkSize, hideBackground: b
|
|
|
10
10
|
* @internal
|
|
11
11
|
* @see Block
|
|
12
12
|
*/
|
|
13
|
-
declare const Container: ({ children, clickableContainer, hideBackground, hideElevation, hideHoverCardPreviewButton, hidePadding, onClick, retry, showAuthTooltip, showHoverPreview, actionOptions, size, status, testId, theme, }: ContainerProps) => jsx.JSX.Element;
|
|
13
|
+
declare const Container: ({ children, clickableContainer, hideBackground, hideElevation, hideHoverCardPreviewButton, hidePadding, onClick, retry, showAuthTooltip, showHoverPreview, hoverPreviewOptions, actionOptions, size, status, testId, theme, }: ContainerProps) => jsx.JSX.Element;
|
|
14
14
|
export default Container;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type PropsWithChildren } from 'react';
|
|
2
2
|
import { type SmartLinkStatus } from '../../../../constants';
|
|
3
3
|
import { type FlexibleCardProps, type FlexibleUiOptions, type RetryOptions } from '../../types';
|
|
4
|
-
export type ContainerProps = PropsWithChildren<Pick<FlexibleCardProps, 'onClick' | 'showHoverPreview' | 'actionOptions' | 'showAuthTooltip'> & FlexibleUiOptions & {
|
|
4
|
+
export type ContainerProps = PropsWithChildren<Pick<FlexibleCardProps, 'onClick' | 'showHoverPreview' | 'hoverPreviewOptions' | 'actionOptions' | 'showAuthTooltip'> & FlexibleUiOptions & {
|
|
5
5
|
/**
|
|
6
6
|
* The options that determine the retry behaviour when a Smart Link errors.
|
|
7
7
|
*/
|
|
@@ -8,6 +8,7 @@ import type { CardInnerAppearance, OnResolveCallback, CardActionOptions } from '
|
|
|
8
8
|
import { type OnErrorCallback } from '../types';
|
|
9
9
|
import { type AnalyticsFacade } from '../../state/analytics';
|
|
10
10
|
import { type AISummaryConfig } from '../../state/hooks/use-ai-summary-config/types';
|
|
11
|
+
import { type HoverPreviewOptions } from '../HoverCard/types';
|
|
11
12
|
export type FlexibleCardProps = {
|
|
12
13
|
/**
|
|
13
14
|
* @internal A unique ID for a Smart Link.
|
|
@@ -81,6 +82,10 @@ export type FlexibleCardProps = {
|
|
|
81
82
|
* over the smartlink. Default value is false.
|
|
82
83
|
*/
|
|
83
84
|
showHoverPreview?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Configuration options for hover preview
|
|
87
|
+
*/
|
|
88
|
+
hoverPreviewOptions?: HoverPreviewOptions;
|
|
84
89
|
/**
|
|
85
90
|
* Determines whether to show an unauthorised view of the hover card
|
|
86
91
|
* when a user hovers over a smartlink.
|
|
@@ -55,6 +55,7 @@ export interface HoverCardProps extends WithAnalyticsEventsProps {
|
|
|
55
55
|
* This is passed to the portal component.
|
|
56
56
|
*/
|
|
57
57
|
zIndex?: number;
|
|
58
|
+
hoverPreviewOptions?: HoverPreviewOptions;
|
|
58
59
|
}
|
|
59
60
|
/**
|
|
60
61
|
* An internal props that internal smart-card components can use to configure
|
|
@@ -103,3 +104,9 @@ export type ImagePreviewProps = {
|
|
|
103
104
|
data: JsonLd.Data.BaseData;
|
|
104
105
|
fallbackElementHeight: number;
|
|
105
106
|
};
|
|
107
|
+
export interface HoverPreviewOptions {
|
|
108
|
+
/**
|
|
109
|
+
* Delay (in milliseconds) between hovering over the trigger element and the hover card opening. Defaults to 500ms.
|
|
110
|
+
*/
|
|
111
|
+
fadeInDelay?: number;
|
|
112
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type LozengeProps } from '../../../types';
|
|
3
3
|
import type { CardActionOptions } from '../../Card/types';
|
|
4
|
+
import { type HoverPreviewOptions } from '../../HoverCard/types';
|
|
4
5
|
export interface InlineCardResolvedViewProps {
|
|
5
6
|
/** A unique ID for a Smart Link. */
|
|
6
7
|
id?: string;
|
|
@@ -26,6 +27,7 @@ export interface InlineCardResolvedViewProps {
|
|
|
26
27
|
titlePrefix?: React.ReactNode;
|
|
27
28
|
/** Enables showing a custom preview on hover of link */
|
|
28
29
|
showHoverPreview?: boolean;
|
|
30
|
+
hoverPreviewOptions?: HoverPreviewOptions;
|
|
29
31
|
/** Configure visibility of server and client actions */
|
|
30
32
|
actionOptions?: CardActionOptions;
|
|
31
33
|
}
|
|
@@ -4,6 +4,7 @@ import { type CardState } from '../../state/types';
|
|
|
4
4
|
import { type InlinePreloaderStyle, type OnErrorCallback } from '../types';
|
|
5
5
|
import { type AnalyticsFacade } from '../../state/analytics';
|
|
6
6
|
import type { CardActionOptions } from '../Card/types';
|
|
7
|
+
import { type HoverPreviewOptions } from '../HoverCard/types';
|
|
7
8
|
export type InlineCardProps = {
|
|
8
9
|
id: string;
|
|
9
10
|
url: string;
|
|
@@ -21,6 +22,7 @@ export type InlineCardProps = {
|
|
|
21
22
|
inlinePreloaderStyle?: InlinePreloaderStyle;
|
|
22
23
|
renderers?: CardProviderRenderers;
|
|
23
24
|
showHoverPreview?: boolean;
|
|
25
|
+
hoverPreviewOptions?: HoverPreviewOptions;
|
|
24
26
|
showAuthTooltip?: boolean;
|
|
25
27
|
actionOptions?: CardActionOptions;
|
|
26
28
|
analytics: AnalyticsFacade;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.9.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
32
32
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
33
|
-
"@atlaskit/avatar": "^21.
|
|
34
|
-
"@atlaskit/avatar-group": "^9.
|
|
35
|
-
"@atlaskit/badge": "^16.
|
|
36
|
-
"@atlaskit/button": "^18.
|
|
33
|
+
"@atlaskit/avatar": "^21.11.0",
|
|
34
|
+
"@atlaskit/avatar-group": "^9.9.0",
|
|
35
|
+
"@atlaskit/badge": "^16.3.0",
|
|
36
|
+
"@atlaskit/button": "^18.1.0",
|
|
37
37
|
"@atlaskit/checkbox": "^13.5.0",
|
|
38
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
38
|
+
"@atlaskit/dropdown-menu": "^12.14.0",
|
|
39
39
|
"@atlaskit/form": "^10.4.0",
|
|
40
40
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
41
41
|
"@atlaskit/heading": "^2.4.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/linking-types": "^8.9.0",
|
|
51
51
|
"@atlaskit/logo": "^14.1.0",
|
|
52
52
|
"@atlaskit/lozenge": "^11.8.0",
|
|
53
|
-
"@atlaskit/menu": "^2.
|
|
53
|
+
"@atlaskit/menu": "^2.7.0",
|
|
54
54
|
"@atlaskit/modal-dialog": "^12.14.0",
|
|
55
55
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@atlaskit/visual-regression": "*",
|
|
99
99
|
"@atlassian/analytics-tooling": "*",
|
|
100
100
|
"@atlassian/feature-flags-test-utils": "^0.2.0",
|
|
101
|
-
"@testing-library/dom": "^
|
|
101
|
+
"@testing-library/dom": "^10.1.0",
|
|
102
102
|
"@testing-library/jest-dom": "^6.4.5",
|
|
103
103
|
"@testing-library/react": "^12.1.5",
|
|
104
104
|
"@testing-library/react-hooks": "^8.0.1",
|
|
@@ -112,9 +112,10 @@
|
|
|
112
112
|
"brace": "^0.11.1",
|
|
113
113
|
"fetch-mock": "^8.0.0",
|
|
114
114
|
"jest-emotion": "^10.0.32",
|
|
115
|
-
"jest-extended": "^0.
|
|
115
|
+
"jest-extended": "^4.0.2",
|
|
116
116
|
"jest-fetch-mock": "^3.0.3",
|
|
117
|
-
"
|
|
117
|
+
"jest-mock": "^29.7.0",
|
|
118
|
+
"jsdom": "^22.0.0",
|
|
118
119
|
"lorem-ipsum": "^1.0.6",
|
|
119
120
|
"react": "^16.8.0",
|
|
120
121
|
"react-ace": "^6.1.0",
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
"react-dom": "^16.8.0",
|
|
123
124
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
124
125
|
"react-test-renderer": "^16.8.0",
|
|
125
|
-
"ts-jest": "
|
|
126
|
+
"ts-jest": "29.1.2",
|
|
126
127
|
"typescript": "~5.4.2",
|
|
127
128
|
"xhr-mock": "^2.4.0"
|
|
128
129
|
},
|