@atlaskit/editor-plugin-help-dialog 1.9.12 → 1.9.13

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,11 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 1.9.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.9.12
4
10
 
5
11
  ### Patch Changes
@@ -41,7 +41,7 @@ var ModalHeader = (0, _reactIntlNext.injectIntl)(function (_ref) {
41
41
  color: "currentColor",
42
42
  spacing: "spacious"
43
43
  })
44
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
44
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/no-unsafe-style-overrides -- Ignored via go/DSP-18766
45
45
  ,
46
46
  css: _styles.toolbarButton
47
47
  })))
@@ -36,7 +36,7 @@ const ModalHeader = injectIntl(({
36
36
  color: "currentColor",
37
37
  spacing: "spacious"
38
38
  })
39
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
39
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/no-unsafe-style-overrides -- Ignored via go/DSP-18766
40
40
  ,
41
41
  css: toolbarButton
42
42
  })))
@@ -33,7 +33,7 @@ var ModalHeader = injectIntl(function (_ref) {
33
33
  color: "currentColor",
34
34
  spacing: "spacious"
35
35
  })
36
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
36
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/no-unsafe-style-overrides -- Ignored via go/DSP-18766
37
37
  ,
38
38
  css: toolbarButton
39
39
  })))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "1.9.12",
3
+ "version": "1.9.13",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/editor-common": "^98.0.0",
34
+ "@atlaskit/editor-common": "^99.0.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
36
36
  "@atlaskit/editor-plugin-quick-insert": "^1.8.0",
37
37
  "@atlaskit/editor-prosemirror": "6.2.1",
38
38
  "@atlaskit/editor-shared-styles": "^3.2.0",
39
39
  "@atlaskit/heading": "^4.0.0",
40
- "@atlaskit/icon": "^23.1.0",
41
- "@atlaskit/modal-dialog": "^12.18.0",
40
+ "@atlaskit/icon": "^23.3.0",
41
+ "@atlaskit/modal-dialog": "^12.19.0",
42
42
  "@atlaskit/primitives": "^13.3.0",
43
43
  "@atlaskit/theme": "^14.0.0",
44
- "@atlaskit/tokens": "^2.5.0",
44
+ "@atlaskit/tokens": "^3.0.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",
47
47
  "react-intl-next": "npm:react-intl@^5.18.1",