@atlaskit/editor-common 89.1.3 → 89.2.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.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/i18n/cs.js +3 -0
- package/dist/cjs/i18n/da.js +3 -0
- package/dist/cjs/i18n/de.js +3 -0
- package/dist/cjs/i18n/es.js +3 -0
- package/dist/cjs/i18n/fi.js +3 -0
- package/dist/cjs/i18n/fr.js +3 -0
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +3 -0
- package/dist/cjs/i18n/ja.js +3 -0
- package/dist/cjs/i18n/ko.js +3 -0
- package/dist/cjs/i18n/nb.js +3 -0
- package/dist/cjs/i18n/nl.js +3 -0
- package/dist/cjs/i18n/pl.js +3 -0
- package/dist/cjs/i18n/pt_BR.js +3 -0
- package/dist/cjs/i18n/ru.js +3 -0
- package/dist/cjs/i18n/sv.js +3 -0
- package/dist/cjs/i18n/th.js +3 -0
- package/dist/cjs/i18n/tr.js +3 -0
- package/dist/cjs/i18n/uk.js +3 -0
- package/dist/cjs/i18n/vi.js +3 -0
- package/dist/cjs/i18n/zh.js +3 -0
- package/dist/cjs/i18n/zh_TW.js +3 -0
- package/dist/cjs/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Emoji/index.js +58 -11
- package/dist/cjs/ui/MediaSingle/styled.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -0
- package/dist/es2019/i18n/da.js +3 -0
- package/dist/es2019/i18n/de.js +3 -0
- package/dist/es2019/i18n/es.js +3 -0
- package/dist/es2019/i18n/fi.js +3 -0
- package/dist/es2019/i18n/fr.js +3 -0
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +3 -0
- package/dist/es2019/i18n/ja.js +3 -0
- package/dist/es2019/i18n/ko.js +3 -0
- package/dist/es2019/i18n/nb.js +3 -0
- package/dist/es2019/i18n/nl.js +3 -0
- package/dist/es2019/i18n/pl.js +3 -0
- package/dist/es2019/i18n/pt_BR.js +3 -0
- package/dist/es2019/i18n/ru.js +3 -0
- package/dist/es2019/i18n/sv.js +3 -0
- package/dist/es2019/i18n/th.js +3 -0
- package/dist/es2019/i18n/tr.js +3 -0
- package/dist/es2019/i18n/uk.js +3 -0
- package/dist/es2019/i18n/vi.js +3 -0
- package/dist/es2019/i18n/zh.js +3 -0
- package/dist/es2019/i18n/zh_TW.js +3 -0
- package/dist/es2019/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Emoji/index.js +54 -5
- package/dist/es2019/ui/MediaSingle/styled.js +1 -1
- package/dist/esm/i18n/cs.js +3 -0
- package/dist/esm/i18n/da.js +3 -0
- package/dist/esm/i18n/de.js +3 -0
- package/dist/esm/i18n/es.js +3 -0
- package/dist/esm/i18n/fi.js +3 -0
- package/dist/esm/i18n/fr.js +3 -0
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +3 -0
- package/dist/esm/i18n/ja.js +3 -0
- package/dist/esm/i18n/ko.js +3 -0
- package/dist/esm/i18n/nb.js +3 -0
- package/dist/esm/i18n/nl.js +3 -0
- package/dist/esm/i18n/pl.js +3 -0
- package/dist/esm/i18n/pt_BR.js +3 -0
- package/dist/esm/i18n/ru.js +3 -0
- package/dist/esm/i18n/sv.js +3 -0
- package/dist/esm/i18n/th.js +3 -0
- package/dist/esm/i18n/tr.js +3 -0
- package/dist/esm/i18n/uk.js +3 -0
- package/dist/esm/i18n/vi.js +3 -0
- package/dist/esm/i18n/zh.js +3 -0
- package/dist/esm/i18n/zh_TW.js +3 -0
- package/dist/esm/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Emoji/index.js +57 -11
- package/dist/esm/ui/MediaSingle/styled.js +1 -1
- package/dist/types/i18n/cs.d.ts +3 -0
- package/dist/types/i18n/da.d.ts +3 -0
- package/dist/types/i18n/de.d.ts +3 -0
- package/dist/types/i18n/es.d.ts +3 -0
- package/dist/types/i18n/fi.d.ts +3 -0
- package/dist/types/i18n/fr.d.ts +3 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +3 -0
- package/dist/types/i18n/ja.d.ts +3 -0
- package/dist/types/i18n/ko.d.ts +3 -0
- package/dist/types/i18n/nb.d.ts +3 -0
- package/dist/types/i18n/nl.d.ts +3 -0
- package/dist/types/i18n/pl.d.ts +3 -0
- package/dist/types/i18n/pt_BR.d.ts +3 -0
- package/dist/types/i18n/ru.d.ts +3 -0
- package/dist/types/i18n/sv.d.ts +3 -0
- package/dist/types/i18n/th.d.ts +3 -0
- package/dist/types/i18n/tr.d.ts +3 -0
- package/dist/types/i18n/uk.d.ts +3 -0
- package/dist/types/i18n/vi.d.ts +3 -0
- package/dist/types/i18n/zh.d.ts +3 -0
- package/dist/types/i18n/zh_TW.d.ts +3 -0
- package/dist/types/ui/Emoji/index.d.ts +5 -13
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -0
- package/dist/types-ts4.5/i18n/da.d.ts +3 -0
- package/dist/types-ts4.5/i18n/de.d.ts +3 -0
- package/dist/types-ts4.5/i18n/es.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -0
- package/dist/types-ts4.5/i18n/th.d.ts +3 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -0
- package/dist/types-ts4.5/ui/Emoji/index.d.ts +5 -13
- package/package.json +11 -8
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import type { EmojiResourceConfig } from '@atlaskit/emoji/resource';
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { EmojiProvider, EmojiResourceConfig } from '@atlaskit/emoji/resource';
|
|
3
3
|
import type { EmojiId } from '@atlaskit/emoji/types';
|
|
4
4
|
import { ProviderFactory } from '../../provider-factory';
|
|
5
5
|
export interface EmojiProps extends EmojiId {
|
|
@@ -8,15 +8,7 @@ export interface EmojiProps extends EmojiId {
|
|
|
8
8
|
fitToHeight?: number;
|
|
9
9
|
showTooltip?: boolean;
|
|
10
10
|
resourceConfig?: EmojiResourceConfig;
|
|
11
|
+
emojiProvider?: EmojiProvider;
|
|
11
12
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
static defaultProps: {
|
|
15
|
-
showTooltip: boolean;
|
|
16
|
-
};
|
|
17
|
-
private providerFactory;
|
|
18
|
-
constructor(props: EmojiProps);
|
|
19
|
-
componentWillUnmount(): void;
|
|
20
|
-
private renderWithProvider;
|
|
21
|
-
render(): JSX.Element;
|
|
22
|
-
}
|
|
13
|
+
declare const EmojiNode: (props: EmojiProps) => JSX.Element;
|
|
14
|
+
export default EmojiNode;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import type { EmojiResourceConfig } from '@atlaskit/emoji/resource';
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { EmojiProvider, EmojiResourceConfig } from '@atlaskit/emoji/resource';
|
|
3
3
|
import type { EmojiId } from '@atlaskit/emoji/types';
|
|
4
4
|
import { ProviderFactory } from '../../provider-factory';
|
|
5
5
|
export interface EmojiProps extends EmojiId {
|
|
@@ -8,15 +8,7 @@ export interface EmojiProps extends EmojiId {
|
|
|
8
8
|
fitToHeight?: number;
|
|
9
9
|
showTooltip?: boolean;
|
|
10
10
|
resourceConfig?: EmojiResourceConfig;
|
|
11
|
+
emojiProvider?: EmojiProvider;
|
|
11
12
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
static defaultProps: {
|
|
15
|
-
showTooltip: boolean;
|
|
16
|
-
};
|
|
17
|
-
private providerFactory;
|
|
18
|
-
constructor(props: EmojiProps);
|
|
19
|
-
componentWillUnmount(): void;
|
|
20
|
-
private renderWithProvider;
|
|
21
|
-
render(): JSX.Element;
|
|
22
|
-
}
|
|
13
|
+
declare const EmojiNode: (props: EmojiProps) => JSX.Element;
|
|
14
|
+
export default EmojiNode;
|