@atlaskit/editor-core 217.6.2 → 217.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +1 -2
- package/dist/cjs/ui/Appearance/FullPage/MainToolbar.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +1 -1
- package/dist/cjs/ui/ChromeCollapsed/styles.js +1 -1
- package/dist/cjs/ui/ContextPanel/index.js +2 -2
- package/dist/cjs/ui/EditorContentContainer/styles/aiPanel.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/annotationStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/backgroundColorStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/baseStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/blockMarksStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/blockTypeStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/codeBlockStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/codeMarkStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/commentEditorStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/cursorStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/dateStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/embedCardStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/emoji.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/expandStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/findReplaceStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/firstBlockNodeStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/fontSizeStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/fullPageEditorStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/gapCursorStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/gridStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/indentationStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/layout.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/link.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/list.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/mediaStyles.js +2 -1
- package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/overflowShadowStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/panelStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/paragraphStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/placeholderStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/rule.js +2 -1
- package/dist/cjs/ui/EditorContentContainer/styles/scrollbarStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/selectionStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/selectionToolbarStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/shadowStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/smartCardStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/statusStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/syncBlockStyles.js +2 -1
- package/dist/cjs/ui/EditorContentContainer/styles/tableStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +2 -1
- package/dist/cjs/ui/EditorContentContainer/styles/textColorStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/textHighlightStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/unsupportedStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/whitespaceStyles.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +0 -1
- package/dist/es2019/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/MainToolbar.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +1 -2
- package/dist/es2019/ui/ChromeCollapsed/styles.js +1 -1
- package/dist/es2019/ui/ContextPanel/index.js +2 -1
- package/dist/es2019/ui/EditorContentContainer/styles/aiPanel.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/annotationStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/backgroundColorStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/baseStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/blockMarksStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/blockTypeStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/codeBlockStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/codeMarkStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/commentEditorStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/cursorStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/dateStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/embedCardStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/emoji.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/expandStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/findReplaceStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/firstBlockNodeStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/fontSizeStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/fullPageEditorStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/gapCursorStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/gridStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/indentationStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/layout.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/link.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/list.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/mediaStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/overflowShadowStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/panelStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/paragraphStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/placeholderStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/rule.js +2 -1
- package/dist/es2019/ui/EditorContentContainer/styles/scrollbarStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/selectionStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/selectionToolbarStyles.js +2 -2
- package/dist/es2019/ui/EditorContentContainer/styles/shadowStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/smartCardStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/statusStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/syncBlockStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/tableStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/textColorStyles.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/styles/textHighlightStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/unsupportedStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/whitespaceStyles.js +1 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +0 -1
- package/dist/esm/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/MainToolbar.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +1 -2
- package/dist/esm/ui/ChromeCollapsed/styles.js +1 -1
- package/dist/esm/ui/ContextPanel/index.js +2 -1
- package/dist/esm/ui/EditorContentContainer/styles/aiPanel.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/annotationStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/backgroundColorStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/baseStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/blockMarksStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/blockTypeStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/codeBlockStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/codeMarkStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/commentEditorStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/cursorStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/dateStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/embedCardStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/emoji.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/expandStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/findReplaceStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/firstBlockNodeStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/fontSizeStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/fullPageEditorStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/gapCursorStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/gridStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/indentationStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/layout.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/link.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/list.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/mediaStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/mentions.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/overflowShadowStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/panelStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/paragraphStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/placeholderStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/rule.js +2 -1
- package/dist/esm/ui/EditorContentContainer/styles/scrollbarStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/selectionStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/selectionToolbarStyles.js +2 -2
- package/dist/esm/ui/EditorContentContainer/styles/shadowStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/smartCardStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/statusStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/syncBlockStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/tableStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/textColorStyles.js +1 -2
- package/dist/esm/ui/EditorContentContainer/styles/textHighlightStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/unsupportedStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/whitespaceStyles.js +1 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/actions/temp-is-empty-document.d.ts +1 -1
- package/dist/types/composable-editor/composable-editor.d.ts +1 -1
- package/dist/types/composable-editor/core-editor.d.ts +1 -1
- package/dist/types/composable-editor/editor-internal.d.ts +2 -6
- package/dist/types/composable-editor/hooks/useMemoEditorProps.d.ts +1 -1
- package/dist/types/create-editor/ErrorBoundary.d.ts +2 -1
- package/dist/types/create-editor/ReactEditorView/handleEditorFocus.d.ts +1 -1
- package/dist/types/create-editor/create-editor.d.ts +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +1 -1
- package/dist/types/create-editor/editorStateNotificationPlugin.d.ts +2 -2
- package/dist/types/create-editor/get-plugins.d.ts +1 -1
- package/dist/types/editor-appearances/ChromelessEditor.d.ts +1 -1
- package/dist/types/editor-appearances/CommentEditor.d.ts +1 -1
- package/dist/types/editor-appearances/FullPageEditor.d.ts +1 -1
- package/dist/types/editor-appearances/FullWidthEditor.d.ts +1 -1
- package/dist/types/presets/default.d.ts +1 -1
- package/dist/types/presets/universal.d.ts +1 -1
- package/dist/types/presets/useUniversalPreset.d.ts +1 -1
- package/dist/types/ts-hack.d.ts +1 -1
- package/dist/types/types/with-appearance-component.d.ts +2 -2
- package/dist/types/ui/Addon/Dropdown/styles.d.ts +1 -1
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +3 -3
- package/dist/types/ui/Appearance/FullPage/MainToolbar.d.ts +1 -1
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types/ui/ChromeCollapsed/styles.d.ts +1 -1
- package/dist/types/ui/ContextPanel/index.d.ts +4 -3
- package/dist/types/ui/EditorContentContainer/styles/aiPanel.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/annotationStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/backgroundColorStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/baseStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/blockMarksStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/codeBlockStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/codeMarkStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/commentEditorStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/cursorStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/dateStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/editorUGCTokenStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/embedCardStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/emoji.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/expandStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/extensionStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/firstBlockNodeStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/floatingToolbarStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/fontSizeStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/fullPageEditorStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/gridStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/indentationStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/layout.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/link.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/list.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/mediaStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/mentions.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/overflowShadowStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/panelStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/paragraphStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/placeholderStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/resizerStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/rule.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/scrollbarStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/selectionStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/selectionToolbarStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/shadowStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/smartCardStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/statusStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/syncBlockStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/tableStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/telepointerStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/textColorStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/textHighlightStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/unsupportedStyles.d.ts +1 -1
- package/dist/types/ui/EditorContentContainer/styles/whitespaceStyles.d.ts +1 -1
- package/dist/types/ui/Toolbar/Toolbar.d.ts +1 -1
- package/dist/types/ui/ToolbarHelp/index.d.ts +2 -2
- package/dist/types/use-preset.d.ts +2 -1
- package/dist/types/utils/extensions.d.ts +1 -1
- package/dist/types/utils/validateNodes.d.ts +1 -1
- package/dist/types-ts4.5/actions/temp-is-empty-document.d.ts +1 -1
- package/dist/types-ts4.5/composable-editor/composable-editor.d.ts +1 -1
- package/dist/types-ts4.5/composable-editor/core-editor.d.ts +1 -1
- package/dist/types-ts4.5/composable-editor/editor-internal.d.ts +2 -6
- package/dist/types-ts4.5/composable-editor/hooks/useMemoEditorProps.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/ErrorBoundary.d.ts +2 -1
- package/dist/types-ts4.5/create-editor/ReactEditorView/handleEditorFocus.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/create-editor.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/editorStateNotificationPlugin.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/get-plugins.d.ts +1 -1
- package/dist/types-ts4.5/editor-appearances/ChromelessEditor.d.ts +1 -1
- package/dist/types-ts4.5/editor-appearances/CommentEditor.d.ts +1 -1
- package/dist/types-ts4.5/editor-appearances/FullPageEditor.d.ts +1 -1
- package/dist/types-ts4.5/editor-appearances/FullWidthEditor.d.ts +1 -1
- package/dist/types-ts4.5/presets/default.d.ts +1 -1
- package/dist/types-ts4.5/presets/universal.d.ts +1 -1
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +1 -1
- package/dist/types-ts4.5/ts-hack.d.ts +1 -1
- package/dist/types-ts4.5/types/with-appearance-component.d.ts +2 -2
- package/dist/types-ts4.5/ui/Addon/Dropdown/styles.d.ts +1 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +3 -3
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbar.d.ts +1 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types-ts4.5/ui/ChromeCollapsed/styles.d.ts +1 -1
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +4 -3
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/aiPanel.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/annotationStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/backgroundColorStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/baseStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockMarksStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeBlockStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeMarkStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/commentEditorStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/cursorStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/dateStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/editorUGCTokenStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/embedCardStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/emoji.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/expandStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/extensionStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/firstBlockNodeStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/floatingToolbarStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/fontSizeStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/fullPageEditorStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/gridStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/indentationStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/layout.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/link.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/list.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/mediaStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/mentions.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/overflowShadowStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/panelStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/paragraphStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/placeholderStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/resizerStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/rule.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/scrollbarStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionToolbarStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/shadowStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/smartCardStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/statusStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/syncBlockStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/tableStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/telepointerStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/textColorStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/textHighlightStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/unsupportedStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/whitespaceStyles.d.ts +1 -1
- package/dist/types-ts4.5/ui/Toolbar/Toolbar.d.ts +1 -1
- package/dist/types-ts4.5/ui/ToolbarHelp/index.d.ts +2 -2
- package/dist/types-ts4.5/use-preset.d.ts +2 -1
- package/dist/types-ts4.5/utils/extensions.d.ts +1 -1
- package/dist/types-ts4.5/utils/validateNodes.d.ts +1 -1
- package/package.json +4 -4
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.whitespaceStyles = void 0;
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
|
-
|
|
8
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
9
9
|
|
|
10
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
11
11
|
var whitespaceStyles = exports.whitespaceStyles = (0, _react.css)({
|
|
@@ -4,7 +4,6 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
4
4
|
* @jsx jsx
|
|
5
5
|
*/
|
|
6
6
|
import { Fragment, memo } from 'react';
|
|
7
|
-
|
|
8
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
8
|
import { css, jsx } from '@emotion/react';
|
|
10
9
|
import { ACTION, ACTION_SUBJECT } from '@atlaskit/editor-common/analytics';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export const dropdown = css({
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import React, { useImperativeHandle, useRef } from 'react';
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports -- Ignored via go/DSP-18766; jsx required at runtime for @jsxRuntime classic */
|
|
9
9
|
import { css, jsx, useTheme } from '@emotion/react';
|
|
10
10
|
import classnames from 'classnames';
|
|
11
11
|
import { injectIntl } from 'react-intl-next';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorMobileMaxWidth, FULL_PAGE_EDITOR_TOOLBAR_HEIGHT } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
export const MAXIMUM_TWO_LINE_TOOLBAR_BREAKPOINT = 868;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
4
|
export const fullPageEditorWrapper = css({
|
|
6
5
|
minWidth: '340px',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
|
+
/* eslint-disable jsdoc/require-jsdoc -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
3
4
|
/**
|
|
4
5
|
* @jsxRuntime classic
|
|
5
6
|
* @jsx jsx
|
|
6
7
|
*/
|
|
7
8
|
import React from 'react';
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports -- Ignored via go/DSP-18766; jsx required at runtime for @jsxRuntime classic */
|
|
10
11
|
import { css, jsx } from '@emotion/react';
|
|
11
12
|
import { injectIntl } from 'react-intl-next';
|
|
12
13
|
import Transition from 'react-transition-group/Transition';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { AnnotationSharedClassNames } from '@atlaskit/editor-common/styles';
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export const textHighlightPaddingStyles = css({
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// = akEditorDefaultLayoutWidth * breakoutWideScaleRatio = 1010.8 ~ 1011 This is a resulting width value that is applied to nodes that currently use breakouts (except table) and are set to `wide` when the viewport's width is > 1329px.
|
|
5
4
|
const akEditorCalculatedWideLayoutWidth = 1011;
|
|
6
5
|
// from breakoutConsts.calcWideWidth, layoutMaxWidth * breakoutConsts.wideScaleRatio = 904.8 ~ 905 This is a resulting width value that is applied to nodes that currently use breakouts (except table) and are set to `wide` when the viewport's width is <= 1266px.
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
4
|
export const blockMarksStyles = css({
|
|
6
5
|
// We need to remove margin-top from first item
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorSelectedNodeClassName } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { overflowShadowStyles } from './overflowShadowStyles';
|
|
4
4
|
import { blanketSelectionStyles, boxShadowSelectionStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export const codeMarkStyles = css({
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
4
|
export const cursorStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { boxShadowSelectionStyles, dangerBorderStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
4
4
|
export const DateSharedCssClassName = {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
4
|
export const embedCardStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { defaultEmojiHeight, EmojiSharedCssClassName, defaultDenseEmojiHeight, scaledEmojiHeightH1, scaledEmojiHeightH2, scaledEmojiHeightH3, scaledEmojiHeightH4, denseEmojiHeightH1, denseEmojiHeightH2, denseEmojiHeightH3, denseEmojiHeightH4 } from '@atlaskit/editor-common/emoji';
|
|
4
4
|
import { akEditorFullPageDefaultFontSize, akEditorSelectedNodeClassName } from '@atlaskit/editor-shared-styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorFullPageDefaultFontSize, akEditorSwoopCubicBezier } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { relativeFontSizeToBase16, akEditorFullPageDenseFontSize } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { CodeBlockSharedCssClassName } from '@atlaskit/editor-common/styles';
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { PanelSharedCssClassName } from '@atlaskit/editor-common/panel';
|
|
4
4
|
import { expandClassNames, SmartCardSharedCssClassName } from '@atlaskit/editor-common/styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// Make sure the first floating toolbar button has focus ring when focused via .focus()
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
4
|
export const fontSizeStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// Originally copied from scrollStyles in packages/editor/editor-core/src/ui/Appearance/FullPage/StyledComponents.ts
|
|
5
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
6
5
|
export const fullPageEditorStyles = css({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export const gridStyles = css({
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
4
|
export const indentationStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
4
|
export const InlineNodeViewSharedStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { blanketSelectionStyles, borderSelectionStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
4
4
|
const gridMediumMaxWidth = 1024;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
4
|
export const linkStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorFullPageDefaultFontSize, akEditorFullPageDenseFontSize } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
// copied from packages/editor/editor-shared-styles/src/consts/consts.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { INLINE_IMAGE_WRAPPER_CLASS_NAME } from '@atlaskit/editor-common/media-inline';
|
|
4
4
|
import { CAPTION_PLACEHOLDER_ID } from '@atlaskit/editor-common/media-single';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { MentionSharedCssClassName } from '@atlaskit/editor-common/mention';
|
|
4
4
|
import { akEditorDeleteBorder, akEditorSelectedBorderSize, akEditorSelectedNodeClassName } from '@atlaskit/editor-shared-styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export const overflowShadowStyles = css({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export const panelStyles = css({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
const blockNodesVerticalMargin = '0.75rem';
|
|
4
4
|
const scaledBlockNodesVerticalMargin = '0.75em';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorFullPageNarrowBreakout, akEditorSelectedNodeClassName } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
export const resizerItemClassName = 'resizer-item';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/design-system/use-tokens-shape -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
2
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
3
|
import { css } from '@emotion/react';
|
|
3
4
|
import { akEditorSelectedNodeClassName } from '@atlaskit/editor-shared-styles';
|
|
4
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export const scrollbarStyles = css({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// TODO: ED-28075 - refactor selection styles to unblock Compiled CSS migration
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
|
+
import { css, keyframes } from '@emotion/react';
|
|
3
3
|
const fadeIn = keyframes({
|
|
4
4
|
from: {
|
|
5
5
|
opacity: 0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorFullPageNarrowBreakout } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import { boxShadowSelectionStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export const statusStyles = css({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css, keyframes } from '@emotion/react';
|
|
3
3
|
import { BodiedSyncBlockSharedCssClassName, SyncBlockSharedCssClassName, SyncBlockLabelSharedCssClassName, SyncBlockStateCssClassName } from '@atlaskit/editor-common/sync-block';
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorFullPageDefaultFontSize, akEditorFullPageDenseFontSize } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import { EDITOR_LIST_DENSE_GAP } from './list';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
4
|
export const textColorStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export const textHighlightStyle = css({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { backgroundSelectionStyles, borderSelectionStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
4
4
|
export const UnsupportedSharedCssClassName = {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
4
|
export const whitespaceStyles = css({
|
|
6
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "217.6.
|
|
2
|
+
export const version = "217.6.3";
|
|
@@ -8,7 +8,6 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
8
8
|
* @jsx jsx
|
|
9
9
|
*/
|
|
10
10
|
import { Fragment, memo } from 'react';
|
|
11
|
-
|
|
12
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
12
|
import { css, jsx } from '@emotion/react';
|
|
14
13
|
import { ACTION, ACTION_SUBJECT } from '@atlaskit/editor-common/analytics';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export var dropdown = css({
|
|
@@ -8,7 +8,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
8
8
|
|
|
9
9
|
import React, { useImperativeHandle, useRef } from 'react';
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports -- Ignored via go/DSP-18766; jsx required at runtime for @jsxRuntime classic */
|
|
12
12
|
import { css, jsx, useTheme } from '@emotion/react';
|
|
13
13
|
import classnames from 'classnames';
|
|
14
14
|
import { injectIntl } from 'react-intl-next';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
|
|
2
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { akEditorMobileMaxWidth, FULL_PAGE_EDITOR_TOOLBAR_HEIGHT } from '@atlaskit/editor-shared-styles';
|
|
5
5
|
export var MAXIMUM_TWO_LINE_TOOLBAR_BREAKPOINT = 868;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
4
|
export var fullPageEditorWrapper = css({
|
|
6
5
|
minWidth: '340px',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -9,13 +9,14 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
9
9
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10
10
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
11
11
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
12
|
+
/* eslint-disable jsdoc/require-jsdoc -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
|
|
12
13
|
/**
|
|
13
14
|
* @jsxRuntime classic
|
|
14
15
|
* @jsx jsx
|
|
15
16
|
*/
|
|
16
17
|
import React from 'react';
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports -- Ignored via go/DSP-18766; jsx required at runtime for @jsxRuntime classic */
|
|
19
20
|
import { css, jsx } from '@emotion/react';
|
|
20
21
|
import { injectIntl } from 'react-intl-next';
|
|
21
22
|
import Transition from 'react-transition-group/Transition';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
|
|
2
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
3
3
|
import { css, keyframes } from '@emotion/react';
|
|
4
4
|
/**
|
|
5
5
|
* aiPanelStyles
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
|
|
2
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { AnnotationSharedClassNames } from '@atlaskit/editor-common/styles';
|
|
5
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export var textHighlightPaddingStyles = css({
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
|
|
2
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
|
-
|
|
5
4
|
// = akEditorDefaultLayoutWidth * breakoutWideScaleRatio = 1010.8 ~ 1011 This is a resulting width value that is applied to nodes that currently use breakouts (except table) and are set to `wide` when the viewport's width is > 1329px.
|
|
6
5
|
var akEditorCalculatedWideLayoutWidth = 1011;
|
|
7
6
|
// from breakoutConsts.calcWideWidth, layoutMaxWidth * breakoutConsts.wideScaleRatio = 904.8 ~ 905 This is a resulting width value that is applied to nodes that currently use breakouts (except table) and are set to `wide` when the viewport's width is <= 1266px.
|