@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.
Files changed (145) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/plugins/alignment/ui/ToolbarAlignment/index.js +1 -1
  3. package/dist/cjs/plugins/block-type/ui/ToolbarBlockType/blocktype-button.js +2 -1
  4. package/dist/cjs/plugins/block-type/ui/ToolbarBlockType/index.js +1 -1
  5. package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +1 -1
  6. package/dist/cjs/plugins/text-color/ui/ToolbarTextColor/index.js +7 -6
  7. package/dist/cjs/plugins/text-formatting/commands/clear-formatting.js +1 -1
  8. package/dist/cjs/plugins/text-formatting/index.js +2 -2
  9. package/dist/cjs/plugins/text-formatting/pm-plugins/clear-formatting-keymap.js +1 -1
  10. package/dist/cjs/plugins/text-formatting/pm-plugins/clear-formatting.js +5 -2
  11. package/dist/cjs/plugins/text-formatting/pm-plugins/keymap.js +3 -3
  12. package/dist/cjs/plugins/text-formatting/pm-plugins/main.js +1 -1
  13. package/dist/cjs/plugins/text-formatting/ui/Toolbar/constants.js +1 -1
  14. package/dist/cjs/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.js +5 -5
  15. package/dist/cjs/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.js +6 -7
  16. package/dist/cjs/plugins/text-formatting/ui/Toolbar/index.js +1 -1
  17. package/dist/cjs/plugins/text-formatting/ui/Toolbar/more-button.js +3 -3
  18. package/dist/cjs/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.js +3 -4
  19. package/dist/cjs/plugins/toolbar-lists-indentation/ui/Toolbar.js +1 -1
  20. package/dist/cjs/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.js +4 -3
  21. package/dist/cjs/plugins/type-ahead/ui/AssistiveText.js +3 -1
  22. package/dist/cjs/plugins/undo-redo/ui/ToolbarUndoRedo/index.js +1 -1
  23. package/dist/cjs/ui/styles.js +9 -25
  24. package/dist/cjs/version-wrapper.js +1 -1
  25. package/dist/cjs/version.json +1 -1
  26. package/dist/es2019/plugins/alignment/ui/ToolbarAlignment/index.js +1 -1
  27. package/dist/es2019/plugins/block-type/ui/ToolbarBlockType/blocktype-button.js +2 -1
  28. package/dist/es2019/plugins/block-type/ui/ToolbarBlockType/index.js +1 -1
  29. package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +1 -1
  30. package/dist/es2019/plugins/text-color/ui/ToolbarTextColor/index.js +2 -1
  31. package/dist/es2019/plugins/text-formatting/commands/clear-formatting.js +1 -1
  32. package/dist/es2019/plugins/text-formatting/index.js +1 -1
  33. package/dist/es2019/plugins/text-formatting/pm-plugins/clear-formatting-keymap.js +1 -1
  34. package/dist/es2019/plugins/text-formatting/pm-plugins/clear-formatting.js +2 -2
  35. package/dist/es2019/plugins/text-formatting/pm-plugins/input-rule.js +1 -2
  36. package/dist/es2019/plugins/text-formatting/pm-plugins/keymap.js +2 -2
  37. package/dist/es2019/plugins/text-formatting/pm-plugins/main.js +1 -1
  38. package/dist/es2019/plugins/text-formatting/ui/Toolbar/constants.js +1 -1
  39. package/dist/es2019/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.js +3 -3
  40. package/dist/es2019/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.js +2 -3
  41. package/dist/es2019/plugins/text-formatting/ui/Toolbar/index.js +1 -1
  42. package/dist/es2019/plugins/text-formatting/ui/Toolbar/more-button.js +2 -2
  43. package/dist/es2019/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.js +2 -2
  44. package/dist/es2019/plugins/toolbar-lists-indentation/ui/Toolbar.js +1 -1
  45. package/dist/es2019/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.js +2 -1
  46. package/dist/es2019/plugins/type-ahead/ui/AssistiveText.js +3 -1
  47. package/dist/es2019/plugins/undo-redo/ui/ToolbarUndoRedo/index.js +1 -1
  48. package/dist/es2019/ui/styles.js +3 -45
  49. package/dist/es2019/version-wrapper.js +1 -1
  50. package/dist/es2019/version.json +1 -1
  51. package/dist/esm/plugins/alignment/ui/ToolbarAlignment/index.js +1 -1
  52. package/dist/esm/plugins/block-type/ui/ToolbarBlockType/blocktype-button.js +2 -1
  53. package/dist/esm/plugins/block-type/ui/ToolbarBlockType/index.js +1 -1
  54. package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +1 -1
  55. package/dist/esm/plugins/text-color/ui/ToolbarTextColor/index.js +2 -1
  56. package/dist/esm/plugins/text-formatting/commands/clear-formatting.js +1 -1
  57. package/dist/esm/plugins/text-formatting/index.js +1 -1
  58. package/dist/esm/plugins/text-formatting/pm-plugins/clear-formatting-keymap.js +1 -1
  59. package/dist/esm/plugins/text-formatting/pm-plugins/clear-formatting.js +2 -2
  60. package/dist/esm/plugins/text-formatting/pm-plugins/input-rule.js +1 -2
  61. package/dist/esm/plugins/text-formatting/pm-plugins/keymap.js +2 -2
  62. package/dist/esm/plugins/text-formatting/pm-plugins/main.js +1 -1
  63. package/dist/esm/plugins/text-formatting/ui/Toolbar/constants.js +1 -1
  64. package/dist/esm/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.js +3 -3
  65. package/dist/esm/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.js +2 -3
  66. package/dist/esm/plugins/text-formatting/ui/Toolbar/index.js +1 -1
  67. package/dist/esm/plugins/text-formatting/ui/Toolbar/more-button.js +2 -2
  68. package/dist/esm/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.js +2 -2
  69. package/dist/esm/plugins/toolbar-lists-indentation/ui/Toolbar.js +1 -1
  70. package/dist/esm/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.js +2 -1
  71. package/dist/esm/plugins/type-ahead/ui/AssistiveText.js +3 -1
  72. package/dist/esm/plugins/undo-redo/ui/ToolbarUndoRedo/index.js +1 -1
  73. package/dist/esm/ui/styles.js +7 -18
  74. package/dist/esm/version-wrapper.js +1 -1
  75. package/dist/esm/version.json +1 -1
  76. package/dist/types/plugins/alignment/ui/ToolbarAlignment/index.d.ts +2 -2
  77. package/dist/types/plugins/block-type/ui/ToolbarBlockType/blocktype-button.d.ts +2 -2
  78. package/dist/types/plugins/block-type/ui/ToolbarBlockType/index.d.ts +5 -5
  79. package/dist/types/plugins/insert-block/ui/ToolbarInsertBlock/index.d.ts +2 -2
  80. package/dist/types/plugins/text-color/ui/ToolbarTextColor/index.d.ts +5 -5
  81. package/dist/types/plugins/text-formatting/commands/clear-formatting.d.ts +2 -2
  82. package/dist/types/plugins/text-formatting/commands/text-formatting.d.ts +3 -2
  83. package/dist/types/plugins/text-formatting/commands/transform-to-code.d.ts +1 -1
  84. package/dist/types/plugins/text-formatting/index.d.ts +1 -1
  85. package/dist/types/plugins/text-formatting/pm-plugins/clear-formatting-keymap.d.ts +2 -2
  86. package/dist/types/plugins/text-formatting/pm-plugins/clear-formatting.d.ts +3 -3
  87. package/dist/types/plugins/text-formatting/pm-plugins/input-rule.d.ts +3 -3
  88. package/dist/types/plugins/text-formatting/pm-plugins/keymap.d.ts +3 -3
  89. package/dist/types/plugins/text-formatting/pm-plugins/main.d.ts +2 -2
  90. package/dist/types/plugins/text-formatting/pm-plugins/plugin-key.d.ts +1 -1
  91. package/dist/types/plugins/text-formatting/pm-plugins/smart-input-rule.d.ts +1 -1
  92. package/dist/types/plugins/text-formatting/ui/Toolbar/constants.d.ts +1 -1
  93. package/dist/types/plugins/text-formatting/ui/Toolbar/dropdown-menu.d.ts +2 -2
  94. package/dist/types/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.d.ts +2 -2
  95. package/dist/types/plugins/text-formatting/ui/Toolbar/hooks/responsive-toolbar-buttons.d.ts +2 -2
  96. package/dist/types/plugins/text-formatting/ui/Toolbar/index.d.ts +5 -5
  97. package/dist/types/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.d.ts +2 -2
  98. package/dist/types/plugins/text-formatting/ui/Toolbar/types.d.ts +5 -5
  99. package/dist/{types-ts4.5 → types/plugins/text-formatting}/utils/cell-selection.d.ts +2 -2
  100. package/dist/types/plugins/text-formatting/utils.d.ts +3 -3
  101. package/dist/types/plugins/toolbar-lists-indentation/ui/Toolbar.d.ts +1 -1
  102. package/dist/types/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.d.ts +1 -1
  103. package/dist/types/plugins/undo-redo/ui/ToolbarUndoRedo/index.d.ts +3 -3
  104. package/dist/types/ui/styles.d.ts +0 -4
  105. package/dist/types/utils/commands.d.ts +3 -3
  106. package/dist/types/utils/index.d.ts +3 -3
  107. package/dist/types/utils/input-rules.d.ts +3 -3
  108. package/dist/types-ts4.5/plugins/alignment/ui/ToolbarAlignment/index.d.ts +2 -2
  109. package/dist/types-ts4.5/plugins/block-type/ui/ToolbarBlockType/blocktype-button.d.ts +2 -2
  110. package/dist/types-ts4.5/plugins/block-type/ui/ToolbarBlockType/index.d.ts +5 -5
  111. package/dist/types-ts4.5/plugins/insert-block/ui/ToolbarInsertBlock/index.d.ts +2 -2
  112. package/dist/types-ts4.5/plugins/text-color/ui/ToolbarTextColor/index.d.ts +5 -5
  113. package/dist/types-ts4.5/plugins/text-formatting/commands/clear-formatting.d.ts +2 -2
  114. package/dist/types-ts4.5/plugins/text-formatting/commands/text-formatting.d.ts +3 -2
  115. package/dist/types-ts4.5/plugins/text-formatting/commands/transform-to-code.d.ts +1 -1
  116. package/dist/types-ts4.5/plugins/text-formatting/index.d.ts +1 -1
  117. package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/clear-formatting-keymap.d.ts +2 -2
  118. package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/clear-formatting.d.ts +3 -3
  119. package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/input-rule.d.ts +3 -3
  120. package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/keymap.d.ts +3 -3
  121. package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/main.d.ts +2 -2
  122. package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/plugin-key.d.ts +1 -1
  123. package/dist/types-ts4.5/plugins/text-formatting/pm-plugins/smart-input-rule.d.ts +1 -1
  124. package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/constants.d.ts +1 -1
  125. package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/dropdown-menu.d.ts +2 -2
  126. package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.d.ts +2 -2
  127. package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/hooks/responsive-toolbar-buttons.d.ts +2 -2
  128. package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/index.d.ts +5 -5
  129. package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.d.ts +2 -2
  130. package/dist/types-ts4.5/plugins/text-formatting/ui/Toolbar/types.d.ts +5 -5
  131. package/dist/{types → types-ts4.5/plugins/text-formatting}/utils/cell-selection.d.ts +2 -2
  132. package/dist/types-ts4.5/plugins/text-formatting/utils.d.ts +3 -3
  133. package/dist/types-ts4.5/plugins/toolbar-lists-indentation/ui/Toolbar.d.ts +1 -1
  134. package/dist/types-ts4.5/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.d.ts +1 -1
  135. package/dist/types-ts4.5/plugins/undo-redo/ui/ToolbarUndoRedo/index.d.ts +3 -3
  136. package/dist/types-ts4.5/ui/styles.d.ts +0 -4
  137. package/dist/types-ts4.5/utils/commands.d.ts +3 -3
  138. package/dist/types-ts4.5/utils/index.d.ts +3 -3
  139. package/dist/types-ts4.5/utils/input-rules.d.ts +3 -3
  140. package/package.json +2 -2
  141. package/report.api.md +14 -14
  142. package/tmp/api-report-tmp.d.ts +14 -14
  143. /package/dist/cjs/{utils → plugins/text-formatting/utils}/cell-selection.js +0 -0
  144. /package/dist/es2019/{utils → plugins/text-formatting/utils}/cell-selection.js +0 -0
  145. /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.8",
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.9.0",
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: () => Command;
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
- }) => Command;
2315
+ }) => Command_2;
2316
2316
 
