@atlaskit/editor-core 187.4.8 → 187.4.11
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 +13 -0
- package/dist/cjs/plugins/alignment/ui/ToolbarAlignment/index.js +1 -1
- package/dist/cjs/plugins/block-type/ui/ToolbarBlockType/blocktype-button.js +2 -1
- package/dist/cjs/plugins/block-type/ui/ToolbarBlockType/index.js +1 -1
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +1 -1
- package/dist/cjs/plugins/text-color/ui/ToolbarTextColor/index.js +7 -6
- package/dist/cjs/plugins/text-formatting/commands/clear-formatting.js +1 -1
- package/dist/cjs/plugins/text-formatting/index.js +2 -2
- package/dist/cjs/plugins/text-formatting/pm-plugins/clear-formatting-keymap.js +1 -1
- package/dist/cjs/plugins/text-formatting/pm-plugins/clear-formatting.js +5 -2
- package/dist/cjs/plugins/text-formatting/pm-plugins/keymap.js +3 -3
- package/dist/cjs/plugins/text-formatting/pm-plugins/main.js +1 -1
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/constants.js +1 -1
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.js +5 -5
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.js +6 -7
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/index.js +1 -1
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/more-button.js +3 -3
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.js +3 -4
- package/dist/cjs/plugins/toolbar-lists-indentation/ui/Toolbar.js +1 -1
- package/dist/cjs/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.js +4 -3
- package/dist/cjs/plugins/type-ahead/ui/AssistiveText.js +3 -1
- package/dist/cjs/plugins/undo-redo/ui/ToolbarUndoRedo/index.js +1 -1
- package/dist/cjs/ui/styles.js +9 -25
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/plugins/alignment/ui/ToolbarAlignment/index.js +1 -1
- package/dist/es2019/plugins/block-type/ui/ToolbarBlockType/blocktype-button.js +2 -1
- package/dist/es2019/plugins/block-type/ui/ToolbarBlockType/index.js +1 -1
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +1 -1
- package/dist/es2019/plugins/text-color/ui/ToolbarTextColor/index.js +2 -1
- package/dist/es2019/plugins/text-formatting/commands/clear-formatting.js +1 -1
- package/dist/es2019/plugins/text-formatting/index.js +1 -1
- package/dist/es2019/plugins/text-formatting/pm-plugins/clear-formatting-keymap.js +1 -1
- package/dist/es2019/plugins/text-formatting/pm-plugins/clear-formatting.js +2 -2
- package/dist/es2019/plugins/text-formatting/pm-plugins/input-rule.js +1 -2
- package/dist/es2019/plugins/text-formatting/pm-plugins/keymap.js +2 -2
- package/dist/es2019/plugins/text-formatting/pm-plugins/main.js +1 -1
- package/dist/es2019/plugins/text-formatting/ui/Toolbar/constants.js +1 -1
- package/dist/es2019/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.js +3 -3
- package/dist/es2019/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.js +2 -3
- package/dist/es2019/plugins/text-formatting/ui/Toolbar/index.js +1 -1
- package/dist/es2019/plugins/text-formatting/ui/Toolbar/more-button.js +2 -2
- package/dist/es2019/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.js +2 -2
- package/dist/es2019/plugins/toolbar-lists-indentation/ui/Toolbar.js +1 -1
- package/dist/es2019/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.js +2 -1
- package/dist/es2019/plugins/type-ahead/ui/AssistiveText.js +3 -1
- package/dist/es2019/plugins/undo-redo/ui/ToolbarUndoRedo/index.js +1 -1
- package/dist/es2019/ui/styles.js +3 -45
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/plugins/alignment/ui/ToolbarAlignment/index.js +1 -1
- package/dist/esm/plugins/block-type/ui/ToolbarBlockType/blocktype-button.js +2 -1
- package/dist/esm/plugins/block-type/ui/ToolbarBlockType/index.js +1 -1
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +1 -1
- package/dist/esm/plugins/text-color/ui/ToolbarTextColor/index.js +2 -1
- package/dist/esm/plugins/text-formatting/commands/clear-formatting.js +1 -1
- package/dist/esm/plugins/text-formatting/index.js +1 -1
- package/dist/esm/plugins/text-formatting/pm-plugins/clear-formatting-keymap.js +1 -1
- package/dist/esm/plugins/text-formatting/pm-plugins/clear-formatting.js +2 -2
- package/dist/esm/plugins/text-formatting/pm-plugins/input-rule.js +1 -2
- package/dist/esm/plugins/text-formatting/pm-plugins/keymap.js +2 -2
- package/dist/esm/plugins/text-formatting/pm-plugins/main.js +1 -1
- package/dist/esm/plugins/text-formatting/ui/Toolbar/constants.js +1 -1
- package/dist/esm/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.js +3 -3
- package/dist/esm/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.js +2 -3
- package/dist/esm/plugins/text-formatting/ui/Toolbar/index.js +1 -1
- package/dist/esm/plugins/text-formatting/ui/Toolbar/more-button.js +2 -2
- package/dist/esm/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.js +2 -2
- package/dist/esm/plugins/toolbar-lists-indentation/ui/Toolbar.js +1 -1
- package/dist/esm/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.js +2 -1
- package/dist/esm/plugins/type-ahead/ui/AssistiveText.js +3 -1
- package/dist/esm/plugins/undo-redo/ui/ToolbarUndoRedo/index.js +1 -1
- package/dist/esm/ui/styles.js +7 -18
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/plugins/alignment/ui/ToolbarAlignment/index.d.ts +2 -2
- package/dist/types/plugins/block-type/ui/ToolbarBlockType/blocktype-button.d.ts +2 -2
- package/dist/types/plugins/block-type/ui/ToolbarBlockType/index.d.ts +5 -5
- package/dist/types/plugins/insert-block/ui/ToolbarInsertBlock/index.d.ts +2 -2
- package/dist/types/plugins/text-color/ui/ToolbarTextColor/index.d.ts +5 -5
- package/dist/types/plugins/text-formatting/commands/clear-formatting.d.ts +2 -2
- package/dist/types/plugins/text-formatting/commands/text-formatting.d.ts +3 -2
- package/dist/types/plugins/text-formatting/commands/transform-to-code.d.ts +1 -1
- package/dist/types/plugins/text-formatting/index.d.ts +1 -1
- package/dist/types/plugins/text-formatting/pm-plugins/clear-formatting-keymap.d.ts +2 -2
- package/dist/types/plugins/text-formatting/pm-plugins/clear-formatting.d.ts +3 -3
- package/dist/types/plugins/text-formatting/pm-plugins/input-rule.d.ts +3 -3
- package/dist/types/plugins/text-formatting/pm-plugins/keymap.d.ts +3 -3
- package/dist/types/plugins/text-formatting/pm-plugins/main.d.ts +2 -2
- package/dist/types/plugins/text-formatting/pm-plugins/plugin-key.d.ts +1 -1
- package/dist/types/plugins/text-formatting/pm-plugins/smart-input-rule.d.ts +1 -1
- package/dist/types/plugins/text-formatting/ui/Toolbar/constants.d.ts +1 -1
- package/dist/types/plugins/text-formatting/ui/Toolbar/dropdown-menu.d.ts +2 -2
- package/dist/types/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.d.ts +2 -2
- package/dist/types/plugins/text-formatting/ui/Toolbar/hooks/responsive-toolbar-buttons.d.ts +2 -2
- package/dist/types/plugins/text-formatting/ui/Toolbar/index.d.ts +5 -5
- package/dist/types/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.d.ts +2 -2
- package/dist/types/plugins/text-formatting/ui/Toolbar/types.d.ts +5 -5
- package/dist/{types-ts4.5 → types/plugins/text-formatting}/utils/cell-selection.d.ts +2 -2
- package/dist/types/plugins/text-formatting/utils.d.ts +3 -3
- package/dist/types/plugins/toolbar-lists-indentation/ui/Toolbar.d.ts +1 -1
- package/dist/types/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.d.ts +1 -1
- package/dist/types/plugins/undo-redo/ui/ToolbarUndoRedo/index.d.ts +3 -3
- package/dist/types/ui/styles.d.ts +0 -4
- package/dist/types/utils/commands.d.ts +3 -3
- package/dist/types/utils/index.d.ts +3 -3
- package/dist/types/utils/input-rules.d.ts +3 -3
- package/dist/types-ts4.5/plugins/alignment/ui/ToolbarAlignment/index.d.ts +2 -2
- package/dist/types-ts4.5/plugins/block-type/ui/ToolbarBlockType/blocktype-button.d.ts +2 -2
- package/dist/types-ts4.5/plugins/block-type/ui/ToolbarBlockType/index.d.ts +5 -5
- package/dist/types-ts4.5/plugins/insert-block/ui/ToolbarInsertBlock/index.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-color/ui/ToolbarTextColor/index.d.ts +5 -5
- package/dist/types-ts4.5/plugins/text-formatting/commands/clear-formatting.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/commands/text-formatting.d.ts +3 -2
- package/dist/types-ts4.5/plugins/text-formatting/commands/transform-to-code.d.ts +1 -1
- package/dist/types-ts4.5/plugins/text-formatting/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/clear-formatting-keymap.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/clear-formatting.d.ts +3 -3
- package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/input-rule.d.ts +3 -3
- package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/keymap.d.ts +3 -3
- package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/main.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/plugin-key.d.ts +1 -1
- package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/smart-input-rule.d.ts +1 -1
- package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/constants.d.ts +1 -1
- package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/dropdown-menu.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/hooks/responsive-toolbar-buttons.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/index.d.ts +5 -5
- package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/types.d.ts +5 -5
- package/dist/{types → types-ts4.5/plugins/text-formatting}/utils/cell-selection.d.ts +2 -2
- package/dist/types-ts4.5/plugins/text-formatting/utils.d.ts +3 -3
- package/dist/types-ts4.5/plugins/toolbar-lists-indentation/ui/Toolbar.d.ts +1 -1
- package/dist/types-ts4.5/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.d.ts +1 -1
- package/dist/types-ts4.5/plugins/undo-redo/ui/ToolbarUndoRedo/index.d.ts +3 -3
- package/dist/types-ts4.5/ui/styles.d.ts +0 -4
- package/dist/types-ts4.5/utils/commands.d.ts +3 -3
- package/dist/types-ts4.5/utils/index.d.ts +3 -3
- package/dist/types-ts4.5/utils/input-rules.d.ts +3 -3
- package/package.json +2 -2
- package/report.api.md +14 -14
- package/tmp/api-report-tmp.d.ts +14 -14
- /package/dist/cjs/{utils → plugins/text-formatting/utils}/cell-selection.js +0 -0
- /package/dist/es2019/{utils → plugins/text-formatting/utils}/cell-selection.js +0 -0
- /package/dist/esm/{utils → plugins/text-formatting/utils}/cell-selection.js +0 -0
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
export { shortcutStyle } from '@atlaskit/editor-shared-styles/shortcut';
|
|
2
2
|
export { scrollbarStyles } from '@atlaskit/editor-shared-styles/scrollbar';
|
|
3
|
-
export declare const buttonGroupStyle: import("@emotion/react").SerializedStyles;
|
|
4
|
-
export declare const separatorStyles: import("@emotion/react").SerializedStyles;
|
|
5
|
-
export declare const wrapperStyle: import("@emotion/react").SerializedStyles;
|
|
6
3
|
export declare const wrapperSmallStyle: import("@emotion/react").SerializedStyles;
|
|
7
4
|
export declare const expandIconWrapperStyle: import("@emotion/react").SerializedStyles;
|
|
8
|
-
export declare const triggerWrapperStyles: import("@emotion/react").SerializedStyles;
|
|
9
5
|
export declare const buttonContentStyle: import("@emotion/react").SerializedStyles;
|
|
10
6
|
export declare const buttonContentReducedSpacingStyle: import("@emotion/react").SerializedStyles;
|
|
11
7
|
export declare const clickSelectWrapperStyle: import("@emotion/react").SerializedStyles;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EditorState, Transaction } from 'prosemirror-state';
|
|
2
|
-
import { EditorView } from 'prosemirror-view';
|
|
3
|
-
import { ResolvedPos, MarkType, Mark, Node as PMNode, Fragment } from 'prosemirror-model';
|
|
1
|
+
import type { EditorState, Transaction } from 'prosemirror-state';
|
|
2
|
+
import type { EditorView } from 'prosemirror-view';
|
|
3
|
+
import type { ResolvedPos, MarkType, Mark, Node as PMNode, Fragment } from 'prosemirror-model';
|
|
4
4
|
import type { Command, HigherOrderCommand } from '@atlaskit/editor-common/types';
|
|
5
5
|
declare const isEmptySelectionAtStart: (state: EditorState) => boolean;
|
|
6
6
|
declare const isEmptySelectionAtEnd: (state: EditorState) => boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MarkType, Node, ResolvedPos, Schema, Slice } from 'prosemirror-model';
|
|
2
|
-
import { EditorState, Selection } from 'prosemirror-state';
|
|
3
|
-
import { JSONDocNode, JSONNode } from '@atlaskit/editor-json-transformer';
|
|
1
|
+
import type { MarkType, Node, ResolvedPos, Schema, Slice } from 'prosemirror-model';
|
|
2
|
+
import type { EditorState, Selection } from 'prosemirror-state';
|
|
3
|
+
import type { JSONDocNode, JSONNode } from '@atlaskit/editor-json-transformer';
|
|
4
4
|
export { insideTable } from '@atlaskit/editor-common/core-utils';
|
|
5
5
|
export { hasVisibleContent, isNodeEmpty, findFarthestParentNode, isSelectionEndOfParagraph, nodesBetweenChanged, getNodesCount, } from './document';
|
|
6
6
|
export { sanitiseMarksInSelection } from './mark';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Node as PMNode, NodeType } from 'prosemirror-model';
|
|
2
|
-
import { EditorState } from 'prosemirror-state';
|
|
3
|
-
import { InputRuleWrapper } from '@atlaskit/prosemirror-input-rules';
|
|
4
|
-
import { AnalyticsEventPayload } from '../plugins/analytics/types';
|
|
2
|
+
import type { EditorState } from 'prosemirror-state';
|
|
3
|
+
import type { InputRuleWrapper } from '@atlaskit/prosemirror-input-rules';
|
|
4
|
+
import type { AnalyticsEventPayload } from '../plugins/analytics/types';
|
|
5
5
|
import { JOIN_SCENARIOS_WHEN_TYPING_TO_INSERT_LIST } from '@atlaskit/editor-common/analytics';
|
|
6
6
|
type GetPayload = AnalyticsEventPayload | ((state: EditorState, matchResult: RegExpExecArray) => AnalyticsEventPayload);
|
|
7
7
|
export declare const ruleWithAnalytics: (getPayload: GetPayload) => (originalRule: InputRuleWrapper) => InputRuleWrapper;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "187.4.
|
|
3
|
+
"version": "187.4.11",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@atlaskit/radio": "^5.6.0",
|
|
96
96
|
"@atlaskit/section-message": "^6.4.0",
|
|
97
97
|
"@atlaskit/select": "^16.5.0",
|
|
98
|
-
"@atlaskit/smart-card": "^26.
|
|
98
|
+
"@atlaskit/smart-card": "^26.10.0",
|
|
99
99
|
"@atlaskit/smart-user-picker": "^6.1.0",
|
|
100
100
|
"@atlaskit/spinner": "^15.5.0",
|
|
101
101
|
"@atlaskit/status": "^1.3.0",
|
package/report.api.md
CHANGED
|
@@ -2303,7 +2303,7 @@ function toggleBulletList(
|
|
|
2303
2303
|
): boolean;
|
|
2304
2304
|
|
|
2305
2305
|
// @public (undocumented)
|
|
2306
|
-
export const toggleCode: () =>
|
|
2306
|
+
export const toggleCode: () => Command_2;
|
|
2307
2307
|
|
|
2308
2308
|
// @public (undocumented)
|
|
2309
2309
|
export const toggleCodeWithAnalytics: (
|
|
@@ -2312,10 +2312,10 @@ export const toggleCodeWithAnalytics: (
|
|
|
2312
2312
|
inputMethod,
|
|
2313
2313
|
}: {
|
|
2314
2314
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2315
|
-
}) =>
|
|
2315
|
+
}) => Command_2;
|
|
2316
2316
|
|
|
2317
2317
|
// @public (undocumented)
|
|
2318
|
-
export const toggleEm: () =>
|
|
2318
|
+
export const toggleEm: () => Command_2;
|
|
2319
2319
|
|
|
2320
2320
|
// @public (undocumented)
|
|
2321
2321
|
export const toggleEmWithAnalytics: (
|
|
@@ -2324,7 +2324,7 @@ export const toggleEmWithAnalytics: (
|
|
|
2324
2324
|
inputMethod,
|
|
2325
2325
|
}: {
|
|
2326
2326
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2327
|
-
}) =>
|
|
2327
|
+
}) => Command_2;
|
|
2328
2328
|
|
|
2329
2329
|
// @public (undocumented)
|
|
2330
2330
|
function toggleOrderedList(
|
|
@@ -2333,7 +2333,7 @@ function toggleOrderedList(
|
|
|
2333
2333
|
): boolean;
|
|
2334
2334
|
|
|
2335
2335
|
// @public (undocumented)
|
|
2336
|
-
export const toggleStrike: () =>
|
|
2336
|
+
export const toggleStrike: () => Command_2;
|
|
2337
2337
|
|
|
2338
2338
|
// @public (undocumented)
|
|
2339
2339
|
export const toggleStrikeWithAnalytics: (
|
|
@@ -2342,10 +2342,10 @@ export const toggleStrikeWithAnalytics: (
|
|
|
2342
2342
|
inputMethod,
|
|
2343
2343
|
}: {
|
|
2344
2344
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2345
|
-
}) =>
|
|
2345
|
+
}) => Command_2;
|
|
2346
2346
|
|
|
2347
2347
|
// @public (undocumented)
|
|
2348
|
-
export const toggleStrong: () =>
|
|
2348
|
+
export const toggleStrong: () => Command_2;
|
|
2349
2349
|
|
|
2350
2350
|
// @public (undocumented)
|
|
2351
2351
|
export const toggleStrongWithAnalytics: (
|
|
@@ -2354,10 +2354,10 @@ export const toggleStrongWithAnalytics: (
|
|
|
2354
2354
|
inputMethod,
|
|
2355
2355
|
}: {
|
|
2356
2356
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2357
|
-
}) =>
|
|
2357
|
+
}) => Command_2;
|
|
2358
2358
|
|
|
2359
2359
|
// @public (undocumented)
|
|
2360
|
-
export const toggleSubscript: () =>
|
|
2360
|
+
export const toggleSubscript: () => Command_2;
|
|
2361
2361
|
|
|
2362
2362
|
// @public (undocumented)
|
|
2363
2363
|
export const toggleSubscriptWithAnalytics: (
|
|
@@ -2366,10 +2366,10 @@ export const toggleSubscriptWithAnalytics: (
|
|
|
2366
2366
|
inputMethod,
|
|
2367
2367
|
}: {
|
|
2368
2368
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2369
|
-
}) =>
|
|
2369
|
+
}) => Command_2;
|
|
2370
2370
|
|
|
2371
2371
|
// @public (undocumented)
|
|
2372
|
-
export const toggleSuperscript: () =>
|
|
2372
|
+
export const toggleSuperscript: () => Command_2;
|
|
2373
2373
|
|
|
2374
2374
|
// @public (undocumented)
|
|
2375
2375
|
export const toggleSuperscriptWithAnalytics: (
|
|
@@ -2378,10 +2378,10 @@ export const toggleSuperscriptWithAnalytics: (
|
|
|
2378
2378
|
inputMethod,
|
|
2379
2379
|
}: {
|
|
2380
2380
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2381
|
-
}) =>
|
|
2381
|
+
}) => Command_2;
|
|
2382
2382
|
|
|
2383
2383
|
// @public (undocumented)
|
|
2384
|
-
export const toggleUnderline: () =>
|
|
2384
|
+
export const toggleUnderline: () => Command_2;
|
|
2385
2385
|
|
|
2386
2386
|
// @public (undocumented)
|
|
2387
2387
|
export const toggleUnderlineWithAnalytics: (
|
|
@@ -2390,7 +2390,7 @@ export const toggleUnderlineWithAnalytics: (
|
|
|
2390
2390
|
inputMethod,
|
|
2391
2391
|
}: {
|
|
2392
2392
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2393
|
-
}) =>
|
|
2393
|
+
}) => Command_2;
|
|
2394
2394
|
|
|
2395
2395
|
// @public (undocumented)
|
|
2396
2396
|
export class ToolbarFeedback extends PureComponent<Props_3, State_2> {
|
package/tmp/api-report-tmp.d.ts
CHANGED
|
@@ -2066,63 +2066,63 @@ interface TextSelectionData {
|
|
|
2066
2066
|
function toggleBulletList(view: EditorView, inputMethod?: ListInputMethod): boolean;
|
|
2067
2067
|
|
|
2068
2068
|
// @public (undocumented)
|
|
2069
|
-
export const toggleCode: () =>
|
|
2069
|
+
export const toggleCode: () => Command_2;
|
|
2070
2070
|
|
|
2071
2071
|
// @public (undocumented)
|
|
2072
2072
|
export const toggleCodeWithAnalytics: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => ({ inputMethod }: {
|
|
2073
2073
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2074
|
-
}) =>
|
|
2074
|
+
}) => Command_2;
|
|
2075
2075
|
|
|
2076
2076
|
// @public (undocumented)
|
|
2077
|
-
export const toggleEm: () =>
|
|
2077
|
+
export const toggleEm: () => Command_2;
|
|
2078
2078
|
|
|
2079
2079
|
// @public (undocumented)
|
|
2080
2080
|
export const toggleEmWithAnalytics: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => ({ inputMethod }: {
|
|
2081
2081
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2082
|
-
}) =>
|
|
2082
|
+
}) => Command_2;
|
|
2083
2083
|
|
|
2084
2084
|
// @public (undocumented)
|
|
2085
2085
|
function toggleOrderedList(view: EditorView, inputMethod?: ListInputMethod): boolean;
|
|
2086
2086
|
|
|
2087
2087
|
// @public (undocumented)
|
|
2088
|
-
export const toggleStrike: () =>
|
|
2088
|
+
export const toggleStrike: () => Command_2;
|
|
2089
2089
|
|
|
2090
2090
|
// @public (undocumented)
|
|
2091
2091
|
export const toggleStrikeWithAnalytics: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => ({ inputMethod }: {
|
|
2092
2092
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2093
|
-
}) =>
|
|
2093
|
+
}) => Command_2;
|
|
2094
2094
|
|
|
2095
2095
|
// @public (undocumented)
|
|
2096
|
-
export const toggleStrong: () =>
|
|
2096
|
+
export const toggleStrong: () => Command_2;
|
|
2097
2097
|
|
|
2098
2098
|
// @public (undocumented)
|
|
2099
2099
|
export const toggleStrongWithAnalytics: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => ({ inputMethod }: {
|
|
2100
2100
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2101
|
-
}) =>
|
|
2101
|
+
}) => Command_2;
|
|
2102
2102
|
|
|
2103
2103
|
// @public (undocumented)
|
|
2104
|
-
export const toggleSubscript: () =>
|
|
2104
|
+
export const toggleSubscript: () => Command_2;
|
|
2105
2105
|
|
|
2106
2106
|
// @public (undocumented)
|
|
2107
2107
|
export const toggleSubscriptWithAnalytics: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => ({ inputMethod }: {
|
|
2108
2108
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2109
|
-
}) =>
|
|
2109
|
+
}) => Command_2;
|
|
2110
2110
|
|
|
2111
2111
|
// @public (undocumented)
|
|
2112
|
-
export const toggleSuperscript: () =>
|
|
2112
|
+
export const toggleSuperscript: () => Command_2;
|
|
2113
2113
|
|
|
2114
2114
|
// @public (undocumented)
|
|
2115
2115
|
export const toggleSuperscriptWithAnalytics: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => ({ inputMethod }: {
|
|
2116
2116
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2117
|
-
}) =>
|
|
2117
|
+
}) => Command_2;
|
|
2118
2118
|
|
|
2119
2119
|
// @public (undocumented)
|
|
2120
|
-
export const toggleUnderline: () =>
|
|
2120
|
+
export const toggleUnderline: () => Command_2;
|
|
2121
2121
|
|
|
2122
2122
|
// @public (undocumented)
|
|
2123
2123
|
export const toggleUnderlineWithAnalytics: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => ({ inputMethod }: {
|
|
2124
2124
|
inputMethod: TextFormattingInputMethodBasic;
|
|
2125
|
-
}) =>
|
|
2125
|
+
}) => Command_2;
|
|
2126
2126
|
|
|
2127
2127
|
// @public (undocumented)
|
|
2128
2128
|
export class ToolbarFeedback extends PureComponent<Props_3, State_2> {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|