@atlaskit/editor-plugin-panel 14.1.26 → 14.1.27
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 +6 -0
- package/dist/types/ui/toolbar.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -11,5 +11,5 @@ import type { EmojiInfo, PanelPluginOptions } from '../panelPluginType';
|
|
|
11
11
|
export declare const panelIconMap: {
|
|
12
12
|
[key in Exclude<PanelType, PanelType.CUSTOM>]: EmojiInfo;
|
|
13
13
|
};
|
|
14
|
-
export declare const getToolbarItems: (formatMessage: IntlShape[
|
|
14
|
+
export declare const getToolbarItems: (formatMessage: IntlShape['formatMessage'], panelNodeType: NodeType, isCustomPanelEnabled: boolean, isCustomPanelEditable: boolean, providerFactory: ProviderFactory, hoverDecoration: HoverDecorationHandler | undefined, editorAnalyticsAPI: EditorAnalyticsAPI | undefined, activePanelType?: string, activePanelColor?: string, activePanelIcon?: string, state?: EditorState, api?: ExtractInjectionAPI<PanelPlugin>) => FloatingToolbarItem<Command>[];
|
|
15
15
|
export declare const getToolbarConfig: (state: EditorState, intl: IntlShape, options: PanelPluginOptions | undefined, providerFactory: ProviderFactory, api: ExtractInjectionAPI<PanelPlugin> | undefined) => FloatingToolbarConfig | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-panel",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.27",
|
|
4
4
|
"description": "Panel plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
"@atlaskit/editor-plugin-analytics": "^12.0.0",
|
|
25
25
|
"@atlaskit/editor-plugin-block-menu": "^11.1.0",
|
|
26
26
|
"@atlaskit/editor-plugin-decorations": "^12.0.0",
|
|
27
|
-
"@atlaskit/editor-plugin-emoji": "^13.
|
|
27
|
+
"@atlaskit/editor-plugin-emoji": "^13.2.0",
|
|
28
28
|
"@atlaskit/editor-plugin-selection": "^12.0.0",
|
|
29
29
|
"@atlaskit/editor-plugin-toolbar": "^9.0.0",
|
|
30
30
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
31
31
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
32
32
|
"@atlaskit/editor-toolbar": "^2.3.0",
|
|
33
|
-
"@atlaskit/emoji": "^71.
|
|
33
|
+
"@atlaskit/emoji": "^71.14.0",
|
|
34
34
|
"@atlaskit/icon": "^37.2.0",
|
|
35
35
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
36
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
36
|
+
"@atlaskit/tmp-editor-statsig": "^135.0.0",
|
|
37
37
|
"@atlaskit/tokens": "^16.3.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"uuid": "^3.1.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@atlaskit/editor-common": "^116.
|
|
42
|
+
"@atlaskit/editor-common": "^116.41.0",
|
|
43
43
|
"react": "^18.2.0",
|
|
44
44
|
"react-dom": "^18.2.0",
|
|
45
45
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|