@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,4 +1,6 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors,
|
|
2
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
3
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
2
4
|
/* eslint-disable @atlaskit/ui-styling-standard/no-exported-styles */
|
|
3
5
|
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled */
|
|
4
6
|
import { css, keyframes } from '@emotion/react';
|
|
@@ -46,6 +48,13 @@ var pulseOutDuringTr = keyframes({
|
|
|
46
48
|
opacity: 0
|
|
47
49
|
}
|
|
48
50
|
});
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
54
|
+
* If you need to make changes here, also update the corresponding style in
|
|
55
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
56
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
57
|
+
*/
|
|
49
58
|
export var telepointerColorAndCommonStyle = css({
|
|
50
59
|
'.ProseMirror .telepointer': {
|
|
51
60
|
position: 'relative',
|
|
@@ -152,6 +161,13 @@ export var telepointerColorAndCommonStyle = css({
|
|
|
152
161
|
}
|
|
153
162
|
}
|
|
154
163
|
});
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
167
|
+
* If you need to make changes here, also update the corresponding style in
|
|
168
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
169
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
170
|
+
*/
|
|
155
171
|
export var telepointerStyle = css({
|
|
156
172
|
'.ProseMirror .telepointer': {
|
|
157
173
|
'&.telepointer-selection-badge': {
|
|
@@ -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 var textColorStyles = css({
|
|
5
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
6
13
|
'.fabric-text-color-mark': {
|
|
@@ -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 var textHighlightStyle = css({
|
|
5
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
6
13
|
'.text-highlight': {
|
|
@@ -1,13 +1,28 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled
|
|
2
|
+
/* eslint-disable @atlaskit/ui-styling-standard/use-compiled,
|
|
3
|
+
@repo/internal/deprecations/deprecation-ticket-required,
|
|
4
|
+
@atlaskit/ui-styling-standard/no-exported-styles */
|
|
3
5
|
import { css } from '@emotion/react';
|
|
4
6
|
import { backgroundSelectionStyles, borderSelectionStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
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
|
+
*/
|
|
5
14
|
export var UnsupportedSharedCssClassName = {
|
|
6
15
|
BLOCK_CONTAINER: 'unsupportedBlockView-content-wrap',
|
|
7
16
|
INLINE_CONTAINER: 'unsupportedInlineView-content-wrap'
|
|
8
17
|
};
|
|
9
18
|
|
|
10
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression
|
|
19
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Ignored via go/DSP-18766
|
|
20
|
+
/**
|
|
21
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
22
|
+
* If you need to make changes here, also update the corresponding style in
|
|
23
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
24
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
25
|
+
*/
|
|
11
26
|
export var unsupportedStyles = css(_defineProperty(_defineProperty(_defineProperty({}, ".".concat(UnsupportedSharedCssClassName.BLOCK_CONTAINER, " > div, .").concat(UnsupportedSharedCssClassName.INLINE_CONTAINER, " > span:nth-of-type(2)"), {
|
|
12
27
|
cursor: 'pointer'
|
|
13
28
|
}), '.ak-editor-selected-node', _defineProperty({}, "&.".concat(UnsupportedSharedCssClassName.BLOCK_CONTAINER, " > div, &.").concat(UnsupportedSharedCssClassName.INLINE_CONTAINER, " > span:nth-of-type(2)"),
|
|
@@ -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 var whitespaceStyles = css({
|
|
5
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
6
13
|
'.ProseMirror': {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "220.1.
|
|
2
|
+
export var version = "220.1.3";
|
|
@@ -1,5 +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 aiPanelBaseStyles: 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 aiPanelBaseFirefoxStyles: 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 aiPanelDarkStyles: 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 aiPanelDarkFirefoxStyles: 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 annotationStyles: 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 textHighlightPaddingStyles: 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 backgroundColorStyles: SerializedStyles;
|
|
@@ -1,7 +1,43 @@
|
|
|
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 baseStyles: 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 maxModeReizeFixStyles: 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 baseStylesMaxContainerWidthFixes: 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 editorLargeGutterPuddingBaseStyles: 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 editorLargeGutterPuddingBaseStylesEditorControls: 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 editorLargeGutterPuddingReducedBaseStyles: 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 blockMarksStyles: SerializedStyles;
|
|
@@ -1,11 +1,71 @@
|
|
|
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 blocktypeStyles: 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 blockquoteDangerStyles: 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 blockquoteSelectedNodeStyles: 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 blocktypeStyles_fg_platform_editor_typography_ugc: 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 blocktypeStyles_without_fg_platform_editor_typography_ugc: 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 blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes: 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 listSelectedNodeStyles: SerializedStyles;
|
|
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 listDangerStyles: SerializedStyles;
|
|
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 textSelectedNodeStyles: SerializedStyles;
|
|
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 textDangerStyles: 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 CodeBlockSharedCssClassName: {
|
|
3
9
|
CODEBLOCK_CONTAINER: string;
|
|
4
10
|
CODEBLOCK_START: string;
|
|
@@ -10,7 +16,31 @@ export declare const CodeBlockSharedCssClassName: {
|
|
|
10
16
|
CODEBLOCK_CONTENT_WRAPPED: string;
|
|
11
17
|
CODEBLOCK_CONTAINER_LINE_NUMBER_WIDGET: string;
|
|
12
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
21
|
+
* If you need to make changes here, also update the corresponding style in
|
|
22
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
23
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
24
|
+
*/
|
|
13
25
|
export declare const codeBlockStyles: SerializedStyles;
|
|
26
|
+
/**
|
|
27
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
28
|
+
* If you need to make changes here, also update the corresponding style in
|
|
29
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
30
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
31
|
+
*/
|
|
14
32
|
export declare const codeBlockStylesWithEmUnits: SerializedStyles;
|
|
33
|
+
/**
|
|
34
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
35
|
+
* If you need to make changes here, also update the corresponding style in
|
|
36
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
37
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
38
|
+
*/
|
|
15
39
|
export declare const firstCodeBlockWithNoMargin: SerializedStyles;
|
|
40
|
+
/**
|
|
41
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
42
|
+
* If you need to make changes here, also update the corresponding style in
|
|
43
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
44
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
45
|
+
*/
|
|
16
46
|
export declare const firstCodeBlockWithNoMarginOld: 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 codeMarkStyles: 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 codeMarkStylesA11yFix: 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 commentEditorStyles: 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 cursorStyles: SerializedStyles;
|
|
@@ -1,8 +1,32 @@
|
|
|
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 DateSharedCssClassName: {
|
|
3
9
|
DATE_WRAPPER: string;
|
|
4
10
|
DATE_CONTAINER: 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 dateVanillaStyles: SerializedStyles;
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
21
|
+
* If you need to make changes here, also update the corresponding style in
|
|
22
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
23
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
24
|
+
*/
|
|
7
25
|
export declare const dateStyles: SerializedStyles;
|
|
26
|
+
/**
|
|
27
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
28
|
+
* If you need to make changes here, also update the corresponding style in
|
|
29
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
30
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
31
|
+
*/
|
|
8
32
|
export declare const dangerDateStyles: SerializedStyles;
|
|
@@ -2,15 +2,39 @@ import type { SerializedStyles } from '@emotion/react';
|
|
|
2
2
|
/**
|
|
3
3
|
* Use when fg('platform_editor_typography_ugc') is disabled.
|
|
4
4
|
*/
|
|
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
|
+
*/
|
|
5
11
|
export declare const editorUGCTokensDefault: SerializedStyles;
|
|
6
12
|
/**
|
|
7
13
|
* Use when fg('platform_editor_typography_ugc') is enabled, but the following are not enabled:
|
|
8
14
|
* - fg('atlas_editor_typography_refreshed')
|
|
9
15
|
*/
|
|
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
|
+
*/
|
|
10
22
|
export declare const editorUGCTokensModernized: SerializedStyles;
|
|
11
23
|
/**
|
|
12
24
|
* Use when fg('platform_editor_typography_ugc') is enabled and the following is enabled:
|
|
13
25
|
* - fg('atlas_editor_typography_refreshed')
|
|
14
26
|
*/
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
29
|
+
* If you need to make changes here, also update the corresponding style in
|
|
30
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
31
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
32
|
+
*/
|
|
15
33
|
export declare const editorUGCTokensRefreshed: SerializedStyles;
|
|
34
|
+
/**
|
|
35
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
36
|
+
* If you need to make changes here, also update the corresponding style in
|
|
37
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
38
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
39
|
+
*/
|
|
16
40
|
export declare const editorUGCSmallText: 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 embedCardStyles: 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 emojiStyles: 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 scaledEmojiStyles: 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 getScaledDenseEmojiStyles: (baseFontSize?: number) => SerializedStyles;
|
|
5
23
|
/**
|
|
6
24
|
* Gets dynamic emoji styles that scale emoji size based on the base font size.
|
|
@@ -8,5 +26,17 @@ export declare const getScaledDenseEmojiStyles: (baseFontSize?: number) => Seria
|
|
|
8
26
|
* @param baseFontSize - The base font size in pixels (e.g., 16 for default, 13 for dense mode)
|
|
9
27
|
* @returns SerializedStyles with emoji size overrides if baseFontSize is provided and different from default.
|
|
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 getDenseEmojiStyles: (baseFontSize?: number) => 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 emojiDangerStyles: SerializedStyles;
|
|
@@ -2,7 +2,19 @@ import type { SerializedStyles } from '@emotion/react';
|
|
|
2
2
|
/**
|
|
3
3
|
* Base expand styles, always applied.
|
|
4
4
|
*/
|
|
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
|
+
*/
|
|
5
11
|
export declare const expandStylesBase: SerializedStyles;
|
|
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 expandStyles: SerializedStyles;
|
|
7
19
|
/**
|
|
8
20
|
* This function gets the dynamic styles that scale the expand title font size based on the base font size.
|
|
@@ -10,8 +22,38 @@ export declare const expandStyles: SerializedStyles;
|
|
|
10
22
|
* @param baseFontSize - The base font size in pixels. (e.g., 16 for default, 13 for dense mode)
|
|
11
23
|
* @returns SerializedStyles with expand title font size override if baseFontSize is provided and different from default.
|
|
12
24
|
*/
|
|
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
|
+
*/
|
|
13
31
|
export declare const getDenseExpandTitleStyles: (baseFontSize?: number) => SerializedStyles;
|
|
32
|
+
/**
|
|
33
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
34
|
+
* If you need to make changes here, also update the corresponding style in
|
|
35
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
36
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
37
|
+
*/
|
|
14
38
|
export declare const expandStylesMixin_fg_platform_visual_refresh_icons: SerializedStyles;
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
41
|
+
* If you need to make changes here, also update the corresponding style in
|
|
42
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
43
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
44
|
+
*/
|
|
15
45
|
export declare const expandStylesMixin_fg_platform_editor_nested_dnd_styles_changes: SerializedStyles;
|
|
46
|
+
/**
|
|
47
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
48
|
+
* If you need to make changes here, also update the corresponding style in
|
|
49
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
50
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
51
|
+
*/
|
|
16
52
|
export declare const expandStylesMixin_experiment_platform_editor_chromeless_expand_fix: SerializedStyles;
|
|
53
|
+
/**
|
|
54
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
55
|
+
* If you need to make changes here, also update the corresponding style in
|
|
56
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
57
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
58
|
+
*/
|
|
17
59
|
export declare const expandStylesMixin_without_fg_platform_editor_nested_dnd_styles_changes: SerializedStyles;
|
|
@@ -4,5 +4,17 @@ import type { EditorContentMode } from '@atlaskit/editor-common/types';
|
|
|
4
4
|
* Creates the extension styles with the ability to use feature flags and experiments.
|
|
5
5
|
* @returns Complete SerializedStyles including base styles and any feature-gated styles
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
9
|
+
* If you need to make changes here, also update the corresponding style in
|
|
10
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
11
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
12
|
+
*/
|
|
7
13
|
export declare const getExtensionStyles: (contentMode?: EditorContentMode) => SerializedStyles;
|
|
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
|
+
*/
|
|
8
20
|
export declare const extensionDiffStyles: SerializedStyles;
|