@atlaskit/editor-plugin-insert-block 1.1.5 → 1.1.6
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,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-insert-block
|
|
2
2
|
|
|
3
|
+
## 1.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#81852](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81852) [`c784155d4ad6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c784155d4ad6) - React 18 types for editor-plugin-insert-block
|
|
8
|
+
|
|
3
9
|
## 1.1.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
3
4
|
import type { ToolbarButtonRef } from '@atlaskit/editor-common/ui-menu';
|
|
4
5
|
export interface DropDownButtonProps {
|
|
5
6
|
label: string;
|
|
@@ -13,4 +14,4 @@ export interface DropDownButtonProps {
|
|
|
13
14
|
spacing: 'none' | 'default';
|
|
14
15
|
handleRef(el: ToolbarButtonRef): void;
|
|
15
16
|
}
|
|
16
|
-
export declare const DropDownButton: React.
|
|
17
|
+
export declare const DropDownButton: React.MemoExoticComponent<(props: DropDownButtonProps) => jsx.JSX.Element>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
3
4
|
import type { ToolbarButtonRef } from '@atlaskit/editor-common/ui-menu';
|
|
4
5
|
export interface DropDownButtonProps {
|
|
5
6
|
label: string;
|
|
@@ -13,4 +14,4 @@ export interface DropDownButtonProps {
|
|
|
13
14
|
spacing: 'none' | 'default';
|
|
14
15
|
handleRef(el: ToolbarButtonRef): void;
|
|
15
16
|
}
|
|
16
|
-
export declare const DropDownButton: React.
|
|
17
|
+
export declare const DropDownButton: React.MemoExoticComponent<(props: DropDownButtonProps) => jsx.JSX.Element>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
".": "./src/index.ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/editor-common": "^78.
|
|
36
|
+
"@atlaskit/editor-common": "^78.14.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^1.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-block-type": "^3.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-code-block": "^1.1.0",
|
|
40
40
|
"@atlaskit/editor-plugin-date": "^1.0.0",
|
|
41
41
|
"@atlaskit/editor-plugin-emoji": "^1.1.0",
|
|
42
42
|
"@atlaskit/editor-plugin-expand": "^1.2.0",
|
|
43
|
-
"@atlaskit/editor-plugin-extension": "^1.
|
|
43
|
+
"@atlaskit/editor-plugin-extension": "^1.1.0",
|
|
44
44
|
"@atlaskit/editor-plugin-hyperlink": "^1.1.0",
|
|
45
45
|
"@atlaskit/editor-plugin-image-upload": "^1.0.0",
|
|
46
46
|
"@atlaskit/editor-plugin-layout": "^1.0.0",
|
|
47
|
-
"@atlaskit/editor-plugin-media": "^1.
|
|
47
|
+
"@atlaskit/editor-plugin-media": "^1.9.0",
|
|
48
48
|
"@atlaskit/editor-plugin-mentions": "^1.0.0",
|
|
49
49
|
"@atlaskit/editor-plugin-panel": "^1.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-placeholder-text": "^1.0.0",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"@atlaskit/editor-shared-styles": "^2.9.0",
|
|
59
59
|
"@atlaskit/emoji": "^67.6.0",
|
|
60
60
|
"@atlaskit/icon": "^22.1.0",
|
|
61
|
-
"@atlaskit/primitives": "^4.
|
|
61
|
+
"@atlaskit/primitives": "^4.1.0",
|
|
62
62
|
"@atlaskit/theme": "^12.6.0",
|
|
63
|
-
"@atlaskit/tokens": "^1.
|
|
63
|
+
"@atlaskit/tokens": "^1.41.0",
|
|
64
64
|
"@babel/runtime": "^7.0.0",
|
|
65
65
|
"@emotion/react": "^11.7.1",
|
|
66
66
|
"bind-event-listener": "^2.1.1",
|
|
@@ -105,11 +105,9 @@
|
|
|
105
105
|
"ui-components": [
|
|
106
106
|
"lite-mode"
|
|
107
107
|
],
|
|
108
|
-
"deprecation":
|
|
109
|
-
"no-deprecated-imports"
|
|
110
|
-
],
|
|
108
|
+
"deprecation": "no-deprecated-imports",
|
|
111
109
|
"styling": [
|
|
112
|
-
"
|
|
110
|
+
"emotion",
|
|
113
111
|
"emotion"
|
|
114
112
|
],
|
|
115
113
|
"imports": [
|
|
@@ -118,4 +116,4 @@
|
|
|
118
116
|
}
|
|
119
117
|
},
|
|
120
118
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
|
|
121
|
-
}
|
|
119
|
+
}
|