@atlaskit/editor-common 106.5.2 → 106.6.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 +27 -0
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/analytics/types/floating-toolbar-overflow-events.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/resizer/ResizerBreakoutModeLabel.js +4 -3
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/OverflowShadow/index.js +26 -4
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/analytics/types/floating-toolbar-overflow-events.js +1 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/resizer/ResizerBreakoutModeLabel.js +4 -3
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/OverflowShadow/index.js +26 -4
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/analytics/types/floating-toolbar-overflow-events.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/resizer/ResizerBreakoutModeLabel.js +4 -3
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/OverflowShadow/index.js +26 -4
- package/dist/types/analytics/types/activity-session-events.d.ts +1 -0
- package/dist/types/analytics/types/enums.d.ts +1 -0
- package/dist/types/analytics/types/events.d.ts +2 -1
- package/dist/types/analytics/types/floating-toolbar-overflow-events.d.ts +11 -0
- package/dist/types/extensibility/Extension/Extension/index.d.ts +2 -0
- package/dist/types/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
- package/dist/types/ui/OverflowShadow/index.d.ts +2 -0
- package/dist/types-ts4.5/analytics/types/activity-session-events.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/floating-toolbar-overflow-events.d.ts +11 -0
- package/dist/types-ts4.5/extensibility/Extension/Extension/index.d.ts +2 -0
- package/dist/types-ts4.5/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
- package/dist/types-ts4.5/ui/OverflowShadow/index.d.ts +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 106.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#168590](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/168590)
|
|
8
|
+
[`e9250f202882e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e9250f202882e) -
|
|
9
|
+
Added experiment to defer shadow calculations until node is visible
|
|
10
|
+
- [#164841](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164841)
|
|
11
|
+
[`9c4d557d5f6b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9c4d557d5f6b5) -
|
|
12
|
+
Update floating toolbar plugin to dispatch analytics events on dropdown click.
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#169885](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169885)
|
|
17
|
+
[`d18a245989480`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d18a245989480) -
|
|
18
|
+
Fix spelling of breakout
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 106.5.3
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#168315](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/168315)
|
|
26
|
+
[`9b42791b3f3c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b42791b3f3c2) -
|
|
27
|
+
ED-28215 Add toolbar docking preference to activitySession ended event
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
3
30
|
## 106.5.2
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -377,6 +377,7 @@ var ACTION_SUBJECT_ID = exports.ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTIO
|
|
|
377
377
|
ACTION_SUBJECT_ID["EXTENSION_BLOCK"] = "extension";
|
|
378
378
|
ACTION_SUBJECT_ID["EXTENSION_BODIED"] = "bodiedExtension";
|
|
379
379
|
ACTION_SUBJECT_ID["EXTENSION_INLINE"] = "inlineExtension";
|
|
380
|
+
ACTION_SUBJECT_ID["FLOATING_TOOLBAR_OVERFLOW"] = "floatingToolbarOverflow";
|
|
380
381
|
ACTION_SUBJECT_ID["FORMAT_BACKGROUND_COLOR"] = "backgroundColor";
|
|
381
382
|
ACTION_SUBJECT_ID["FORMAT_BLOCK_QUOTE"] = "blockQuote";
|
|
382
383
|
ACTION_SUBJECT_ID["FORMAT_CLEAR"] = "clearFormatting";
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "106.
|
|
19
|
+
var packageVersion = "106.6.0";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
|
@@ -27,11 +27,11 @@ var fullWidthLabelStyles = (0, _primitives.xcss)({
|
|
|
27
27
|
paddingBottom: 'space.050'
|
|
28
28
|
});
|
|
29
29
|
var ResizerBreakoutModeLabel = exports.ResizerBreakoutModeLabel = function ResizerBreakoutModeLabel(_ref) {
|
|
30
|
-
var
|
|
30
|
+
var breakoutLayout = _ref.layout;
|
|
31
31
|
var _useIntl = (0, _reactIntlNext.useIntl)(),
|
|
32
32
|
formatMessage = _useIntl.formatMessage;
|
|
33
33
|
var message = _react.default.useMemo(function () {
|
|
34
|
-
switch (
|
|
34
|
+
switch (breakoutLayout) {
|
|
35
35
|
case 'full-width':
|
|
36
36
|
return formatMessage(_messages.breakoutMessages.fullWidthLabel);
|
|
37
37
|
case 'wide':
|
|
@@ -39,8 +39,9 @@ var ResizerBreakoutModeLabel = exports.ResizerBreakoutModeLabel = function Resiz
|
|
|
39
39
|
default:
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
|
-
}, [
|
|
42
|
+
}, [breakoutLayout, formatMessage]);
|
|
43
43
|
return message && /*#__PURE__*/_react.default.createElement(_primitives.Box, {
|
|
44
|
+
testId: "resizer-breakout-mode-label",
|
|
44
45
|
xcss: fullWidthLabelWrapperStyles
|
|
45
46
|
}, /*#__PURE__*/_react.default.createElement(_primitives.Inline, {
|
|
46
47
|
xcss: fullWidthLabelStyles
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "106.
|
|
26
|
+
var packageVersion = "106.6.0";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -14,6 +14,8 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/ge
|
|
|
14
14
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
15
15
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
16
16
|
var _react = _interopRequireDefault(require("react"));
|
|
17
|
+
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
18
|
+
var _nodeVisibilityManager = require("../../node-visibility/node-visibility-manager");
|
|
17
19
|
var _shadowObserver = require("./shadowObserver");
|
|
18
20
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
19
21
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
@@ -103,10 +105,28 @@ function overflowShadow(Component, options) {
|
|
|
103
105
|
_this.initShadowObserver();
|
|
104
106
|
return;
|
|
105
107
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
if ((0, _expValEquals.expValEquals)('platform_editor_defer_shadow_calculations', 'isEnabled', true)) {
|
|
109
|
+
// Initialize visibility manager
|
|
110
|
+
_this.visibilityManager = (0, _nodeVisibilityManager.nodeVisibilityManager)(_this.overflowContainer);
|
|
111
|
+
_this.visibilityManager.initialiseNodeObserver();
|
|
112
|
+
|
|
113
|
+
// Observe the container for first visibility
|
|
114
|
+
_this.visibilityManager.observe({
|
|
115
|
+
element: _this.overflowContainer,
|
|
116
|
+
onFirstVisible: function onFirstVisible() {
|
|
117
|
+
var _this$overflowContain;
|
|
118
|
+
_this.updateShadows();
|
|
119
|
+
// Ignored via go/ees005
|
|
120
|
+
// eslint-disable-next-line @repo/internal/dom-events/no-unsafe-event-listeners
|
|
121
|
+
(_this$overflowContain = _this.overflowContainer) === null || _this$overflowContain === void 0 || _this$overflowContain.addEventListener('scroll', _this.handleScroll);
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
} else {
|
|
125
|
+
_this.updateShadows();
|
|
126
|
+
// Ignored via go/ees005
|
|
127
|
+
// eslint-disable-next-line @repo/internal/dom-events/no-unsafe-event-listeners
|
|
128
|
+
_this.overflowContainer.addEventListener('scroll', _this.handleScroll);
|
|
129
|
+
}
|
|
110
130
|
});
|
|
111
131
|
return _this;
|
|
112
132
|
}
|
|
@@ -114,6 +134,8 @@ function overflowShadow(Component, options) {
|
|
|
114
134
|
return (0, _createClass2.default)(OverflowShadow, [{
|
|
115
135
|
key: "componentWillUnmount",
|
|
116
136
|
value: function componentWillUnmount() {
|
|
137
|
+
var _this$visibilityManag;
|
|
138
|
+
(_this$visibilityManag = this.visibilityManager) === null || _this$visibilityManag === void 0 || _this$visibilityManag.disconnect();
|
|
117
139
|
if (options.useShadowObserver) {
|
|
118
140
|
return this.shadowObserver && this.shadowObserver.dispose();
|
|
119
141
|
}
|
|
@@ -371,6 +371,7 @@ export let ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTION_SUBJECT_ID) {
|
|
|
371
371
|
ACTION_SUBJECT_ID["EXTENSION_BLOCK"] = "extension";
|
|
372
372
|
ACTION_SUBJECT_ID["EXTENSION_BODIED"] = "bodiedExtension";
|
|
373
373
|
ACTION_SUBJECT_ID["EXTENSION_INLINE"] = "inlineExtension";
|
|
374
|
+
ACTION_SUBJECT_ID["FLOATING_TOOLBAR_OVERFLOW"] = "floatingToolbarOverflow";
|
|
374
375
|
ACTION_SUBJECT_ID["FORMAT_BACKGROUND_COLOR"] = "backgroundColor";
|
|
375
376
|
ACTION_SUBJECT_ID["FORMAT_BLOCK_QUOTE"] = "blockQuote";
|
|
376
377
|
ACTION_SUBJECT_ID["FORMAT_CLEAR"] = "clearFormatting";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "106.
|
|
4
|
+
const packageVersion = "106.6.0";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -20,13 +20,13 @@ const fullWidthLabelStyles = xcss({
|
|
|
20
20
|
paddingBottom: 'space.050'
|
|
21
21
|
});
|
|
22
22
|
export const ResizerBreakoutModeLabel = ({
|
|
23
|
-
layout:
|
|
23
|
+
layout: breakoutLayout
|
|
24
24
|
}) => {
|
|
25
25
|
const {
|
|
26
26
|
formatMessage
|
|
27
27
|
} = useIntl();
|
|
28
28
|
const message = React.useMemo(() => {
|
|
29
|
-
switch (
|
|
29
|
+
switch (breakoutLayout) {
|
|
30
30
|
case 'full-width':
|
|
31
31
|
return formatMessage(messages.fullWidthLabel);
|
|
32
32
|
case 'wide':
|
|
@@ -34,8 +34,9 @@ export const ResizerBreakoutModeLabel = ({
|
|
|
34
34
|
default:
|
|
35
35
|
return null;
|
|
36
36
|
}
|
|
37
|
-
}, [
|
|
37
|
+
}, [breakoutLayout, formatMessage]);
|
|
38
38
|
return message && /*#__PURE__*/React.createElement(Box, {
|
|
39
|
+
testId: "resizer-breakout-mode-label",
|
|
39
40
|
xcss: fullWidthLabelWrapperStyles
|
|
40
41
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
41
42
|
xcss: fullWidthLabelStyles
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "106.
|
|
16
|
+
const packageVersion = "106.6.0";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import React from 'react';
|
|
4
|
+
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
5
|
+
import { nodeVisibilityManager } from '../../node-visibility/node-visibility-manager';
|
|
4
6
|
import { ShadowObserver, shadowObserverClassNames } from './shadowObserver';
|
|
5
7
|
export const shadowClassNames = {
|
|
6
8
|
RIGHT_SHADOW: 'right-shadow',
|
|
@@ -83,13 +85,33 @@ export default function overflowShadow(Component, options) {
|
|
|
83
85
|
this.initShadowObserver();
|
|
84
86
|
return;
|
|
85
87
|
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
if (expValEquals('platform_editor_defer_shadow_calculations', 'isEnabled', true)) {
|
|
89
|
+
// Initialize visibility manager
|
|
90
|
+
this.visibilityManager = nodeVisibilityManager(this.overflowContainer);
|
|
91
|
+
this.visibilityManager.initialiseNodeObserver();
|
|
92
|
+
|
|
93
|
+
// Observe the container for first visibility
|
|
94
|
+
this.visibilityManager.observe({
|
|
95
|
+
element: this.overflowContainer,
|
|
96
|
+
onFirstVisible: () => {
|
|
97
|
+
var _this$overflowContain;
|
|
98
|
+
this.updateShadows();
|
|
99
|
+
// Ignored via go/ees005
|
|
100
|
+
// eslint-disable-next-line @repo/internal/dom-events/no-unsafe-event-listeners
|
|
101
|
+
(_this$overflowContain = this.overflowContainer) === null || _this$overflowContain === void 0 ? void 0 : _this$overflowContain.addEventListener('scroll', this.handleScroll);
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
} else {
|
|
105
|
+
this.updateShadows();
|
|
106
|
+
// Ignored via go/ees005
|
|
107
|
+
// eslint-disable-next-line @repo/internal/dom-events/no-unsafe-event-listeners
|
|
108
|
+
this.overflowContainer.addEventListener('scroll', this.handleScroll);
|
|
109
|
+
}
|
|
90
110
|
});
|
|
91
111
|
}
|
|
92
112
|
componentWillUnmount() {
|
|
113
|
+
var _this$visibilityManag;
|
|
114
|
+
(_this$visibilityManag = this.visibilityManager) === null || _this$visibilityManag === void 0 ? void 0 : _this$visibilityManag.disconnect();
|
|
93
115
|
if (options.useShadowObserver) {
|
|
94
116
|
return this.shadowObserver && this.shadowObserver.dispose();
|
|
95
117
|
}
|
|
@@ -371,6 +371,7 @@ export var ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTION_SUBJECT_ID) {
|
|
|
371
371
|
ACTION_SUBJECT_ID["EXTENSION_BLOCK"] = "extension";
|
|
372
372
|
ACTION_SUBJECT_ID["EXTENSION_BODIED"] = "bodiedExtension";
|
|
373
373
|
ACTION_SUBJECT_ID["EXTENSION_INLINE"] = "inlineExtension";
|
|
374
|
+
ACTION_SUBJECT_ID["FLOATING_TOOLBAR_OVERFLOW"] = "floatingToolbarOverflow";
|
|
374
375
|
ACTION_SUBJECT_ID["FORMAT_BACKGROUND_COLOR"] = "backgroundColor";
|
|
375
376
|
ACTION_SUBJECT_ID["FORMAT_BLOCK_QUOTE"] = "blockQuote";
|
|
376
377
|
ACTION_SUBJECT_ID["FORMAT_CLEAR"] = "clearFormatting";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "106.
|
|
10
|
+
var packageVersion = "106.6.0";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// Ignored via go/ees007
|
|
@@ -20,11 +20,11 @@ var fullWidthLabelStyles = xcss({
|
|
|
20
20
|
paddingBottom: 'space.050'
|
|
21
21
|
});
|
|
22
22
|
export var ResizerBreakoutModeLabel = function ResizerBreakoutModeLabel(_ref) {
|
|
23
|
-
var
|
|
23
|
+
var breakoutLayout = _ref.layout;
|
|
24
24
|
var _useIntl = useIntl(),
|
|
25
25
|
formatMessage = _useIntl.formatMessage;
|
|
26
26
|
var message = React.useMemo(function () {
|
|
27
|
-
switch (
|
|
27
|
+
switch (breakoutLayout) {
|
|
28
28
|
case 'full-width':
|
|
29
29
|
return formatMessage(messages.fullWidthLabel);
|
|
30
30
|
case 'wide':
|
|
@@ -32,8 +32,9 @@ export var ResizerBreakoutModeLabel = function ResizerBreakoutModeLabel(_ref) {
|
|
|
32
32
|
default:
|
|
33
33
|
return null;
|
|
34
34
|
}
|
|
35
|
-
}, [
|
|
35
|
+
}, [breakoutLayout, formatMessage]);
|
|
36
36
|
return message && /*#__PURE__*/React.createElement(Box, {
|
|
37
|
+
testId: "resizer-breakout-mode-label",
|
|
37
38
|
xcss: fullWidthLabelWrapperStyles
|
|
38
39
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
39
40
|
xcss: fullWidthLabelStyles
|
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "106.
|
|
23
|
+
var packageVersion = "106.6.0";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -8,6 +8,8 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
8
8
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
9
9
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
10
10
|
import React from 'react';
|
|
11
|
+
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
12
|
+
import { nodeVisibilityManager } from '../../node-visibility/node-visibility-manager';
|
|
11
13
|
import { ShadowObserver, shadowObserverClassNames } from './shadowObserver';
|
|
12
14
|
export var shadowClassNames = {
|
|
13
15
|
RIGHT_SHADOW: 'right-shadow',
|
|
@@ -95,10 +97,28 @@ export default function overflowShadow(Component, options) {
|
|
|
95
97
|
_this.initShadowObserver();
|
|
96
98
|
return;
|
|
97
99
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
if (expValEquals('platform_editor_defer_shadow_calculations', 'isEnabled', true)) {
|
|
101
|
+
// Initialize visibility manager
|
|
102
|
+
_this.visibilityManager = nodeVisibilityManager(_this.overflowContainer);
|
|
103
|
+
_this.visibilityManager.initialiseNodeObserver();
|
|
104
|
+
|
|
105
|
+
// Observe the container for first visibility
|
|
106
|
+
_this.visibilityManager.observe({
|
|
107
|
+
element: _this.overflowContainer,
|
|
108
|
+
onFirstVisible: function onFirstVisible() {
|
|
109
|
+
var _this$overflowContain;
|
|
110
|
+
_this.updateShadows();
|
|
111
|
+
// Ignored via go/ees005
|
|
112
|
+
// eslint-disable-next-line @repo/internal/dom-events/no-unsafe-event-listeners
|
|
113
|
+
(_this$overflowContain = _this.overflowContainer) === null || _this$overflowContain === void 0 || _this$overflowContain.addEventListener('scroll', _this.handleScroll);
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
} else {
|
|
117
|
+
_this.updateShadows();
|
|
118
|
+
// Ignored via go/ees005
|
|
119
|
+
// eslint-disable-next-line @repo/internal/dom-events/no-unsafe-event-listeners
|
|
120
|
+
_this.overflowContainer.addEventListener('scroll', _this.handleScroll);
|
|
121
|
+
}
|
|
102
122
|
});
|
|
103
123
|
return _this;
|
|
104
124
|
}
|
|
@@ -106,6 +126,8 @@ export default function overflowShadow(Component, options) {
|
|
|
106
126
|
return _createClass(OverflowShadow, [{
|
|
107
127
|
key: "componentWillUnmount",
|
|
108
128
|
value: function componentWillUnmount() {
|
|
129
|
+
var _this$visibilityManag;
|
|
130
|
+
(_this$visibilityManag = this.visibilityManager) === null || _this$visibilityManag === void 0 || _this$visibilityManag.disconnect();
|
|
109
131
|
if (options.useShadowObserver) {
|
|
110
132
|
return this.shadowObserver && this.shadowObserver.dispose();
|
|
111
133
|
}
|
|
@@ -22,6 +22,7 @@ export type ActiveSessionEventAttributes = {
|
|
|
22
22
|
safeInsertCount: number;
|
|
23
23
|
};
|
|
24
24
|
contentSizeChanged: number;
|
|
25
|
+
toolbarDocking?: 'top' | 'none';
|
|
25
26
|
};
|
|
26
27
|
export type ActiveSessionEventAEP = TrackAEP<ACTION.ENDED, ACTION_SUBJECT.ACTIVITY_SESSION, ACTION_SUBJECT_ID.ACTIVITY, ActiveSessionEventAttributes, undefined>;
|
|
27
28
|
export type ActiveSessionEventPayload = ActiveSessionEventAEP;
|
|
@@ -363,6 +363,7 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
363
363
|
EXTENSION_BLOCK = "extension",
|
|
364
364
|
EXTENSION_BODIED = "bodiedExtension",
|
|
365
365
|
EXTENSION_INLINE = "inlineExtension",
|
|
366
|
+
FLOATING_TOOLBAR_OVERFLOW = "floatingToolbarOverflow",
|
|
366
367
|
FORMAT_BACKGROUND_COLOR = "backgroundColor",
|
|
367
368
|
FORMAT_BLOCK_QUOTE = "blockQuote",
|
|
368
369
|
FORMAT_CLEAR = "clearFormatting",
|
|
@@ -25,6 +25,7 @@ import type { EngagementPlatformEventPayload } from './engagement-platform-event
|
|
|
25
25
|
import type { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, CONTENT_COMPONENT, FLOATING_CONTROLS_TITLE, INPUT_METHOD } from './enums';
|
|
26
26
|
import type { ExtensionEventPayload } from './extension-events';
|
|
27
27
|
import type { FindReplaceEventPayload } from './find-replace-events';
|
|
28
|
+
import type { FloatingToolbarOverflowEventPayload } from './floating-toolbar-overflow-events';
|
|
28
29
|
import type { FormatEventPayload } from './format-events';
|
|
29
30
|
import type { GeneralEventPayload } from './general-events';
|
|
30
31
|
import type { HighlightActionsEventPayload } from './highlight-actions-menu-events';
|
|
@@ -61,7 +62,7 @@ export type SimplifiedNode = {
|
|
|
61
62
|
marks?: string[];
|
|
62
63
|
content?: SimplifiedNode[];
|
|
63
64
|
};
|
|
64
|
-
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | TextColorEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | VisitedLinkAEP | ViewEventPayload | MediaUploadEventPayload | MentionEventPayload | EngagementPlatformEventPayload | NestedTableActionsEventPayload | AICommandPaletteEventPayload | AIDefinitionsEventPayload | AIEventPayload | AIProactiveEventPayload | AIUnifiedEventPayload | BreakoutEventPayload | ActiveSessionEventPayload | AIInlineSuggestionPayload | SelectionExtensionEventPayload | TelepointerClickPayload | SelectionToolbarEventPayload | AlignmentEventPayload | UndoRedoAEP | OfflineEditingEventPayload | NcsSessionStepEventAEP;
|
|
65
|
+
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | TextColorEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | VisitedLinkAEP | ViewEventPayload | MediaUploadEventPayload | MentionEventPayload | EngagementPlatformEventPayload | NestedTableActionsEventPayload | AICommandPaletteEventPayload | AIDefinitionsEventPayload | AIEventPayload | AIProactiveEventPayload | AIUnifiedEventPayload | BreakoutEventPayload | ActiveSessionEventPayload | AIInlineSuggestionPayload | SelectionExtensionEventPayload | TelepointerClickPayload | SelectionToolbarEventPayload | AlignmentEventPayload | UndoRedoAEP | OfflineEditingEventPayload | NcsSessionStepEventAEP | FloatingToolbarOverflowEventPayload;
|
|
65
66
|
type CustomPanelEventPayload = TrackAEP<ACTION.CHANGED_BACKGROUND_COLOR | ACTION.CHANGED_ICON | ACTION.REMOVE_ICON, ACTION_SUBJECT.PANEL, ACTION_SUBJECT_ID.PANEL, {
|
|
66
67
|
previousColor: string;
|
|
67
68
|
newColor: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID } from './enums';
|
|
2
|
+
import type { UIAEP } from './utils';
|
|
3
|
+
type FloatingToolbarOverflowActionType = ACTION.CLICKED;
|
|
4
|
+
type FloatingToolbarOverflowSubjectType = ACTION_SUBJECT.BUTTON;
|
|
5
|
+
type FloatingToolbarOverflowSubjectIdType = ACTION_SUBJECT_ID.FLOATING_TOOLBAR_OVERFLOW;
|
|
6
|
+
type FloatingToolbarOverflowAttributeType = {
|
|
7
|
+
editorContentMode?: 'edit' | 'view';
|
|
8
|
+
};
|
|
9
|
+
type FloatingToolbarOverflowUIAEP = UIAEP<FloatingToolbarOverflowActionType, FloatingToolbarOverflowSubjectType, FloatingToolbarOverflowSubjectIdType, FloatingToolbarOverflowAttributeType, undefined>;
|
|
10
|
+
export type FloatingToolbarOverflowEventPayload = FloatingToolbarOverflowUIAEP;
|
|
11
|
+
export {};
|
|
@@ -35,6 +35,7 @@ declare const _default: {
|
|
|
35
35
|
overflowContainerWidth: number;
|
|
36
36
|
scrollable?: NodeList | undefined;
|
|
37
37
|
diff?: number | undefined;
|
|
38
|
+
visibilityManager?: import("../../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
38
39
|
state: {
|
|
39
40
|
showLeftShadow: boolean;
|
|
40
41
|
showRightShadow: boolean;
|
|
@@ -74,6 +75,7 @@ declare const _default: {
|
|
|
74
75
|
overflowContainerWidth: number;
|
|
75
76
|
scrollable?: NodeList | undefined;
|
|
76
77
|
diff?: number | undefined;
|
|
78
|
+
visibilityManager?: import("../../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
77
79
|
state: {
|
|
78
80
|
showLeftShadow: boolean;
|
|
79
81
|
showRightShadow: boolean;
|
|
@@ -3,5 +3,5 @@ import type { BreakoutMode } from '../types';
|
|
|
3
3
|
type props = {
|
|
4
4
|
layout: BreakoutMode;
|
|
5
5
|
};
|
|
6
|
-
export declare const ResizerBreakoutModeLabel: ({ layout:
|
|
6
|
+
export declare const ResizerBreakoutModeLabel: ({ layout: breakoutLayout }: props) => "" | React.JSX.Element | null;
|
|
7
7
|
export {};
|
|
@@ -24,6 +24,7 @@ export default function overflowShadow<P>(Component: React.ComponentType<React.P
|
|
|
24
24
|
overflowContainerWidth: number;
|
|
25
25
|
scrollable?: NodeList | undefined;
|
|
26
26
|
diff?: number | undefined;
|
|
27
|
+
visibilityManager?: import("../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
27
28
|
state: {
|
|
28
29
|
showLeftShadow: boolean;
|
|
29
30
|
showRightShadow: boolean;
|
|
@@ -63,6 +64,7 @@ export default function overflowShadow<P>(Component: React.ComponentType<React.P
|
|
|
63
64
|
overflowContainerWidth: number;
|
|
64
65
|
scrollable?: NodeList | undefined;
|
|
65
66
|
diff?: number | undefined;
|
|
67
|
+
visibilityManager?: import("../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
66
68
|
state: {
|
|
67
69
|
showLeftShadow: boolean;
|
|
68
70
|
showRightShadow: boolean;
|
|
@@ -22,6 +22,7 @@ export type ActiveSessionEventAttributes = {
|
|
|
22
22
|
safeInsertCount: number;
|
|
23
23
|
};
|
|
24
24
|
contentSizeChanged: number;
|
|
25
|
+
toolbarDocking?: 'top' | 'none';
|
|
25
26
|
};
|
|
26
27
|
export type ActiveSessionEventAEP = TrackAEP<ACTION.ENDED, ACTION_SUBJECT.ACTIVITY_SESSION, ACTION_SUBJECT_ID.ACTIVITY, ActiveSessionEventAttributes, undefined>;
|
|
27
28
|
export type ActiveSessionEventPayload = ActiveSessionEventAEP;
|
|
@@ -363,6 +363,7 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
363
363
|
EXTENSION_BLOCK = "extension",
|
|
364
364
|
EXTENSION_BODIED = "bodiedExtension",
|
|
365
365
|
EXTENSION_INLINE = "inlineExtension",
|
|
366
|
+
FLOATING_TOOLBAR_OVERFLOW = "floatingToolbarOverflow",
|
|
366
367
|
FORMAT_BACKGROUND_COLOR = "backgroundColor",
|
|
367
368
|
FORMAT_BLOCK_QUOTE = "blockQuote",
|
|
368
369
|
FORMAT_CLEAR = "clearFormatting",
|
|
@@ -25,6 +25,7 @@ import type { EngagementPlatformEventPayload } from './engagement-platform-event
|
|
|
25
25
|
import type { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, CONTENT_COMPONENT, FLOATING_CONTROLS_TITLE, INPUT_METHOD } from './enums';
|
|
26
26
|
import type { ExtensionEventPayload } from './extension-events';
|
|
27
27
|
import type { FindReplaceEventPayload } from './find-replace-events';
|
|
28
|
+
import type { FloatingToolbarOverflowEventPayload } from './floating-toolbar-overflow-events';
|
|
28
29
|
import type { FormatEventPayload } from './format-events';
|
|
29
30
|
import type { GeneralEventPayload } from './general-events';
|
|
30
31
|
import type { HighlightActionsEventPayload } from './highlight-actions-menu-events';
|
|
@@ -61,7 +62,7 @@ export type SimplifiedNode = {
|
|
|
61
62
|
marks?: string[];
|
|
62
63
|
content?: SimplifiedNode[];
|
|
63
64
|
};
|
|
64
|
-
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | TextColorEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | VisitedLinkAEP | ViewEventPayload | MediaUploadEventPayload | MentionEventPayload | EngagementPlatformEventPayload | NestedTableActionsEventPayload | AICommandPaletteEventPayload | AIDefinitionsEventPayload | AIEventPayload | AIProactiveEventPayload | AIUnifiedEventPayload | BreakoutEventPayload | ActiveSessionEventPayload | AIInlineSuggestionPayload | SelectionExtensionEventPayload | TelepointerClickPayload | SelectionToolbarEventPayload | AlignmentEventPayload | UndoRedoAEP | OfflineEditingEventPayload | NcsSessionStepEventAEP;
|
|
65
|
+
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | TextColorEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | VisitedLinkAEP | ViewEventPayload | MediaUploadEventPayload | MentionEventPayload | EngagementPlatformEventPayload | NestedTableActionsEventPayload | AICommandPaletteEventPayload | AIDefinitionsEventPayload | AIEventPayload | AIProactiveEventPayload | AIUnifiedEventPayload | BreakoutEventPayload | ActiveSessionEventPayload | AIInlineSuggestionPayload | SelectionExtensionEventPayload | TelepointerClickPayload | SelectionToolbarEventPayload | AlignmentEventPayload | UndoRedoAEP | OfflineEditingEventPayload | NcsSessionStepEventAEP | FloatingToolbarOverflowEventPayload;
|
|
65
66
|
type CustomPanelEventPayload = TrackAEP<ACTION.CHANGED_BACKGROUND_COLOR | ACTION.CHANGED_ICON | ACTION.REMOVE_ICON, ACTION_SUBJECT.PANEL, ACTION_SUBJECT_ID.PANEL, {
|
|
66
67
|
previousColor: string;
|
|
67
68
|
newColor: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID } from './enums';
|
|
2
|
+
import type { UIAEP } from './utils';
|
|
3
|
+
type FloatingToolbarOverflowActionType = ACTION.CLICKED;
|
|
4
|
+
type FloatingToolbarOverflowSubjectType = ACTION_SUBJECT.BUTTON;
|
|
5
|
+
type FloatingToolbarOverflowSubjectIdType = ACTION_SUBJECT_ID.FLOATING_TOOLBAR_OVERFLOW;
|
|
6
|
+
type FloatingToolbarOverflowAttributeType = {
|
|
7
|
+
editorContentMode?: 'edit' | 'view';
|
|
8
|
+
};
|
|
9
|
+
type FloatingToolbarOverflowUIAEP = UIAEP<FloatingToolbarOverflowActionType, FloatingToolbarOverflowSubjectType, FloatingToolbarOverflowSubjectIdType, FloatingToolbarOverflowAttributeType, undefined>;
|
|
10
|
+
export type FloatingToolbarOverflowEventPayload = FloatingToolbarOverflowUIAEP;
|
|
11
|
+
export {};
|
|
@@ -35,6 +35,7 @@ declare const _default: {
|
|
|
35
35
|
overflowContainerWidth: number;
|
|
36
36
|
scrollable?: NodeList | undefined;
|
|
37
37
|
diff?: number | undefined;
|
|
38
|
+
visibilityManager?: import("../../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
38
39
|
state: {
|
|
39
40
|
showLeftShadow: boolean;
|
|
40
41
|
showRightShadow: boolean;
|
|
@@ -74,6 +75,7 @@ declare const _default: {
|
|
|
74
75
|
overflowContainerWidth: number;
|
|
75
76
|
scrollable?: NodeList | undefined;
|
|
76
77
|
diff?: number | undefined;
|
|
78
|
+
visibilityManager?: import("../../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
77
79
|
state: {
|
|
78
80
|
showLeftShadow: boolean;
|
|
79
81
|
showRightShadow: boolean;
|
|
@@ -3,5 +3,5 @@ import type { BreakoutMode } from '../types';
|
|
|
3
3
|
type props = {
|
|
4
4
|
layout: BreakoutMode;
|
|
5
5
|
};
|
|
6
|
-
export declare const ResizerBreakoutModeLabel: ({ layout:
|
|
6
|
+
export declare const ResizerBreakoutModeLabel: ({ layout: breakoutLayout }: props) => "" | React.JSX.Element | null;
|
|
7
7
|
export {};
|
|
@@ -24,6 +24,7 @@ export default function overflowShadow<P>(Component: React.ComponentType<React.P
|
|
|
24
24
|
overflowContainerWidth: number;
|
|
25
25
|
scrollable?: NodeList | undefined;
|
|
26
26
|
diff?: number | undefined;
|
|
27
|
+
visibilityManager?: import("../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
27
28
|
state: {
|
|
28
29
|
showLeftShadow: boolean;
|
|
29
30
|
showRightShadow: boolean;
|
|
@@ -63,6 +64,7 @@ export default function overflowShadow<P>(Component: React.ComponentType<React.P
|
|
|
63
64
|
overflowContainerWidth: number;
|
|
64
65
|
scrollable?: NodeList | undefined;
|
|
65
66
|
diff?: number | undefined;
|
|
67
|
+
visibilityManager?: import("../../node-visibility/node-visibility-manager").NodeVisibilityManager | undefined;
|
|
66
68
|
state: {
|
|
67
69
|
showLeftShadow: boolean;
|
|
68
70
|
showRightShadow: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "106.
|
|
3
|
+
"version": "106.6.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"@atlaskit/task-decision": "^19.2.0",
|
|
171
171
|
"@atlaskit/textfield": "^8.0.0",
|
|
172
172
|
"@atlaskit/theme": "^18.0.0",
|
|
173
|
-
"@atlaskit/tmp-editor-statsig": "^6.
|
|
173
|
+
"@atlaskit/tmp-editor-statsig": "^6.2.0",
|
|
174
174
|
"@atlaskit/tokens": "^5.1.0",
|
|
175
175
|
"@atlaskit/tooltip": "^20.3.0",
|
|
176
176
|
"@atlaskit/width-detector": "^5.0.0",
|