@atlaskit/editor-plugin-loom 5.0.1 → 5.1.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,23 @@
1
1
  # @atlaskit/editor-plugin-loom
2
2
 
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
14
+ [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
15
+ Exported missing types that were already being inferred from existing exports
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 5.0.1
4
22
 
5
23
  ### Patch Changes
@@ -1,4 +1,4 @@
1
1
  export { loomPlugin } from './loomPlugin';
2
2
  export type { LoomPlugin } from './loomPluginType';
3
3
  export type { LoomPluginState } from './pm-plugins/main';
4
- export type { LoomPluginOptions, LoomPluginOptionsWithProvider, LoomPluginOptionsWithoutProvider, LoomProviderOptions, VideoMeta, GetClient, GetClientResult, LoomPluginErrorMessages, LoomSDKErrorMessages, ButtonComponentProps, ButtonComponent, RenderButton, } from './types';
4
+ export type { LoomPluginOptions, LoomPluginOptionsWithProvider, LoomPluginOptionsWithoutProvider, LoomProviderOptions, VideoMeta, GetClient, GetClientResult, LoomPluginErrorMessages, LoomSDKErrorMessages, ButtonComponentProps, ButtonComponent, RenderButton, PositionType, } from './types';
@@ -1,4 +1,4 @@
1
1
  export { loomPlugin } from './loomPlugin';
2
2
  export type { LoomPlugin } from './loomPluginType';
3
3
  export type { LoomPluginState } from './pm-plugins/main';
4
- export type { LoomPluginOptions, LoomPluginOptionsWithProvider, LoomPluginOptionsWithoutProvider, LoomProviderOptions, VideoMeta, GetClient, GetClientResult, LoomPluginErrorMessages, LoomSDKErrorMessages, ButtonComponentProps, ButtonComponent, RenderButton, } from './types';
4
+ export type { LoomPluginOptions, LoomPluginOptionsWithProvider, LoomPluginOptionsWithoutProvider, LoomProviderOptions, VideoMeta, GetClient, GetClientResult, LoomPluginErrorMessages, LoomSDKErrorMessages, ButtonComponentProps, ButtonComponent, RenderButton, PositionType, } from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "5.0.1",
3
+ "version": "5.1.1",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,35 +35,35 @@
35
35
  ".": "./src/index.ts"
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/button": "^23.2.0",
38
+ "@atlaskit/button": "^23.3.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
40
- "@atlaskit/editor-plugin-hyperlink": "^5.0.0",
41
- "@atlaskit/editor-plugin-primary-toolbar": "^4.0.0",
40
+ "@atlaskit/editor-plugin-hyperlink": "^5.2.0",
41
+ "@atlaskit/editor-plugin-primary-toolbar": "^4.1.0",
42
42
  "@atlaskit/editor-plugin-quick-insert": "^3.0.0",
43
43
  "@atlaskit/editor-plugin-width": "^4.0.0",
44
44
  "@atlaskit/editor-prosemirror": "7.0.0",
45
- "@atlaskit/icon": "^27.3.0",
45
+ "@atlaskit/icon": "^27.9.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
- "@atlaskit/tokens": "^5.4.0",
47
+ "@atlaskit/tokens": "^6.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "@loomhq/record-sdk": "^2.36.18"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/editor-common": "^107.7.0",
53
+ "@atlaskit/editor-common": "^107.16.0",
54
54
  "react": "^18.2.0",
55
55
  "react-dom": "^18.2.0",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@atlaskit/editor-plugin-base": "^4.0.0",
60
- "@atlaskit/editor-plugin-card": "^7.0.0",
59
+ "@atlaskit/editor-plugin-base": "^4.1.0",
60
+ "@atlaskit/editor-plugin-card": "^7.2.0",
61
61
  "@atlaskit/editor-plugin-copy-button": "^3.0.0",
62
62
  "@atlaskit/editor-plugin-decorations": "^3.0.0",
63
63
  "@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
64
64
  "@atlaskit/editor-plugin-feature-flags": "^2.0.0",
65
- "@atlaskit/editor-plugin-floating-toolbar": "^5.0.0",
66
- "@atlaskit/editor-plugin-grid": "^3.0.0",
65
+ "@atlaskit/editor-plugin-floating-toolbar": "^5.1.0",
66
+ "@atlaskit/editor-plugin-grid": "^3.1.0",
67
67
  "@testing-library/react": "^13.4.0",
68
68
  "@testing-library/user-event": "^14.4.3",
69
69
  "raf-stub": "^2.0.1",