@atlaskit/editor-plugin-block-type 4.0.2 → 4.0.4
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 +18 -0
- package/consts/package.json +5 -5
- package/dist/cjs/{plugin/index.js → blockTypePlugin.js} +27 -3
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/cjs/pm-plugins/types.js +5 -0
- package/dist/cjs/pm-plugins/ui/FloatingToolbarComponent.js +44 -0
- package/dist/cjs/{consts.js → ui/consts.js} +1 -1
- package/dist/es2019/{plugin/index.js → blockTypePlugin.js} +27 -3
- package/dist/es2019/index.js +1 -1
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/es2019/pm-plugins/ui/FloatingToolbarComponent.js +36 -0
- package/dist/{esm → es2019/ui}/consts.js +1 -1
- package/dist/esm/{plugin/index.js → blockTypePlugin.js} +27 -3
- package/dist/esm/blockTypePluginType.js +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/esm/pm-plugins/types.js +1 -0
- package/dist/esm/pm-plugins/ui/FloatingToolbarComponent.js +34 -0
- package/dist/{es2019 → esm/ui}/consts.js +1 -1
- package/dist/types/blockTypePlugin.d.ts +5 -0
- package/dist/types/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
- package/dist/types/pm-plugins/ui/FloatingToolbarComponent.d.ts +8 -0
- package/dist/types/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
- package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
- package/dist/types/{consts.d.ts → ui/consts.d.ts} +1 -1
- package/dist/types-ts4.5/blockTypePlugin.d.ts +5 -0
- package/dist/types-ts4.5/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
- package/dist/types-ts4.5/index.d.ts +7 -7
- package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
- package/dist/types-ts4.5/pm-plugins/ui/FloatingToolbarComponent.d.ts +8 -0
- package/dist/types-ts4.5/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
- package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
- package/dist/types-ts4.5/{consts.d.ts → ui/consts.d.ts} +1 -1
- package/package.json +12 -9
- package/styles/package.json +5 -5
- package/dist/cjs/i18n/cs.js +0 -47
- package/dist/cjs/i18n/da.js +0 -47
- package/dist/cjs/i18n/de.js +0 -47
- package/dist/cjs/i18n/en.js +0 -47
- package/dist/cjs/i18n/en_GB.js +0 -47
- package/dist/cjs/i18n/en_ZZ.js +0 -47
- package/dist/cjs/i18n/es.js +0 -47
- package/dist/cjs/i18n/fi.js +0 -47
- package/dist/cjs/i18n/fr.js +0 -47
- package/dist/cjs/i18n/hu.js +0 -47
- package/dist/cjs/i18n/it.js +0 -47
- package/dist/cjs/i18n/ja.js +0 -47
- package/dist/cjs/i18n/ko.js +0 -47
- package/dist/cjs/i18n/nb.js +0 -47
- package/dist/cjs/i18n/nl.js +0 -47
- package/dist/cjs/i18n/pl.js +0 -47
- package/dist/cjs/i18n/pt_BR.js +0 -47
- package/dist/cjs/i18n/ru.js +0 -47
- package/dist/cjs/i18n/sv.js +0 -47
- package/dist/cjs/i18n/th.js +0 -47
- package/dist/cjs/i18n/tr.js +0 -47
- package/dist/cjs/i18n/uk.js +0 -47
- package/dist/cjs/i18n/vi.js +0 -47
- package/dist/cjs/i18n/zh.js +0 -47
- package/dist/cjs/i18n/zh_TW.js +0 -47
- package/dist/cjs/styles.js +0 -12
- package/dist/es2019/i18n/cs.js +0 -41
- package/dist/es2019/i18n/da.js +0 -41
- package/dist/es2019/i18n/de.js +0 -41
- package/dist/es2019/i18n/en.js +0 -41
- package/dist/es2019/i18n/en_GB.js +0 -41
- package/dist/es2019/i18n/en_ZZ.js +0 -41
- package/dist/es2019/i18n/es.js +0 -41
- package/dist/es2019/i18n/fi.js +0 -41
- package/dist/es2019/i18n/fr.js +0 -41
- package/dist/es2019/i18n/hu.js +0 -41
- package/dist/es2019/i18n/it.js +0 -41
- package/dist/es2019/i18n/ja.js +0 -41
- package/dist/es2019/i18n/ko.js +0 -41
- package/dist/es2019/i18n/nb.js +0 -41
- package/dist/es2019/i18n/nl.js +0 -41
- package/dist/es2019/i18n/pl.js +0 -41
- package/dist/es2019/i18n/pt_BR.js +0 -41
- package/dist/es2019/i18n/ru.js +0 -41
- package/dist/es2019/i18n/sv.js +0 -41
- package/dist/es2019/i18n/th.js +0 -41
- package/dist/es2019/i18n/tr.js +0 -41
- package/dist/es2019/i18n/uk.js +0 -41
- package/dist/es2019/i18n/vi.js +0 -41
- package/dist/es2019/i18n/zh.js +0 -41
- package/dist/es2019/i18n/zh_TW.js +0 -41
- package/dist/es2019/styles.js +0 -1
- package/dist/esm/i18n/cs.js +0 -41
- package/dist/esm/i18n/da.js +0 -41
- package/dist/esm/i18n/de.js +0 -41
- package/dist/esm/i18n/en.js +0 -41
- package/dist/esm/i18n/en_GB.js +0 -41
- package/dist/esm/i18n/en_ZZ.js +0 -41
- package/dist/esm/i18n/es.js +0 -41
- package/dist/esm/i18n/fi.js +0 -41
- package/dist/esm/i18n/fr.js +0 -41
- package/dist/esm/i18n/hu.js +0 -41
- package/dist/esm/i18n/it.js +0 -41
- package/dist/esm/i18n/ja.js +0 -41
- package/dist/esm/i18n/ko.js +0 -41
- package/dist/esm/i18n/nb.js +0 -41
- package/dist/esm/i18n/nl.js +0 -41
- package/dist/esm/i18n/pl.js +0 -41
- package/dist/esm/i18n/pt_BR.js +0 -41
- package/dist/esm/i18n/ru.js +0 -41
- package/dist/esm/i18n/sv.js +0 -41
- package/dist/esm/i18n/th.js +0 -41
- package/dist/esm/i18n/tr.js +0 -41
- package/dist/esm/i18n/uk.js +0 -41
- package/dist/esm/i18n/vi.js +0 -41
- package/dist/esm/i18n/zh.js +0 -41
- package/dist/esm/i18n/zh_TW.js +0 -41
- package/dist/esm/styles.js +0 -1
- package/dist/types/i18n/cs.d.ts +0 -40
- package/dist/types/i18n/da.d.ts +0 -40
- package/dist/types/i18n/de.d.ts +0 -40
- package/dist/types/i18n/en.d.ts +0 -40
- package/dist/types/i18n/en_GB.d.ts +0 -40
- package/dist/types/i18n/en_ZZ.d.ts +0 -40
- package/dist/types/i18n/es.d.ts +0 -40
- package/dist/types/i18n/fi.d.ts +0 -40
- package/dist/types/i18n/fr.d.ts +0 -40
- package/dist/types/i18n/hu.d.ts +0 -40
- package/dist/types/i18n/it.d.ts +0 -40
- package/dist/types/i18n/ja.d.ts +0 -40
- package/dist/types/i18n/ko.d.ts +0 -40
- package/dist/types/i18n/nb.d.ts +0 -40
- package/dist/types/i18n/nl.d.ts +0 -40
- package/dist/types/i18n/pl.d.ts +0 -40
- package/dist/types/i18n/pt_BR.d.ts +0 -40
- package/dist/types/i18n/ru.d.ts +0 -40
- package/dist/types/i18n/sv.d.ts +0 -40
- package/dist/types/i18n/th.d.ts +0 -40
- package/dist/types/i18n/tr.d.ts +0 -40
- package/dist/types/i18n/uk.d.ts +0 -40
- package/dist/types/i18n/vi.d.ts +0 -40
- package/dist/types/i18n/zh.d.ts +0 -40
- package/dist/types/i18n/zh_TW.d.ts +0 -40
- package/dist/types/styles.d.ts +0 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -40
- package/dist/types-ts4.5/i18n/da.d.ts +0 -40
- package/dist/types-ts4.5/i18n/de.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -40
- package/dist/types-ts4.5/i18n/es.d.ts +0 -40
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -40
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -40
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -40
- package/dist/types-ts4.5/i18n/it.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -40
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -40
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -40
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -40
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -40
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -40
- package/dist/types-ts4.5/i18n/th.d.ts +0 -40
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -40
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -40
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -40
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -40
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -40
- package/dist/types-ts4.5/styles.d.ts +0 -1
- /package/dist/cjs/{plugin/types.js → blockTypePluginType.js} +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/cjs/{plugin → ui}/styles.js +0 -0
- /package/dist/es2019/{plugin/types.js → blockTypePluginType.js} +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/{esm/plugin → es2019/pm-plugins}/types.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/es2019/{plugin → ui}/styles.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/esm/{plugin → ui}/styles.js +0 -0
- /package/dist/types/{plugin → pm-plugins}/block-types.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/index.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/consts.d.ts +0 -0
- /package/dist/types/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
- /package/dist/types/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/types.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/utils.d.ts +0 -0
- /package/dist/types/{plugin → ui}/styles.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/block-types.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/index.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/consts.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/types.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/utils.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → ui}/styles.d.ts +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
export { blockTypePlugin } from './
|
2
|
-
export type { BlockTypePlugin } from './
|
3
|
-
export type { BlockTypePluginOptions, BlockType } from './
|
4
|
-
export type { BlockTypeState } from './
|
5
|
-
export type { InputMethod } from './
|
6
|
-
export type { DropdownItem } from './
|
7
|
-
export type { TextBlockTypes } from './
|
1
|
+
export { blockTypePlugin } from './blockTypePlugin';
|
2
|
+
export type { BlockTypePlugin } from './blockTypePluginType';
|
3
|
+
export type { BlockTypePluginOptions, BlockType } from './pm-plugins/types';
|
4
|
+
export type { BlockTypeState } from './pm-plugins/main';
|
5
|
+
export type { InputMethod } from './pm-plugins/commands';
|
6
|
+
export type { DropdownItem } from './pm-plugins/ui/ToolbarBlockType';
|
7
|
+
export type { TextBlockTypes } from './pm-plugins/block-types';
|
@@ -3,8 +3,8 @@ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
3
3
|
import type { Slice } from '@atlaskit/editor-prosemirror/model';
|
4
4
|
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
|
5
5
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
6
|
-
import type { BlockTypePlugin } from '../
|
7
|
-
import type { BlockType } from '
|
6
|
+
import type { BlockTypePlugin } from '../blockTypePluginType';
|
7
|
+
import type { BlockType } from './types';
|
8
8
|
export type BlockTypeState = {
|
9
9
|
currentBlockType: BlockType;
|
10
10
|
blockTypesDisabled: boolean;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
3
|
+
import type { BlockTypePlugin } from '../../blockTypePluginType';
|
4
|
+
interface FloatingToolbarComponentProps {
|
5
|
+
api: ExtractInjectionAPI<BlockTypePlugin> | undefined;
|
6
|
+
}
|
7
|
+
export declare function FloatingToolbarComponent({ api }: FloatingToolbarComponentProps): JSX.Element;
|
8
|
+
export {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
3
|
-
import type { BlockTypePlugin } from '
|
3
|
+
import type { BlockTypePlugin } from '../../blockTypePluginType';
|
4
4
|
interface PrimaryToolbarComponentProps {
|
5
5
|
isSmall: boolean;
|
6
6
|
isToolbarReducedSpacing: boolean;
|
@@ -8,9 +8,9 @@ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
8
8
|
import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
9
9
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
10
10
|
import { ThemeMutationObserver } from '@atlaskit/tokens';
|
11
|
+
import type { BlockTypePlugin } from '../../../blockTypePluginType';
|
11
12
|
import type { TextBlockTypes } from '../../block-types';
|
12
|
-
import type {
|
13
|
-
import type { BlockTypeState } from '../../pm-plugins/main';
|
13
|
+
import type { BlockTypeState } from '../../main';
|
14
14
|
import type { BlockType } from '../../types';
|
15
15
|
export type DropdownItem = MenuItem & {
|
16
16
|
value: BlockType;
|
@@ -1 +1 @@
|
|
1
|
-
export { BLOCK_QUOTE, CODE_BLOCK, HEADING_1, HEADING_2, HEADING_3, HEADING_4, HEADING_5, HEADING_6, NORMAL_TEXT, PANEL, } from '
|
1
|
+
export { BLOCK_QUOTE, CODE_BLOCK, HEADING_1, HEADING_2, HEADING_3, HEADING_4, HEADING_5, HEADING_6, NORMAL_TEXT, PANEL, } from '../pm-plugins/block-types';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaskit/editor-plugin-block-type",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.4",
|
4
4
|
"description": "BlockType plugin for @atlaskit/editor-core",
|
5
5
|
"author": "Atlassian Pty Ltd",
|
6
6
|
"license": "Apache-2.0",
|
@@ -29,24 +29,24 @@
|
|
29
29
|
"atlaskit:src": "src/index.ts",
|
30
30
|
"af:exports": {
|
31
31
|
".": "./src/index.ts",
|
32
|
-
"./consts": "./src/consts.ts",
|
33
|
-
"./styles": "./src/styles.ts"
|
32
|
+
"./consts": "./src/ui/consts.ts",
|
33
|
+
"./styles": "./src/ui/styles.ts"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@atlaskit/adf-schema": "^44.2.0",
|
37
|
-
"@atlaskit/editor-common": "^94.
|
37
|
+
"@atlaskit/editor-common": "^94.22.0",
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^1.10.0",
|
39
39
|
"@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
|
40
40
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
41
|
-
"@atlaskit/editor-shared-styles": "^3.
|
41
|
+
"@atlaskit/editor-shared-styles": "^3.2.0",
|
42
42
|
"@atlaskit/editor-tables": "^2.8.0",
|
43
43
|
"@atlaskit/icon": "^22.24.0",
|
44
44
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
45
|
-
"@atlaskit/primitives": "^13.
|
45
|
+
"@atlaskit/primitives": "^13.2.0",
|
46
46
|
"@atlaskit/prosemirror-input-rules": "^3.2.0",
|
47
47
|
"@atlaskit/theme": "^14.0.0",
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
49
|
-
"@atlaskit/tokens": "^2.
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^2.17.0",
|
49
|
+
"@atlaskit/tokens": "^2.2.0",
|
50
50
|
"@babel/runtime": "^7.0.0",
|
51
51
|
"@emotion/react": "^11.7.1"
|
52
52
|
},
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"devDependencies": {
|
59
59
|
"@af/visual-regression": "*",
|
60
60
|
"@atlaskit/analytics-next": "^10.1.0",
|
61
|
-
"@atlaskit/editor-plugin-quick-insert": "^1.
|
61
|
+
"@atlaskit/editor-plugin-quick-insert": "^1.7.0",
|
62
62
|
"@atlaskit/editor-plugin-type-ahead": "^1.10.0",
|
63
63
|
"@atlaskit/ssr": "*",
|
64
64
|
"@atlaskit/visual-regression": "*",
|
@@ -69,6 +69,9 @@
|
|
69
69
|
},
|
70
70
|
"techstack": {
|
71
71
|
"@atlassian/frontend": {
|
72
|
+
"code-structure": [
|
73
|
+
"editor-plugin"
|
74
|
+
],
|
72
75
|
"import-structure": [
|
73
76
|
"atlassian-conventions"
|
74
77
|
],
|
package/styles/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaskit/editor-plugin-block-type/styles",
|
3
|
-
"main": "../dist/cjs/styles.js",
|
4
|
-
"module": "../dist/esm/styles.js",
|
5
|
-
"module:es2019": "../dist/es2019/styles.js",
|
3
|
+
"main": "../dist/cjs/ui/styles.js",
|
4
|
+
"module": "../dist/esm/ui/styles.js",
|
5
|
+
"module:es2019": "../dist/es2019/ui/styles.js",
|
6
6
|
"sideEffects": false,
|
7
|
-
"types": "../dist/types/styles.d.ts",
|
7
|
+
"types": "../dist/types/ui/styles.d.ts",
|
8
8
|
"typesVersions": {
|
9
9
|
">=4.5 <5.4": {
|
10
10
|
"*": [
|
11
|
-
"../dist/types-ts4.5/styles.d.ts"
|
11
|
+
"../dist/types-ts4.5/ui/styles.d.ts"
|
12
12
|
]
|
13
13
|
}
|
14
14
|
}
|
package/dist/cjs/i18n/cs.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Czech
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Vložit citaci',
|
17
|
-
'fabric.editor.blockquote2': 'Citace',
|
18
|
-
'fabric.editor.codeblock': 'Fragment kódu',
|
19
|
-
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
20
|
-
'fabric.editor.customPanel': 'Vlastní panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
22
|
-
'fabric.editor.errorPanel': 'Panel chyb',
|
23
|
-
'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
|
24
|
-
'fabric.editor.heading1': 'Nadpis 1',
|
25
|
-
'fabric.editor.heading1Description': 'Použít pro nadpis nejvyšší úrovně',
|
26
|
-
'fabric.editor.heading2': 'Nadpis 2',
|
27
|
-
'fabric.editor.heading2Description': 'Použít pro klíčové oddíly',
|
28
|
-
'fabric.editor.heading3': 'Nadpis 3',
|
29
|
-
'fabric.editor.heading3Description': 'Použít pro pododdíly a nadpisy skupin',
|
30
|
-
'fabric.editor.heading4': 'Nadpis 4',
|
31
|
-
'fabric.editor.heading4Description': 'Použít pro podnadpisy',
|
32
|
-
'fabric.editor.heading5': 'Nadpis 5',
|
33
|
-
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
34
|
-
'fabric.editor.heading6': 'Nadpis 6',
|
35
|
-
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
36
|
-
'fabric.editor.infoPanel': 'Informační panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
38
|
-
'fabric.editor.normal': 'Standardní text',
|
39
|
-
'fabric.editor.notePanel': 'Panel poznámek',
|
40
|
-
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
41
|
-
'fabric.editor.other': 'Jiné...',
|
42
|
-
'fabric.editor.successPanel': 'Panel úspěchů',
|
43
|
-
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
44
|
-
'fabric.editor.textStyles': 'Styly textu',
|
45
|
-
'fabric.editor.warningPanel': 'Panel upozornění',
|
46
|
-
'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu'
|
47
|
-
};
|
package/dist/cjs/i18n/da.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Danish (Denmark)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Indsæt citat',
|
17
|
-
'fabric.editor.blockquote2': 'Citat',
|
18
|
-
'fabric.editor.codeblock': 'Kodestump',
|
19
|
-
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
20
|
-
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
22
|
-
'fabric.editor.errorPanel': 'Fejlpanel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
|
24
|
-
'fabric.editor.heading1': 'Overskrift 1',
|
25
|
-
'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
|
26
|
-
'fabric.editor.heading2': 'Overskrift 2',
|
27
|
-
'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
|
28
|
-
'fabric.editor.heading3': 'Overskrift 3',
|
29
|
-
'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
|
30
|
-
'fabric.editor.heading4': 'Overskrift 4',
|
31
|
-
'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
|
32
|
-
'fabric.editor.heading5': 'Overskrift 5',
|
33
|
-
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
34
|
-
'fabric.editor.heading6': 'Overskrift 6',
|
35
|
-
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
36
|
-
'fabric.editor.infoPanel': 'Informationspanel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
38
|
-
'fabric.editor.normal': 'Normal tekst',
|
39
|
-
'fabric.editor.notePanel': 'Bemærkningspanel',
|
40
|
-
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
41
|
-
'fabric.editor.other': 'Andre ...',
|
42
|
-
'fabric.editor.successPanel': 'Succespanel',
|
43
|
-
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
44
|
-
'fabric.editor.textStyles': 'Tekstformatering',
|
45
|
-
'fabric.editor.warningPanel': 'Advarselspanel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel'
|
47
|
-
};
|
package/dist/cjs/i18n/de.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//German (Germany)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
17
|
-
'fabric.editor.blockquote2': 'Zitieren',
|
18
|
-
'fabric.editor.codeblock': 'Code-Auszug',
|
19
|
-
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
20
|
-
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
22
|
-
'fabric.editor.errorPanel': 'Fehler-Panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
|
24
|
-
'fabric.editor.heading1': 'Überschrift 1',
|
25
|
-
'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
|
26
|
-
'fabric.editor.heading2': 'Überschrift 2',
|
27
|
-
'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
|
28
|
-
'fabric.editor.heading3': 'Überschrift 3',
|
29
|
-
'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
|
30
|
-
'fabric.editor.heading4': 'Überschrift 4',
|
31
|
-
'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
|
32
|
-
'fabric.editor.heading5': 'Überschrift 5',
|
33
|
-
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
34
|
-
'fabric.editor.heading6': 'Überschrift 6',
|
35
|
-
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
36
|
-
'fabric.editor.infoPanel': 'Info-Panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
38
|
-
'fabric.editor.normal': 'Normaler Text',
|
39
|
-
'fabric.editor.notePanel': 'Hinweis-Panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
41
|
-
'fabric.editor.other': 'Sonstige …',
|
42
|
-
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
44
|
-
'fabric.editor.textStyles': 'Textstil',
|
45
|
-
'fabric.editor.warningPanel': 'Warn-Panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen'
|
47
|
-
};
|
package/dist/cjs/i18n/en.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
17
|
-
'fabric.editor.blockquote2': 'Quote',
|
18
|
-
'fabric.editor.codeblock': 'Code snippet',
|
19
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
20
|
-
'fabric.editor.customPanel': 'Custom panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
22
|
-
'fabric.editor.errorPanel': 'Error panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
24
|
-
'fabric.editor.heading1': 'Heading 1',
|
25
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
26
|
-
'fabric.editor.heading2': 'Heading 2',
|
27
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
28
|
-
'fabric.editor.heading3': 'Heading 3',
|
29
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
30
|
-
'fabric.editor.heading4': 'Heading 4',
|
31
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
32
|
-
'fabric.editor.heading5': 'Heading 5',
|
33
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
34
|
-
'fabric.editor.heading6': 'Heading 6',
|
35
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
36
|
-
'fabric.editor.infoPanel': 'Info panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
38
|
-
'fabric.editor.normal': 'Normal text',
|
39
|
-
'fabric.editor.notePanel': 'Note panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
41
|
-
'fabric.editor.other': 'Others...',
|
42
|
-
'fabric.editor.successPanel': 'Success panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
44
|
-
'fabric.editor.textStyles': 'Text styles',
|
45
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel'
|
47
|
-
};
|
package/dist/cjs/i18n/en_GB.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//English (United Kingdom)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
17
|
-
'fabric.editor.blockquote2': 'Quote',
|
18
|
-
'fabric.editor.codeblock': 'Code snippet',
|
19
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
20
|
-
'fabric.editor.customPanel': 'Custom panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
22
|
-
'fabric.editor.errorPanel': 'Error panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
|
24
|
-
'fabric.editor.heading1': 'Heading 1',
|
25
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
26
|
-
'fabric.editor.heading2': 'Heading 2',
|
27
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
28
|
-
'fabric.editor.heading3': 'Heading 3',
|
29
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
30
|
-
'fabric.editor.heading4': 'Heading 4',
|
31
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
32
|
-
'fabric.editor.heading5': 'Heading 5',
|
33
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
34
|
-
'fabric.editor.heading6': 'Heading 6',
|
35
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
36
|
-
'fabric.editor.infoPanel': 'Info panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
38
|
-
'fabric.editor.normal': 'Normal text',
|
39
|
-
'fabric.editor.notePanel': 'Note panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
41
|
-
'fabric.editor.other': 'Others...',
|
42
|
-
'fabric.editor.successPanel': 'Success panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Add tips in a coloured panel',
|
44
|
-
'fabric.editor.textStyles': 'Text styles',
|
45
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel'
|
47
|
-
};
|
package/dist/cjs/i18n/en_ZZ.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
17
|
-
'fabric.editor.blockquote2': 'Quote',
|
18
|
-
'fabric.editor.codeblock': 'Code snippet',
|
19
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
20
|
-
'fabric.editor.customPanel': 'Custom panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
22
|
-
'fabric.editor.errorPanel': 'Error panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
24
|
-
'fabric.editor.heading1': 'Heading 1',
|
25
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
26
|
-
'fabric.editor.heading2': 'Heading 2',
|
27
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
28
|
-
'fabric.editor.heading3': 'Heading 3',
|
29
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
30
|
-
'fabric.editor.heading4': 'Heading 4',
|
31
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
32
|
-
'fabric.editor.heading5': 'Heading 5',
|
33
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
34
|
-
'fabric.editor.heading6': 'Heading 6',
|
35
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
36
|
-
'fabric.editor.infoPanel': 'Info panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
38
|
-
'fabric.editor.normal': 'Normal text',
|
39
|
-
'fabric.editor.notePanel': 'Note panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
41
|
-
'fabric.editor.other': 'Others...',
|
42
|
-
'fabric.editor.successPanel': 'Success panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
44
|
-
'fabric.editor.textStyles': 'Text styles',
|
45
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel'
|
47
|
-
};
|
package/dist/cjs/i18n/es.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Spanish (International)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
17
|
-
'fabric.editor.blockquote2': 'Citar',
|
18
|
-
'fabric.editor.codeblock': 'Fragmento de código',
|
19
|
-
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
20
|
-
'fabric.editor.customPanel': 'Panel personalizado',
|
21
|
-
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
22
|
-
'fabric.editor.errorPanel': 'Panel de errores',
|
23
|
-
'fabric.editor.errorPanel.description': 'Resaltar los errores en un panel de color',
|
24
|
-
'fabric.editor.heading1': 'Título 1',
|
25
|
-
'fabric.editor.heading1Description': 'Úsalo en un título de nivel superior',
|
26
|
-
'fabric.editor.heading2': 'Título 2',
|
27
|
-
'fabric.editor.heading2Description': 'Úsalo en secciones clave',
|
28
|
-
'fabric.editor.heading3': 'Título 3',
|
29
|
-
'fabric.editor.heading3Description': 'Úsalo en subsecciones y títulos de agrupaciones',
|
30
|
-
'fabric.editor.heading4': 'Título 4',
|
31
|
-
'fabric.editor.heading4Description': 'Úsalo en títulos de varios niveles',
|
32
|
-
'fabric.editor.heading5': 'Título 5',
|
33
|
-
'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
|
34
|
-
'fabric.editor.heading6': 'Título 6',
|
35
|
-
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
36
|
-
'fabric.editor.infoPanel': 'Panel de información',
|
37
|
-
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
38
|
-
'fabric.editor.normal': 'Texto normal',
|
39
|
-
'fabric.editor.notePanel': 'Panel de notas',
|
40
|
-
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
41
|
-
'fabric.editor.other': 'Otros...',
|
42
|
-
'fabric.editor.successPanel': 'Panel de contenido correcto',
|
43
|
-
'fabric.editor.successPanel.description': 'Añadir consejos en un panel de color',
|
44
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
45
|
-
'fabric.editor.warningPanel': 'Panel de advertencias',
|
46
|
-
'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color'
|
47
|
-
};
|
package/dist/cjs/i18n/fi.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Finnish
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
17
|
-
'fabric.editor.blockquote2': 'Lainaa',
|
18
|
-
'fabric.editor.codeblock': 'Koodipätkä',
|
19
|
-
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
20
|
-
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
21
|
-
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
22
|
-
'fabric.editor.errorPanel': 'Virhepaneeli',
|
23
|
-
'fabric.editor.errorPanel.description': 'Paljasta virheet värillisessä paneelissa',
|
24
|
-
'fabric.editor.heading1': 'Otsikko 1',
|
25
|
-
'fabric.editor.heading1Description': 'Käytä tätä ylätason otsikossa',
|
26
|
-
'fabric.editor.heading2': 'Otsikko 2',
|
27
|
-
'fabric.editor.heading2Description': 'Käytä tätä avainkohdissa',
|
28
|
-
'fabric.editor.heading3': 'Otsikko 3',
|
29
|
-
'fabric.editor.heading3Description': 'Käytä tätä alakohdissa ja ryhmän otsikoissa',
|
30
|
-
'fabric.editor.heading4': 'Otsikko 4',
|
31
|
-
'fabric.editor.heading4Description': 'Käytä tätä syvällä olevissa otsikoissa',
|
32
|
-
'fabric.editor.heading5': 'Otsikko 5',
|
33
|
-
'fabric.editor.heading5Description': 'Käytä tätä luettelon kohteiden ryhmittelyyn',
|
34
|
-
'fabric.editor.heading6': 'Otsikko 6',
|
35
|
-
'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
|
36
|
-
'fabric.editor.infoPanel': 'Tietopaneeli',
|
37
|
-
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
38
|
-
'fabric.editor.normal': 'Normaali teksti',
|
39
|
-
'fabric.editor.notePanel': 'Huomautuspaneeli',
|
40
|
-
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
41
|
-
'fabric.editor.other': 'Muut...',
|
42
|
-
'fabric.editor.successPanel': 'Onnistumispaneeli',
|
43
|
-
'fabric.editor.successPanel.description': 'Lisää vinkkejä värillisessä paneelissa',
|
44
|
-
'fabric.editor.textStyles': 'Tekstityylit',
|
45
|
-
'fabric.editor.warningPanel': 'Varoituspaneeli',
|
46
|
-
'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa'
|
47
|
-
};
|
package/dist/cjs/i18n/fr.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//French (France)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insérer une citation',
|
17
|
-
'fabric.editor.blockquote2': 'Citation',
|
18
|
-
'fabric.editor.codeblock': 'Extrait de code (snippet)',
|
19
|
-
'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
|
20
|
-
'fabric.editor.customPanel': 'Volet personnalisé',
|
21
|
-
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
22
|
-
'fabric.editor.errorPanel': "Volet d'erreur",
|
23
|
-
'fabric.editor.errorPanel.description': 'Signaler les erreurs dans un cadre coloré',
|
24
|
-
'fabric.editor.heading1': 'En-tête 1',
|
25
|
-
'fabric.editor.heading1Description': 'Utilisez ceci pour définir un titre principal',
|
26
|
-
'fabric.editor.heading2': 'En-tête 2',
|
27
|
-
'fabric.editor.heading2Description': 'Utilisez ceci pour définir des sections principales',
|
28
|
-
'fabric.editor.heading3': 'En-tête 3',
|
29
|
-
'fabric.editor.heading3Description': 'Utilisez ceci pour définir des sous-sections et des titres de groupe',
|
30
|
-
'fabric.editor.heading4': 'En-tête 4',
|
31
|
-
'fabric.editor.heading4Description': 'Utilisez ceci pour définir des titres de niveau inférieur',
|
32
|
-
'fabric.editor.heading5': 'En-tête 5',
|
33
|
-
'fabric.editor.heading5Description': 'Utilisez ceci pour regrouper des éléments de liste',
|
34
|
-
'fabric.editor.heading6': 'En-tête 6',
|
35
|
-
'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
|
36
|
-
'fabric.editor.infoPanel': "Volet d'informations",
|
37
|
-
'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
|
38
|
-
'fabric.editor.normal': 'Texte normal',
|
39
|
-
'fabric.editor.notePanel': 'Volet de notes',
|
40
|
-
'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
|
41
|
-
'fabric.editor.other': 'Autres…',
|
42
|
-
'fabric.editor.successPanel': 'Panneau de réussite',
|
43
|
-
'fabric.editor.successPanel.description': 'Ajouter des astuces dans un cadre coloré',
|
44
|
-
'fabric.editor.textStyles': 'Styles de texte',
|
45
|
-
'fabric.editor.warningPanel': "Panneau d'avertissement",
|
46
|
-
'fabric.editor.warningPanel.description': "Ajouter une note d'avertissement dans un cadre coloré"
|
47
|
-
};
|
package/dist/cjs/i18n/hu.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Hungarian
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
17
|
-
'fabric.editor.blockquote2': 'Idézés',
|
18
|
-
'fabric.editor.codeblock': 'Kódrészlet',
|
19
|
-
'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
|
20
|
-
'fabric.editor.customPanel': 'Egyéni panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
22
|
-
'fabric.editor.errorPanel': 'Hibapanel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Hibák megjelenítése színes panelen',
|
24
|
-
'fabric.editor.heading1': '1. szintű címsor',
|
25
|
-
'fabric.editor.heading1Description': 'Használja ezt legfelsőbb szintű címsorhoz',
|
26
|
-
'fabric.editor.heading2': '2. szintű címsor',
|
27
|
-
'fabric.editor.heading2Description': 'Használja ezt kulcsszakaszokhoz',
|
28
|
-
'fabric.editor.heading3': '3. szintű címsor',
|
29
|
-
'fabric.editor.heading3Description': 'Használja ezt alszakaszokhoz és csoportcímsorokhoz',
|
30
|
-
'fabric.editor.heading4': '4. szintű címsor',
|
31
|
-
'fabric.editor.heading4Description': 'Használja ezt mély címsorokhoz',
|
32
|
-
'fabric.editor.heading5': '5. szintű címsor',
|
33
|
-
'fabric.editor.heading5Description': 'Használja ezt listaelemek csoportosításához',
|
34
|
-
'fabric.editor.heading6': '6. szintű címsor',
|
35
|
-
'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
|
36
|
-
'fabric.editor.infoPanel': 'Információs panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
|
38
|
-
'fabric.editor.normal': 'Normál szöveg',
|
39
|
-
'fabric.editor.notePanel': 'Megjegyzéspanel',
|
40
|
-
'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
|
41
|
-
'fabric.editor.other': 'Egyebek...',
|
42
|
-
'fabric.editor.successPanel': 'Sikerült panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Tippek hozzáadása színes panelen',
|
44
|
-
'fabric.editor.textStyles': 'Szövegstílusok',
|
45
|
-
'fabric.editor.warningPanel': 'Figyelmeztető panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Figyelmeztető megjegyzés hozzáadása színes panelen'
|
47
|
-
};
|