2317
2317
  // @public (undocumented)
2318
- export const toggleEm: () => Command;
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
- }) => Command;
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: () => Command;
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
- }) => Command;
2345
+ }) => Command_2;
2346
2346
 
2347
2347
  // @public (undocumented)
2348
- export const toggleStrong: () => Command;
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
- }) => Command;
2357
+ }) => Command_2;
2358
2358
 
2359
2359
  // @public (undocumented)
2360
- export const toggleSubscript: () => Command;
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
- }) => Command;
2369
+ }) => Command_2;
2370
2370
 
2371
2371
  // @public (undocumented)
2372
- export const toggleSuperscript: () => Command;
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
- }) => Command;
2381
+ }) => Command_2;
2382
2382
 
2383
2383
  // @public (undocumented)
2384
- export const toggleUnderline: () => Command;
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
- }) => Command;
2393
+ }) => Command_2;
2394
2394
 
2395
2395
  // @public (undocumented)
2396
2396
  export class ToolbarFeedback extends PureComponent<Props_3, State_2> {
@@ -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: () => Command;
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
- }) => Command;
2074
+ }) => Command_2;
2075
2075
 
2076
2076
  // @public (undocumented)
2077
- export const toggleEm: () => Command;
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
- }) => Command;
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: () => Command;
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
- }) => Command;
2093
+ }) => Command_2;
2094
2094
 
2095
2095
  // @public (undocumented)
2096
- export const toggleStrong: () => Command;
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
- }) => Command;
2101
+ }) => Command_2;
2102
2102
 
2103
2103
  // @public (undocumented)
2104
- export const toggleSubscript: () => Command;
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
- }) => Command;
2109
+ }) => Command_2;
2110
2110
 
2111
2111
  // @public (undocumented)
2112
- export const toggleSuperscript: () => Command;
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
- }) => Command;
2117
+ }) => Command_2;
2118
2118
 
2119
2119
  // @public (undocumented)
2120
- export const toggleUnderline: () => Command;
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
- }) => Command;
2125
+ }) => Command_2;
2126
2126
 
2127
2127
  // @public (undocumented)
2128
2128
  export class ToolbarFeedback extends PureComponent<Props_3, State_2> {