@atlaskit/editor-plugin-expand 17.0.9 → 17.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +15 -15
  3. package/report.api.md +0 -92
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 17.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`bd2c5b0112185`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd2c5b0112185) -
14
+ Remove stale API report artifacts from published Platform packages.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 17.0.9
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "17.0.9",
3
+ "version": "17.1.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -22,37 +22,37 @@
22
22
  "atlaskit:src": "src/index.ts",
23
23
  "dependencies": {
24
24
  "@atlaskit/adf-schema": "^57.2.0",
25
- "@atlaskit/button": "^25.2.0",
26
- "@atlaskit/editor-plugin-analytics": "^16.0.0",
27
- "@atlaskit/editor-plugin-block-controls": "^17.2.0",
25
+ "@atlaskit/button": "^25.3.0",
26
+ "@atlaskit/editor-plugin-analytics": "^16.1.0",
27
+ "@atlaskit/editor-plugin-block-controls": "^17.3.0",
28
28
  "@atlaskit/editor-plugin-block-menu": "^15.0.0",
29
- "@atlaskit/editor-plugin-decorations": "^16.0.0",
30
- "@atlaskit/editor-plugin-editor-disabled": "^16.0.0",
29
+ "@atlaskit/editor-plugin-decorations": "^16.1.0",
30
+ "@atlaskit/editor-plugin-editor-disabled": "^16.1.0",
31
31
  "@atlaskit/editor-plugin-editor-viewmode": "^18.0.0",
32
32
  "@atlaskit/editor-plugin-limited-mode": "^13.0.0",
33
33
  "@atlaskit/editor-plugin-local-id": "^14.0.0",
34
- "@atlaskit/editor-plugin-selection": "^16.0.0",
34
+ "@atlaskit/editor-plugin-selection": "^16.1.0",
35
35
  "@atlaskit/editor-plugin-selection-marker": "^16.0.0",
36
36
  "@atlaskit/editor-prosemirror": "^8.0.0",
37
- "@atlaskit/editor-shared-styles": "^4.0.0",
38
- "@atlaskit/editor-tables": "^3.0.0",
37
+ "@atlaskit/editor-shared-styles": "^4.1.0",
38
+ "@atlaskit/editor-tables": "^3.1.0",
39
39
  "@atlaskit/editor-toolbar": "^2.6.0",
40
40
  "@atlaskit/editor-ui-control-model": "^2.9.0",
41
- "@atlaskit/icon": "^37.5.0",
41
+ "@atlaskit/icon": "^37.6.0",
42
42
  "@atlaskit/icon-lab": "^7.7.0",
43
43
  "@atlaskit/platform-feature-experiments": "^0.3.0",
44
- "@atlaskit/platform-feature-flags": "^2.1.0",
44
+ "@atlaskit/platform-feature-flags": "^2.2.0",
45
45
  "@atlaskit/prosemirror-history": "^1.2.0",
46
- "@atlaskit/tmp-editor-statsig": "^168.0.0",
47
- "@atlaskit/tokens": "^16.9.0",
48
- "@atlaskit/tooltip": "^24.2.0",
46
+ "@atlaskit/tmp-editor-statsig": "^169.0.0",
47
+ "@atlaskit/tokens": "^16.10.0",
48
+ "@atlaskit/tooltip": "^24.3.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
51
51
  "uuid": "^3.1.0",
52
52
  "w3c-keyname": "^2.1.8"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/editor-common": "^120.7.0",
55
+ "@atlaskit/editor-common": "^120.10.0",
56
56
  "react": "^18.2.0 || ^19.2.0",
57
57
  "react-dom": "^18.2.0 || ^19.2.0",
58
58
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
package/report.api.md DELETED
@@ -1,92 +0,0 @@
1
- <!-- API Report Version: 2.3 -->
2
-
3
- ## API Report File for "@atlaskit/editor-plugin-expand"
4
-
5
- > Do not edit this file. This report is auto-generated using
6
- > [API Extractor](https://api-extractor.com/).
7
- > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
8
-
9
- ### Table of contents
10
-
11
- - [Main Entry Types](#main-entry-types)
12
- - [Peer Dependencies](#peer-dependencies)
13
-
14
- ### Main Entry Types
15
-
16
- <!--SECTION START: Main Entry Types-->
17
-
18
- ```ts
19
- import type { AnalyticsPlugin } from '@atlaskit/editor-plugin-analytics';
20
- import type { Command } from '@atlaskit/editor-common/types';
21
- import type { DecorationsPlugin } from '@atlaskit/editor-plugin-decorations';
22
- import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
23
- import type { EditorAppearance } from '@atlaskit/editor-common/types';
24
- import type { FeatureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
25
- import type { LongPressSelectionPluginOptions } from '@atlaskit/editor-common/types';
26
- import type { NextEditorPlugin } from '@atlaskit/editor-common/types';
27
- import type { OptionalPlugin } from '@atlaskit/editor-common/types';
28
- import type { SelectionPlugin } from '@atlaskit/editor-plugin-selection';
29
-
30
- // @public (undocumented)
31
- export type ExpandPlugin = NextEditorPlugin<
32
- 'expand',
33
- {
34
- pluginConfiguration: ExpandPluginOptions_2 | undefined;
35
- dependencies: [
36
- OptionalPlugin<FeatureFlagsPlugin>,
37
- DecorationsPlugin,
38
- SelectionPlugin,
39
- OptionalPlugin<AnalyticsPlugin>,
40
- ];
41
- actions: {
42
- insertExpand: ReturnType<typeof insertExpand>;
43
- };
44
- }
45
- >;
46
-
47
- // @public (undocumented)
48
- export const expandPlugin: ExpandPlugin;
49
-
50
- // @public (undocumented)
51
- export interface ExpandPluginOptions extends LongPressSelectionPluginOptions {
52
- // (undocumented)
53
- allowInsertion?: boolean;
54
- // (undocumented)
55
- appearance?: EditorAppearance;
56
- }
57
-
58
- // @public (undocumented)
59
- interface ExpandPluginOptions_2 extends LongPressSelectionPluginOptions {
60
- // (undocumented)
61
- allowInsertion?: boolean;
62
- // (undocumented)
63
- appearance?: EditorAppearance;
64
- }
65
-
66
- // @public (undocumented)
67
- export interface ExpandPluginState {
68
- // (undocumented)
69
- expandRef?: HTMLDivElement | null;
70
- }
71
-
72
- // @public (undocumented)
73
- const insertExpand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => Command;
74
-
75
- // (No @packageDocumentation comment for this package)
76
- ```
77
-
78
- <!--SECTION END: Main Entry Types-->
79
-
80
- ### Peer Dependencies
81
-
82
- <!--SECTION START: Peer Dependencies-->
83
-
84
- ```json
85
- {
86
- "react": "^16.8.0",
87
- "react-dom": "^16.8.0",
88
- "react-intl": "npm:react-intl@^5.18.1"
89
- }
90
- ```
91
-
92
- <!--SECTION END: Peer Dependencies-->