@atlaskit/editor-plugin-toolbar-lists-indentation 3.1.9 → 3.2.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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-toolbar-lists-indentation
|
|
2
2
|
|
|
3
|
+
## 3.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#139139](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139139)
|
|
8
|
+
[`7f6b665d778dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f6b665d778dd) -
|
|
9
|
+
[https://product-fabric.atlassian.net/browse/ED-27499](ED-27499) - the new
|
|
10
|
+
`@atlassian/confluence-presets` package with Confluence `full-page` preset is created
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 3.1.9
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { toolbarListsIndentationPlugin } from './toolbarListsIndentationPlugin';
|
|
2
|
-
export type { ToolbarListsIndentationPlugin } from './toolbarListsIndentationPluginType';
|
|
2
|
+
export type { ToolbarListsIndentationPlugin, ToolbarListsIndentationPluginOptions, } from './toolbarListsIndentationPluginType';
|
|
@@ -6,7 +6,7 @@ import type { ListPlugin } from '@atlaskit/editor-plugin-list';
|
|
|
6
6
|
import type { PrimaryToolbarPlugin } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
7
7
|
import type { SelectionToolbarPlugin } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
8
8
|
import type { TasksAndDecisionsPlugin } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
9
|
-
type
|
|
9
|
+
export type ToolbarListsIndentationPluginOptions = {
|
|
10
10
|
showIndentationButtons: boolean;
|
|
11
11
|
allowHeadingAndParagraphIndentation: boolean;
|
|
12
12
|
};
|
|
@@ -20,7 +20,6 @@ export type ToolbarListsIndentationPluginDependencies = [
|
|
|
20
20
|
OptionalPlugin<SelectionToolbarPlugin>
|
|
21
21
|
];
|
|
22
22
|
export type ToolbarListsIndentationPlugin = NextEditorPlugin<'toolbarListsIndentation', {
|
|
23
|
-
pluginConfiguration:
|
|
23
|
+
pluginConfiguration: ToolbarListsIndentationPluginOptions;
|
|
24
24
|
dependencies: ToolbarListsIndentationPluginDependencies;
|
|
25
25
|
}>;
|
|
26
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { toolbarListsIndentationPlugin } from './toolbarListsIndentationPlugin';
|
|
2
|
-
export type { ToolbarListsIndentationPlugin } from './toolbarListsIndentationPluginType';
|
|
2
|
+
export type { ToolbarListsIndentationPlugin, ToolbarListsIndentationPluginOptions, } from './toolbarListsIndentationPluginType';
|
|
@@ -6,7 +6,7 @@ import type { ListPlugin } from '@atlaskit/editor-plugin-list';
|
|
|
6
6
|
import type { PrimaryToolbarPlugin } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
7
7
|
import type { SelectionToolbarPlugin } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
8
8
|
import type { TasksAndDecisionsPlugin } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
9
|
-
type
|
|
9
|
+
export type ToolbarListsIndentationPluginOptions = {
|
|
10
10
|
showIndentationButtons: boolean;
|
|
11
11
|
allowHeadingAndParagraphIndentation: boolean;
|
|
12
12
|
};
|
|
@@ -20,7 +20,6 @@ export type ToolbarListsIndentationPluginDependencies = [
|
|
|
20
20
|
OptionalPlugin<SelectionToolbarPlugin>
|
|
21
21
|
];
|
|
22
22
|
export type ToolbarListsIndentationPlugin = NextEditorPlugin<'toolbarListsIndentation', {
|
|
23
|
-
pluginConfiguration:
|
|
23
|
+
pluginConfiguration: ToolbarListsIndentationPluginOptions;
|
|
24
24
|
dependencies: ToolbarListsIndentationPluginDependencies;
|
|
25
25
|
}>;
|
|
26
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/css": "^0.10.0",
|
|
37
|
-
"@atlaskit/editor-common": "^103.
|
|
37
|
+
"@atlaskit/editor-common": "^103.4.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-block-type": "^5.1.0",
|
|
40
|
-
"@atlaskit/editor-plugin-feature-flags": "^1.
|
|
40
|
+
"@atlaskit/editor-plugin-feature-flags": "^1.4.0",
|
|
41
41
|
"@atlaskit/editor-plugin-indentation": "^2.1.0",
|
|
42
42
|
"@atlaskit/editor-plugin-list": "^4.2.0",
|
|
43
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^3.
|
|
44
|
-
"@atlaskit/editor-plugin-selection-toolbar": "^3.
|
|
45
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^5.
|
|
43
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^3.2.0",
|
|
44
|
+
"@atlaskit/editor-plugin-selection-toolbar": "^3.4.0",
|
|
45
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^5.1.0",
|
|
46
46
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
47
47
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
48
48
|
"@atlaskit/icon": "^25.5.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
63
63
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
64
64
|
"@atlaskit/editor-plugin-base": "^2.3.0",
|
|
65
|
-
"@atlaskit/editor-plugin-text-formatting": "^2.
|
|
65
|
+
"@atlaskit/editor-plugin-text-formatting": "^2.2.0",
|
|
66
66
|
"@atlaskit/ssr": "^0.4.0",
|
|
67
67
|
"@atlaskit/visual-regression": "^0.10.0",
|
|
68
68
|
"@testing-library/react": "^13.4.0",
|