@atlaskit/editor-plugin-analytics 14.0.5 → 15.0.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 +12 -0
- package/compass.yml +3 -3
- package/dist/cjs/pm-plugins/analytics-api/editor-state-context.js +2 -0
- package/dist/es2019/pm-plugins/analytics-api/editor-state-context.js +2 -0
- package/dist/esm/pm-plugins/analytics-api/editor-state-context.js +2 -0
- package/package.json +5 -10
package/CHANGELOG.md
CHANGED
package/compass.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
configVersion: 1
|
|
2
2
|
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/b7fe3734-e10f-4200-855e-56c248492186
|
|
3
3
|
name: '@atlaskit/editor-plugin-analytics'
|
|
4
|
-
ownerId: ari:cloud:identity::team/
|
|
4
|
+
ownerId: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb # Editor Developers
|
|
5
5
|
labels:
|
|
6
6
|
- platform-code
|
|
7
7
|
- platform-afm
|
|
@@ -16,14 +16,14 @@ links:
|
|
|
16
16
|
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
17
|
- name: Slack Channel
|
|
18
18
|
type: CHAT_CHANNEL
|
|
19
|
-
url: https://atlassian.enterprise.slack.com/archives/
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFG3PSQ9E # #help-editor
|
|
20
20
|
- name: Editor Plugin Analytics
|
|
21
21
|
type: REPOSITORY
|
|
22
22
|
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-analytics
|
|
23
23
|
customFields:
|
|
24
24
|
- name: Department
|
|
25
25
|
type: text
|
|
26
|
-
value:
|
|
26
|
+
value: Editor Developers
|
|
27
27
|
- name: Trusted Reviewer Teams
|
|
28
28
|
type: text
|
|
29
29
|
value: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb
|
|
@@ -11,6 +11,8 @@ var _state = require("@atlaskit/editor-prosemirror/state");
|
|
|
11
11
|
var _utils = require("@atlaskit/editor-prosemirror/utils");
|
|
12
12
|
var _cellSelection = require("@atlaskit/editor-tables/cell-selection");
|
|
13
13
|
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
14
|
+
// oxlint-disable-next-line import/no-duplicates
|
|
15
|
+
|
|
14
16
|
function getSelectionType(selection) {
|
|
15
17
|
var _selection$constructo;
|
|
16
18
|
var type;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// oxlint-disable-next-line import/no-duplicates
|
|
2
|
+
|
|
1
3
|
import { ACTION, ACTION_SUBJECT, SELECTION_POSITION, SELECTION_TYPE } from '@atlaskit/editor-common/analytics';
|
|
2
4
|
import { findInsertLocation } from '@atlaskit/editor-common/utils/analytics';
|
|
3
5
|
import { NodeSelection } from '@atlaskit/editor-prosemirror/state';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// oxlint-disable-next-line import/no-duplicates
|
|
2
|
+
|
|
1
3
|
import { ACTION, ACTION_SUBJECT, SELECTION_POSITION, SELECTION_TYPE } from '@atlaskit/editor-common/analytics';
|
|
2
4
|
import { findInsertLocation } from '@atlaskit/editor-common/utils/analytics';
|
|
3
5
|
import { NodeSelection } from '@atlaskit/editor-prosemirror/state';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-analytics",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.1",
|
|
4
4
|
"description": "Analytics plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"atlaskit:src": "src/index.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@atlaskit/adf-schema": "^
|
|
22
|
+
"@atlaskit/adf-schema": "^57.0.0",
|
|
23
23
|
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
24
24
|
"@atlaskit/analytics-next": "^12.3.0",
|
|
25
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
25
|
+
"@atlaskit/editor-plugin-feature-flags": "^14.0.0",
|
|
26
26
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
27
27
|
"@atlaskit/editor-tables": "^3.0.0",
|
|
28
28
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
29
|
-
"@atlaskit/tmp-editor-statsig": "^147.
|
|
29
|
+
"@atlaskit/tmp-editor-statsig": "^147.1.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@atlaskit/editor-common": "^
|
|
33
|
+
"@atlaskit/editor-common": "^119.4.0",
|
|
34
34
|
"react": "^18.2.0 || ^19.2.0"
|
|
35
35
|
},
|
|
36
36
|
"techstack": {
|
|
@@ -66,11 +66,6 @@
|
|
|
66
66
|
]
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
"stricter": {
|
|
70
|
-
"no-unused-dependencies": {
|
|
71
|
-
"checkDevDependencies": true
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
69
|
"devDependencies": {
|
|
75
70
|
"react": "^19.2.0"
|
|
76
71
|
}
|