@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,23 +1,131 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const resizerItemClassName = "resizer-item";
|
|
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
|
+
*/
|
|
3
15
|
export declare const resizerHoverZoneClassName = "resizer-hover-zone";
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
18
|
+
* If you need to make changes here, also update the corresponding style in
|
|
19
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
20
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
21
|
+
*/
|
|
4
22
|
export declare const resizerExtendedZone = "resizer-is-extended";
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
25
|
+
* If you need to make changes here, also update the corresponding style in
|
|
26
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
27
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
28
|
+
*/
|
|
5
29
|
export declare const resizerHandleClassName = "resizer-handle";
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
32
|
+
* If you need to make changes here, also update the corresponding style in
|
|
33
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
34
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
35
|
+
*/
|
|
6
36
|
export declare const resizerHandleTrackClassName: 'resizer-handle-track';
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
39
|
+
* If you need to make changes here, also update the corresponding style in
|
|
40
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
41
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
42
|
+
*/
|
|
7
43
|
export declare const resizerHandleThumbClassName: 'resizer-handle-thumb';
|
|
44
|
+
/**
|
|
45
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
46
|
+
* If you need to make changes here, also update the corresponding style in
|
|
47
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
48
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
49
|
+
*/
|
|
8
50
|
export declare const resizerDangerClassName: 'resizer-handle-danger';
|
|
51
|
+
/**
|
|
52
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
53
|
+
* If you need to make changes here, also update the corresponding style in
|
|
54
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
55
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
56
|
+
*/
|
|
9
57
|
export declare const resizerHandleThumbWidth = 3;
|
|
58
|
+
/**
|
|
59
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
60
|
+
* If you need to make changes here, also update the corresponding style in
|
|
61
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
62
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
63
|
+
*/
|
|
10
64
|
export declare const handleWrapperClass = "resizer-handle-wrapper";
|
|
65
|
+
/**
|
|
66
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
67
|
+
* If you need to make changes here, also update the corresponding style in
|
|
68
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
69
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
70
|
+
*/
|
|
11
71
|
export declare const resizerStyles: SerializedStyles;
|
|
12
72
|
/**
|
|
13
73
|
* Bottom-handle styles for the vertical-resize feature shipped under the
|
|
14
74
|
* `databases-native-embeds-v2` experiment
|
|
15
75
|
*/
|
|
76
|
+
/**
|
|
77
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
78
|
+
* If you need to make changes here, also update the corresponding style in
|
|
79
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
80
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
81
|
+
*/
|
|
16
82
|
export declare const resizerBottomHandleStyles: SerializedStyles;
|
|
83
|
+
/**
|
|
84
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
85
|
+
* If you need to make changes here, also update the corresponding style in
|
|
86
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
87
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
88
|
+
*/
|
|
17
89
|
export declare const pragmaticResizerStylesForTooltip: SerializedStyles;
|
|
90
|
+
/**
|
|
91
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
92
|
+
* If you need to make changes here, also update the corresponding style in
|
|
93
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
94
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
95
|
+
*/
|
|
18
96
|
export declare const pragmaticStylesLayoutFirstNodeResizeHandleFix: SerializedStyles;
|
|
97
|
+
/**
|
|
98
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
99
|
+
* If you need to make changes here, also update the corresponding style in
|
|
100
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
101
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
102
|
+
*/
|
|
19
103
|
export declare const pragmaticResizerStylesCodeBlockLegacy: SerializedStyles;
|
|
104
|
+
/**
|
|
105
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
106
|
+
* If you need to make changes here, also update the corresponding style in
|
|
107
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
108
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
109
|
+
*/
|
|
20
110
|
export declare const pragmaticResizerStylesCodeBlockSyncedBlockPatch: SerializedStyles;
|
|
111
|
+
/**
|
|
112
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
113
|
+
* If you need to make changes here, also update the corresponding style in
|
|
114
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
115
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
116
|
+
*/
|
|
21
117
|
export declare const pragmaticResizerStyles: SerializedStyles;
|
|
118
|
+
/**
|
|
119
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
120
|
+
* If you need to make changes here, also update the corresponding style in
|
|
121
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
122
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
123
|
+
*/
|
|
22
124
|
export declare const pragmaticResizerStylesSyncedBlock: SerializedStyles;
|
|
125
|
+
/**
|
|
126
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
127
|
+
* If you need to make changes here, also update the corresponding style in
|
|
128
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
129
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
130
|
+
*/
|
|
23
131
|
export declare const pragmaticResizerStylesWithReducedEditorGutter: SerializedStyles;
|
|
@@ -1,3 +1,15 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const ruleStyles: SerializedStyles;
|
|
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
|
+
*/
|
|
3
15
|
export declare const dangerRuleStyles: SerializedStyles;
|
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const scrollbarStyles: SerializedStyles;
|
|
@@ -1,14 +1,74 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const hideNativeBrowserTextSelectionStyles: SerializedStyles;
|
|
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
|
+
*/
|
|
3
15
|
export declare const borderSelectionStyles: SerializedStyles;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
18
|
+
* If you need to make changes here, also update the corresponding style in
|
|
19
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
20
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
21
|
+
*/
|
|
4
22
|
export declare const boxShadowSelectionStyles: SerializedStyles;
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
25
|
+
* If you need to make changes here, also update the corresponding style in
|
|
26
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
27
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
28
|
+
*/
|
|
5
29
|
export declare const backgroundSelectionStyles: SerializedStyles;
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
32
|
+
* If you need to make changes here, also update the corresponding style in
|
|
33
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
34
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
35
|
+
*/
|
|
6
36
|
export declare const blanketSelectionStyles: SerializedStyles;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
39
|
+
* If you need to make changes here, also update the corresponding style in
|
|
40
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
41
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
42
|
+
*/
|
|
7
43
|
export declare const hideSelectionStyles: SerializedStyles;
|
|
8
44
|
/**
|
|
9
45
|
* This prosemirror css style: https://github.com/ProseMirror/prosemirror-view/blob/f37ebb29befdbde3cd194fe13fe17b78e743d2f2/style/prosemirror.css#L24
|
|
10
46
|
*/
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
49
|
+
* If you need to make changes here, also update the corresponding style in
|
|
50
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
51
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
52
|
+
*/
|
|
11
53
|
export declare const hideCursorWhenHideSelectionStyles: SerializedStyles;
|
|
54
|
+
/**
|
|
55
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
56
|
+
* If you need to make changes here, also update the corresponding style in
|
|
57
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
58
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
59
|
+
*/
|
|
12
60
|
export declare const selectedNodeStyles: SerializedStyles;
|
|
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
|
+
*/
|
|
13
67
|
export declare const dangerBorderStyles: SerializedStyles;
|
|
68
|
+
/**
|
|
69
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
70
|
+
* If you need to make changes here, also update the corresponding style in
|
|
71
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
72
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
73
|
+
*/
|
|
14
74
|
export declare const dangerBackgroundStyles: SerializedStyles;
|
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const selectionToolbarAnimationStyles: SerializedStyles;
|
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const shadowClassNames: {
|
|
3
9
|
RIGHT_SHADOW: string;
|
|
4
10
|
LEFT_SHADOW: string;
|
|
5
11
|
};
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
14
|
+
* If you need to make changes here, also update the corresponding style in
|
|
15
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
16
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
17
|
+
*/
|
|
6
18
|
export declare const shadowObserverClassNames: {
|
|
7
19
|
SENTINEL_LEFT: string;
|
|
8
20
|
SENTINEL_RIGHT: string;
|
|
9
21
|
SHADOW_CONTAINER: string;
|
|
10
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
25
|
+
* If you need to make changes here, also update the corresponding style in
|
|
26
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
27
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
28
|
+
*/
|
|
11
29
|
export declare const shadowStyles: SerializedStyles;
|
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const DATASOURCE_INNER_CONTAINER_CLASSNAME = "datasourceView-content-inner-wrap";
|
|
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
|
+
*/
|
|
3
15
|
export declare const FLOATING_TOOLBAR_LINKPICKER_CLASSNAME = "card-floating-toolbar--link-picker";
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
18
|
+
* If you need to make changes here, also update the corresponding style in
|
|
19
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
20
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
21
|
+
*/
|
|
4
22
|
export declare const SmartCardSharedCssClassName: {
|
|
5
23
|
INLINE_CARD_CONTAINER: string;
|
|
6
24
|
BLOCK_CARD_CONTAINER: string;
|
|
@@ -8,13 +26,73 @@ export declare const SmartCardSharedCssClassName: {
|
|
|
8
26
|
DATASOURCE_CONTAINER: string;
|
|
9
27
|
LOADER_WRAPPER: string;
|
|
10
28
|
};
|
|
29
|
+
/**
|
|
30
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
31
|
+
* If you need to make changes here, also update the corresponding style in
|
|
32
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
33
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
34
|
+
*/
|
|
11
35
|
export declare const editorControlsSmartCardStyles: SerializedStyles;
|
|
36
|
+
/**
|
|
37
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
38
|
+
* If you need to make changes here, also update the corresponding style in
|
|
39
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
40
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
41
|
+
*/
|
|
12
42
|
export declare const smartCardDiffStyles: SerializedStyles;
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
45
|
+
* If you need to make changes here, also update the corresponding style in
|
|
46
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
47
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
48
|
+
*/
|
|
13
49
|
export declare const showDiffDeletedNodeStyles: SerializedStyles;
|
|
50
|
+
/**
|
|
51
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
52
|
+
* If you need to make changes here, also update the corresponding style in
|
|
53
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
54
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
55
|
+
*/
|
|
14
56
|
export declare const showDiffDeletedNodeStylesNew: SerializedStyles;
|
|
57
|
+
/**
|
|
58
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
59
|
+
* If you need to make changes here, also update the corresponding style in
|
|
60
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
61
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
62
|
+
*/
|
|
15
63
|
export declare const smartCardStyles: SerializedStyles;
|
|
64
|
+
/**
|
|
65
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
66
|
+
* If you need to make changes here, also update the corresponding style in
|
|
67
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
68
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
69
|
+
*/
|
|
16
70
|
export declare const smartCardStylesWithSearchMatch: SerializedStyles;
|
|
71
|
+
/**
|
|
72
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
73
|
+
* If you need to make changes here, also update the corresponding style in
|
|
74
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
75
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
76
|
+
*/
|
|
17
77
|
export declare const smartCardStylesWithSearchMatchAndBlockMenuDangerStyles: SerializedStyles;
|
|
78
|
+
/**
|
|
79
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
80
|
+
* If you need to make changes here, also update the corresponding style in
|
|
81
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
82
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
83
|
+
*/
|
|
18
84
|
export declare const smartCardStylesWithSearchMatchAndPreviewPanelResponsiveness: SerializedStyles;
|
|
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
|
+
*/
|
|
19
91
|
export declare const smartLinksInLivePagesStyles: SerializedStyles;
|
|
92
|
+
/**
|
|
93
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
94
|
+
* If you need to make changes here, also update the corresponding style in
|
|
95
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
96
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
97
|
+
*/
|
|
20
98
|
export declare const linkingVisualRefreshV1Styles: SerializedStyles;
|
|
@@ -1,8 +1,50 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const statusStyles: SerializedStyles;
|
|
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
|
+
*/
|
|
3
15
|
export declare const statusStylesMixin_fg_platform_component_visual_refresh: SerializedStyles;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
18
|
+
* If you need to make changes here, also update the corresponding style in
|
|
19
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
20
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
21
|
+
*/
|
|
4
22
|
export declare const statusStylesMixin_fg_platform_component_visual_refresh_with_search_match: SerializedStyles;
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
25
|
+
* If you need to make changes here, also update the corresponding style in
|
|
26
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
27
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
28
|
+
*/
|
|
5
29
|
export declare const statusDangerStyles: SerializedStyles;
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
32
|
+
* If you need to make changes here, also update the corresponding style in
|
|
33
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
34
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
35
|
+
*/
|
|
6
36
|
export declare const statusStylesMixin_without_fg_platform_component_visual_refresh: SerializedStyles;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
39
|
+
* If you need to make changes here, also update the corresponding style in
|
|
40
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
41
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
42
|
+
*/
|
|
7
43
|
export declare const statusStylesMixin_without_fg_platform_component_visual_refresh_with_search_match: SerializedStyles;
|
|
44
|
+
/**
|
|
45
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
46
|
+
* If you need to make changes here, also update the corresponding style in
|
|
47
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
48
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
49
|
+
*/
|
|
8
50
|
export declare const statusStylesTeam26: SerializedStyles;
|
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const syncBlockStylesBase: SerializedStyles;
|
|
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
|
+
*/
|
|
3
15
|
export declare const syncBlockStyles: SerializedStyles;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
18
|
+
* If you need to make changes here, also update the corresponding style in
|
|
19
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
20
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
21
|
+
*/
|
|
4
22
|
export declare const syncBlockOverflowStyles: SerializedStyles;
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
25
|
+
* If you need to make changes here, also update the corresponding style in
|
|
26
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
27
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
28
|
+
*/
|
|
5
29
|
export declare const syncBlockTextSelectionStyles: SerializedStyles;
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
32
|
+
* If you need to make changes here, also update the corresponding style in
|
|
33
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
34
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
35
|
+
*/
|
|
6
36
|
export declare const syncBlockFirstNodeStyles: SerializedStyles;
|
|
@@ -1,8 +1,50 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const tableLayoutFixes: SerializedStyles;
|
|
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
|
+
*/
|
|
3
15
|
export declare const tableLayoutFixesWithFontSize: SerializedStyles;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
18
|
+
* If you need to make changes here, also update the corresponding style in
|
|
19
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
20
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
21
|
+
*/
|
|
4
22
|
export declare const tableCommentEditorMarginOverride: SerializedStyles;
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
25
|
+
* If you need to make changes here, also update the corresponding style in
|
|
26
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
27
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
28
|
+
*/
|
|
5
29
|
export declare const tableCommentEditorStyles: SerializedStyles;
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
32
|
+
* If you need to make changes here, also update the corresponding style in
|
|
33
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
34
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
35
|
+
*/
|
|
6
36
|
export declare const tableContainerStyles: SerializedStyles;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
39
|
+
* If you need to make changes here, also update the corresponding style in
|
|
40
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
41
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
42
|
+
*/
|
|
7
43
|
export declare const tableEmptyRowStyles: SerializedStyles;
|
|
44
|
+
/**
|
|
45
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
46
|
+
* If you need to make changes here, also update the corresponding style in
|
|
47
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
48
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
49
|
+
*/
|
|
8
50
|
export declare const tableContentModeStyles: SerializedStyles;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const TaskDecisionSharedCssClassName: {
|
|
3
9
|
DECISION_CONTAINER: string;
|
|
4
10
|
TASK_CONTAINER: string;
|
|
@@ -6,12 +12,66 @@ export declare const TaskDecisionSharedCssClassName: {
|
|
|
6
12
|
TASK_ITEM: string;
|
|
7
13
|
TASK_CHECKBOX_CONTAINER: string;
|
|
8
14
|
};
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
17
|
+
* If you need to make changes here, also update the corresponding style in
|
|
18
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
19
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
20
|
+
*/
|
|
9
21
|
export declare const tasksAndDecisionsStyles: SerializedStyles;
|
|
22
|
+
/**
|
|
23
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
24
|
+
* If you need to make changes here, also update the corresponding style in
|
|
25
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
26
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
27
|
+
*/
|
|
10
28
|
export declare const getDenseTasksAndDecisionsStyles: (baseFontSize?: number) => SerializedStyles;
|
|
29
|
+
/**
|
|
30
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
31
|
+
* If you need to make changes here, also update the corresponding style in
|
|
32
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
33
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
34
|
+
*/
|
|
11
35
|
export declare const decisionStyles: SerializedStyles;
|
|
36
|
+
/**
|
|
37
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
38
|
+
* If you need to make changes here, also update the corresponding style in
|
|
39
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
40
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
41
|
+
*/
|
|
12
42
|
export declare const decisionDangerStyles: SerializedStyles;
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
45
|
+
* If you need to make changes here, also update the corresponding style in
|
|
46
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
47
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
48
|
+
*/
|
|
13
49
|
export declare const decisionIconWithVisualRefresh: SerializedStyles;
|
|
50
|
+
/**
|
|
51
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
52
|
+
* If you need to make changes here, also update the corresponding style in
|
|
53
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
54
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
55
|
+
*/
|
|
14
56
|
export declare const decisionIconWithoutVisualRefresh: SerializedStyles;
|
|
57
|
+
/**
|
|
58
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
59
|
+
* If you need to make changes here, also update the corresponding style in
|
|
60
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
61
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
62
|
+
*/
|
|
15
63
|
export declare const taskItemStyles: SerializedStyles;
|
|
64
|
+
/**
|
|
65
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
66
|
+
* If you need to make changes here, also update the corresponding style in
|
|
67
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
68
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
69
|
+
*/
|
|
16
70
|
export declare const taskItemCheckboxStyles: SerializedStyles;
|
|
71
|
+
/**
|
|
72
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
73
|
+
* If you need to make changes here, also update the corresponding style in
|
|
74
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
75
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
76
|
+
*/
|
|
17
77
|
export declare const taskItemStylesWithBlockTaskItem: SerializedStyles;
|
|
@@ -1,3 +1,15 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const telepointerColorAndCommonStyle: SerializedStyles;
|
|
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
|
+
*/
|
|
3
15
|
export declare const telepointerStyle: SerializedStyles;
|
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const textColorStyles: SerializedStyles;
|
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
4
|
+
* If you need to make changes here, also update the corresponding style in
|
|
5
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
6
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
|
+
*/
|
|
2
8
|
export declare const textHighlightStyle: SerializedStyles;
|