@atlaskit/editor-plugin-help-dialog 8.0.9 → 8.0.11

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,17 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 8.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.9
4
16
 
5
17
  ### Patch Changes
@@ -27,6 +27,7 @@ var ModalFooter = function ModalFooter() {
27
27
  // Ignored via go/ees005
28
28
  // eslint-disable-next-line react/jsx-props-no-spreading
29
29
  , (0, _extends2.default)({}, _messages.helpDialogMessages.helpDialogTips, {
30
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
30
31
  values: {
31
32
  keyMap: (0, _utils.getComponentFromKeymap)(_keymaps.openHelp)
32
33
  }
@@ -18,6 +18,7 @@ jsx("div", {
18
18
  // Ignored via go/ees005
19
19
  // eslint-disable-next-line react/jsx-props-no-spreading
20
20
  , _extends({}, messages.helpDialogTips, {
21
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
21
22
  values: {
22
23
  keyMap: getComponentFromKeymap(openHelp)
23
24
  }
@@ -19,6 +19,7 @@ var ModalFooter = function ModalFooter() {
19
19
  // Ignored via go/ees005
20
20
  // eslint-disable-next-line react/jsx-props-no-spreading
21
21
  , _extends({}, messages.helpDialogTips, {
22
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
22
23
  values: {
23
24
  keyMap: getComponentFromKeymap(openHelp)
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "8.0.9",
3
+ "version": "8.0.11",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/primitives": "^18.0.0",
41
41
  "@atlaskit/theme": "^22.0.0",
42
- "@atlaskit/tmp-editor-statsig": "^42.0.0",
42
+ "@atlaskit/tmp-editor-statsig": "^44.0.0",
43
43
  "@atlaskit/tokens": "^11.1.0",
44
44
  "@atlaskit/tooltip": "^21.0.0",
45
45
  "@babel/runtime": "^7.0.0",