@atlaskit/editor-core 220.1.2 → 220.2.0
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 +21 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +1 -2
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/aiPanel.js +27 -5
- package/dist/cjs/ui/EditorContentContainer/styles/annotationStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/backgroundColorStyles.js +15 -3
- package/dist/cjs/ui/EditorContentContainer/styles/baseStyles.js +39 -10
- package/dist/cjs/ui/EditorContentContainer/styles/blockMarksStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/blockTypeStyles.js +63 -20
- package/dist/cjs/ui/EditorContentContainer/styles/codeBlockStyles.js +33 -9
- package/dist/cjs/ui/EditorContentContainer/styles/codeMarkStyles.js +15 -4
- package/dist/cjs/ui/EditorContentContainer/styles/commentEditorStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/cursorStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/dateStyles.js +28 -6
- package/dist/cjs/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +27 -6
- package/dist/cjs/ui/EditorContentContainer/styles/embedCardStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/emoji.js +34 -6
- package/dist/cjs/ui/EditorContentContainer/styles/expandStyles.js +45 -11
- package/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +15 -3
- package/dist/cjs/ui/EditorContentContainer/styles/findReplaceStyles.js +33 -9
- package/dist/cjs/ui/EditorContentContainer/styles/firstBlockNodeStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/floatingToolbarStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/fontSizeStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/fullPageEditorStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/gapCursorStyles.js +22 -4
- package/dist/cjs/ui/EditorContentContainer/styles/gridStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/indentationStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/layout.js +142 -24
- package/dist/cjs/ui/EditorContentContainer/styles/link.js +21 -5
- package/dist/cjs/ui/EditorContentContainer/styles/list.js +45 -10
- package/dist/cjs/ui/EditorContentContainer/styles/mediaStyles.js +34 -9
- package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +33 -9
- package/dist/cjs/ui/EditorContentContainer/styles/overflowShadowStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/panelStyles.js +39 -12
- package/dist/cjs/ui/EditorContentContainer/styles/paragraphStyles.js +33 -9
- package/dist/cjs/ui/EditorContentContainer/styles/placeholderStyles.js +27 -8
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +114 -15
- package/dist/cjs/ui/EditorContentContainer/styles/rule.js +15 -4
- package/dist/cjs/ui/EditorContentContainer/styles/scrollbarStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/selectionStyles.js +63 -15
- package/dist/cjs/ui/EditorContentContainer/styles/selectionToolbarStyles.js +9 -3
- package/dist/cjs/ui/EditorContentContainer/styles/shadowStyles.js +22 -3
- package/dist/cjs/ui/EditorContentContainer/styles/smartCardStyles.js +86 -14
- package/dist/cjs/ui/EditorContentContainer/styles/statusStyles.js +45 -14
- package/dist/cjs/ui/EditorContentContainer/styles/syncBlockStyles.js +33 -8
- package/dist/cjs/ui/EditorContentContainer/styles/tableStyles.js +45 -14
- package/dist/cjs/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +64 -16
- package/dist/cjs/ui/EditorContentContainer/styles/telepointerStyles.js +17 -1
- package/dist/cjs/ui/EditorContentContainer/styles/textColorStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/textHighlightStyles.js +9 -2
- package/dist/cjs/ui/EditorContentContainer/styles/unsupportedStyles.js +16 -2
- package/dist/cjs/ui/EditorContentContainer/styles/whitespaceStyles.js +9 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/aiPanel.js +27 -5
- package/dist/es2019/ui/EditorContentContainer/styles/annotationStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/backgroundColorStyles.js +15 -3
- package/dist/es2019/ui/EditorContentContainer/styles/baseStyles.js +39 -10
- package/dist/es2019/ui/EditorContentContainer/styles/blockMarksStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/blockTypeStyles.js +63 -20
- package/dist/es2019/ui/EditorContentContainer/styles/codeBlockStyles.js +34 -9
- package/dist/es2019/ui/EditorContentContainer/styles/codeMarkStyles.js +15 -4
- package/dist/es2019/ui/EditorContentContainer/styles/commentEditorStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/cursorStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/dateStyles.js +29 -6
- package/dist/es2019/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +27 -6
- package/dist/es2019/ui/EditorContentContainer/styles/embedCardStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/emoji.js +34 -6
- package/dist/es2019/ui/EditorContentContainer/styles/expandStyles.js +45 -11
- package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +15 -3
- package/dist/es2019/ui/EditorContentContainer/styles/findReplaceStyles.js +33 -9
- package/dist/es2019/ui/EditorContentContainer/styles/firstBlockNodeStyles.js +9 -3
- package/dist/es2019/ui/EditorContentContainer/styles/floatingToolbarStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/fontSizeStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/fullPageEditorStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/gapCursorStyles.js +22 -4
- package/dist/es2019/ui/EditorContentContainer/styles/gridStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/indentationStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/layout.js +142 -24
- package/dist/es2019/ui/EditorContentContainer/styles/link.js +21 -5
- package/dist/es2019/ui/EditorContentContainer/styles/list.js +45 -10
- package/dist/es2019/ui/EditorContentContainer/styles/mediaStyles.js +34 -9
- package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +33 -9
- package/dist/es2019/ui/EditorContentContainer/styles/overflowShadowStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/panelStyles.js +39 -12
- package/dist/es2019/ui/EditorContentContainer/styles/paragraphStyles.js +33 -9
- package/dist/es2019/ui/EditorContentContainer/styles/placeholderStyles.js +27 -8
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +114 -15
- package/dist/es2019/ui/EditorContentContainer/styles/rule.js +15 -4
- package/dist/es2019/ui/EditorContentContainer/styles/scrollbarStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/selectionStyles.js +63 -15
- package/dist/es2019/ui/EditorContentContainer/styles/selectionToolbarStyles.js +9 -3
- package/dist/es2019/ui/EditorContentContainer/styles/shadowStyles.js +22 -3
- package/dist/es2019/ui/EditorContentContainer/styles/smartCardStyles.js +86 -14
- package/dist/es2019/ui/EditorContentContainer/styles/statusStyles.js +45 -14
- package/dist/es2019/ui/EditorContentContainer/styles/syncBlockStyles.js +33 -8
- package/dist/es2019/ui/EditorContentContainer/styles/tableStyles.js +45 -15
- package/dist/es2019/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +64 -16
- package/dist/es2019/ui/EditorContentContainer/styles/telepointerStyles.js +17 -1
- package/dist/es2019/ui/EditorContentContainer/styles/textColorStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/textHighlightStyles.js +9 -2
- package/dist/es2019/ui/EditorContentContainer/styles/unsupportedStyles.js +17 -2
- package/dist/es2019/ui/EditorContentContainer/styles/whitespaceStyles.js +9 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +1 -2
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/aiPanel.js +27 -5
- package/dist/esm/ui/EditorContentContainer/styles/annotationStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/backgroundColorStyles.js +15 -3
- package/dist/esm/ui/EditorContentContainer/styles/baseStyles.js +39 -10
- package/dist/esm/ui/EditorContentContainer/styles/blockMarksStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/blockTypeStyles.js +63 -20
- package/dist/esm/ui/EditorContentContainer/styles/codeBlockStyles.js +34 -9
- package/dist/esm/ui/EditorContentContainer/styles/codeMarkStyles.js +15 -4
- package/dist/esm/ui/EditorContentContainer/styles/commentEditorStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/cursorStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/dateStyles.js +29 -6
- package/dist/esm/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +27 -6
- package/dist/esm/ui/EditorContentContainer/styles/embedCardStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/emoji.js +34 -6
- package/dist/esm/ui/EditorContentContainer/styles/expandStyles.js +45 -11
- package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +15 -3
- package/dist/esm/ui/EditorContentContainer/styles/findReplaceStyles.js +33 -9
- package/dist/esm/ui/EditorContentContainer/styles/firstBlockNodeStyles.js +9 -3
- package/dist/esm/ui/EditorContentContainer/styles/floatingToolbarStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/fontSizeStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/fullPageEditorStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/gapCursorStyles.js +22 -4
- package/dist/esm/ui/EditorContentContainer/styles/gridStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/indentationStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/layout.js +142 -24
- package/dist/esm/ui/EditorContentContainer/styles/link.js +21 -5
- package/dist/esm/ui/EditorContentContainer/styles/list.js +45 -10
- package/dist/esm/ui/EditorContentContainer/styles/mediaStyles.js +34 -9
- package/dist/esm/ui/EditorContentContainer/styles/mentions.js +33 -9
- package/dist/esm/ui/EditorContentContainer/styles/overflowShadowStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/panelStyles.js +39 -12
- package/dist/esm/ui/EditorContentContainer/styles/paragraphStyles.js +33 -9
- package/dist/esm/ui/EditorContentContainer/styles/placeholderStyles.js +27 -8
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +114 -15
- package/dist/esm/ui/EditorContentContainer/styles/rule.js +15 -4
- package/dist/esm/ui/EditorContentContainer/styles/scrollbarStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/selectionStyles.js +63 -15
- package/dist/esm/ui/EditorContentContainer/styles/selectionToolbarStyles.js +9 -3
- package/dist/esm/ui/EditorContentContainer/styles/shadowStyles.js +22 -3
- package/dist/esm/ui/EditorContentContainer/styles/smartCardStyles.js +86 -14
- package/dist/esm/ui/EditorContentContainer/styles/statusStyles.js +45 -14
- package/dist/esm/ui/EditorContentContainer/styles/syncBlockStyles.js +33 -8
- package/dist/esm/ui/EditorContentContainer/styles/tableStyles.js +45 -15
- package/dist/esm/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +64 -16
- package/dist/esm/ui/EditorContentContainer/styles/telepointerStyles.js +17 -1
- package/dist/esm/ui/EditorContentContainer/styles/textColorStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/textHighlightStyles.js +9 -2
- package/dist/esm/ui/EditorContentContainer/styles/unsupportedStyles.js +17 -2
- package/dist/esm/ui/EditorContentContainer/styles/whitespaceStyles.js +9 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/aiPanel.d.ts +24 -0
- package/dist/types/ui/EditorContentContainer/styles/annotationStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/backgroundColorStyles.d.ts +12 -0
- package/dist/types/ui/EditorContentContainer/styles/baseStyles.d.ts +36 -0
- package/dist/types/ui/EditorContentContainer/styles/blockMarksStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +60 -0
- package/dist/types/ui/EditorContentContainer/styles/codeBlockStyles.d.ts +30 -0
- package/dist/types/ui/EditorContentContainer/styles/codeMarkStyles.d.ts +12 -0
- package/dist/types/ui/EditorContentContainer/styles/commentEditorStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/cursorStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/dateStyles.d.ts +24 -0
- package/dist/types/ui/EditorContentContainer/styles/editorUGCTokenStyles.d.ts +24 -0
- package/dist/types/ui/EditorContentContainer/styles/embedCardStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/emoji.d.ts +30 -0
- package/dist/types/ui/EditorContentContainer/styles/expandStyles.d.ts +42 -0
- package/dist/types/ui/EditorContentContainer/styles/extensionStyles.d.ts +12 -0
- package/dist/types/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +30 -0
- package/dist/types/ui/EditorContentContainer/styles/firstBlockNodeStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/floatingToolbarStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/fontSizeStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/fullPageEditorStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +18 -0
- package/dist/types/ui/EditorContentContainer/styles/gridStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/indentationStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/layout.d.ts +138 -0
- package/dist/types/ui/EditorContentContainer/styles/link.d.ts +18 -0
- package/dist/types/ui/EditorContentContainer/styles/list.d.ts +42 -0
- package/dist/types/ui/EditorContentContainer/styles/mediaStyles.d.ts +30 -0
- package/dist/types/ui/EditorContentContainer/styles/mentions.d.ts +30 -0
- package/dist/types/ui/EditorContentContainer/styles/overflowShadowStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/panelStyles.d.ts +36 -0
- package/dist/types/ui/EditorContentContainer/styles/paragraphStyles.d.ts +30 -0
- package/dist/types/ui/EditorContentContainer/styles/placeholderStyles.d.ts +24 -0
- package/dist/types/ui/EditorContentContainer/styles/resizerStyles.d.ts +108 -0
- package/dist/types/ui/EditorContentContainer/styles/rule.d.ts +12 -0
- package/dist/types/ui/EditorContentContainer/styles/scrollbarStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/selectionStyles.d.ts +60 -0
- package/dist/types/ui/EditorContentContainer/styles/selectionToolbarStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/shadowStyles.d.ts +18 -0
- package/dist/types/ui/EditorContentContainer/styles/smartCardStyles.d.ts +78 -0
- package/dist/types/ui/EditorContentContainer/styles/statusStyles.d.ts +42 -0
- package/dist/types/ui/EditorContentContainer/styles/syncBlockStyles.d.ts +30 -0
- package/dist/types/ui/EditorContentContainer/styles/tableStyles.d.ts +42 -0
- package/dist/types/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.d.ts +60 -0
- package/dist/types/ui/EditorContentContainer/styles/telepointerStyles.d.ts +12 -0
- package/dist/types/ui/EditorContentContainer/styles/textColorStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/textHighlightStyles.d.ts +6 -0
- package/dist/types/ui/EditorContentContainer/styles/unsupportedStyles.d.ts +12 -0
- package/dist/types/ui/EditorContentContainer/styles/whitespaceStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/aiPanel.d.ts +24 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/annotationStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/backgroundColorStyles.d.ts +12 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/baseStyles.d.ts +36 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockMarksStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +60 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeBlockStyles.d.ts +30 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeMarkStyles.d.ts +12 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/commentEditorStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/cursorStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/dateStyles.d.ts +24 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/editorUGCTokenStyles.d.ts +24 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/embedCardStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/emoji.d.ts +30 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/expandStyles.d.ts +42 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/extensionStyles.d.ts +12 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +30 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/firstBlockNodeStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/floatingToolbarStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/fontSizeStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/fullPageEditorStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +18 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/gridStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/indentationStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/layout.d.ts +138 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/link.d.ts +18 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/list.d.ts +42 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/mediaStyles.d.ts +30 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/mentions.d.ts +30 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/overflowShadowStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/panelStyles.d.ts +36 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/paragraphStyles.d.ts +30 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/placeholderStyles.d.ts +24 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/resizerStyles.d.ts +108 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/rule.d.ts +12 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/scrollbarStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionStyles.d.ts +60 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionToolbarStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/shadowStyles.d.ts +18 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/smartCardStyles.d.ts +78 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/statusStyles.d.ts +42 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/syncBlockStyles.d.ts +30 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/tableStyles.d.ts +42 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.d.ts +60 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/telepointerStyles.d.ts +12 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/textColorStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/textHighlightStyles.d.ts +6 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/unsupportedStyles.d.ts +12 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/whitespaceStyles.d.ts +6 -0
- package/package.json +6 -6
|
@@ -1,10 +1,17 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
5
|
import { akEditorFullPageDefaultFontSize, akEditorSwoopCubicBezier } from '@atlaskit/editor-shared-styles';
|
|
4
6
|
/**
|
|
5
7
|
* Base expand styles, always applied.
|
|
6
8
|
*/
|
|
7
|
-
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
11
|
+
* If you need to make changes here, also update the corresponding style in
|
|
12
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
13
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
14
|
+
*/
|
|
8
15
|
export const expandStylesBase = css({
|
|
9
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
10
17
|
'.ak-editor-expand__icon > div': {
|
|
@@ -237,7 +244,12 @@ export const expandStylesBase = css({
|
|
|
237
244
|
});
|
|
238
245
|
|
|
239
246
|
// Export the default styles with negative margins (original behavior)
|
|
240
|
-
|
|
247
|
+
/**
|
|
248
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
249
|
+
* If you need to make changes here, also update the corresponding style in
|
|
250
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
251
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
252
|
+
*/
|
|
241
253
|
export const expandStyles = css({
|
|
242
254
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
243
255
|
'.ProseMirror > .ak-editor-expand__type-expand, .fabric-editor-breakout-mark-dom > .ak-editor-expand__type-expand': {
|
|
@@ -252,6 +264,12 @@ export const expandStyles = css({
|
|
|
252
264
|
* @param baseFontSize - The base font size in pixels. (e.g., 16 for default, 13 for dense mode)
|
|
253
265
|
* @returns SerializedStyles with expand title font size override if baseFontSize is provided and different from default.
|
|
254
266
|
*/
|
|
267
|
+
/**
|
|
268
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
269
|
+
* If you need to make changes here, also update the corresponding style in
|
|
270
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
271
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
272
|
+
*/
|
|
255
273
|
export const getDenseExpandTitleStyles = baseFontSize => {
|
|
256
274
|
if (!baseFontSize || baseFontSize === akEditorFullPageDefaultFontSize) {
|
|
257
275
|
return css({});
|
|
@@ -269,8 +287,12 @@ export const getDenseExpandTitleStyles = baseFontSize => {
|
|
|
269
287
|
}
|
|
270
288
|
});
|
|
271
289
|
};
|
|
272
|
-
|
|
273
|
-
|
|
290
|
+
/**
|
|
291
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
292
|
+
* If you need to make changes here, also update the corresponding style in
|
|
293
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
294
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
295
|
+
*/
|
|
274
296
|
export const expandStylesMixin_fg_platform_visual_refresh_icons = css({
|
|
275
297
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
276
298
|
'.ak-editor-expand__title-input': {
|
|
@@ -279,8 +301,12 @@ export const expandStylesMixin_fg_platform_visual_refresh_icons = css({
|
|
|
279
301
|
fontFamily: "var(--ds-font-family-body, \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
280
302
|
}
|
|
281
303
|
});
|
|
282
|
-
|
|
283
|
-
|
|
304
|
+
/**
|
|
305
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
306
|
+
* If you need to make changes here, also update the corresponding style in
|
|
307
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
308
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
309
|
+
*/
|
|
284
310
|
export const expandStylesMixin_fg_platform_editor_nested_dnd_styles_changes = css({
|
|
285
311
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
286
312
|
'.ak-editor-content-area.appearance-full-page .ProseMirror > .ak-editor-expand__type-expand, .fabric-editor-breakout-mark-dom > .ak-editor-expand__type-expand': {
|
|
@@ -303,8 +329,12 @@ export const expandStylesMixin_fg_platform_editor_nested_dnd_styles_changes = cs
|
|
|
303
329
|
}
|
|
304
330
|
}
|
|
305
331
|
});
|
|
306
|
-
|
|
307
|
-
|
|
332
|
+
/**
|
|
333
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
334
|
+
* If you need to make changes here, also update the corresponding style in
|
|
335
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
336
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
337
|
+
*/
|
|
308
338
|
export const expandStylesMixin_experiment_platform_editor_chromeless_expand_fix = css({
|
|
309
339
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
310
340
|
'.ProseMirror > .ak-editor-expand': {
|
|
@@ -312,8 +342,12 @@ export const expandStylesMixin_experiment_platform_editor_chromeless_expand_fix
|
|
|
312
342
|
marginRight: 0
|
|
313
343
|
}
|
|
314
344
|
});
|
|
315
|
-
|
|
316
|
-
|
|
345
|
+
/**
|
|
346
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
347
|
+
* If you need to make changes here, also update the corresponding style in
|
|
348
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
349
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
350
|
+
*/
|
|
317
351
|
export const expandStylesMixin_without_fg_platform_editor_nested_dnd_styles_changes = css({
|
|
318
352
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
319
353
|
'.ak-editor-expand': {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
5
|
import { relativeFontSizeToBase16, akEditorFullPageDenseFontSize } from '@atlaskit/editor-shared-styles';
|
|
4
6
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
@@ -9,6 +11,12 @@ import { blanketSelectionStyles, boxShadowSelectionStyles, hideNativeBrowserText
|
|
|
9
11
|
* Creates the extension styles with the ability to use feature flags and experiments.
|
|
10
12
|
* @returns Complete SerializedStyles including base styles and any feature-gated styles
|
|
11
13
|
*/
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
16
|
+
* If you need to make changes here, also update the corresponding style in
|
|
17
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
18
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
19
|
+
*/
|
|
12
20
|
export const getExtensionStyles = contentMode => {
|
|
13
21
|
const baseExtensionStyles = css({
|
|
14
22
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -421,8 +429,12 @@ export const getExtensionStyles = contentMode => {
|
|
|
421
429
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
422
430
|
return css(baseExtensionStyles, denseExtensionStyles, bodiedExtensionLayoutShiftFixStyles);
|
|
423
431
|
};
|
|
424
|
-
|
|
425
|
-
|
|
432
|
+
/**
|
|
433
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
434
|
+
* If you need to make changes here, also update the corresponding style in
|
|
435
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
436
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
437
|
+
*/
|
|
426
438
|
export const extensionDiffStyles = css({
|
|
427
439
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
428
440
|
[`.show-diff-changed-decoration-node > span .extension-container`]: {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
5
|
import { CodeBlockSharedCssClassName } from '@atlaskit/editor-common/styles';
|
|
4
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
8
|
+
* If you need to make changes here, also update the corresponding style in
|
|
9
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
10
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
11
|
+
*/
|
|
5
12
|
export const findReplaceStyles = css({
|
|
6
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
7
14
|
'.search-match': {
|
|
@@ -15,8 +22,12 @@ export const findReplaceStyles = css({
|
|
|
15
22
|
backgroundColor: "var(--ds-background-accent-teal-subtle, #6CC3E0)"
|
|
16
23
|
}
|
|
17
24
|
});
|
|
18
|
-
|
|
19
|
-
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
27
|
+
* If you need to make changes here, also update the corresponding style in
|
|
28
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
29
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
30
|
+
*/
|
|
20
31
|
export const findReplaceStylesWithCodeblockColorContrastFix = css({
|
|
21
32
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values
|
|
22
33
|
[`.${CodeBlockSharedCssClassName.CODEBLOCK_CONTAINER} .search-match.selected-search-match`]: {
|
|
@@ -28,8 +39,12 @@ export const findReplaceStylesWithCodeblockColorContrastFix = css({
|
|
|
28
39
|
}
|
|
29
40
|
}
|
|
30
41
|
});
|
|
31
|
-
|
|
32
|
-
|
|
42
|
+
/**
|
|
43
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
44
|
+
* If you need to make changes here, also update the corresponding style in
|
|
45
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
46
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
47
|
+
*/
|
|
33
48
|
export const findReplaceStylesNewWithCodeblockColorContrastFix = css({
|
|
34
49
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values
|
|
35
50
|
[`.${CodeBlockSharedCssClassName.CODEBLOCK_CONTAINER} .search-match-text.selected-search-match`]: {
|
|
@@ -43,7 +58,12 @@ export const findReplaceStylesNewWithCodeblockColorContrastFix = css({
|
|
|
43
58
|
});
|
|
44
59
|
|
|
45
60
|
// TODO: ED-28370 - during platform_editor_find_and_replace_improvements clean up, rename this css object to findReplaceStyles
|
|
46
|
-
|
|
61
|
+
/**
|
|
62
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
63
|
+
* If you need to make changes here, also update the corresponding style in
|
|
64
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
65
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
66
|
+
*/
|
|
47
67
|
export const findReplaceStylesNewWithA11Y = css({
|
|
48
68
|
// text - inactive match - light mode
|
|
49
69
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -290,8 +310,12 @@ export const findReplaceStylesNewWithA11Y = css({
|
|
|
290
310
|
backgroundColor: "var(--ds-background-accent-magenta-bolder-hovered, #943D73)"
|
|
291
311
|
}
|
|
292
312
|
});
|
|
293
|
-
|
|
294
|
-
|
|
313
|
+
/**
|
|
314
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
315
|
+
* If you need to make changes here, also update the corresponding style in
|
|
316
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
317
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
318
|
+
*/
|
|
295
319
|
export const findReplaceStylesWithRefSyncBlock = css({
|
|
296
320
|
// sync block (reference) - inactive match - light mode - without node selection
|
|
297
321
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
5
|
import { PanelSharedCssClassName } from '@atlaskit/editor-common/panel';
|
|
4
6
|
import { expandClassNames, SmartCardSharedCssClassName } from '@atlaskit/editor-common/styles';
|
|
5
7
|
import { CodeBlockSharedCssClassName } from './codeBlockStyles';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
10
|
+
* If you need to make changes here, also update the corresponding style in
|
|
11
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
12
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
13
|
+
*/
|
|
8
14
|
export const firstBlockNodeStyles = css({
|
|
9
15
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
10
16
|
'.ProseMirror': {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
5
|
// Make sure the first floating toolbar button has focus ring when focused via .focus()
|
|
4
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
8
|
+
* If you need to make changes here, also update the corresponding style in
|
|
9
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
10
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
11
|
+
*/
|
|
5
12
|
export const firstFloatingToolbarButtonStyles = css({
|
|
6
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
7
14
|
'button.first-floating-toolbar-button:focus': {
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
7
|
+
* If you need to make changes here, also update the corresponding style in
|
|
8
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
9
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
10
|
+
*/
|
|
4
11
|
export const fontSizeStyles = css({
|
|
5
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
6
13
|
'.ProseMirror': {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
5
|
// Originally copied from scrollStyles in packages/editor/editor-core/src/ui/Appearance/FullPage/StyledComponents.ts
|
|
4
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
8
|
+
* If you need to make changes here, also update the corresponding style in
|
|
9
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
10
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
11
|
+
*/
|
|
5
12
|
export const fullPageEditorStyles = css({
|
|
6
13
|
flexGrow: 1,
|
|
7
14
|
height: '100%',
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css, keyframes } from '@emotion/react';
|
|
3
5
|
const gapCursorBlink = keyframes({
|
|
4
6
|
'from, to': {
|
|
@@ -8,6 +10,13 @@ const gapCursorBlink = keyframes({
|
|
|
8
10
|
opacity: 1
|
|
9
11
|
}
|
|
10
12
|
});
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
16
|
+
* If you need to make changes here, also update the corresponding style in
|
|
17
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
18
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
19
|
+
*/
|
|
11
20
|
export const hideCaretModifier = 'ProseMirror-hide-gapcursor';
|
|
12
21
|
const gapCursorSelector = '.ProseMirror-gapcursor';
|
|
13
22
|
const prosemirrorwidgetNotBlock = '.ProseMirror-widget:not([data-blocks-decoration-container="true"]):not([data-blocks-drag-handle-container="true"]):not([data-blocks-quick-insert-container="true"])';
|
|
@@ -73,8 +82,12 @@ ${wrapLeft} + ${gapCursorSelector} + ${wrapRight} + *,
|
|
|
73
82
|
${gapCursorSelector} + ${wrapRight} + span + ${wrapLeft} + * > *,
|
|
74
83
|
${prosemirrorwidgetNotBlock} + ${gapCursorSelector} + *,
|
|
75
84
|
${prosemirrorwidgetNotBlock} + ${gapCursorSelector} + span + *`;
|
|
76
|
-
|
|
77
|
-
|
|
85
|
+
/**
|
|
86
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
87
|
+
* If you need to make changes here, also update the corresponding style in
|
|
88
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
89
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
90
|
+
*/
|
|
78
91
|
export const gapCursorStyles = css({
|
|
79
92
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
80
93
|
'.ProseMirror': {
|
|
@@ -168,7 +181,12 @@ export const gapCursorStyles = css({
|
|
|
168
181
|
});
|
|
169
182
|
|
|
170
183
|
// Hide native caret when gap cursor widget is present (no class toggle = no VC90 mutation)
|
|
171
|
-
|
|
184
|
+
/**
|
|
185
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
186
|
+
* If you need to make changes here, also update the corresponding style in
|
|
187
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
188
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
189
|
+
*/
|
|
172
190
|
export const gapCursorStylesVisibilityFix = css({
|
|
173
191
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
174
192
|
'.ProseMirror': {
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
7
|
+
* If you need to make changes here, also update the corresponding style in
|
|
8
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
9
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
10
|
+
*/
|
|
4
11
|
export const gridStyles = css({
|
|
5
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
6
13
|
'.gridParent': {
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
7
|
+
* If you need to make changes here, also update the corresponding style in
|
|
8
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
9
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
10
|
+
*/
|
|
4
11
|
export const indentationStyles = css({
|
|
5
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
6
13
|
'.ProseMirror': {
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
7
|
+
* If you need to make changes here, also update the corresponding style in
|
|
8
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
9
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
10
|
+
*/
|
|
4
11
|
export const InlineNodeViewSharedStyles = css({
|
|
5
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
6
13
|
'.ProseMirror': {
|