@atlaskit/editor-common 108.1.1 → 108.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 +19 -0
- package/dist/cjs/ai-messages/ai-experience-application.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/ai-messages/ai-experience-application.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/ai-messages/ai-experience-application.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/general-events.d.ts +1 -0
- package/dist/types/collab/index.d.ts +2 -1
- package/dist/types/element-browser/components/ElementList/ElementList.d.ts +2 -2
- package/dist/types/extensibility/Extension/Extension/styles.d.ts +7 -6
- package/dist/types/extensibility/Extension/InlineExtension/styles.d.ts +3 -2
- package/dist/types/extensibility/Extension/styles.d.ts +6 -5
- package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +3 -2
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +2 -2
- package/dist/types/link/LinkSearch/LinkSearchList.d.ts +2 -2
- package/dist/types/link/LinkSearch/LinkSearchListItem.d.ts +5 -4
- package/dist/types/link/LinkSearch/ToolbarComponents.d.ts +4 -3
- package/dist/types/media-inline/styles.d.ts +5 -4
- package/dist/types/media-inline/views/wrapper.d.ts +2 -1
- package/dist/types/selection/gap-cursor/styles.d.ts +2 -1
- package/dist/types/styles/shared/block-marks.d.ts +2 -1
- package/dist/types/styles/shared/blockquote.d.ts +2 -1
- package/dist/types/styles/shared/code-block.d.ts +3 -2
- package/dist/types/styles/shared/date.d.ts +2 -1
- package/dist/types/styles/shared/embedCard.d.ts +3 -2
- package/dist/types/styles/shared/expand.d.ts +3 -2
- package/dist/types/styles/shared/grid.d.ts +2 -1
- package/dist/types/styles/shared/indentation.d.ts +2 -1
- package/dist/types/styles/shared/link.d.ts +2 -1
- package/dist/types/styles/shared/lists.d.ts +2 -1
- package/dist/types/styles/shared/plugins.d.ts +8 -7
- package/dist/types/styles/shared/resizer.d.ts +6 -5
- package/dist/types/styles/shared/task-decision.d.ts +2 -1
- package/dist/types/styles/shared/text-color.d.ts +2 -1
- package/dist/types/styles/shared/unsupported-content.d.ts +2 -1
- package/dist/types/ui/Expand/index.d.ts +2 -2
- package/dist/types/ui/MediaSingle/link.d.ts +2 -1
- package/dist/types/ui/MultiBodiedExtension/index.d.ts +5 -4
- package/dist/types/ui/PanelTextInput/styles.d.ts +3 -2
- package/dist/types/ui/clear-next-sibling-margin-top.d.ts +3 -2
- package/dist/types/ui-color/ColorPalette/Color/styles.d.ts +3 -2
- package/dist/types/ui-color/ColorPalette/styles.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/general-events.d.ts +1 -0
- package/dist/types-ts4.5/collab/index.d.ts +2 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/ElementList.d.ts +2 -2
- package/dist/types-ts4.5/extensibility/Extension/Extension/styles.d.ts +7 -6
- package/dist/types-ts4.5/extensibility/Extension/InlineExtension/styles.d.ts +3 -2
- package/dist/types-ts4.5/extensibility/Extension/styles.d.ts +6 -5
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +3 -2
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +2 -2
- package/dist/types-ts4.5/link/LinkSearch/LinkSearchList.d.ts +2 -2
- package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +5 -4
- package/dist/types-ts4.5/link/LinkSearch/ToolbarComponents.d.ts +4 -3
- package/dist/types-ts4.5/media-inline/styles.d.ts +5 -4
- package/dist/types-ts4.5/media-inline/views/wrapper.d.ts +2 -1
- package/dist/types-ts4.5/selection/gap-cursor/styles.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/block-marks.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/blockquote.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/code-block.d.ts +3 -2
- package/dist/types-ts4.5/styles/shared/date.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/embedCard.d.ts +3 -2
- package/dist/types-ts4.5/styles/shared/expand.d.ts +3 -2
- package/dist/types-ts4.5/styles/shared/grid.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/indentation.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/link.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/lists.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/plugins.d.ts +8 -7
- package/dist/types-ts4.5/styles/shared/resizer.d.ts +6 -5
- package/dist/types-ts4.5/styles/shared/task-decision.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/text-color.d.ts +2 -1
- package/dist/types-ts4.5/styles/shared/unsupported-content.d.ts +2 -1
- package/dist/types-ts4.5/ui/Expand/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/MediaSingle/link.d.ts +2 -1
- package/dist/types-ts4.5/ui/MultiBodiedExtension/index.d.ts +5 -4
- package/dist/types-ts4.5/ui/PanelTextInput/styles.d.ts +3 -2
- package/dist/types-ts4.5/ui/clear-next-sibling-margin-top.d.ts +3 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/styles.d.ts +3 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/styles.d.ts +2 -1
- package/package.json +18 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 108.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 108.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`e064fed8d33c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e064fed8d33c3) -
|
|
14
|
+
[EDITOR-1450] Follow up update content of the stop modal
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`5c1589424fcc4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c1589424fcc4) -
|
|
19
|
+
ED-29088 - Add nodesInViewport metric to proseMirrorRendered events.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 108.1.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -30,7 +30,7 @@ var aiExperienceApplicationMessages = exports.aiExperienceApplicationMessages =
|
|
|
30
30
|
},
|
|
31
31
|
discardStreamingInDocumennt: {
|
|
32
32
|
id: 'fabric.editor.ai.experience.discardStreamingInDocumennt',
|
|
33
|
-
defaultMessage: 'Cancel request and
|
|
33
|
+
defaultMessage: 'Cancel request and discard response?',
|
|
34
34
|
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence in the document.'
|
|
35
35
|
},
|
|
36
36
|
loadingTitle: {
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "
|
|
19
|
+
var packageVersion = "108.2.0";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
|
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
24
24
|
* @jsx jsx
|
|
25
25
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "
|
|
27
|
+
var packageVersion = "108.2.0";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -23,7 +23,7 @@ export const aiExperienceApplicationMessages = defineMessages({
|
|
|
23
23
|
},
|
|
24
24
|
discardStreamingInDocumennt: {
|
|
25
25
|
id: 'fabric.editor.ai.experience.discardStreamingInDocumennt',
|
|
26
|
-
defaultMessage: 'Cancel request and
|
|
26
|
+
defaultMessage: 'Cancel request and discard response?',
|
|
27
27
|
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence in the document.'
|
|
28
28
|
},
|
|
29
29
|
loadingTitle: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "
|
|
4
|
+
const packageVersion = "108.2.0";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
14
14
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
15
|
import Layer from '../Layer';
|
|
16
16
|
const packageName = "@atlaskit/editor-common";
|
|
17
|
-
const packageVersion = "
|
|
17
|
+
const packageVersion = "108.2.0";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -23,7 +23,7 @@ export var aiExperienceApplicationMessages = defineMessages({
|
|
|
23
23
|
},
|
|
24
24
|
discardStreamingInDocumennt: {
|
|
25
25
|
id: 'fabric.editor.ai.experience.discardStreamingInDocumennt',
|
|
26
|
-
defaultMessage: 'Cancel request and
|
|
26
|
+
defaultMessage: 'Cancel request and discard response?',
|
|
27
27
|
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence in the document.'
|
|
28
28
|
},
|
|
29
29
|
loadingTitle: {
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "
|
|
10
|
+
var packageVersion = "108.2.0";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// Ignored via go/ees007
|
|
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import Layer from '../Layer';
|
|
23
23
|
var packageName = "@atlaskit/editor-common";
|
|
24
|
-
var packageVersion = "
|
|
24
|
+
var packageVersion = "108.2.0";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -40,6 +40,7 @@ type EditorPerfAEP = OperationalAEPWithObjectId<ACTION.EDITOR_MOUNTED | ACTION.P
|
|
|
40
40
|
distortedDuration?: boolean;
|
|
41
41
|
duration: number;
|
|
42
42
|
nodes?: Record<string, number>;
|
|
43
|
+
nodesInViewport?: Record<string, number>;
|
|
43
44
|
severity?: SEVERITY;
|
|
44
45
|
startTime: number;
|
|
45
46
|
ttfb?: number;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
3
|
import { type BatchAttrsStep, type OverrideDocumentStepJSON as OverrideDocumentStep } from '@atlaskit/adf-schema/steps';
|
|
3
4
|
import type { JSONDocNode } from '@atlaskit/editor-json-transformer';
|
|
4
5
|
import type { Node as PMNode, Slice } from '@atlaskit/editor-prosemirror/model';
|
|
@@ -493,7 +494,7 @@ export declare const TELEPOINTER_PULSE_CLASS = "telepointer-pulse-animate";
|
|
|
493
494
|
export declare const TELEPOINTER_PULSE_DURING_TR_CLASS = "telepointer-pulse-during-tr";
|
|
494
495
|
export declare const TELEPOINTER_PULSE_DURING_TR_DURATION_MS = 7500;
|
|
495
496
|
export declare const TELEPOINTER_DATA_SESSION_ID_ATTR = "data-telepointer-sessionid";
|
|
496
|
-
export declare const telepointerStyle:
|
|
497
|
+
export declare const telepointerStyle: SerializedStyles;
|
|
497
498
|
export declare const isDirtyTransaction: (tr: Transaction | ReadonlyTransaction) => boolean;
|
|
498
499
|
export declare const tintDirtyTransaction: (tr: Transaction) => void;
|
|
499
500
|
export {};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import { CellMeasurerCache } from 'react-virtualized/dist/commonjs/CellMeasurer';
|
|
8
8
|
import type { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
9
9
|
import type { QuickInsertItem } from '../../../provider-factory';
|
|
@@ -12,7 +12,7 @@ import type { SelectedItemProps } from '../../types';
|
|
|
12
12
|
import { Modes } from '../../types';
|
|
13
13
|
export declare const ICON_HEIGHT = 40;
|
|
14
14
|
export declare const ICON_WIDTH = 40;
|
|
15
|
-
export declare const itemIcon:
|
|
15
|
+
export declare const itemIcon: SerializedStyles;
|
|
16
16
|
export interface Props {
|
|
17
17
|
cache?: CellMeasurerCache;
|
|
18
18
|
columnCount: number;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const widerLayoutClassName = "wider-layout";
|
|
2
|
-
export declare const wrapperStyleInheritedCursor:
|
|
3
|
-
export declare const header:
|
|
4
|
-
export declare const content:
|
|
5
|
-
export declare const extensionContent:
|
|
6
|
-
export declare const contentWrapper:
|
|
7
|
-
export declare const overflowWrapperStyles:
|
|
3
|
+
export declare const wrapperStyleInheritedCursor: SerializedStyles;
|
|
4
|
+
export declare const header: SerializedStyles;
|
|
5
|
+
export declare const content: SerializedStyles;
|
|
6
|
+
export declare const extensionContent: SerializedStyles;
|
|
7
|
+
export declare const contentWrapper: SerializedStyles;
|
|
8
|
+
export declare const overflowWrapperStyles: SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
3
|
+
export declare const inlineWrapperStyles: SerializedStyles;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const wrapperDefault: SerializedStyles;
|
|
3
|
+
export declare const overlay: SerializedStyles;
|
|
4
|
+
export declare const placeholderFallback: SerializedStyles;
|
|
5
|
+
export declare const placeholderFallbackParams: SerializedStyles;
|
|
6
|
+
export declare const styledImage: SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const mbeExtensionWrapperCSSStyles: SerializedStyles;
|
|
3
|
+
export declare const overlayStyles: SerializedStyles;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { PureComponent } from 'react';
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
2
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
3
3
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
4
4
|
import type { ActivityProvider } from '@atlaskit/activity-provider';
|
|
5
5
|
import type { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
@@ -11,7 +11,7 @@ import type { LinkSearchListItemData } from '../../LinkSearch/types';
|
|
|
11
11
|
* Visible only to screenreaders. Use when there is a need
|
|
12
12
|
* to provide more context to a non-sighted user.
|
|
13
13
|
*/
|
|
14
|
-
export declare const visuallyHiddenStyles:
|
|
14
|
+
export declare const visuallyHiddenStyles: SerializedStyles;
|
|
15
15
|
export declare const RECENT_SEARCH_LIST_SIZE = 5;
|
|
16
16
|
export declare const messages: {
|
|
17
17
|
displayText: {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import { PureComponent } from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import type { LinkSearchListItemData } from './types';
|
|
8
|
-
export declare const linkSearchList:
|
|
8
|
+
export declare const linkSearchList: SerializedStyles;
|
|
9
9
|
export interface Props {
|
|
10
10
|
ariaControls?: string;
|
|
11
11
|
id?: string;
|
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
6
7
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
7
8
|
import type { LinkSearchListItemData } from './types';
|
|
8
|
-
export declare const container:
|
|
9
|
-
export declare const containerSelected:
|
|
10
|
-
export declare const nameStyle:
|
|
11
|
-
export declare const containerName:
|
|
9
|
+
export declare const container: SerializedStyles;
|
|
10
|
+
export declare const containerSelected: SerializedStyles;
|
|
11
|
+
export declare const nameStyle: SerializedStyles;
|
|
12
|
+
export declare const containerName: SerializedStyles;
|
|
12
13
|
export interface Props {
|
|
13
14
|
id?: string;
|
|
14
15
|
item: LinkSearchListItemData;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const inputWrapper: SerializedStyles;
|
|
3
|
+
export declare const container: SerializedStyles;
|
|
4
|
+
export declare const containerWithProvider: SerializedStyles;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const INLINE_IMAGE_WRAPPER_CLASS_NAME = "media-inline-image-wrapper";
|
|
2
3
|
export declare const INLINE_IMAGE_ASPECT_RATIO_CSS_VAR_KEY = "--editor-media-inline-image-aspect-ratio";
|
|
3
4
|
export declare const INLINE_IMAGE_BORDER_SIZE_CSS_VAR_KEY = "--editor-media-inline-image-border-size";
|
|
@@ -8,7 +9,7 @@ export declare const INLINE_IMAGE_BORDER_COLOR_CSS_VAR_KEY = "--editor-media-inl
|
|
|
8
9
|
* shift in top and bottom and size adjustments to make up for lack of 1to1 size
|
|
9
10
|
* mapping
|
|
10
11
|
*/
|
|
11
|
-
export declare const mediaInlineImageStyles:
|
|
12
|
-
export declare const wrapperStyle:
|
|
13
|
-
export declare const selectedStyle:
|
|
14
|
-
export declare const borderStyle:
|
|
12
|
+
export declare const mediaInlineImageStyles: SerializedStyles;
|
|
13
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
14
|
+
export declare const selectedStyle: SerializedStyles;
|
|
15
|
+
export declare const borderStyle: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const blockMarksSharedStyles: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const blockquoteSharedStyles: SerializedStyles;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const CodeBlockSharedCssClassName: {
|
|
2
3
|
CODEBLOCK_CONTAINER: string;
|
|
3
4
|
CODEBLOCK_START: string;
|
|
@@ -9,5 +10,5 @@ export declare const CodeBlockSharedCssClassName: {
|
|
|
9
10
|
CODEBLOCK_CONTENT_WRAPPED: string;
|
|
10
11
|
CODEBLOCK_CONTAINER_LINE_NUMBER_WIDGET: string;
|
|
11
12
|
};
|
|
12
|
-
export declare const codeBlockSharedStyles: () =>
|
|
13
|
-
export declare const codeBlockInListSafariFix:
|
|
13
|
+
export declare const codeBlockSharedStyles: () => SerializedStyles;
|
|
14
|
+
export declare const codeBlockInListSafariFix: SerializedStyles;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const DateSharedCssClassName: {
|
|
2
3
|
DATE_WRAPPER: string;
|
|
3
4
|
DATE_CONTAINER: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const dateSharedStyle:
|
|
6
|
+
export declare const dateSharedStyle: SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const embedCardStyles: () => SerializedStyles;
|
|
3
|
+
export declare const embedSpacingStyles: SerializedStyles;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const expandIconWrapperStyle: SerializedStyles;
|
|
2
3
|
/**
|
|
3
4
|
* @private
|
|
4
5
|
* @deprecated use `import { ToolbarExpandIcon } from '@atlaskit/editor-common/ui';` instead
|
|
5
6
|
*/
|
|
6
|
-
export declare const expandIconContainerStyle:
|
|
7
|
+
export declare const expandIconContainerStyle: SerializedStyles;
|
|
7
8
|
export declare const expandClassNames: {
|
|
8
9
|
prefix: string;
|
|
9
10
|
expanded: string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const indentationSharedStyles: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const linkSharedStyle: SerializedStyles;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const listItemCounterPadding = 24;
|
|
2
3
|
export declare function getOrderedListInlineStyles(itemCounterDigitsSize: number, styleFormat: 'string'): string;
|
|
3
4
|
export declare function getOrderedListInlineStyles(itemCounterDigitsSize: number, styleFormat: 'object'): Record<string, any>;
|
|
4
|
-
export declare const listsSharedStyles:
|
|
5
|
+
export declare const listsSharedStyles: SerializedStyles;
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
/**
|
|
2
3
|
* @private
|
|
3
4
|
* @deprecated use `import { ToolbarButtonGroup } from '@atlaskit/editor-common/ui';` instead
|
|
4
5
|
*/
|
|
5
|
-
export declare const buttonGroupStyleBeforeVisualRefresh:
|
|
6
|
+
export declare const buttonGroupStyleBeforeVisualRefresh: SerializedStyles;
|
|
6
7
|
/**
|
|
7
8
|
* @private
|
|
8
9
|
* @deprecated use `import { ToolbarButtonGroup } from '@atlaskit/editor-common/ui';` instead
|
|
9
10
|
*/
|
|
10
|
-
export declare const buttonGroupStyle:
|
|
11
|
+
export declare const buttonGroupStyle: SerializedStyles;
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
13
14
|
* @deprecated use `import { ToolbarSeparator } from '@atlaskit/editor-common/ui';` instead
|
|
14
15
|
*/
|
|
15
|
-
export declare const separatorStyles:
|
|
16
|
+
export declare const separatorStyles: SerializedStyles;
|
|
16
17
|
/**
|
|
17
18
|
* @private
|
|
18
19
|
* @deprecated use `import { ToolbarDropdownWrapper } from '@atlaskit/editor-common/ui';` instead
|
|
19
20
|
*/
|
|
20
|
-
export declare const wrapperStyle:
|
|
21
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
21
22
|
/**
|
|
22
23
|
* @private
|
|
23
24
|
* @deprecated use `import { ToolbarDropdownTriggerWrapper } from '@atlaskit/editor-common/ui';` instead
|
|
24
25
|
*/
|
|
25
|
-
export declare const triggerWrapperStyles:
|
|
26
|
+
export declare const triggerWrapperStyles: SerializedStyles;
|
|
26
27
|
/**
|
|
27
28
|
* @private
|
|
28
29
|
* @deprecated use `import { ToolbarDropdownTriggerWrapper } from '@atlaskit/editor-common/ui';` instead
|
|
29
30
|
*/
|
|
30
|
-
export declare const triggerWrapperStylesWithPadding:
|
|
31
|
-
export declare const disableBlueBorderStyles:
|
|
31
|
+
export declare const triggerWrapperStylesWithPadding: SerializedStyles;
|
|
32
|
+
export declare const disableBlueBorderStyles: SerializedStyles;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const resizerItemClassName = "resizer-item";
|
|
2
3
|
export declare const resizerHoverZoneClassName = "resizer-hover-zone";
|
|
3
4
|
export declare const resizerExtendedZone = "resizer-is-extended";
|
|
@@ -8,8 +9,8 @@ export declare const resizerDangerClassName = "resizer-handle-danger";
|
|
|
8
9
|
export declare const handleWrapperClass = "resizer-handle-wrapper";
|
|
9
10
|
export declare const resizerHandleThumbWidth = 3;
|
|
10
11
|
export declare const resizerHandleZIndex = 1;
|
|
11
|
-
export declare const resizerStyles:
|
|
12
|
-
export declare const pragmaticResizerStylesForTooltip: () =>
|
|
13
|
-
export declare const pragmaticStylesLayoutFirstNodeResizeHandleFix: () =>
|
|
14
|
-
export declare const pragmaticResizerStyles: () =>
|
|
15
|
-
export declare const pragmaticResizerStylesWithReducedEditorGutter: () =>
|
|
12
|
+
export declare const resizerStyles: SerializedStyles;
|
|
13
|
+
export declare const pragmaticResizerStylesForTooltip: () => SerializedStyles | undefined;
|
|
14
|
+
export declare const pragmaticStylesLayoutFirstNodeResizeHandleFix: () => SerializedStyles | undefined;
|
|
15
|
+
export declare const pragmaticResizerStyles: () => SerializedStyles | undefined;
|
|
16
|
+
export declare const pragmaticResizerStylesWithReducedEditorGutter: () => SerializedStyles | undefined;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const TaskDecisionSharedCssClassName: {
|
|
2
3
|
DECISION_CONTAINER: string;
|
|
3
4
|
TASK_CONTAINER: string;
|
|
4
5
|
TASK_ITEM: string;
|
|
5
6
|
TASK_CHECKBOX_CONTAINER: string;
|
|
6
7
|
};
|
|
7
|
-
export declare const tasksAndDecisionsStyles:
|
|
8
|
+
export declare const tasksAndDecisionsStyles: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const textColorStyles: SerializedStyles;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const UnsupportedSharedCssClassName: {
|
|
2
3
|
BLOCK_CONTAINER: string;
|
|
3
4
|
INLINE_CONTAINER: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const unsupportedStyles:
|
|
6
|
+
export declare const unsupportedStyles: SerializedStyles;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
2
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
3
3
|
export declare const messages: {
|
|
4
4
|
collapseNode: {
|
|
5
5
|
id: string;
|
|
@@ -30,5 +30,5 @@ export declare const messages: {
|
|
|
30
30
|
export declare const ExpandIconWrapper: ({ children, expanded, }: React.HTMLAttributes<HTMLDivElement> & {
|
|
31
31
|
expanded: boolean;
|
|
32
32
|
}) => jsx.JSX.Element;
|
|
33
|
-
export declare const expandLayoutWrapperStyle:
|
|
33
|
+
export declare const expandLayoutWrapperStyle: SerializedStyles;
|
|
34
34
|
export declare const ExpandLayoutWrapperWithRef: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<any>>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const mediaLinkStyle: SerializedStyles;
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
* @jsxRuntime classic
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
|
-
|
|
5
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
6
|
+
export declare const removeMarginsAndBorder: SerializedStyles;
|
|
6
7
|
export declare const sharedMultiBodiedExtensionStyles: {
|
|
7
|
-
mbeExtensionContainer:
|
|
8
|
-
mbeNavigation:
|
|
9
|
-
extensionFrameContent:
|
|
8
|
+
mbeExtensionContainer: SerializedStyles;
|
|
9
|
+
mbeNavigation: SerializedStyles;
|
|
10
|
+
extensionFrameContent: SerializedStyles;
|
|
10
11
|
};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const panelTextInput: SerializedStyles;
|
|
3
|
+
export declare const panelTextInputWithCustomWidth: (width: number) => SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const clearNextSiblingMarginTopStyle: SerializedStyles;
|
|
3
|
+
export declare const clearNextSiblingBlockMarkMarginTopStyle: SerializedStyles;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
/** this is not new usage - old code extracted from editor-core */
|
|
2
|
-
export declare const buttonStyle:
|
|
3
|
+
export declare const buttonStyle: SerializedStyles;
|
|
3
4
|
/** this is not new usage - old code extracted from editor-core */
|
|
4
|
-
export declare const buttonWrapperStyle:
|
|
5
|
+
export declare const buttonWrapperStyle: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const colorPaletteWrapper: SerializedStyles;
|
|
@@ -40,6 +40,7 @@ type EditorPerfAEP = OperationalAEPWithObjectId<ACTION.EDITOR_MOUNTED | ACTION.P
|
|
|
40
40
|
distortedDuration?: boolean;
|
|
41
41
|
duration: number;
|
|
42
42
|
nodes?: Record<string, number>;
|
|
43
|
+
nodesInViewport?: Record<string, number>;
|
|
43
44
|
severity?: SEVERITY;
|
|
44
45
|
startTime: number;
|
|
45
46
|
ttfb?: number;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
3
|
import { type BatchAttrsStep, type OverrideDocumentStepJSON as OverrideDocumentStep } from '@atlaskit/adf-schema/steps';
|
|
3
4
|
import type { JSONDocNode } from '@atlaskit/editor-json-transformer';
|
|
4
5
|
import type { Node as PMNode, Slice } from '@atlaskit/editor-prosemirror/model';
|
|
@@ -493,7 +494,7 @@ export declare const TELEPOINTER_PULSE_CLASS = "telepointer-pulse-animate";
|
|
|
493
494
|
export declare const TELEPOINTER_PULSE_DURING_TR_CLASS = "telepointer-pulse-during-tr";
|
|
494
495
|
export declare const TELEPOINTER_PULSE_DURING_TR_DURATION_MS = 7500;
|
|
495
496
|
export declare const TELEPOINTER_DATA_SESSION_ID_ATTR = "data-telepointer-sessionid";
|
|
496
|
-
export declare const telepointerStyle:
|
|
497
|
+
export declare const telepointerStyle: SerializedStyles;
|
|
497
498
|
export declare const isDirtyTransaction: (tr: Transaction | ReadonlyTransaction) => boolean;
|
|
498
499
|
export declare const tintDirtyTransaction: (tr: Transaction) => void;
|
|
499
500
|
export {};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import { CellMeasurerCache } from 'react-virtualized/dist/commonjs/CellMeasurer';
|
|
8
8
|
import type { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
9
9
|
import type { QuickInsertItem } from '../../../provider-factory';
|
|
@@ -12,7 +12,7 @@ import type { SelectedItemProps } from '../../types';
|
|
|
12
12
|
import { Modes } from '../../types';
|
|
13
13
|
export declare const ICON_HEIGHT = 40;
|
|
14
14
|
export declare const ICON_WIDTH = 40;
|
|
15
|
-
export declare const itemIcon:
|
|
15
|
+
export declare const itemIcon: SerializedStyles;
|
|
16
16
|
export interface Props {
|
|
17
17
|
cache?: CellMeasurerCache;
|
|
18
18
|
columnCount: number;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const widerLayoutClassName = "wider-layout";
|
|
2
|
-
export declare const wrapperStyleInheritedCursor:
|
|
3
|
-
export declare const header:
|
|
4
|
-
export declare const content:
|
|
5
|
-
export declare const extensionContent:
|
|
6
|
-
export declare const contentWrapper:
|
|
7
|
-
export declare const overflowWrapperStyles:
|
|
3
|
+
export declare const wrapperStyleInheritedCursor: SerializedStyles;
|
|
4
|
+
export declare const header: SerializedStyles;
|
|
5
|
+
export declare const content: SerializedStyles;
|
|
6
|
+
export declare const extensionContent: SerializedStyles;
|
|
7
|
+
export declare const contentWrapper: SerializedStyles;
|
|
8
|
+
export declare const overflowWrapperStyles: SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
3
|
+
export declare const inlineWrapperStyles: SerializedStyles;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const wrapperDefault: SerializedStyles;
|
|
3
|
+
export declare const overlay: SerializedStyles;
|
|
4
|
+
export declare const placeholderFallback: SerializedStyles;
|
|
5
|
+
export declare const placeholderFallbackParams: SerializedStyles;
|
|
6
|
+
export declare const styledImage: SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const mbeExtensionWrapperCSSStyles: SerializedStyles;
|
|
3
|
+
export declare const overlayStyles: SerializedStyles;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { PureComponent } from 'react';
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
2
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
3
3
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
4
4
|
import type { ActivityProvider } from '@atlaskit/activity-provider';
|
|
5
5
|
import type { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
@@ -11,7 +11,7 @@ import type { LinkSearchListItemData } from '../../LinkSearch/types';
|
|
|
11
11
|
* Visible only to screenreaders. Use when there is a need
|
|
12
12
|
* to provide more context to a non-sighted user.
|
|
13
13
|
*/
|
|
14
|
-
export declare const visuallyHiddenStyles:
|
|
14
|
+
export declare const visuallyHiddenStyles: SerializedStyles;
|
|
15
15
|
export declare const RECENT_SEARCH_LIST_SIZE = 5;
|
|
16
16
|
export declare const messages: {
|
|
17
17
|
displayText: {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import { PureComponent } from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import type { LinkSearchListItemData } from './types';
|
|
8
|
-
export declare const linkSearchList:
|
|
8
|
+
export declare const linkSearchList: SerializedStyles;
|
|
9
9
|
export interface Props {
|
|
10
10
|
ariaControls?: string;
|
|
11
11
|
id?: string;
|
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
6
7
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
7
8
|
import type { LinkSearchListItemData } from './types';
|
|
8
|
-
export declare const container:
|
|
9
|
-
export declare const containerSelected:
|
|
10
|
-
export declare const nameStyle:
|
|
11
|
-
export declare const containerName:
|
|
9
|
+
export declare const container: SerializedStyles;
|
|
10
|
+
export declare const containerSelected: SerializedStyles;
|
|
11
|
+
export declare const nameStyle: SerializedStyles;
|
|
12
|
+
export declare const containerName: SerializedStyles;
|
|
12
13
|
export interface Props {
|
|
13
14
|
id?: string;
|
|
14
15
|
item: LinkSearchListItemData;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const inputWrapper: SerializedStyles;
|
|
3
|
+
export declare const container: SerializedStyles;
|
|
4
|
+
export declare const containerWithProvider: SerializedStyles;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const INLINE_IMAGE_WRAPPER_CLASS_NAME = "media-inline-image-wrapper";
|
|
2
3
|
export declare const INLINE_IMAGE_ASPECT_RATIO_CSS_VAR_KEY = "--editor-media-inline-image-aspect-ratio";
|
|
3
4
|
export declare const INLINE_IMAGE_BORDER_SIZE_CSS_VAR_KEY = "--editor-media-inline-image-border-size";
|
|
@@ -8,7 +9,7 @@ export declare const INLINE_IMAGE_BORDER_COLOR_CSS_VAR_KEY = "--editor-media-inl
|
|
|
8
9
|
* shift in top and bottom and size adjustments to make up for lack of 1to1 size
|
|
9
10
|
* mapping
|
|
10
11
|
*/
|
|
11
|
-
export declare const mediaInlineImageStyles:
|
|
12
|
-
export declare const wrapperStyle:
|
|
13
|
-
export declare const selectedStyle:
|
|
14
|
-
export declare const borderStyle:
|
|
12
|
+
export declare const mediaInlineImageStyles: SerializedStyles;
|
|
13
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
14
|
+
export declare const selectedStyle: SerializedStyles;
|
|
15
|
+
export declare const borderStyle: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const blockMarksSharedStyles: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const blockquoteSharedStyles: SerializedStyles;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const CodeBlockSharedCssClassName: {
|
|
2
3
|
CODEBLOCK_CONTAINER: string;
|
|
3
4
|
CODEBLOCK_START: string;
|
|
@@ -9,5 +10,5 @@ export declare const CodeBlockSharedCssClassName: {
|
|
|
9
10
|
CODEBLOCK_CONTENT_WRAPPED: string;
|
|
10
11
|
CODEBLOCK_CONTAINER_LINE_NUMBER_WIDGET: string;
|
|
11
12
|
};
|
|
12
|
-
export declare const codeBlockSharedStyles: () =>
|
|
13
|
-
export declare const codeBlockInListSafariFix:
|
|
13
|
+
export declare const codeBlockSharedStyles: () => SerializedStyles;
|
|
14
|
+
export declare const codeBlockInListSafariFix: SerializedStyles;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const DateSharedCssClassName: {
|
|
2
3
|
DATE_WRAPPER: string;
|
|
3
4
|
DATE_CONTAINER: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const dateSharedStyle:
|
|
6
|
+
export declare const dateSharedStyle: SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const embedCardStyles: () => SerializedStyles;
|
|
3
|
+
export declare const embedSpacingStyles: SerializedStyles;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const expandIconWrapperStyle: SerializedStyles;
|
|
2
3
|
/**
|
|
3
4
|
* @private
|
|
4
5
|
* @deprecated use `import { ToolbarExpandIcon } from '@atlaskit/editor-common/ui';` instead
|
|
5
6
|
*/
|
|
6
|
-
export declare const expandIconContainerStyle:
|
|
7
|
+
export declare const expandIconContainerStyle: SerializedStyles;
|
|
7
8
|
export declare const expandClassNames: {
|
|
8
9
|
prefix: string;
|
|
9
10
|
expanded: string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const indentationSharedStyles: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const linkSharedStyle: SerializedStyles;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const listItemCounterPadding = 24;
|
|
2
3
|
export declare function getOrderedListInlineStyles(itemCounterDigitsSize: number, styleFormat: 'string'): string;
|
|
3
4
|
export declare function getOrderedListInlineStyles(itemCounterDigitsSize: number, styleFormat: 'object'): Record<string, any>;
|
|
4
|
-
export declare const listsSharedStyles:
|
|
5
|
+
export declare const listsSharedStyles: SerializedStyles;
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
/**
|
|
2
3
|
* @private
|
|
3
4
|
* @deprecated use `import { ToolbarButtonGroup } from '@atlaskit/editor-common/ui';` instead
|
|
4
5
|
*/
|
|
5
|
-
export declare const buttonGroupStyleBeforeVisualRefresh:
|
|
6
|
+
export declare const buttonGroupStyleBeforeVisualRefresh: SerializedStyles;
|
|
6
7
|
/**
|
|
7
8
|
* @private
|
|
8
9
|
* @deprecated use `import { ToolbarButtonGroup } from '@atlaskit/editor-common/ui';` instead
|
|
9
10
|
*/
|
|
10
|
-
export declare const buttonGroupStyle:
|
|
11
|
+
export declare const buttonGroupStyle: SerializedStyles;
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
13
14
|
* @deprecated use `import { ToolbarSeparator } from '@atlaskit/editor-common/ui';` instead
|
|
14
15
|
*/
|
|
15
|
-
export declare const separatorStyles:
|
|
16
|
+
export declare const separatorStyles: SerializedStyles;
|
|
16
17
|
/**
|
|
17
18
|
* @private
|
|
18
19
|
* @deprecated use `import { ToolbarDropdownWrapper } from '@atlaskit/editor-common/ui';` instead
|
|
19
20
|
*/
|
|
20
|
-
export declare const wrapperStyle:
|
|
21
|
+
export declare const wrapperStyle: SerializedStyles;
|
|
21
22
|
/**
|
|
22
23
|
* @private
|
|
23
24
|
* @deprecated use `import { ToolbarDropdownTriggerWrapper } from '@atlaskit/editor-common/ui';` instead
|
|
24
25
|
*/
|
|
25
|
-
export declare const triggerWrapperStyles:
|
|
26
|
+
export declare const triggerWrapperStyles: SerializedStyles;
|
|
26
27
|
/**
|
|
27
28
|
* @private
|
|
28
29
|
* @deprecated use `import { ToolbarDropdownTriggerWrapper } from '@atlaskit/editor-common/ui';` instead
|
|
29
30
|
*/
|
|
30
|
-
export declare const triggerWrapperStylesWithPadding:
|
|
31
|
-
export declare const disableBlueBorderStyles:
|
|
31
|
+
export declare const triggerWrapperStylesWithPadding: SerializedStyles;
|
|
32
|
+
export declare const disableBlueBorderStyles: SerializedStyles;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const resizerItemClassName = "resizer-item";
|
|
2
3
|
export declare const resizerHoverZoneClassName = "resizer-hover-zone";
|
|
3
4
|
export declare const resizerExtendedZone = "resizer-is-extended";
|
|
@@ -8,8 +9,8 @@ export declare const resizerDangerClassName = "resizer-handle-danger";
|
|
|
8
9
|
export declare const handleWrapperClass = "resizer-handle-wrapper";
|
|
9
10
|
export declare const resizerHandleThumbWidth = 3;
|
|
10
11
|
export declare const resizerHandleZIndex = 1;
|
|
11
|
-
export declare const resizerStyles:
|
|
12
|
-
export declare const pragmaticResizerStylesForTooltip: () =>
|
|
13
|
-
export declare const pragmaticStylesLayoutFirstNodeResizeHandleFix: () =>
|
|
14
|
-
export declare const pragmaticResizerStyles: () =>
|
|
15
|
-
export declare const pragmaticResizerStylesWithReducedEditorGutter: () =>
|
|
12
|
+
export declare const resizerStyles: SerializedStyles;
|
|
13
|
+
export declare const pragmaticResizerStylesForTooltip: () => SerializedStyles | undefined;
|
|
14
|
+
export declare const pragmaticStylesLayoutFirstNodeResizeHandleFix: () => SerializedStyles | undefined;
|
|
15
|
+
export declare const pragmaticResizerStyles: () => SerializedStyles | undefined;
|
|
16
|
+
export declare const pragmaticResizerStylesWithReducedEditorGutter: () => SerializedStyles | undefined;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const TaskDecisionSharedCssClassName: {
|
|
2
3
|
DECISION_CONTAINER: string;
|
|
3
4
|
TASK_CONTAINER: string;
|
|
4
5
|
TASK_ITEM: string;
|
|
5
6
|
TASK_CHECKBOX_CONTAINER: string;
|
|
6
7
|
};
|
|
7
|
-
export declare const tasksAndDecisionsStyles:
|
|
8
|
+
export declare const tasksAndDecisionsStyles: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const textColorStyles: SerializedStyles;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
export declare const UnsupportedSharedCssClassName: {
|
|
2
3
|
BLOCK_CONTAINER: string;
|
|
3
4
|
INLINE_CONTAINER: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const unsupportedStyles:
|
|
6
|
+
export declare const unsupportedStyles: SerializedStyles;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
2
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
3
3
|
export declare const messages: {
|
|
4
4
|
collapseNode: {
|
|
5
5
|
id: string;
|
|
@@ -30,5 +30,5 @@ export declare const messages: {
|
|
|
30
30
|
export declare const ExpandIconWrapper: ({ children, expanded, }: React.HTMLAttributes<HTMLDivElement> & {
|
|
31
31
|
expanded: boolean;
|
|
32
32
|
}) => jsx.JSX.Element;
|
|
33
|
-
export declare const expandLayoutWrapperStyle:
|
|
33
|
+
export declare const expandLayoutWrapperStyle: SerializedStyles;
|
|
34
34
|
export declare const ExpandLayoutWrapperWithRef: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<any>>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const mediaLinkStyle: SerializedStyles;
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
* @jsxRuntime classic
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
|
-
|
|
5
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
6
|
+
export declare const removeMarginsAndBorder: SerializedStyles;
|
|
6
7
|
export declare const sharedMultiBodiedExtensionStyles: {
|
|
7
|
-
mbeExtensionContainer:
|
|
8
|
-
mbeNavigation:
|
|
9
|
-
extensionFrameContent:
|
|
8
|
+
mbeExtensionContainer: SerializedStyles;
|
|
9
|
+
mbeNavigation: SerializedStyles;
|
|
10
|
+
extensionFrameContent: SerializedStyles;
|
|
10
11
|
};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const panelTextInput: SerializedStyles;
|
|
3
|
+
export declare const panelTextInputWithCustomWidth: (width: number) => SerializedStyles;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const clearNextSiblingMarginTopStyle: SerializedStyles;
|
|
3
|
+
export declare const clearNextSiblingBlockMarkMarginTopStyle: SerializedStyles;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
1
2
|
/** this is not new usage - old code extracted from editor-core */
|
|
2
|
-
export declare const buttonStyle:
|
|
3
|
+
export declare const buttonStyle: SerializedStyles;
|
|
3
4
|
/** this is not new usage - old code extracted from editor-core */
|
|
4
|
-
export declare const buttonWrapperStyle:
|
|
5
|
+
export declare const buttonWrapperStyle: SerializedStyles;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const colorPaletteWrapper: SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "108.
|
|
3
|
+
"version": "108.2.1",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@atlaskit/button": "^23.4.0",
|
|
136
136
|
"@atlaskit/code": "^17.2.0",
|
|
137
137
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
138
|
-
"@atlaskit/css": "^0.
|
|
138
|
+
"@atlaskit/css": "^0.13.0",
|
|
139
139
|
"@atlaskit/custom-steps": "^0.11.0",
|
|
140
140
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
141
141
|
"@atlaskit/editor-json-transformer": "^8.27.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
144
144
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
145
145
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
146
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
146
|
+
"@atlaskit/editor-toolbar": "^0.8.0",
|
|
147
147
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
148
148
|
"@atlaskit/emoji": "^69.5.0",
|
|
149
149
|
"@atlaskit/icon": "^28.1.0",
|
|
@@ -160,24 +160,24 @@
|
|
|
160
160
|
"@atlaskit/media-ui": "^28.6.0",
|
|
161
161
|
"@atlaskit/media-viewer": "^52.4.0",
|
|
162
162
|
"@atlaskit/mention": "^24.2.0",
|
|
163
|
-
"@atlaskit/menu": "^8.
|
|
164
|
-
"@atlaskit/onboarding": "^14.
|
|
163
|
+
"@atlaskit/menu": "^8.4.0",
|
|
164
|
+
"@atlaskit/onboarding": "^14.4.0",
|
|
165
165
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
166
166
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
167
167
|
"@atlaskit/popper": "^7.1.0",
|
|
168
|
-
"@atlaskit/primitives": "^14.
|
|
168
|
+
"@atlaskit/primitives": "^14.13.0",
|
|
169
169
|
"@atlaskit/profilecard": "^24.10.0",
|
|
170
170
|
"@atlaskit/react-ufo": "^4.5.0",
|
|
171
171
|
"@atlaskit/section-message": "^8.7.0",
|
|
172
|
-
"@atlaskit/smart-card": "^40.
|
|
172
|
+
"@atlaskit/smart-card": "^40.19.0",
|
|
173
173
|
"@atlaskit/smart-user-picker": "^8.2.0",
|
|
174
174
|
"@atlaskit/spinner": "^19.0.0",
|
|
175
175
|
"@atlaskit/status": "^3.0.0",
|
|
176
176
|
"@atlaskit/task-decision": "^19.2.0",
|
|
177
177
|
"@atlaskit/textfield": "^8.0.0",
|
|
178
178
|
"@atlaskit/theme": "^20.0.0",
|
|
179
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
180
|
-
"@atlaskit/tokens": "^6.
|
|
179
|
+
"@atlaskit/tmp-editor-statsig": "^12.4.0",
|
|
180
|
+
"@atlaskit/tokens": "^6.2.0",
|
|
181
181
|
"@atlaskit/tooltip": "^20.4.0",
|
|
182
182
|
"@atlaskit/width-detector": "^5.0.0",
|
|
183
183
|
"@babel/runtime": "^7.0.0",
|
|
@@ -356,6 +356,15 @@
|
|
|
356
356
|
},
|
|
357
357
|
"p2m-drop-down-motion": {
|
|
358
358
|
"type": "boolean"
|
|
359
|
+
},
|
|
360
|
+
"platform_editor_resolve_hyperlinks_CONFLUENCE": {
|
|
361
|
+
"type": "boolean"
|
|
362
|
+
},
|
|
363
|
+
"platform_editor_resolve_hyperlinks_JIRA": {
|
|
364
|
+
"type": "boolean"
|
|
365
|
+
},
|
|
366
|
+
"platform_editor_resolve_hyperlinks_killswitch": {
|
|
367
|
+
"type": "boolean"
|
|
359
368
|
}
|
|
360
369
|
}
|
|
361
370
|
}
|