@atlaskit/editor-plugin-toolbar 3.4.11 → 3.4.12

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-toolbar
2
2
 
3
+ ## 3.4.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [`34ebbcd3440c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/34ebbcd3440c2) -
8
+ NO-ISSUE Split by action subject id for experience tracking
9
+ - Updated dependencies
10
+
3
11
  ## 3.4.11
4
12
 
5
13
  ### Patch Changes
@@ -41,7 +41,8 @@ var getSelectionToolbarOpenExperiencePlugin = exports.getSelectionToolbarOpenExp
41
41
  }
42
42
  return targetEl;
43
43
  };
44
- var experience = new _experiences.Experience('selection-toolbar-open', {
44
+ var experience = new _experiences.Experience('toolbar-open', {
45
+ actionSubjectId: 'selection-toolbar',
45
46
  dispatchAnalyticsEvent: dispatchAnalyticsEvent,
46
47
  checks: [new _experiences.ExperienceCheckTimeout({
47
48
  durationMs: 1000,
@@ -34,7 +34,8 @@ export const getSelectionToolbarOpenExperiencePlugin = ({
34
34
  }
35
35
  return targetEl;
36
36
  };
37
- const experience = new Experience('selection-toolbar-open', {
37
+ const experience = new Experience('toolbar-open', {
38
+ actionSubjectId: 'selection-toolbar',
38
39
  dispatchAnalyticsEvent,
39
40
  checks: [new ExperienceCheckTimeout({
40
41
  durationMs: 1000,
@@ -34,7 +34,8 @@ export var getSelectionToolbarOpenExperiencePlugin = function getSelectionToolba
34
34
  }
35
35
  return targetEl;
36
36
  };
37
- var experience = new Experience('selection-toolbar-open', {
37
+ var experience = new Experience('toolbar-open', {
38
+ actionSubjectId: 'selection-toolbar',
38
39
  dispatchAnalyticsEvent: dispatchAnalyticsEvent,
39
40
  checks: [new ExperienceCheckTimeout({
40
41
  durationMs: 1000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar",
3
- "version": "3.4.11",
3
+ "version": "3.4.12",
4
4
  "description": "Toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",