@atlaskit/editor-plugin-toolbar-lists-indentation 8.0.20 → 8.0.22
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 +12 -0
- package/dist/types/ui/toolbar-components/ListsIndentationHeroButton.d.ts +1 -1
- package/dist/types/ui/toolbar-components/NumberedListMenuItem.d.ts +1 -1
- package/dist/types-ts4.5/ui/toolbar-components/ListsIndentationHeroButton.d.ts +1 -1
- package/dist/types-ts4.5/ui/toolbar-components/NumberedListMenuItem.d.ts +1 -1
- package/package.json +4 -7
package/CHANGELOG.md
CHANGED
|
@@ -8,5 +8,5 @@ type ListsIndentationHeroButtonProps = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare const ListsIndentationHeroButtonCollapsed: ({ api, parents, }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
10
10
|
export declare const ListsIndentationHeroButtonNew: ({ api, parents, }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
11
|
-
export declare const ListsIndentationHeroButton: ({ api, parents }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
11
|
+
export declare const ListsIndentationHeroButton: ({ api, parents, }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -6,5 +6,5 @@ type NumberedListMenuItemType = {
|
|
|
6
6
|
api?: ExtractInjectionAPI<ToolbarListsIndentationPlugin>;
|
|
7
7
|
parents: ToolbarComponentTypes;
|
|
8
8
|
};
|
|
9
|
-
export declare const NumberedListMenuItem: ({ api, parents }: NumberedListMenuItemType) => React.JSX.Element;
|
|
9
|
+
export declare const NumberedListMenuItem: ({ api, parents, }: NumberedListMenuItemType) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -8,5 +8,5 @@ type ListsIndentationHeroButtonProps = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare const ListsIndentationHeroButtonCollapsed: ({ api, parents, }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
10
10
|
export declare const ListsIndentationHeroButtonNew: ({ api, parents, }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
11
|
-
export declare const ListsIndentationHeroButton: ({ api, parents }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
11
|
+
export declare const ListsIndentationHeroButton: ({ api, parents, }: ListsIndentationHeroButtonProps) => React.JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -6,5 +6,5 @@ type NumberedListMenuItemType = {
|
|
|
6
6
|
api?: ExtractInjectionAPI<ToolbarListsIndentationPlugin>;
|
|
7
7
|
parents: ToolbarComponentTypes;
|
|
8
8
|
};
|
|
9
|
-
export declare const NumberedListMenuItem: ({ api, parents }: NumberedListMenuItemType) => React.JSX.Element;
|
|
9
|
+
export declare const NumberedListMenuItem: ({ api, parents, }: NumberedListMenuItemType) => React.JSX.Element;
|
|
10
10
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.22",
|
|
4
4
|
"description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@atlaskit/editor-plugin-toolbar": "^4.1.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
43
43
|
"@atlaskit/editor-toolbar": "^0.19.0",
|
|
44
|
-
"@atlaskit/editor-toolbar-model": "^0.
|
|
44
|
+
"@atlaskit/editor-toolbar-model": "^0.4.0",
|
|
45
45
|
"@atlaskit/icon": "^31.0.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^29.5.0",
|
|
48
48
|
"@atlaskit/tokens": "^11.0.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@atlaskit/editor-common": "^111.
|
|
52
|
+
"@atlaskit/editor-common": "^111.19.0",
|
|
53
53
|
"react": "^18.2.0",
|
|
54
54
|
"react-dom": "^18.2.0",
|
|
55
55
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -95,9 +95,6 @@
|
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
"platform-feature-flags": {
|
|
98
|
-
"platform-visual-refresh-icons": {
|
|
99
|
-
"type": "boolean"
|
|
100
|
-
},
|
|
101
98
|
"platform_editor_use_preferences_plugin": {
|
|
102
99
|
"type": "boolean"
|
|
103
100
|
}
|