@atlaskit/editor-plugin-loom 17.0.0 → 18.0.0

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,21 @@
1
1
  # @atlaskit/editor-plugin-loom
2
2
 
3
+ ## 18.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`656801b9e097c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/656801b9e097c) -
14
+ VOLTC-331 - Migrate updated package usage in platform/editor: rewrite barrel imports of
15
+ voltCompliant provider packages to deep/subpath imports (consumer-side debarrel). No public API
16
+ changes.
17
+ - Updated dependencies
18
+
3
19
  ## 17.0.0
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  import type React from 'react';
2
- import type { ButtonProps as AKButtonProps } from '@atlaskit/button';
2
+ import type { ButtonProps as AKButtonProps } from '@atlaskit/button/button';
3
3
  export type VideoMeta = {
4
4
  duration?: number;
5
5
  sharedUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "17.0.0",
3
+ "version": "18.0.0",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,34 +24,40 @@
24
24
  ],
25
25
  "atlaskit:src": "src/index.ts",
26
26
  "dependencies": {
27
- "@atlaskit/button": "^25.0.0",
28
- "@atlaskit/editor-plugin-analytics": "^15.0.0",
29
- "@atlaskit/editor-plugin-connectivity": "^15.0.0",
30
- "@atlaskit/editor-plugin-editor-viewmode": "^17.0.0",
31
- "@atlaskit/editor-plugin-hyperlink": "^17.0.0",
32
- "@atlaskit/editor-plugin-primary-toolbar": "^16.0.0",
33
- "@atlaskit/editor-plugin-quick-insert": "^15.0.0",
34
- "@atlaskit/editor-plugin-toolbar": "^12.0.0",
35
- "@atlaskit/editor-plugin-ui-control-registry": "^9.0.0",
36
- "@atlaskit/editor-plugin-width": "^16.0.0",
27
+ "@atlaskit/button": "^25.2.0",
28
+ "@atlaskit/editor-plugin-analytics": "^16.0.0",
29
+ "@atlaskit/editor-plugin-connectivity": "^16.0.0",
30
+ "@atlaskit/editor-plugin-editor-viewmode": "^18.0.0",
31
+ "@atlaskit/editor-plugin-hyperlink": "^18.0.0",
32
+ "@atlaskit/editor-plugin-primary-toolbar": "^17.0.0",
33
+ "@atlaskit/editor-plugin-quick-insert": "^16.0.0",
34
+ "@atlaskit/editor-plugin-toolbar": "^13.0.0",
35
+ "@atlaskit/editor-plugin-ui-control-registry": "^10.0.0",
36
+ "@atlaskit/editor-plugin-width": "^17.0.0",
37
37
  "@atlaskit/editor-prosemirror": "^8.0.0",
38
- "@atlaskit/editor-toolbar": "^2.4.0",
39
- "@atlaskit/editor-ui-control-model": "^2.6.0",
40
- "@atlaskit/icon": "^37.3.0",
38
+ "@atlaskit/editor-toolbar": "^2.6.0",
39
+ "@atlaskit/editor-ui-control-model": "^2.8.0",
40
+ "@atlaskit/icon": "^37.5.0",
41
41
  "@atlaskit/platform-feature-experiments": "^0.3.0",
42
42
  "@atlaskit/platform-feature-flags": "^2.1.0",
43
- "@atlaskit/tokens": "^16.7.0",
43
+ "@atlaskit/tokens": "^16.8.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1",
46
46
  "@loomhq/record-sdk": "^4.12.4"
47
47
  },
48
48
  "peerDependencies": {
49
- "@atlaskit/editor-common": "^119.0.0",
49
+ "@atlaskit/editor-common": "^120.0.0",
50
50
  "react": "^18.2.0 || ^19.2.0",
51
51
  "react-dom": "^18.2.0 || ^19.2.0",
52
52
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
53
53
  },
54
54
  "devDependencies": {
55
+ "@atlaskit/editor-core": "^225.0.0",
56
+ "@atlaskit/editor-plugin-type-ahead": "^17.0.0",
57
+ "@atlaskit/editor-plugins": "^16.1.0",
58
+ "@atlaskit/popup": "^6.2.0",
59
+ "@atlaskit/primitives": "^22.4.0",
60
+ "@atlaskit/spinner": "^20.3.0",
55
61
  "@testing-library/react": "^16.3.0",
56
62
  "@testing-library/user-event": "^14.4.3",
57
63
  "raf-stub": "^2.0.1",