@atlaskit/editor-plugin-decorations 7.0.0 → 7.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-decorations
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0caee373bff2d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0caee373bff2d) -
8
+ Exported additional types to fix typescript portable annotation errors
9
+ - Updated dependencies
10
+
3
11
  ## 7.0.0
4
12
 
5
13
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  export { decorationsPlugin } from './decorationsPlugin';
2
- export type { DecorationsPlugin } from './decorationsPluginType';
2
+ export type { DecorationsPlugin, HoverDecorationProps, HoverDecorationCommand, } from './decorationsPluginType';
3
3
  export type { HoverDecorationHandler, DecorationState } from './pm-plugins/main';
@@ -1,3 +1,3 @@
1
1
  export { decorationsPlugin } from './decorationsPlugin';
2
- export type { DecorationsPlugin } from './decorationsPluginType';
2
+ export type { DecorationsPlugin, HoverDecorationProps, HoverDecorationCommand, } from './decorationsPluginType';
3
3
  export type { HoverDecorationHandler, DecorationState } from './pm-plugins/main';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-decorations",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Decorations plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@atlaskit/editor-prosemirror": "^7.2.0",
23
23
  "@atlaskit/editor-tables": "^2.9.0",
24
- "@atlaskit/tmp-editor-statsig": "^16.3.0",
25
- "@atlaskit/tokens": "^9.0.0",
24
+ "@atlaskit/tmp-editor-statsig": "^16.19.0",
25
+ "@atlaskit/tokens": "^9.1.0",
26
26
  "@babel/runtime": "^7.0.0"
27
27
  },
28
28
  "peerDependencies": {
29
- "@atlaskit/editor-common": "^111.0.0",
29
+ "@atlaskit/editor-common": "^111.8.0",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0"
32
32
  },