@atlaskit/editor-common 116.14.0 → 116.15.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 +29 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/emoji.js +3 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/emoji.js +3 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/emoji.js +3 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/ai-suggestions-events.d.ts +1 -1
- package/dist/types/styles/shared/emoji.d.ts +1 -0
- package/package.json +37 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 116.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 116.14.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [`cbbe739baad29`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cbbe739baad29) -
|
|
26
|
+
Fire viewed analytics when opening suggested edits from the completion bar Added new 'statusBar'
|
|
27
|
+
value for interaction point type
|
|
28
|
+
- [`6563ceb049527`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6563ceb049527) -
|
|
29
|
+
Add selected-state styling for unicode emoji in the editor.
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
|
|
3
32
|
## 116.14.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
|
@@ -28,7 +28,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
|
|
|
28
28
|
var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
|
|
29
29
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
30
30
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
31
|
-
var packageVersion = "116.
|
|
31
|
+
var packageVersion = "116.14.1";
|
|
32
32
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
33
33
|
// Remove URL as it has UGC
|
|
34
34
|
// Ignored via go/ees007
|
|
@@ -16,5 +16,7 @@ var EmojiSharedCssClassName = exports.EmojiSharedCssClassName = {
|
|
|
16
16
|
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
17
17
|
EMOJI_IMAGE: _emoji.emojiImage,
|
|
18
18
|
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
19
|
-
EMOJI_PLACEHOLDER: _emoji.emojiPlaceholder
|
|
19
|
+
EMOJI_PLACEHOLDER: _emoji.emojiPlaceholder,
|
|
20
|
+
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
21
|
+
EMOJI_UNICODE: 'emoji-common-emoji-unicode'
|
|
20
22
|
};
|
|
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
24
24
|
* @jsx jsx
|
|
25
25
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "116.
|
|
27
|
+
var packageVersion = "116.14.1";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -14,7 +14,7 @@ const NETWORK_FAILURE_REGEX = /^network failure/i;
|
|
|
14
14
|
const RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
|
|
15
15
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
16
16
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
17
|
-
const packageVersion = "116.
|
|
17
|
+
const packageVersion = "116.14.1";
|
|
18
18
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
19
19
|
// Remove URL as it has UGC
|
|
20
20
|
// Ignored via go/ees007
|
|
@@ -11,5 +11,7 @@ export const EmojiSharedCssClassName = {
|
|
|
11
11
|
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
12
12
|
EMOJI_IMAGE: emojiImage,
|
|
13
13
|
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
14
|
-
EMOJI_PLACEHOLDER: emojiPlaceholder
|
|
14
|
+
EMOJI_PLACEHOLDER: emojiPlaceholder,
|
|
15
|
+
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
16
|
+
EMOJI_UNICODE: 'emoji-common-emoji-unicode'
|
|
15
17
|
};
|
|
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
14
14
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
15
|
import Layer from '../Layer';
|
|
16
16
|
const packageName = "@atlaskit/editor-common";
|
|
17
|
-
const packageVersion = "116.
|
|
17
|
+
const packageVersion = "116.14.1";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -20,7 +20,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
|
|
|
20
20
|
var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
|
|
21
21
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
22
22
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
23
|
-
var packageVersion = "116.
|
|
23
|
+
var packageVersion = "116.14.1";
|
|
24
24
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
25
25
|
// Remove URL as it has UGC
|
|
26
26
|
// Ignored via go/ees007
|
|
@@ -11,5 +11,7 @@ export var EmojiSharedCssClassName = {
|
|
|
11
11
|
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
12
12
|
EMOJI_IMAGE: emojiImage,
|
|
13
13
|
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
14
|
-
EMOJI_PLACEHOLDER: emojiPlaceholder
|
|
14
|
+
EMOJI_PLACEHOLDER: emojiPlaceholder,
|
|
15
|
+
// eslint-disable-next-line @atlaskit/editor/no-re-export
|
|
16
|
+
EMOJI_UNICODE: 'emoji-common-emoji-unicode'
|
|
15
17
|
};
|
|
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import Layer from '../Layer';
|
|
23
23
|
var packageName = "@atlaskit/editor-common";
|
|
24
|
-
var packageVersion = "116.
|
|
24
|
+
var packageVersion = "116.14.1";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ACTION, ACTION_SUBJECT } from './enums';
|
|
2
2
|
import type { OperationalAEP, TrackAEP } from './utils';
|
|
3
3
|
export type AiSuggestionsEntryPoint = 'primaryToolbar' | 'commentsEmptyState';
|
|
4
|
-
export type AiSuggestionInteractionPoint = 'sidebar' | 'card';
|
|
4
|
+
export type AiSuggestionInteractionPoint = 'sidebar' | 'card' | 'statusBar';
|
|
5
5
|
type NoDiffSuggestionAEP = OperationalAEP<ACTION.NO_DIFF_FOUND, ACTION_SUBJECT.AI_SUGGESTIONS, undefined, {
|
|
6
6
|
suggestionType: string;
|
|
7
7
|
toolCalls: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "116.
|
|
3
|
+
"version": "116.15.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/"
|
|
@@ -32,58 +32,58 @@
|
|
|
32
32
|
"@atlaskit/adf-schema": "^56.0.0",
|
|
33
33
|
"@atlaskit/adf-utils": "^20.0.0",
|
|
34
34
|
"@atlaskit/afm-i18n-platform-editor-editor-common": "2.168.0",
|
|
35
|
-
"@atlaskit/analytics-listeners": "^11.
|
|
36
|
-
"@atlaskit/analytics-namespaced-context": "^8.
|
|
37
|
-
"@atlaskit/analytics-next": "^12.
|
|
35
|
+
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
36
|
+
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
37
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
38
38
|
"@atlaskit/atlassian-context": "^1.0.0",
|
|
39
|
-
"@atlaskit/browser-apis": "^1.
|
|
40
|
-
"@atlaskit/button": "^24.
|
|
39
|
+
"@atlaskit/browser-apis": "^1.1.0",
|
|
40
|
+
"@atlaskit/button": "^24.2.0",
|
|
41
41
|
"@atlaskit/codemod-utils": "^5.0.0",
|
|
42
42
|
"@atlaskit/css": "^1.0.0",
|
|
43
43
|
"@atlaskit/custom-steps": "^1.0.0",
|
|
44
|
-
"@atlaskit/dropdown-menu": "^17.
|
|
44
|
+
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
45
45
|
"@atlaskit/editor-json-transformer": "^9.0.0",
|
|
46
46
|
"@atlaskit/editor-palette": "^3.1.0",
|
|
47
47
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
48
48
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
49
49
|
"@atlaskit/editor-tables": "^3.0.0",
|
|
50
|
-
"@atlaskit/editor-toolbar": "^2.
|
|
51
|
-
"@atlaskit/editor-toolbar-model": "^1.
|
|
50
|
+
"@atlaskit/editor-toolbar": "^2.1.0",
|
|
51
|
+
"@atlaskit/editor-toolbar-model": "^1.1.0",
|
|
52
52
|
"@atlaskit/emoji": "^71.6.0",
|
|
53
|
-
"@atlaskit/icon": "^36.
|
|
54
|
-
"@atlaskit/link": "^4.
|
|
55
|
-
"@atlaskit/link-datasource": "^6.
|
|
56
|
-
"@atlaskit/link-picker": "^6.
|
|
57
|
-
"@atlaskit/media-card": "^81.
|
|
53
|
+
"@atlaskit/icon": "^36.1.0",
|
|
54
|
+
"@atlaskit/link": "^4.1.0",
|
|
55
|
+
"@atlaskit/link-datasource": "^6.1.0",
|
|
56
|
+
"@atlaskit/link-picker": "^6.2.0",
|
|
57
|
+
"@atlaskit/media-card": "^81.2.0",
|
|
58
58
|
"@atlaskit/media-client": "^37.1.0",
|
|
59
|
-
"@atlaskit/media-client-react": "^6.
|
|
60
|
-
"@atlaskit/media-common": "^14.
|
|
61
|
-
"@atlaskit/media-file-preview": "^1.
|
|
62
|
-
"@atlaskit/media-picker": "^72.
|
|
63
|
-
"@atlaskit/media-ui": "^30.
|
|
64
|
-
"@atlaskit/media-viewer": "^54.
|
|
65
|
-
"@atlaskit/mention": "^27.
|
|
66
|
-
"@atlaskit/menu": "^9.
|
|
67
|
-
"@atlaskit/object": "^2.
|
|
68
|
-
"@atlaskit/onboarding": "^15.
|
|
59
|
+
"@atlaskit/media-client-react": "^6.1.0",
|
|
60
|
+
"@atlaskit/media-common": "^14.2.0",
|
|
61
|
+
"@atlaskit/media-file-preview": "^1.1.0",
|
|
62
|
+
"@atlaskit/media-picker": "^72.1.0",
|
|
63
|
+
"@atlaskit/media-ui": "^30.5.0",
|
|
64
|
+
"@atlaskit/media-viewer": "^54.3.0",
|
|
65
|
+
"@atlaskit/mention": "^27.5.0",
|
|
66
|
+
"@atlaskit/menu": "^9.1.0",
|
|
67
|
+
"@atlaskit/object": "^2.1.0",
|
|
68
|
+
"@atlaskit/onboarding": "^15.1.0",
|
|
69
69
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
70
|
-
"@atlaskit/platform-feature-flags-react": "^1.
|
|
71
|
-
"@atlaskit/primitives": "^20.
|
|
72
|
-
"@atlaskit/profilecard": "^26.
|
|
70
|
+
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
71
|
+
"@atlaskit/primitives": "^20.1.0",
|
|
72
|
+
"@atlaskit/profilecard": "^26.4.0",
|
|
73
73
|
"@atlaskit/prosemirror-history": "^1.0.0",
|
|
74
74
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
75
|
-
"@atlaskit/react-ufo": "^7.
|
|
76
|
-
"@atlaskit/section-message": "^9.
|
|
77
|
-
"@atlaskit/smart-card": "^45.
|
|
75
|
+
"@atlaskit/react-ufo": "^7.3.0",
|
|
76
|
+
"@atlaskit/section-message": "^9.2.0",
|
|
77
|
+
"@atlaskit/smart-card": "^45.5.0",
|
|
78
78
|
"@atlaskit/smart-user-picker": "^11.0.0",
|
|
79
|
-
"@atlaskit/spinner": "^20.
|
|
80
|
-
"@atlaskit/task-decision": "^21.
|
|
81
|
-
"@atlaskit/teams-app-config": "^2.
|
|
82
|
-
"@atlaskit/textfield": "^9.
|
|
79
|
+
"@atlaskit/spinner": "^20.1.0",
|
|
80
|
+
"@atlaskit/task-decision": "^21.4.0",
|
|
81
|
+
"@atlaskit/teams-app-config": "^2.1.0",
|
|
82
|
+
"@atlaskit/textfield": "^9.1.0",
|
|
83
83
|
"@atlaskit/tmp-editor-statsig": "^114.0.0",
|
|
84
|
-
"@atlaskit/tokens": "^15.
|
|
85
|
-
"@atlaskit/tooltip": "^23.
|
|
86
|
-
"@atlaskit/width-detector": "^6.
|
|
84
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
85
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
86
|
+
"@atlaskit/width-detector": "^6.1.0",
|
|
87
87
|
"@babel/runtime": "^7.0.0",
|
|
88
88
|
"@compiled/react": "^0.20.0",
|
|
89
89
|
"@emotion/react": "^11.7.1",
|