@atlaskit/renderer 133.6.1 → 133.7.1
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 +27 -0
- package/dist/cjs/react/nodes/layoutColumn-compiled.js +3 -4
- package/dist/cjs/react/nodes/layoutColumn-emotion.js +3 -4
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/nodes/layoutColumn-compiled.js +3 -4
- package/dist/es2019/react/nodes/layoutColumn-emotion.js +3 -4
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/nodes/layoutColumn-compiled.js +3 -4
- package/dist/esm/react/nodes/layoutColumn-emotion.js +3 -4
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +39 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 133.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5b844f57bfad8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5b844f57bfad8) -
|
|
8
|
+
[ED-7731] Preserve the editor selection when inserting, deleting, or resizing layout columns with
|
|
9
|
+
the cursor inside a column, instead of moving it out of the layout. Gated behind
|
|
10
|
+
platform_editor_layout_column_menu_kill_switch_1.
|
|
11
|
+
|
|
12
|
+
## 133.7.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
17
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
18
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
19
|
+
|
|
20
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
21
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
22
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
23
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
24
|
+
corrected dependency.
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
3
30
|
## 133.6.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -17,7 +17,7 @@ var _runtime = require("@compiled/react/runtime");
|
|
|
17
17
|
var _react = _interopRequireDefault(require("react"));
|
|
18
18
|
var _ui = require("@atlaskit/editor-common/ui");
|
|
19
19
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
20
|
-
var
|
|
20
|
+
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
21
21
|
// localized styles, was from clearNextSiblingMarginTopStyle in @atlaskit/editor-common/ui
|
|
22
22
|
var clearNextSiblingMarginTopStyle = null;
|
|
23
23
|
var verticalAlignMiddleStyles = null;
|
|
@@ -27,9 +27,8 @@ var multipleWrappedImagesStyle = null;
|
|
|
27
27
|
// localized styles, was from clearNextSiblingBlockMarkMarginTopStyle in @atlaskit/editor-common/ui
|
|
28
28
|
var clearNextSiblingBlockMarkMarginTopStyle = null;
|
|
29
29
|
var LayoutSectionCompiled = exports.LayoutSectionCompiled = function LayoutSectionCompiled(props) {
|
|
30
|
-
var isLayoutColumnMenuEnabled = (0,
|
|
31
|
-
|
|
32
|
-
var isLayoutColumnValignRenderingEnabled = (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
30
|
+
var isLayoutColumnMenuEnabled = (0, _expValEquals.expValEquals)('platform_editor_layout_column_menu', 'isEnabled', true);
|
|
31
|
+
var isLayoutColumnValignRenderingEnabled = (0, _expValEquals.expValEquals)('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
33
32
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
34
33
|
"data-layout-column": true,
|
|
35
34
|
"data-column-width": props.width,
|
|
@@ -10,7 +10,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
10
10
|
var _react2 = require("@emotion/react");
|
|
11
11
|
var _ui = require("@atlaskit/editor-common/ui");
|
|
12
12
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
13
|
-
var
|
|
13
|
+
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
14
14
|
/**
|
|
15
15
|
* @jsxRuntime classic
|
|
16
16
|
* @jsx jsx
|
|
@@ -57,9 +57,8 @@ var clearNextSiblingBlockMarkMarginTopStyle = (0, _react2.css)((0, _defineProper
|
|
|
57
57
|
marginTop: '0 !important'
|
|
58
58
|
}));
|
|
59
59
|
var LayoutSectionEmotion = exports.LayoutSectionEmotion = function LayoutSectionEmotion(props) {
|
|
60
|
-
var isLayoutColumnMenuEnabled = (0,
|
|
61
|
-
|
|
62
|
-
var isLayoutColumnValignRenderingEnabled = (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
60
|
+
var isLayoutColumnMenuEnabled = (0, _expValEquals.expValEquals)('platform_editor_layout_column_menu', 'isEnabled', true);
|
|
61
|
+
var isLayoutColumnValignRenderingEnabled = (0, _expValEquals.expValEquals)('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
63
62
|
return (0, _react2.jsx)("div", {
|
|
64
63
|
"data-layout-column": true,
|
|
65
64
|
"data-column-width": props.width,
|
|
@@ -72,7 +72,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
72
72
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
73
73
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
74
74
|
var packageName = "@atlaskit/renderer";
|
|
75
|
-
var packageVersion = "133.
|
|
75
|
+
var packageVersion = "133.7.0";
|
|
76
76
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
77
77
|
containerName: 'ak-renderer-wrapper',
|
|
78
78
|
containerType: 'inline-size'
|
|
@@ -10,7 +10,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { WidthProvider } from '@atlaskit/editor-common/ui';
|
|
12
12
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
|
-
import {
|
|
13
|
+
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
14
14
|
|
|
15
15
|
// localized styles, was from clearNextSiblingMarginTopStyle in @atlaskit/editor-common/ui
|
|
16
16
|
const clearNextSiblingMarginTopStyle = null;
|
|
@@ -21,9 +21,8 @@ const multipleWrappedImagesStyle = null;
|
|
|
21
21
|
// localized styles, was from clearNextSiblingBlockMarkMarginTopStyle in @atlaskit/editor-common/ui
|
|
22
22
|
const clearNextSiblingBlockMarkMarginTopStyle = null;
|
|
23
23
|
export const LayoutSectionCompiled = props => {
|
|
24
|
-
const isLayoutColumnMenuEnabled =
|
|
25
|
-
|
|
26
|
-
const isLayoutColumnValignRenderingEnabled = expValEqualsNoExposure('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
24
|
+
const isLayoutColumnMenuEnabled = expValEquals('platform_editor_layout_column_menu', 'isEnabled', true);
|
|
25
|
+
const isLayoutColumnValignRenderingEnabled = expValEquals('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
27
26
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
27
|
"data-layout-column": true,
|
|
29
28
|
"data-column-width": props.width,
|
|
@@ -14,7 +14,7 @@ import React from 'react';
|
|
|
14
14
|
import { css, jsx } from '@emotion/react';
|
|
15
15
|
import { WidthProvider } from '@atlaskit/editor-common/ui';
|
|
16
16
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
17
|
-
import {
|
|
17
|
+
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
18
18
|
|
|
19
19
|
// localized styles, was from clearNextSiblingMarginTopStyle in @atlaskit/editor-common/ui
|
|
20
20
|
const clearNextSiblingMarginTopStyle = css({
|
|
@@ -59,9 +59,8 @@ const clearNextSiblingBlockMarkMarginTopStyle = css({
|
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
61
|
export const LayoutSectionEmotion = props => {
|
|
62
|
-
const isLayoutColumnMenuEnabled =
|
|
63
|
-
|
|
64
|
-
const isLayoutColumnValignRenderingEnabled = expValEqualsNoExposure('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
62
|
+
const isLayoutColumnMenuEnabled = expValEquals('platform_editor_layout_column_menu', 'isEnabled', true);
|
|
63
|
+
const isLayoutColumnValignRenderingEnabled = expValEquals('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
65
64
|
return jsx("div", {
|
|
66
65
|
"data-layout-column": true,
|
|
67
66
|
"data-column-width": props.width,
|
|
@@ -58,7 +58,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
58
58
|
const TABLE_INFO_TIMEOUT = 10000;
|
|
59
59
|
const RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
60
60
|
const packageName = "@atlaskit/renderer";
|
|
61
|
-
const packageVersion = "133.
|
|
61
|
+
const packageVersion = "133.7.0";
|
|
62
62
|
const setAsQueryContainerStyles = css({
|
|
63
63
|
containerName: 'ak-renderer-wrapper',
|
|
64
64
|
containerType: 'inline-size'
|
|
@@ -10,7 +10,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { WidthProvider } from '@atlaskit/editor-common/ui';
|
|
12
12
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
|
-
import {
|
|
13
|
+
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
14
14
|
|
|
15
15
|
// localized styles, was from clearNextSiblingMarginTopStyle in @atlaskit/editor-common/ui
|
|
16
16
|
var clearNextSiblingMarginTopStyle = null;
|
|
@@ -21,9 +21,8 @@ var multipleWrappedImagesStyle = null;
|
|
|
21
21
|
// localized styles, was from clearNextSiblingBlockMarkMarginTopStyle in @atlaskit/editor-common/ui
|
|
22
22
|
var clearNextSiblingBlockMarkMarginTopStyle = null;
|
|
23
23
|
export var LayoutSectionCompiled = function LayoutSectionCompiled(props) {
|
|
24
|
-
var isLayoutColumnMenuEnabled =
|
|
25
|
-
|
|
26
|
-
var isLayoutColumnValignRenderingEnabled = expValEqualsNoExposure('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
24
|
+
var isLayoutColumnMenuEnabled = expValEquals('platform_editor_layout_column_menu', 'isEnabled', true);
|
|
25
|
+
var isLayoutColumnValignRenderingEnabled = expValEquals('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
27
26
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
27
|
"data-layout-column": true,
|
|
29
28
|
"data-column-width": props.width,
|
|
@@ -15,7 +15,7 @@ import React from 'react';
|
|
|
15
15
|
import { css, jsx } from '@emotion/react';
|
|
16
16
|
import { WidthProvider } from '@atlaskit/editor-common/ui';
|
|
17
17
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
18
|
-
import {
|
|
18
|
+
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
19
19
|
|
|
20
20
|
// localized styles, was from clearNextSiblingMarginTopStyle in @atlaskit/editor-common/ui
|
|
21
21
|
var clearNextSiblingMarginTopStyle = css({
|
|
@@ -50,9 +50,8 @@ var clearNextSiblingBlockMarkMarginTopStyle = css(_defineProperty({}, "+ .fabric
|
|
|
50
50
|
marginTop: '0 !important'
|
|
51
51
|
}));
|
|
52
52
|
export var LayoutSectionEmotion = function LayoutSectionEmotion(props) {
|
|
53
|
-
var isLayoutColumnMenuEnabled =
|
|
54
|
-
|
|
55
|
-
var isLayoutColumnValignRenderingEnabled = expValEqualsNoExposure('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
53
|
+
var isLayoutColumnMenuEnabled = expValEquals('platform_editor_layout_column_menu', 'isEnabled', true);
|
|
54
|
+
var isLayoutColumnValignRenderingEnabled = expValEquals('platform_editor_layout_column_valign_rendering', 'isEnabled', true);
|
|
56
55
|
return jsx("div", {
|
|
57
56
|
"data-layout-column": true,
|
|
58
57
|
"data-column-width": props.width,
|
|
@@ -63,7 +63,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
63
63
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
64
64
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
65
65
|
var packageName = "@atlaskit/renderer";
|
|
66
|
-
var packageVersion = "133.
|
|
66
|
+
var packageVersion = "133.7.0";
|
|
67
67
|
var setAsQueryContainerStyles = css({
|
|
68
68
|
containerName: 'ak-renderer-wrapper',
|
|
69
69
|
containerType: 'inline-size'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "133.
|
|
3
|
+
"version": "133.7.1",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,44 +33,44 @@
|
|
|
33
33
|
"@atlaskit/adf-schema": "^56.0.0",
|
|
34
34
|
"@atlaskit/adf-utils": "^20.0.0",
|
|
35
35
|
"@atlaskit/afm-i18n-platform-editor-renderer": "2.168.0",
|
|
36
|
-
"@atlaskit/analytics-listeners": "^11.
|
|
37
|
-
"@atlaskit/analytics-namespaced-context": "^8.
|
|
38
|
-
"@atlaskit/analytics-next": "^12.
|
|
39
|
-
"@atlaskit/browser-apis": "^1.
|
|
40
|
-
"@atlaskit/button": "^24.
|
|
41
|
-
"@atlaskit/code": "^18.
|
|
36
|
+
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
37
|
+
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
38
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
39
|
+
"@atlaskit/browser-apis": "^1.1.0",
|
|
40
|
+
"@atlaskit/button": "^24.2.0",
|
|
41
|
+
"@atlaskit/code": "^18.2.0",
|
|
42
42
|
"@atlaskit/editor-json-transformer": "^9.0.0",
|
|
43
43
|
"@atlaskit/editor-palette": "^3.1.0",
|
|
44
44
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
45
45
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
46
|
-
"@atlaskit/editor-smart-link-draggable": "^1.
|
|
46
|
+
"@atlaskit/editor-smart-link-draggable": "^1.1.0",
|
|
47
47
|
"@atlaskit/emoji": "^71.6.0",
|
|
48
48
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
49
|
-
"@atlaskit/icon": "^36.
|
|
50
|
-
"@atlaskit/link": "^4.
|
|
51
|
-
"@atlaskit/link-datasource": "^6.
|
|
52
|
-
"@atlaskit/link-extractors": "^3.
|
|
49
|
+
"@atlaskit/icon": "^36.1.0",
|
|
50
|
+
"@atlaskit/link": "^4.1.0",
|
|
51
|
+
"@atlaskit/link-datasource": "^6.1.0",
|
|
52
|
+
"@atlaskit/link-extractors": "^3.2.0",
|
|
53
53
|
"@atlaskit/linking-common": "^11.0.0",
|
|
54
|
-
"@atlaskit/media-card": "^81.
|
|
54
|
+
"@atlaskit/media-card": "^81.2.0",
|
|
55
55
|
"@atlaskit/media-client": "^37.1.0",
|
|
56
|
-
"@atlaskit/media-client-react": "^6.
|
|
57
|
-
"@atlaskit/media-common": "^14.
|
|
58
|
-
"@atlaskit/media-filmstrip": "^52.
|
|
59
|
-
"@atlaskit/media-ui": "^30.
|
|
60
|
-
"@atlaskit/media-viewer": "^54.
|
|
56
|
+
"@atlaskit/media-client-react": "^6.1.0",
|
|
57
|
+
"@atlaskit/media-common": "^14.2.0",
|
|
58
|
+
"@atlaskit/media-filmstrip": "^52.2.0",
|
|
59
|
+
"@atlaskit/media-ui": "^30.5.0",
|
|
60
|
+
"@atlaskit/media-viewer": "^54.3.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
62
|
-
"@atlaskit/platform-feature-flags-react": "^1.
|
|
62
|
+
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
63
63
|
"@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
|
|
64
64
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
65
|
-
"@atlaskit/react-ufo": "^7.
|
|
66
|
-
"@atlaskit/smart-card": "^45.
|
|
67
|
-
"@atlaskit/status": "^5.
|
|
68
|
-
"@atlaskit/task-decision": "^21.
|
|
69
|
-
"@atlaskit/theme": "^26.
|
|
65
|
+
"@atlaskit/react-ufo": "^7.3.0",
|
|
66
|
+
"@atlaskit/smart-card": "^45.5.0",
|
|
67
|
+
"@atlaskit/status": "^5.4.0",
|
|
68
|
+
"@atlaskit/task-decision": "^21.4.0",
|
|
69
|
+
"@atlaskit/theme": "^26.1.0",
|
|
70
70
|
"@atlaskit/tmp-editor-statsig": "^114.0.0",
|
|
71
|
-
"@atlaskit/tokens": "^15.
|
|
72
|
-
"@atlaskit/tooltip": "^23.
|
|
73
|
-
"@atlaskit/visually-hidden": "^4.
|
|
71
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
72
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
73
|
+
"@atlaskit/visually-hidden": "^4.1.0",
|
|
74
74
|
"@babel/runtime": "^7.0.0",
|
|
75
75
|
"@compiled/react": "^0.20.0",
|
|
76
76
|
"@emotion/react": "^11.7.1",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"uuid": "^3.1.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
|
-
"@atlaskit/editor-common": "^116.
|
|
86
|
-
"@atlaskit/link-provider": "^5.
|
|
85
|
+
"@atlaskit/editor-common": "^116.15.0",
|
|
86
|
+
"@atlaskit/link-provider": "^5.1.0",
|
|
87
87
|
"@atlaskit/media-core": "^38.0.0",
|
|
88
88
|
"react": "^18.2.0",
|
|
89
89
|
"react-dom": "^18.2.0",
|
|
@@ -93,24 +93,24 @@
|
|
|
93
93
|
"@af/integration-testing": "workspace:^",
|
|
94
94
|
"@af/visual-regression": "workspace:^",
|
|
95
95
|
"@atlaskit/analytics-gas-types": "^6.0.0",
|
|
96
|
-
"@atlaskit/checkbox": "^18.
|
|
96
|
+
"@atlaskit/checkbox": "^18.1.0",
|
|
97
97
|
"@atlaskit/editor-card-provider": "^7.0.0",
|
|
98
|
-
"@atlaskit/link-provider": "^5.
|
|
98
|
+
"@atlaskit/link-provider": "^5.1.0",
|
|
99
99
|
"@atlaskit/link-test-helpers": "^11.0.0",
|
|
100
100
|
"@atlaskit/media-core": "^38.0.0",
|
|
101
101
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
102
|
-
"@atlaskit/media-test-helpers": "^42.
|
|
103
|
-
"@atlaskit/mention": "^27.
|
|
104
|
-
"@atlaskit/modal-dialog": "^16.
|
|
105
|
-
"@atlaskit/navigation-system": "^10.
|
|
106
|
-
"@atlaskit/profilecard": "^26.
|
|
107
|
-
"@atlaskit/side-nav-items": "^2.
|
|
108
|
-
"@atlaskit/util-data-test": "^19.
|
|
102
|
+
"@atlaskit/media-test-helpers": "^42.1.0",
|
|
103
|
+
"@atlaskit/mention": "^27.5.0",
|
|
104
|
+
"@atlaskit/modal-dialog": "^16.1.0",
|
|
105
|
+
"@atlaskit/navigation-system": "^10.1.0",
|
|
106
|
+
"@atlaskit/profilecard": "^26.4.0",
|
|
107
|
+
"@atlaskit/side-nav-items": "^2.2.0",
|
|
108
|
+
"@atlaskit/util-data-test": "^19.1.0",
|
|
109
109
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
110
110
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
111
111
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
112
112
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
113
|
-
"@atlassian/testing-library": "^0.
|
|
113
|
+
"@atlassian/testing-library": "^0.7.0",
|
|
114
114
|
"@testing-library/react": "^16.3.0",
|
|
115
115
|
"@testing-library/user-event": "^14.4.3",
|
|
116
116
|
"@types/react-loadable": "^5.4.1",
|