@atlaskit/editor-core 215.10.1 → 215.10.2
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 +8 -0
- package/dist/cjs/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/cjs/ui/Appearance/Chromeless.js +2 -2
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/Comment/Toolbar.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +2 -2
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.js +2 -2
- package/dist/cjs/ui/Appearance/FullPage/MainToolbarWrapper.js +2 -2
- package/dist/cjs/ui/ChromeCollapsed/styles.js +2 -2
- package/dist/cjs/ui/ContextPanel/index.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/aiPanel.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/annotationStyles.js +7 -7
- package/dist/cjs/ui/EditorContentContainer/styles/blockTypeStyles.js +7 -7
- package/dist/cjs/ui/EditorContentContainer/styles/codeBidiWarningStyles.js +5 -5
- package/dist/cjs/ui/EditorContentContainer/styles/codeBlockStyles.js +3 -3
- package/dist/cjs/ui/EditorContentContainer/styles/codeMarkStyles.js +3 -3
- package/dist/cjs/ui/EditorContentContainer/styles/dateStyles.js +3 -3
- package/dist/cjs/ui/EditorContentContainer/styles/expandStyles.js +12 -12
- package/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +9 -9
- package/dist/cjs/ui/EditorContentContainer/styles/findReplaceStyles.js +29 -29
- package/dist/cjs/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/gridStyles.js +2 -2
- package/dist/cjs/ui/EditorContentContainer/styles/layout.js +7 -7
- package/dist/cjs/ui/EditorContentContainer/styles/mediaStyles.js +6 -6
- package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +12 -12
- package/dist/cjs/ui/EditorContentContainer/styles/overflowShadowStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/panelStyles.js +10 -10
- package/dist/cjs/ui/EditorContentContainer/styles/placeholderStyles.js +7 -7
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +19 -19
- package/dist/cjs/ui/EditorContentContainer/styles/rule.js +2 -2
- package/dist/cjs/ui/EditorContentContainer/styles/scrollbarStyles.js +2 -2
- package/dist/cjs/ui/EditorContentContainer/styles/selectionStyles.js +5 -5
- package/dist/cjs/ui/EditorContentContainer/styles/shadowStyles.js +2 -2
- package/dist/cjs/ui/EditorContentContainer/styles/smartCardStyles.js +17 -17
- package/dist/cjs/ui/EditorContentContainer/styles/statusStyles.js +25 -25
- package/dist/cjs/ui/EditorContentContainer/styles/syncBlockStyles.js +6 -6
- package/dist/cjs/ui/EditorContentContainer/styles/tableStyles.js +4 -0
- package/dist/cjs/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +32 -32
- package/dist/cjs/ui/EditorContentContainer/styles/telepointerStyles.js +16 -16
- package/dist/cjs/ui/EditorContentContainer/styles/textHighlightStyles.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/es2019/ui/Appearance/Chromeless.js +2 -2
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Toolbar.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +2 -2
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.js +2 -2
- package/dist/es2019/ui/Appearance/FullPage/MainToolbarWrapper.js +2 -2
- package/dist/es2019/ui/ChromeCollapsed/styles.js +2 -2
- package/dist/es2019/ui/ContextPanel/index.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/aiPanel.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/annotationStyles.js +7 -7
- package/dist/es2019/ui/EditorContentContainer/styles/blockTypeStyles.js +7 -7
- package/dist/es2019/ui/EditorContentContainer/styles/codeBidiWarningStyles.js +5 -5
- package/dist/es2019/ui/EditorContentContainer/styles/codeBlockStyles.js +3 -3
- package/dist/es2019/ui/EditorContentContainer/styles/codeMarkStyles.js +3 -3
- package/dist/es2019/ui/EditorContentContainer/styles/dateStyles.js +3 -3
- package/dist/es2019/ui/EditorContentContainer/styles/expandStyles.js +12 -12
- package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +9 -9
- package/dist/es2019/ui/EditorContentContainer/styles/findReplaceStyles.js +36 -36
- package/dist/es2019/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/gridStyles.js +2 -2
- package/dist/es2019/ui/EditorContentContainer/styles/layout.js +7 -7
- package/dist/es2019/ui/EditorContentContainer/styles/mediaStyles.js +6 -6
- package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +12 -12
- package/dist/es2019/ui/EditorContentContainer/styles/overflowShadowStyles.js +6 -6
- package/dist/es2019/ui/EditorContentContainer/styles/panelStyles.js +10 -10
- package/dist/es2019/ui/EditorContentContainer/styles/placeholderStyles.js +7 -7
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +19 -19
- package/dist/es2019/ui/EditorContentContainer/styles/rule.js +2 -2
- package/dist/es2019/ui/EditorContentContainer/styles/scrollbarStyles.js +2 -2
- package/dist/es2019/ui/EditorContentContainer/styles/selectionStyles.js +5 -5
- package/dist/es2019/ui/EditorContentContainer/styles/shadowStyles.js +2 -2
- package/dist/es2019/ui/EditorContentContainer/styles/smartCardStyles.js +17 -17
- package/dist/es2019/ui/EditorContentContainer/styles/statusStyles.js +25 -25
- package/dist/es2019/ui/EditorContentContainer/styles/syncBlockStyles.js +6 -6
- package/dist/es2019/ui/EditorContentContainer/styles/tableStyles.js +4 -0
- package/dist/es2019/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +32 -32
- package/dist/es2019/ui/EditorContentContainer/styles/telepointerStyles.js +16 -16
- package/dist/es2019/ui/EditorContentContainer/styles/textHighlightStyles.js +2 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/esm/ui/Appearance/Chromeless.js +2 -2
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Toolbar.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +2 -2
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.js +2 -2
- package/dist/esm/ui/Appearance/FullPage/MainToolbarWrapper.js +2 -2
- package/dist/esm/ui/ChromeCollapsed/styles.js +2 -2
- package/dist/esm/ui/ContextPanel/index.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/aiPanel.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/annotationStyles.js +7 -7
- package/dist/esm/ui/EditorContentContainer/styles/blockTypeStyles.js +7 -7
- package/dist/esm/ui/EditorContentContainer/styles/codeBidiWarningStyles.js +5 -5
- package/dist/esm/ui/EditorContentContainer/styles/codeBlockStyles.js +3 -3
- package/dist/esm/ui/EditorContentContainer/styles/codeMarkStyles.js +3 -3
- package/dist/esm/ui/EditorContentContainer/styles/dateStyles.js +3 -3
- package/dist/esm/ui/EditorContentContainer/styles/expandStyles.js +12 -12
- package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +9 -9
- package/dist/esm/ui/EditorContentContainer/styles/findReplaceStyles.js +29 -29
- package/dist/esm/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/gridStyles.js +2 -2
- package/dist/esm/ui/EditorContentContainer/styles/layout.js +7 -7
- package/dist/esm/ui/EditorContentContainer/styles/mediaStyles.js +6 -6
- package/dist/esm/ui/EditorContentContainer/styles/mentions.js +12 -12
- package/dist/esm/ui/EditorContentContainer/styles/overflowShadowStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/panelStyles.js +10 -10
- package/dist/esm/ui/EditorContentContainer/styles/placeholderStyles.js +7 -7
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +19 -19
- package/dist/esm/ui/EditorContentContainer/styles/rule.js +2 -2
- package/dist/esm/ui/EditorContentContainer/styles/scrollbarStyles.js +2 -2
- package/dist/esm/ui/EditorContentContainer/styles/selectionStyles.js +5 -5
- package/dist/esm/ui/EditorContentContainer/styles/shadowStyles.js +2 -2
- package/dist/esm/ui/EditorContentContainer/styles/smartCardStyles.js +17 -17
- package/dist/esm/ui/EditorContentContainer/styles/statusStyles.js +25 -25
- package/dist/esm/ui/EditorContentContainer/styles/syncBlockStyles.js +6 -6
- package/dist/esm/ui/EditorContentContainer/styles/tableStyles.js +4 -0
- package/dist/esm/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +32 -32
- package/dist/esm/ui/EditorContentContainer/styles/telepointerStyles.js +16 -16
- package/dist/esm/ui/EditorContentContainer/styles/textHighlightStyles.js +2 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +3 -2
- package/dist/types/presets/universal.d.ts +3 -2
- package/dist/types/presets/useUniversalPreset.d.ts +3 -2
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +4 -1
- package/dist/types-ts4.5/presets/universal.d.ts +4 -1
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +4 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`855e2a1085226`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/855e2a1085226) -
|
|
8
|
+
[ux] Scaffolding for native sticky headers
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 215.10.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -14,7 +14,7 @@ var dropdown = exports.dropdown = (0, _react.css)({
|
|
|
14
14
|
background: "var(--ds-surface-overlay, white)",
|
|
15
15
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
16
16
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
17
|
-
boxShadow: "var(--ds-shadow-overlay, 0px 8px 12px #
|
|
17
|
+
boxShadow: "var(--ds-shadow-overlay, 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214f)",
|
|
18
18
|
boxSizing: 'border-box',
|
|
19
19
|
padding: "var(--ds-space-050, 4px)".concat(" 0")
|
|
20
20
|
});
|
|
@@ -38,12 +38,12 @@ var scrollbarStylesNew = (0, _react2.css)({
|
|
|
38
38
|
},
|
|
39
39
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
40
40
|
'&:hover::-webkit-scrollbar-thumb': {
|
|
41
|
-
backgroundColor: "var(--ds-background-neutral-bold, #
|
|
41
|
+
backgroundColor: "var(--ds-background-neutral-bold, #292A2E)",
|
|
42
42
|
borderRadius: "var(--ds-radius-large, 8px)"
|
|
43
43
|
},
|
|
44
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
45
45
|
'&::-webkit-scrollbar-thumb:hover': {
|
|
46
|
-
backgroundColor: "var(--ds-background-neutral-bold-hovered, #
|
|
46
|
+
backgroundColor: "var(--ds-background-neutral-bold-hovered, #3B3D42)"
|
|
47
47
|
}
|
|
48
48
|
});
|
|
49
49
|
var chromelessEditorStylesNew = (0, _react2.css)({
|
|
@@ -52,7 +52,7 @@ var commentEditorStyles = (0, _react2.css)({
|
|
|
52
52
|
minWidth: '272px',
|
|
53
53
|
height: 'auto',
|
|
54
54
|
backgroundColor: "var(--ds-background-input, white)",
|
|
55
|
-
border: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-input, #
|
|
55
|
+
border: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-input, #8C8F97)"),
|
|
56
56
|
boxSizing: 'border-box',
|
|
57
57
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
58
58
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
@@ -85,7 +85,7 @@ var stickyToolbarWrapperStyleNew = (0, _react2.css)({
|
|
|
85
85
|
transition: 'box-shadow ease-in-out 0.2s',
|
|
86
86
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
87
87
|
'&.show-keyline': {
|
|
88
|
-
boxShadow: "0 ".concat(akEditorToolbarKeylineHeight, "px 0 0 ", "var(--ds-background-accent-gray-subtlest, #
|
|
88
|
+
boxShadow: "0 ".concat(akEditorToolbarKeylineHeight, "px 0 0 ", "var(--ds-background-accent-gray-subtlest, #F0F1F2)")
|
|
89
89
|
}
|
|
90
90
|
});
|
|
91
91
|
var StickyToolbar = function StickyToolbar(props) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
._18zrutpp{padding-inline:var(--ds-space-150,9pt)}
|
|
3
3
|
._1rjc12x7{padding-block:var(--ds-space-075,6px)}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
4
|
+
._n7zlia51{border-bottom:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}._16jlkb7n{flex-grow:1}
|
|
5
|
+
._16qs1nax{box-shadow:var(--ds-shadow-overflow,0 0 8px #1e1f2128,0 0 1px #1e1f211e)}
|
|
6
6
|
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
7
7
|
._1bahesu3{justify-content:flex-end}
|
|
8
8
|
._1e0c1txw{display:flex}
|
|
@@ -22,10 +22,10 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
22
22
|
var styles = {
|
|
23
23
|
mainToolbarIconBefore: "_19pkpxbi _2hwxpxbi _otyrpxbi",
|
|
24
24
|
mainToolbarIconBeforeNew: "_4cvr1h6o _1e0c1txw",
|
|
25
|
-
mainToolbarWrapper: "_1rjc12x7 _18zrutpp
|
|
25
|
+
mainToolbarWrapper: "_1rjc12x7 _18zrutpp _n7zlia51",
|
|
26
26
|
mainToolbarNew: "_1e0c1txw _4t3izwfg",
|
|
27
27
|
mainToolbarZIndex: "_1pby16oo _kqswh2mm",
|
|
28
|
-
mainToolbarWithKeyline: "
|
|
28
|
+
mainToolbarWithKeyline: "_16qs1nax",
|
|
29
29
|
customToolbarWrapperStyle: "_4cvr1h6o _1e0c1txw",
|
|
30
30
|
firstChildWrapperOneLine: "_1e0c1txw _16jlkb7n",
|
|
31
31
|
secondChildWrapperOneLine: "_1e0c1txw _1ul91ns9 _4cvr1h6o",
|
|
@@ -23,7 +23,7 @@ var baseToolbarStyles = (0, _react2.css)({
|
|
|
23
23
|
position: 'relative',
|
|
24
24
|
alignItems: 'center',
|
|
25
25
|
boxShadow: 'none',
|
|
26
|
-
borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #
|
|
26
|
+
borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #0B120E24)"),
|
|
27
27
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
28
28
|
transition: "box-shadow 200ms ".concat(_editorSharedStyles.akEditorSwoopCubicBezier),
|
|
29
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -48,7 +48,7 @@ var flexibleIconSize = (0, _react2.css)({
|
|
|
48
48
|
// box-shadow is overriden by the mainToolbar
|
|
49
49
|
var mainToolbarWithKeyline = (0, _react2.css)({
|
|
50
50
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
51
|
-
boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #
|
|
51
|
+
boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
|
|
52
52
|
});
|
|
53
53
|
var mainToolbarTwoLineStyle = (0, _react2.css)((0, _defineProperty2.default)({}, "@media (max-width: ".concat(_MainToolbar.MAXIMUM_TWO_LINE_TOOLBAR_BREAKPOINT, "px)"), {
|
|
54
54
|
flexWrap: 'wrap',
|
|
@@ -30,10 +30,10 @@ var inputStyle = exports.inputStyle = (0, _react.css)({
|
|
|
30
30
|
lineHeight: 1.42857142857143,
|
|
31
31
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
32
32
|
letterSpacing: '-0.005em',
|
|
33
|
-
color: "var(--ds-text-subtlest, #
|
|
33
|
+
color: "var(--ds-text-subtlest, #6B6E76)",
|
|
34
34
|
'&:hover': {
|
|
35
35
|
backgroundColor: "var(--ds-background-input-hovered, white)",
|
|
36
|
-
borderColor: "var(--ds-border-input, #
|
|
36
|
+
borderColor: "var(--ds-border-input, #8C8F97)",
|
|
37
37
|
cursor: 'text'
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -42,7 +42,7 @@ var panel = exports.panel = (0, _react2.css)({
|
|
|
42
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
43
43
|
transition: "width ".concat(ANIM_SPEED_MS, "ms ").concat(_editorSharedStyles.akEditorSwoopCubicBezier),
|
|
44
44
|
overflow: 'hidden',
|
|
45
|
-
boxShadow: "inset 2px 0 0 0 ".concat("var(--ds-border, #
|
|
45
|
+
boxShadow: "inset 2px 0 0 0 ".concat("var(--ds-border, #0B120E24)")
|
|
46
46
|
});
|
|
47
47
|
var disablePanelAnimation = (0, _react2.css)({
|
|
48
48
|
transition: 'none'
|
|
@@ -106,7 +106,7 @@ var aiPanelBaseStyles = exports.aiPanelBaseStyles = (0, _react.css)({
|
|
|
106
106
|
'&.with-hover-border': {
|
|
107
107
|
'&::before, &::after': {
|
|
108
108
|
//prismBorderHoverStyles
|
|
109
|
-
background: "var(--ds-border-input, #
|
|
109
|
+
background: "var(--ds-border-input, #8C8F97)"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -26,20 +26,20 @@ var annotationStyles = exports.annotationStyles = (0, _react.css)({
|
|
|
26
26
|
paddingTop: "var(--ds-space-025, 2px)"
|
|
27
27
|
}
|
|
28
28
|
}), ".".concat(_styles.AnnotationSharedClassNames.focus), {
|
|
29
|
-
background: "var(--ds-background-accent-yellow-subtlest-pressed, #
|
|
29
|
+
background: "var(--ds-background-accent-yellow-subtlest-pressed, #EFDD4E)",
|
|
30
30
|
borderBottomColor: "var(--ds-border-accent-yellow, #B38600)",
|
|
31
|
-
boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #
|
|
31
|
+
boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214f)"
|
|
32
32
|
}), ".".concat(_styles.AnnotationSharedClassNames.draft), {
|
|
33
|
-
background: "var(--ds-background-accent-yellow-subtlest-pressed, #
|
|
33
|
+
background: "var(--ds-background-accent-yellow-subtlest-pressed, #EFDD4E)",
|
|
34
34
|
borderBottomColor: "var(--ds-border-accent-yellow, #B38600)",
|
|
35
|
-
boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #
|
|
35
|
+
boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214f)",
|
|
36
36
|
cursor: 'initial'
|
|
37
37
|
}), ".".concat(_styles.AnnotationSharedClassNames.blur), {
|
|
38
|
-
background: "var(--ds-background-accent-yellow-subtlest, #
|
|
38
|
+
background: "var(--ds-background-accent-yellow-subtlest, #FEF7C8)",
|
|
39
39
|
borderBottomColor: "var(--ds-border-accent-yellow, #B38600)"
|
|
40
40
|
}), ".".concat(_styles.AnnotationSharedClassNames.hover), {
|
|
41
|
-
background: "var(--ds-background-accent-yellow-subtlest-hovered, #
|
|
41
|
+
background: "var(--ds-background-accent-yellow-subtlest-hovered, #F5E989)",
|
|
42
42
|
borderBottomColor: "var(--ds-border-accent-yellow, #B38600)",
|
|
43
|
-
boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #
|
|
43
|
+
boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214f)"
|
|
44
44
|
})
|
|
45
45
|
});
|
|
@@ -21,7 +21,7 @@ var blocktypeStyles = exports.blocktypeStyles = (0, _react.css)({
|
|
|
21
21
|
paddingLeft: "var(--ds-space-200, 16px)",
|
|
22
22
|
borderLeftWidth: "var(--ds-border-width-selected, 2px)",
|
|
23
23
|
borderLeftStyle: 'solid',
|
|
24
|
-
borderLeftColor: "var(--ds-border, #
|
|
24
|
+
borderLeftColor: "var(--ds-border, #0B120E24)",
|
|
25
25
|
margin: '0.75rem 0 0 0',
|
|
26
26
|
// From https://docs.google.com/spreadsheets/d/1iYusRGCT4PoPfvxbJ8NrgjtfFgXLm5lpDWXzjua1W2E/edit#gid=93913128
|
|
27
27
|
marginRight: 0,
|
|
@@ -199,7 +199,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
|
|
|
199
199
|
fontStyle: 'inherit',
|
|
200
200
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
201
201
|
lineHeight: 'calc(28 / 24)',
|
|
202
|
-
color: "var(--ds-text, #
|
|
202
|
+
color: "var(--ds-text, #292A2E)",
|
|
203
203
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
204
204
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
205
205
|
letterSpacing: "-0.01em",
|
|
@@ -214,7 +214,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
|
|
|
214
214
|
fontStyle: 'inherit',
|
|
215
215
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
216
216
|
lineHeight: 'calc(24 / 20)',
|
|
217
|
-
color: "var(--ds-text, #
|
|
217
|
+
color: "var(--ds-text, #292A2E)",
|
|
218
218
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
219
219
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
220
220
|
letterSpacing: "-0.008em",
|
|
@@ -229,7 +229,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
|
|
|
229
229
|
fontStyle: 'inherit',
|
|
230
230
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
231
231
|
lineHeight: 'calc(20 / 16)',
|
|
232
|
-
color: "var(--ds-text, #
|
|
232
|
+
color: "var(--ds-text, #292A2E)",
|
|
233
233
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
234
234
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
235
235
|
letterSpacing: "-0.006em",
|
|
@@ -244,7 +244,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
|
|
|
244
244
|
fontStyle: 'inherit',
|
|
245
245
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
246
246
|
lineHeight: 'calc(16 / 14)',
|
|
247
|
-
color: "var(--ds-text, #
|
|
247
|
+
color: "var(--ds-text, #292A2E)",
|
|
248
248
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
249
249
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
250
250
|
letterSpacing: "-0.003em",
|
|
@@ -258,7 +258,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
|
|
|
258
258
|
fontStyle: 'inherit',
|
|
259
259
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
260
260
|
lineHeight: 'calc(16 / 12)',
|
|
261
|
-
color: "var(--ds-text, #
|
|
261
|
+
color: "var(--ds-text, #292A2E)",
|
|
262
262
|
fontWeight: "var(--ds-font-weight-semibold, 600)",
|
|
263
263
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
264
264
|
marginTop: '1.667em',
|
|
@@ -271,7 +271,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
|
|
|
271
271
|
fontStyle: 'inherit',
|
|
272
272
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
273
273
|
lineHeight: 'calc(16 / 11)',
|
|
274
|
-
color: "var(--ds-text-subtlest, #
|
|
274
|
+
color: "var(--ds-text-subtlest, #6B6E76)",
|
|
275
275
|
fontWeight: "var(--ds-font-weight-bold, 700)",
|
|
276
276
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
277
277
|
marginTop: '1.455em',
|
|
@@ -24,20 +24,20 @@ var codeBidiWarningStyles = exports.codeBidiWarningStyles = (0, _react.css)({
|
|
|
24
24
|
paddingTop: '0.05rem',
|
|
25
25
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
26
26
|
paddingBottom: '0.05rem',
|
|
27
|
-
color: "var(--ds-text-warning, #
|
|
28
|
-
backgroundColor: "var(--ds-background-warning, #
|
|
27
|
+
color: "var(--ds-text-warning, #9E4C00)",
|
|
28
|
+
backgroundColor: "var(--ds-background-warning, #FFF5DB)"
|
|
29
29
|
},
|
|
30
30
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
31
31
|
'[data-prosemirror-node-name="code-bidi-warning"] [data-bidi-component="code-bidi-warning-decorator"]:hover': {
|
|
32
|
-
color: "var(--ds-text-warning, #
|
|
33
|
-
backgroundColor: "var(--ds-background-warning-hovered, #
|
|
32
|
+
color: "var(--ds-text-warning, #9E4C00)",
|
|
33
|
+
backgroundColor: "var(--ds-background-warning-hovered, #FCE4A6)"
|
|
34
34
|
},
|
|
35
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
36
36
|
'[data-prosemirror-node-name="code-bidi-warning"] [data-bidi-component="code-bidi-warning-tooltip"]': {
|
|
37
37
|
visibility: 'hidden',
|
|
38
38
|
boxSizing: 'border-box',
|
|
39
39
|
width: '15pc',
|
|
40
|
-
backgroundColor: "var(--ds-background-neutral-bold, #
|
|
40
|
+
backgroundColor: "var(--ds-background-neutral-bold, #292A2E)",
|
|
41
41
|
color: "var(--ds-text-inverse, #FFFFFF)",
|
|
42
42
|
overflowWrap: 'break-word',
|
|
43
43
|
cursor: 'default',
|
|
@@ -88,7 +88,7 @@ var codeBlockStyles = exports.codeBlockStyles = (0, _react.css)({
|
|
|
88
88
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
89
89
|
_overflowShadowStyles.overflowShadowStyles, {
|
|
90
90
|
position: 'relative',
|
|
91
|
-
backgroundColor: "var(--ds-background-neutral, #
|
|
91
|
+
backgroundColor: "var(--ds-background-neutral, #0515240F)",
|
|
92
92
|
display: 'flex',
|
|
93
93
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
94
94
|
width: '100%',
|
|
@@ -101,7 +101,7 @@ var codeBlockStyles = exports.codeBlockStyles = (0, _react.css)({
|
|
|
101
101
|
// Be careful if refactoring this; it is needed to keep arrow key navigation in Firefox consistent with other browsers.
|
|
102
102
|
overflowY: 'hidden'
|
|
103
103
|
}]), ".".concat(CodeBlockSharedCssClassName.CODEBLOCK_LINE_NUMBER_GUTTER), {
|
|
104
|
-
backgroundColor: "var(--ds-background-neutral, #
|
|
104
|
+
backgroundColor: "var(--ds-background-neutral, #0515240F)",
|
|
105
105
|
position: 'relative',
|
|
106
106
|
width: 'var(--lineNumberGutterWidth, 2rem)',
|
|
107
107
|
padding: "var(--ds-space-100, 8px)",
|
|
@@ -121,7 +121,7 @@ var codeBlockStyles = exports.codeBlockStyles = (0, _react.css)({
|
|
|
121
121
|
code: {
|
|
122
122
|
tabSize: 4,
|
|
123
123
|
cursor: 'text',
|
|
124
|
-
color: "var(--ds-text, #
|
|
124
|
+
color: "var(--ds-text, #292A2E)",
|
|
125
125
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
126
126
|
margin: "var(--ds-space-100, 8px)",
|
|
127
127
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
@@ -11,15 +11,15 @@ var _react = require("@emotion/react");
|
|
|
11
11
|
var codeMarkStyles = exports.codeMarkStyles = (0, _react.css)({
|
|
12
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
13
13
|
'.code': {
|
|
14
|
-
'--ds--code--bg-color': "var(--ds-background-neutral, #
|
|
14
|
+
'--ds--code--bg-color': "var(--ds-background-neutral, #0515240F)",
|
|
15
15
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
16
16
|
display: 'inline',
|
|
17
17
|
padding: '2px 0.5ch',
|
|
18
|
-
backgroundColor: "var(--ds--code--bg-color,".concat("var(--ds-background-neutral, #
|
|
18
|
+
backgroundColor: "var(--ds--code--bg-color,".concat("var(--ds-background-neutral, #0515240F)", ")"),
|
|
19
19
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
20
20
|
borderStyle: 'none',
|
|
21
21
|
boxDecorationBreak: 'clone',
|
|
22
|
-
color: "var(--ds-text, #
|
|
22
|
+
color: "var(--ds-text, #292A2E)",
|
|
23
23
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
|
|
24
24
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
25
25
|
fontSize: '0.875em',
|
|
@@ -17,8 +17,8 @@ var DateSharedCssClassName = exports.DateSharedCssClassName = {
|
|
|
17
17
|
|
|
18
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
19
19
|
var dateVanillaStyles = exports.dateVanillaStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "[data-prosemirror-node-name='date'] .".concat(DateSharedCssClassName.DATE_WRAPPER, " span"), {
|
|
20
|
-
backgroundColor: "var(--ds-background-neutral, #
|
|
21
|
-
color: "var(--ds-text, #
|
|
20
|
+
backgroundColor: "var(--ds-background-neutral, #0515240F)",
|
|
21
|
+
color: "var(--ds-text, #292A2E)",
|
|
22
22
|
borderRadius: "var(--ds-radius-small, 4px)",
|
|
23
23
|
padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)"),
|
|
24
24
|
margin: '0 1px',
|
|
@@ -27,7 +27,7 @@ var dateVanillaStyles = exports.dateVanillaStyles = (0, _react.css)((0, _defineP
|
|
|
27
27
|
whiteSpace: 'nowrap',
|
|
28
28
|
cursor: 'unset'
|
|
29
29
|
}), "[data-prosemirror-node-name='date'] .".concat(DateSharedCssClassName.DATE_WRAPPER, " span:hover"), {
|
|
30
|
-
backgroundColor: "var(--ds-background-neutral-hovered, #
|
|
30
|
+
backgroundColor: "var(--ds-background-neutral-hovered, #0B120E24)"
|
|
31
31
|
}), "[data-prosemirror-node-name='date'] .".concat(DateSharedCssClassName.DATE_WRAPPER, " span.date-node-color-red"), {
|
|
32
32
|
backgroundColor: "var(--ds-background-accent-red-subtlest, #FFECEB)",
|
|
33
33
|
color: "var(--ds-text-accent-red, #AE2E24)"
|
|
@@ -38,7 +38,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
38
38
|
},
|
|
39
39
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
40
40
|
'.ak-editor-expand__icon-container svg': {
|
|
41
|
-
color: "var(--ds-icon-subtle, #
|
|
41
|
+
color: "var(--ds-icon-subtle, #505258)",
|
|
42
42
|
transform: 'rotate(90deg)'
|
|
43
43
|
},
|
|
44
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
@@ -62,7 +62,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
62
62
|
backgroundColor: "var(--ds-blanket-selected, #388BFF14)"
|
|
63
63
|
},
|
|
64
64
|
// SelectionStyle.Border (common case)
|
|
65
|
-
border: "1px solid ".concat("var(--ds-border-selected, #
|
|
65
|
+
border: "1px solid ".concat("var(--ds-border-selected, #1868DB)"),
|
|
66
66
|
// If fg('platform_editor_nested_dnd_styles_changes') is true,
|
|
67
67
|
// then we'll also need the rest of the selection styles for blanket
|
|
68
68
|
|
|
@@ -129,7 +129,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
129
129
|
lineHeight: 1.714,
|
|
130
130
|
// If fg('platform-visual-refresh-icons') then this needs to be overridden
|
|
131
131
|
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
132
|
-
color: "var(--ds-text-subtlest, #
|
|
132
|
+
color: "var(--ds-text-subtlest, #6B6E76)",
|
|
133
133
|
background: 'transparent',
|
|
134
134
|
display: 'flex',
|
|
135
135
|
flex: 1,
|
|
@@ -137,7 +137,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
137
137
|
width: '100%',
|
|
138
138
|
'&::placeholder': {
|
|
139
139
|
opacity: 1,
|
|
140
|
-
color: "var(--ds-text-subtlest, #
|
|
140
|
+
color: "var(--ds-text-subtlest, #6B6E76)"
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -152,7 +152,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
152
152
|
fontSize: 'calc(14rem / 16)',
|
|
153
153
|
// relativeFontSizeToBase16(14),
|
|
154
154
|
width: '100%',
|
|
155
|
-
color: "var(--ds-text-subtle, #
|
|
155
|
+
color: "var(--ds-text-subtle, #505258)",
|
|
156
156
|
// Omitting overflow: 'hidden' as it would be overridden
|
|
157
157
|
cursor: 'pointer',
|
|
158
158
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -180,16 +180,16 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
180
180
|
cursor: 'not-allowed'
|
|
181
181
|
},
|
|
182
182
|
'&:focus-visible': {
|
|
183
|
-
outline: "2px solid ".concat("var(--ds-border-focused, #
|
|
183
|
+
outline: "2px solid ".concat("var(--ds-border-focused, #4688EC)"),
|
|
184
184
|
outlineOffset: "var(--ds-space-025, 2px)"
|
|
185
185
|
},
|
|
186
186
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
187
187
|
'&:hover:not(:disabled)': {
|
|
188
|
-
background: "var(--ds-background-neutral-subtle-hovered, #
|
|
188
|
+
background: "var(--ds-background-neutral-subtle-hovered, #0515240F)"
|
|
189
189
|
},
|
|
190
190
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
191
191
|
'.ak-editor-expand__icon-svg': {
|
|
192
|
-
color: "var(--ds-icon-subtle, #
|
|
192
|
+
color: "var(--ds-icon-subtle, #505258)",
|
|
193
193
|
transform: 'rotate(0deg)',
|
|
194
194
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
195
195
|
transition: "transform 0.2s ".concat(_editorSharedStyles.akEditorSwoopCubicBezier, ";")
|
|
@@ -198,7 +198,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
198
198
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
199
199
|
'.ak-editor-expand__expanded': {
|
|
200
200
|
background: "var(--ds-background-neutral-subtle, #00000000)",
|
|
201
|
-
borderColor: "var(--ds-border, #
|
|
201
|
+
borderColor: "var(--ds-border, #0B120E24)",
|
|
202
202
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
203
203
|
'.ak-editor-expand__content': {
|
|
204
204
|
paddingTop: "var(--ds-space-100, 8px)"
|
|
@@ -229,7 +229,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
229
229
|
},
|
|
230
230
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
231
231
|
'.ak-editor-expand__icon-container svg': {
|
|
232
|
-
color: "var(--ds-icon-subtle, #
|
|
232
|
+
color: "var(--ds-icon-subtle, #505258)",
|
|
233
233
|
transform: 'rotate(0deg)'
|
|
234
234
|
},
|
|
235
235
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
@@ -237,7 +237,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
237
237
|
background: 'transparent',
|
|
238
238
|
borderColor: 'transparent',
|
|
239
239
|
'&:hover': {
|
|
240
|
-
borderColor: "var(--ds-border, #
|
|
240
|
+
borderColor: "var(--ds-border, #0B120E24)",
|
|
241
241
|
background: "var(--ds-background-neutral-subtle, #00000000)"
|
|
242
242
|
}
|
|
243
243
|
}
|
|
@@ -314,7 +314,7 @@ var expandStylesMixin_without_fg_platform_editor_nested_dnd_styles_changes = exp
|
|
|
314
314
|
'&::after': {
|
|
315
315
|
height: '100%',
|
|
316
316
|
content: "'\\00a0'",
|
|
317
|
-
background: "var(--ds-border-selected, #
|
|
317
|
+
background: "var(--ds-border-selected, #1868DB)",
|
|
318
318
|
position: 'absolute',
|
|
319
319
|
right: '-1px',
|
|
320
320
|
top: 0,
|
|
@@ -34,8 +34,8 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
34
34
|
},
|
|
35
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
36
36
|
'&:not(.danger).ak-editor-selected-node > span > div > .extension-label': {
|
|
37
|
-
backgroundColor: "var(--ds-background-selected, #
|
|
38
|
-
color: "var(--ds-text-selected, #
|
|
37
|
+
backgroundColor: "var(--ds-background-selected, #E9F2FE)",
|
|
38
|
+
color: "var(--ds-text-selected, #1868DB)",
|
|
39
39
|
opacity: 1,
|
|
40
40
|
boxShadow: 'none'
|
|
41
41
|
},
|
|
@@ -69,7 +69,7 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
69
69
|
/* .with-bodied-macro-live-page-styles class will only be added to bodied macros with the renderer mode gate enabled */
|
|
70
70
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
71
71
|
'&:not(.danger).ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
|
|
72
|
-
boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #
|
|
72
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #1868DB)")
|
|
73
73
|
},
|
|
74
74
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
75
75
|
'&.danger.ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
|
|
@@ -146,8 +146,8 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
146
146
|
},
|
|
147
147
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
148
148
|
'&:not(.danger).ak-editor-selected-node > span > div > .extension-label': {
|
|
149
|
-
backgroundColor: "var(--ds-background-selected, #
|
|
150
|
-
color: "var(--ds-text-selected, #
|
|
149
|
+
backgroundColor: "var(--ds-background-selected, #E9F2FE)",
|
|
150
|
+
color: "var(--ds-text-selected, #1868DB)",
|
|
151
151
|
opacity: 1,
|
|
152
152
|
boxShadow: 'none'
|
|
153
153
|
},
|
|
@@ -181,7 +181,7 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
181
181
|
/* .with-bodied-macro-live-page-styles class will only be added to bodied macros with the renderer mode gate enabled */
|
|
182
182
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
183
183
|
'&:not(.danger).ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
|
|
184
|
-
boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #
|
|
184
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #1868DB)")
|
|
185
185
|
},
|
|
186
186
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
187
187
|
'&.danger.ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
|
|
@@ -237,8 +237,8 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
237
237
|
},
|
|
238
238
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
239
239
|
'&:not(.danger).ak-editor-selected-node > span > div > .extension-label': {
|
|
240
|
-
backgroundColor: "var(--ds-background-selected, #
|
|
241
|
-
color: "var(--ds-text-selected, #
|
|
240
|
+
backgroundColor: "var(--ds-background-selected, #E9F2FE)",
|
|
241
|
+
color: "var(--ds-text-selected, #1868DB)",
|
|
242
242
|
opacity: 1,
|
|
243
243
|
boxShadow: 'none'
|
|
244
244
|
},
|
|
@@ -282,7 +282,7 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
282
282
|
/* .with-bodied-macro-live-page-styles class will only be added to bodied macros with the renderer mode gate enabled */
|
|
283
283
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
284
284
|
'&:not(.danger).ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
|
|
285
|
-
boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #
|
|
285
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #1868DB)")
|
|
286
286
|
},
|
|
287
287
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
288
288
|
'&.danger.ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
|