@atlaskit/editor-plugin-extension 5.0.5 → 5.0.6

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,14 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 5.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#126792](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126792)
8
+ [`ac38e3b73e5ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ac38e3b73e5ab) -
9
+ add interactionName to Spinner
10
+ - Updated dependencies
11
+
3
12
  ## 5.0.5
4
13
 
5
14
  ### Patch Changes
@@ -23,7 +23,8 @@ var LoadingState = function LoadingState() {
23
23
  css: spinnerWrapperStyles,
24
24
  "data-testid": "ConfigPanelLoading"
25
25
  }, (0, _react.jsx)(_spinner.default, {
26
- size: "small"
26
+ size: "small",
27
+ interactionName: "config-panel-spinner"
27
28
  }));
28
29
  };
29
30
  var _default = exports.default = LoadingState;
@@ -14,6 +14,7 @@ const LoadingState = () => jsx("div", {
14
14
  css: spinnerWrapperStyles,
15
15
  "data-testid": "ConfigPanelLoading"
16
16
  }, jsx(Spinner, {
17
- size: "small"
17
+ size: "small",
18
+ interactionName: "config-panel-spinner"
18
19
  }));
19
20
  export default LoadingState;
@@ -15,7 +15,8 @@ var LoadingState = function LoadingState() {
15
15
  css: spinnerWrapperStyles,
16
16
  "data-testid": "ConfigPanelLoading"
17
17
  }, jsx(Spinner, {
18
- size: "small"
18
+ size: "small",
19
+ interactionName: "config-panel-spinner"
19
20
  }));
20
21
  };
21
22
  export default LoadingState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,9 +32,9 @@
32
32
  "@atlaskit/button": "^21.1.0",
33
33
  "@atlaskit/checkbox": "^17.0.0",
34
34
  "@atlaskit/datetime-picker": "^16.1.0",
35
- "@atlaskit/editor-common": "^102.4.0",
35
+ "@atlaskit/editor-common": "^102.7.0",
36
36
  "@atlaskit/editor-json-transformer": "^8.24.0",
37
- "@atlaskit/editor-plugin-analytics": "^2.1.0",
37
+ "@atlaskit/editor-plugin-analytics": "^2.2.0",
38
38
  "@atlaskit/editor-plugin-context-identifier": "^2.0.0",
39
39
  "@atlaskit/editor-plugin-context-panel": "^4.0.0",
40
40
  "@atlaskit/editor-plugin-decorations": "^2.0.0",
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/theme": "^18.0.0",
61
61
  "@atlaskit/tmp-editor-statsig": "^3.6.0",
62
62
  "@atlaskit/toggle": "^15.0.0",
63
- "@atlaskit/tokens": "^4.4.0",
63
+ "@atlaskit/tokens": "^4.5.0",
64
64
  "@atlaskit/tooltip": "^20.0.0",
65
65
  "@babel/runtime": "^7.0.0",
66
66
  "@emotion/react": "^11.7.1",