@atlaskit/editor-core 219.3.4 → 219.3.6
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 +17 -0
- package/afm-cc/tsconfig.json +0 -1
- package/afm-products/tsconfig.json +0 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +114 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +14 -8
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +114 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +15 -9
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +114 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +15 -9
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +5 -5
- package/afm-jira/tsconfig.json +0 -130
|
@@ -10,7 +10,8 @@ import { getBrowserInfo } from '@atlaskit/editor-common/browser';
|
|
|
10
10
|
// eslint-disable-next-line @atlaskit/editor/enforce-todo-comment-format
|
|
11
11
|
// TODO: add back tableSharedStyle when migrate table styles
|
|
12
12
|
// import { richMediaClassName, tableSharedStyle } from '@atlaskit/editor-common/styles';
|
|
13
|
-
import {
|
|
13
|
+
import { PanelSharedCssClassName } from '@atlaskit/editor-common/panel';
|
|
14
|
+
import { AnnotationSharedClassNames, richMediaClassName, expandClassNames, SmartCardSharedCssClassName, CodeBlockSharedCssClassName } from '@atlaskit/editor-common/styles';
|
|
14
15
|
import { akEditorGutterPaddingDynamic, editorFontSize } from '@atlaskit/editor-shared-styles';
|
|
15
16
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
16
17
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
@@ -31,11 +32,16 @@ const akEditorBreakpointForSmallDevice = `1266px`;
|
|
|
31
32
|
const akEditorGutterPaddingReduced = 24;
|
|
32
33
|
const akEditorFullPageNarrowBreakout = 600;
|
|
33
34
|
const akEditorUltraWideLayoutWidth = 4000;
|
|
35
|
+
|
|
36
|
+
// Originally copied from packages/editor/editor-core/src/ui/Appearance/Comment/Comment.tsx
|
|
37
|
+
const CommentEditorMargin = 14;
|
|
38
|
+
const GRID_GUTTER = 12;
|
|
34
39
|
const blockNodesVerticalMargin = '0.75rem';
|
|
35
40
|
const scaledBlockNodesVerticalMargin = '0.75em';
|
|
36
41
|
const editorAreaNonSmallDeviceContainerQuery = `@container editor-area (width >= ${akEditorBreakpointForSmallDevice})`;
|
|
37
42
|
const editorAreaNarrowPageContainerQuery = `@container editor-area (max-width: ${akEditorFullPageNarrowBreakout}px)`;
|
|
38
43
|
const placeholderFadeInKeyframes = null;
|
|
44
|
+
const fadeIn = null;
|
|
39
45
|
const hideNativeBrowserTextSelectionStyles = null;
|
|
40
46
|
const boxShadowSelectionStyles = null;
|
|
41
47
|
|
|
@@ -151,7 +157,7 @@ const editorContentStyles = {
|
|
|
151
157
|
backgroundColorStyles: "",
|
|
152
158
|
baseStyles: "_t7ab1vi7 _anrdukw8 _n6a11fwx _uw641q08 _fo6014dc _1gvnmqba _j03f1qop _qmjbxjz2 _zy25uj17 _pg931osq _121i1r31 _dcmgglyw _nv9v1o36 _19rk1uph _u8en3mia _3iqe18il _988v1osq _pi27grho _10zo1osq _1j8i1xb4",
|
|
153
159
|
baseStylesMaxContainerWidthFixes: "_19rk1l99",
|
|
154
|
-
blockMarksStyles: "",
|
|
160
|
+
blockMarksStyles: "_1244idpf _1qkxidpf _1e6iidpf _dvqjidpf _etngidpf _1jl2idpf _1je9idpf _1db9idpf _15i0idpf _16d4idpf _17liidpf _pxvridpf _1v4iidpf _s8m8idpf _16fuidpf _1543idpf _4offidpf _ttnbidpf _ujemidpf _1171idpf _mzasidpf _r8oxidpf _1pycidpf _6shmidpf _1bd0idpf _54e7idpf _1tenidpf _jzq1idpf _czpfidpf _1oraidpf _1kg4idpf _ksblidpf _1af7idpf _72x4idpf _zlwmidpf _7m6lidpf _1x2sidpf _3q5uidpf _11ukidpf _n65sidpf _1nn0idpf _1hwxidpf _j2goidpf _rfl4idpf _qhe2idpf _h4bbidpf _rjmvidpf _183yidpf _fk2nidpf _3429idpf _j543idpf _1op6idpf _mcklidpf _1uf8idpf _110lidpf _17agidpf _d9tridpf _f5slidpf _b9adidpf _1859idpf _1hrzidpf _1du2idpf _gdx6idpf _1av3idpf _1uj7idpf _s6y9idpf _ocz2idpf _129midpf _kj6kidpf _1uv9idpf _1tieidpf _ri4ridpf _tw0uidpf _15epidpf _12uhidpf _12i1idpf _vm1cidpf _jj6didpf _3d3tidpf _1xdsidpf",
|
|
155
161
|
blockquoteDangerStyles: "",
|
|
156
162
|
blockquoteSelectedNodeStyles: "",
|
|
157
163
|
blocktypeStyles: "",
|
|
@@ -162,8 +168,8 @@ const editorContentStyles = {
|
|
|
162
168
|
codeBlockStylesWithEmUnits: "",
|
|
163
169
|
codeMarkStyles: "",
|
|
164
170
|
codeMarkStylesA11yFix: "",
|
|
165
|
-
commentEditorStyles: "",
|
|
166
|
-
cursorStyles: "",
|
|
171
|
+
commentEditorStyles: "_16jlkb7n _1reozryt _vwz41tcg _ca0qv47k _u5f3v47k _n3tdv47k _19bvv47k _1lbautpp _2k8xutpp _4aknutpp _1r9butpp _1pg2v77o _1ocsv77o _8ctj1b4h",
|
|
172
|
+
cursorStyles: "_178n1j28 _1xy6glyw _102f1j28",
|
|
167
173
|
dangerDateStyles: "_o7sybimv",
|
|
168
174
|
dangerRuleStyles: "_zih31bqt",
|
|
169
175
|
dateStyles: "_15n6n7od _munn4jg8 _m1d5tlke _dgh21j28 _1ex4r4us _1kx81j28 _xi121j28 _wi4l1j28 _1a3o1j28 _rn5mbimv",
|
|
@@ -193,10 +199,10 @@ const editorContentStyles = {
|
|
|
193
199
|
findReplaceStylesNewWithA11Y: "",
|
|
194
200
|
findReplaceStylesNewWithCodeblockColorContrastFix: "",
|
|
195
201
|
findReplaceStylesWithCodeblockColorContrastFix: "",
|
|
196
|
-
firstBlockNodeStyles: "",
|
|
202
|
+
firstBlockNodeStyles: "_1qikidpf _6itxidpf _js9kidpf _i3wvidpf _1wh8idpf _8uqaidpf _umh5idpf _jav3idpf",
|
|
197
203
|
firstCodeBlockWithNoMargin: "",
|
|
198
204
|
firstCodeBlockWithNoMarginOld: "",
|
|
199
|
-
firstFloatingToolbarButtonStyles: "",
|
|
205
|
+
firstFloatingToolbarButtonStyles: "_j9yv7g83",
|
|
200
206
|
firstWrappedMediaStyles: "_e519idpf _pxl0idpf _1sn3idpf _ripsidpf",
|
|
201
207
|
fontSizeStyles: "",
|
|
202
208
|
fullPageEditorStyles: "_16jlkb7n _4t3i1osq _18m915zi _kqswh2mm _1e0c1txw _2lx21bp4 _1dm8q5uf",
|
|
@@ -276,7 +282,7 @@ const editorContentStyles = {
|
|
|
276
282
|
scaledEmojiStyles: "",
|
|
277
283
|
scrollbarStyles: "_1fpfolhs _1khk1mok _123b1aqn _jaboglyw _aaynsm61 _1ogl1ibz",
|
|
278
284
|
selectedNodeStyles: "_1vqj1r31 _1fkoglyw _m3b01o36 _g4fm7g83",
|
|
279
|
-
selectionToolbarAnimationStyles: "",
|
|
285
|
+
selectionToolbarAnimationStyles: "_bbrv19by _e9pffnf5 _uw601ku9",
|
|
280
286
|
shadowStyles: "",
|
|
281
287
|
showDiffDeletedNodeStyles: "",
|
|
282
288
|
showDiffDeletedNodeStylesNew: "",
|
|
@@ -309,10 +315,10 @@ const editorContentStyles = {
|
|
|
309
315
|
tasksAndDecisionsStyles: "",
|
|
310
316
|
telepointerColorAndCommonStyle: "_1l4z1p41 _66xp46kq _mgp11vg9 _1ji11vg9 _15cgjt0p _uqqyh2mm _1xemcjiy _vmt0glyw _u2jdglyw _1us5sxj9 _gkev15cr _144ruibq _1pjl15cr _18tb16e3 _1rg715cr _v91w1e5c _1md215cr _1ubf1vop _xlm615cr _15eyya33 _1luc15cr _1j8ac3uk _1lm915cr _vwip2c8p _1p9315cr _1pye1qg1 _14dm15cr _18vwtde4 _11rg15cr _poz81i45 _6w3a1tmo _htkd115i _al8b1tmo _3gvxkrt9 _zkkp1tmo _51zm1kkj _zo131tmo _9fge8y3s _sx0p1tmo _2b661rsu _wsn51tmo _li04tdv8 _1gi61tmo _1xr818ah _dhht1tmo _35ci1mi6 _1inzj35l _vdlzei1s _y5edfk4f _k6qpoly4",
|
|
311
317
|
telepointerStyle: "_1pbgwadc _x96nwadc _1gna19qg _1tpb19qg _1e4lstnw _flesstnw _1u701ule _w6dp1ule _10c7glyw _1q09glyw _1ki7qvpr _63b3qvpr _aof7d439 _1br5d439 _vgzaidpf _r397idpf _1r8c1b66 _5m891b66 _e73x1b66 _vdne1b66 _1lc41itx _1gifkb7n _fl4uup1y _edxtidpf _1d8u546l _1vic5d63 _nfsm1xbj _o0dm16z4 _7xjx1ytf _9cv91cra _fhbe16z4 _1p171ytf _fsoe13gw _2ss61y2m _gcu91ytf _4z8q1vyj _1p281y2m _1ku31ytf _q7vcidpf _ay6b6ebc _b82712n9 _yxs7kb7n _v9kukb7n",
|
|
312
|
-
textColorStyles: "",
|
|
318
|
+
textColorStyles: "_c0871i5q _lv7dn7od",
|
|
313
319
|
textDangerStyles: "",
|
|
314
320
|
textHighlightPaddingStyles: "",
|
|
315
|
-
textHighlightStyle: "",
|
|
321
|
+
textHighlightStyle: "_1ny71t12 _wnl31s93",
|
|
316
322
|
textSelectedNodeStyles: "",
|
|
317
323
|
unsupportedStyles: "",
|
|
318
324
|
whitespaceStyles: "_18031hna _18qq1jtm"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "219.3.
|
|
2
|
+
export const version = "219.3.5";
|
|
@@ -51,21 +51,30 @@
|
|
|
51
51
|
._uhe21j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted{border-color:transparent}
|
|
52
52
|
._14gpj0fz .ProseMirror .ProseMirror-fake-text-cursor:after{border-right:1px solid var(--ds-border,#0b120e24)}
|
|
53
53
|
._1ibg1vrj .ProseMirror .ak-editor-annotation-focus{border-bottom:2px solid transparent}
|
|
54
|
+
._1ny71t12 .text-highlight{border-bottom:2px solid var(--ds-background-accent-blue-subtler,#cfe1fd)}
|
|
54
55
|
._1ug81hdd .ProseMirror .ProseMirror-gapcursor span:after{border-left:1px solid}
|
|
55
56
|
._iwzr1vrj .ProseMirror .ak-editor-annotation-blur{border-bottom:2px solid transparent}
|
|
56
57
|
._u5bs1vrj .ProseMirror .ak-editor-annotation-draft{border-bottom:2px solid transparent}
|
|
57
|
-
._xkuf1vrj .ProseMirror .ak-editor-annotation-hover{border-bottom:2px solid transparent}.
|
|
58
|
+
._xkuf1vrj .ProseMirror .ak-editor-annotation-hover{border-bottom:2px solid transparent}._102f1j28 .ProseMirror:has(.ProseMirror-hide-cursor){caret-color:transparent}
|
|
59
|
+
._10c7glyw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
58
60
|
._10h6v77o .ProseMirror .ak-editor-annotation-blur:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
59
61
|
._10zo1osq .ProseMirror>div[data-prosemirror-node-block] [data-prosemirror-node-block]{--ak-editor-max-container-width:100%}
|
|
60
62
|
._10zwglyw [layout=wrap-left]+.ProseMirror-gapcursor+span [layout=wrap-right]{clear:none}
|
|
63
|
+
._110lidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h2 style:first-child+*{margin-top:0}
|
|
64
|
+
._1171idpf .fabric-editor-alignment:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
61
65
|
._1190v77o [data-prosemirror-node-name=date] .date-lozenger-container span{padding-bottom:var(--ds-space-025,2px)}
|
|
62
66
|
._11h1stnw .ProseMirror .ProseMirror-gapcursor span:after{position:absolute}
|
|
63
67
|
._11jf78tn .ProseMirror p{line-height:1.714}
|
|
64
68
|
._11rg15cr .ProseMirror .telepointer.color-9{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
69
|
+
._11ukidpf .fabric-editor-font-size:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
65
70
|
._121i1r31 .ProseMirror{outline-color:currentColor}
|
|
66
71
|
._123b1aqn:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
72
|
+
._1244idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
73
|
+
._129midpf :not(.fabric-editor-block-mark)>h1:first-child:not(style){margin-top:0}
|
|
74
|
+
._12i1idpf :not(.fabric-editor-block-mark)>h5:first-child:not(style){margin-top:0}
|
|
67
75
|
._12te1q9c .ProseMirror mark[data-type-ahead-query=true]:has(.placeholder-decoration-wrap){white-space:nowrap}
|
|
68
76
|
._12tyzjw7 .editor-mention-primitive{padding-right:.3em}
|
|
77
|
+
._12uhidpf :not(.fabric-editor-block-mark)>h5 style:first-child+*{margin-top:0}
|
|
69
78
|
._12vh1ntv .ProseMirror hr{background-clip:content-box}
|
|
70
79
|
._12wvglyw .ProseMirror .placeholder-decoration .placeholder-android{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
71
80
|
._13fl1vk5 [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb)}
|
|
@@ -78,16 +87,21 @@
|
|
|
78
87
|
._14ijglyw .ProseMirror .placeholder-decoration{pointer-events:none}
|
|
79
88
|
._14r215vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-y:hidden}
|
|
80
89
|
._14uo1osq .ProseMirror .placeholder-decoration{width:100%}
|
|
90
|
+
._1543idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p:first-child:not(style){margin-top:0}
|
|
81
91
|
._15a61hrf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{clear:both}
|
|
82
92
|
._15cgjt0p .ProseMirror .telepointer[class*=color-]:after{color:var(--telepointer-participant-text-color)}
|
|
93
|
+
._15epidpf :not(.fabric-editor-block-mark)>h4:first-child:not(style){margin-top:0}
|
|
83
94
|
._15eyya33 .ProseMirror .telepointer.color-4{--telepointer-participant-bg-color:var(--ds-background-accent-purple-bolder,#964ac0)}
|
|
84
95
|
._15haglyw .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]{clear:none}
|
|
96
|
+
._15i0idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
85
97
|
._15n6n7od .date-lozenger-container span{white-space:unset}
|
|
86
98
|
._15no1e5h .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}
|
|
87
99
|
._15zti7a9 .ProseMirror p{font-weight:var(--ds-font-weight-regular,400)}
|
|
88
100
|
._1613yh40 .ProseMirror .ak-editor-annotation-draft{padding-bottom:2px}
|
|
89
101
|
._168dt7xp .ProseMirror .ak-editor-annotation-hover{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
90
102
|
._16atr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
103
|
+
._16d4idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
104
|
+
._16fuidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
91
105
|
._16j6glyw .ProseMirror .placeholder-decoration{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
92
106
|
._16jlkb7n{flex-grow:1}
|
|
93
107
|
._16k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{height:0}
|
|
@@ -97,12 +111,17 @@
|
|
|
97
111
|
._173j1j28 .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}
|
|
98
112
|
._1762idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-left:0}
|
|
99
113
|
._177515s3 .ProseMirror span.pm-placeholder.ak-editor-selected-node{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
114
|
+
._178n1j28 .ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor){caret-color:transparent}
|
|
115
|
+
._17agidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h2:first-child:not(style){margin-top:0}
|
|
100
116
|
._17clidpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-right:0}
|
|
101
117
|
._17kkf705 [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{content:" "}
|
|
118
|
+
._17liidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
102
119
|
._17qpt94y .ProseMirror .ak-editor-annotation-hover{padding-top:1px}
|
|
103
120
|
._17xq15s3 .ak-editor-selected-node>.editor-mention-primitive{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
104
121
|
._18031hna .ProseMirror{word-wrap:break-word}
|
|
105
122
|
._181jdjp5 .ProseMirror p{letter-spacing:-.005em}
|
|
123
|
+
._183yidpf .fabric-editor-font-size:first-of-type:first-child p:first-child:not(style){margin-top:0}
|
|
124
|
+
._1859idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h4:first-child:not(style){margin-top:0}
|
|
106
125
|
._187pidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+pre{margin-top:0}
|
|
107
126
|
._18efidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+ul{margin-top:0}
|
|
108
127
|
._18et1nu9 .ProseMirror span.pm-placeholder__text{display:inline}
|
|
@@ -114,6 +133,7 @@
|
|
|
114
133
|
._18uvidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-bottom:0}
|
|
115
134
|
._18vwtde4 .ProseMirror .telepointer.color-8{--telepointer-participant-bg-color:var(--ds-background-accent-lime-bolder,#5b7f24)}
|
|
116
135
|
._197w1hrf .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
|
|
136
|
+
._19bvv47k{padding-left:var(--ds-space-250,20px)}
|
|
117
137
|
._19rk1l99 .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding)*2)}
|
|
118
138
|
._19rk1uph .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding))}
|
|
119
139
|
._19sfidpf .ProseMirror .ProseMirror-gapcursor span:after{top:0}
|
|
@@ -123,11 +143,14 @@
|
|
|
123
143
|
._1a3o1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}
|
|
124
144
|
._1ab3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{height:0}
|
|
125
145
|
._1abn1q9c .ProseMirror p:has(.placeholder-decoration-hide-overflow){white-space:nowrap}
|
|
146
|
+
._1af7idpf .fabric-editor-font-size:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
126
147
|
._1afyidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]+*{margin-top:0}
|
|
127
148
|
._1ag412c5 .ProseMirror .ProseMirror-gapcursor span:after{animation-iteration-count:infinite}
|
|
128
149
|
._1ali9cwz div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-duration:1s}
|
|
129
150
|
._1aliymdr div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-duration:2s}
|
|
130
151
|
._1ancidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-left:0}
|
|
152
|
+
._1av3idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h6:first-child:not(style){margin-top:0}
|
|
153
|
+
._1bd0idpf .fabric-editor-alignment:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
131
154
|
._1br5d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{top:-14px}
|
|
132
155
|
._1c0fidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-left:0}
|
|
133
156
|
._1c20feiv .ProseMirror .ak-editor-annotation-hover{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
@@ -137,13 +160,16 @@
|
|
|
137
160
|
._1cr2idpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-left:0}
|
|
138
161
|
._1d6qfeiv .ProseMirror .ak-editor-annotation-focus{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
139
162
|
._1d8u546l .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform:scaleX(0)}
|
|
163
|
+
._1db9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
140
164
|
._1dm8q5uf{scroll-behavior:smooth}
|
|
141
165
|
._1do8cs5v .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{z-index:2}
|
|
166
|
+
._1du2idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h5:first-child:not(style){margin-top:0}
|
|
142
167
|
._1duxidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{font-size:0}
|
|
143
168
|
._1dyh1l7b .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-bottom:3px}
|
|
144
169
|
._1e0c1txw{display:flex}
|
|
145
170
|
._1e4lstnw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{position:absolute}
|
|
146
171
|
._1e60f705 [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{content:" "}
|
|
172
|
+
._1e6iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
147
173
|
._1eaezr6s .ProseMirror .ProseMirror-gapcursor span[layout=full-width]{transform:translateX(-50%)}
|
|
148
174
|
._1edaidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-right:0}
|
|
149
175
|
._1em21ule [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{display:block}
|
|
@@ -182,21 +208,27 @@
|
|
|
182
208
|
._1hb9idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]+*>*{margin-top:0}
|
|
183
209
|
._1hbb14y2 .ProseMirror .ak-editor-annotation-draft:has(.card){padding-top:5px}
|
|
184
210
|
._1hrr1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{top:-1px}
|
|
211
|
+
._1hrzidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h5 style:first-child+*{margin-top:0}
|
|
212
|
+
._1hwxidpf .fabric-editor-font-size:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
185
213
|
._1inzj35l html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-850000%}
|
|
186
214
|
._1iod1o36 .ProseMirror hr.ak-editor-selected-node{outline-width:medium}
|
|
187
215
|
._1iqr1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-danger,#ffeceb)}
|
|
188
216
|
._1iyqr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
189
217
|
._1j8ac3uk .ProseMirror .telepointer.color-5{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
218
|
+
._1je9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
190
219
|
._1ji11vg9 .ProseMirror .telepointer[class*=color-]:after{background-color:var(--telepointer-participant-bg-color)}
|
|
220
|
+
._1jl2idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
191
221
|
._1jnyazsu .ak-editor-selected-node>.editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
|
|
192
222
|
._1jt6n7od [data-prosemirror-node-name=date] .date-lozenger-container span{cursor:unset}
|
|
193
223
|
._1jyp14y2 .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-top:5px}
|
|
194
224
|
._1k26yh40 .ProseMirror .ak-editor-annotation-blur{padding-bottom:2px}
|
|
225
|
+
._1kg4idpf .fabric-editor-alignment:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
195
226
|
._1ki7qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{white-space:pre}
|
|
196
227
|
._1ku31ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
197
228
|
._1kx81j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection{background-color:transparent}
|
|
198
229
|
._1kxaf705 [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{content:" "}
|
|
199
230
|
._1l3q1hrf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{clear:both}
|
|
231
|
+
._1lbautpp .ProseMirror{margin-top:var(--ds-space-150,9pt)}
|
|
200
232
|
._1lbj1hrf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{clear:both}
|
|
201
233
|
._1le7idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-bottom:0}
|
|
202
234
|
._1lft1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{left:-1px}
|
|
@@ -206,32 +238,42 @@
|
|
|
206
238
|
._1md215cr .ProseMirror .telepointer.color-3{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
207
239
|
._1nhdi8nm .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f)}
|
|
208
240
|
._1nl9idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-right:0}
|
|
241
|
+
._1nn0idpf .fabric-editor-font-size:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
209
242
|
._1nuq1e5h [layout=wrap-right]+.ProseMirror-gapcursor{float:left}
|
|
210
243
|
._1o02azsu .danger .mentionView-content-wrap>span>span>span{color:var(--ds-text-subtle,#505258)}
|
|
211
244
|
._1o0g1ule .ProseMirror .ProseMirror-gapcursor span:after{display:block}
|
|
212
245
|
._1oc51b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{height:calc(100% + 2px)}
|
|
246
|
+
._1ocsv77o .gridParent{margin-right:var(--ds-space-025,2px)}
|
|
247
|
+
._1op6idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) .heading-wrapper:first-child:not(style){margin-top:0}
|
|
213
248
|
._1oqxr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
249
|
+
._1oraidpf .fabric-editor-alignment:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
214
250
|
._1owy1l7b .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-bottom:3px}
|
|
215
251
|
._1p171ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
216
252
|
._1p281y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-duration:7.5s}
|
|
217
253
|
._1p9315cr .ProseMirror .telepointer.color-7{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
218
254
|
._1p9g14y2 .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-top:5px}
|
|
255
|
+
._1pg2v77o .gridParent{margin-left:var(--ds-space-025,2px)}
|
|
219
256
|
._1pjl15cr .ProseMirror .telepointer.color-1{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
220
257
|
._1pjt14y2 .ProseMirror .ak-editor-annotation-focus:has(.card){padding-top:5px}
|
|
221
258
|
._1pjtr5cr .ProseMirror .ProseMirror-gapcursor.-left span:after{left:var(--ds-space-negative-050,-4px)}
|
|
222
259
|
._1pmn12c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-iteration-count:infinite}
|
|
260
|
+
._1pycidpf .fabric-editor-alignment:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
223
261
|
._1pye1qg1 .ProseMirror .telepointer.color-7{--telepointer-participant-bg-color:var(--ds-background-accent-orange-bolder,#bd5b00)}
|
|
224
262
|
._1pzi1nu9 .ProseMirror .ProseMirror-fake-text-cursor:after{display:inline}
|
|
225
263
|
._1q09glyw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
226
264
|
._1q0gidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*>*{margin-top:0}
|
|
227
265
|
._1q471e5h [layout=wrap-left]+.ProseMirror-gapcursor{float:left}
|
|
228
266
|
._1qihyh40 .ProseMirror .ak-editor-annotation-hover{padding-bottom:2px}
|
|
267
|
+
._1qikidpf .ProseMirror>.ak-editor-expand:first-child{margin-top:0}
|
|
268
|
+
._1qkxidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
|
|
229
269
|
._1qnc1rpy .ProseMirror span[data-placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
|
|
230
270
|
._1qs3i7a9 .editor-mention-primitive{font-weight:var(--ds-font-weight-regular,400)}
|
|
231
271
|
._1qypglyw [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]{clear:none}
|
|
232
272
|
._1r8c1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-left:var(--ds-space-050,4px)}
|
|
273
|
+
._1r9butpp .ProseMirror{margin-left:var(--ds-space-150,9pt)}
|
|
233
274
|
._1raq1poh .editor-mention-primitive{padding-left:.23em}
|
|
234
275
|
._1rcq1hrf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{clear:both}
|
|
276
|
+
._1reozryt{overflow-x:clip}
|
|
235
277
|
._1rg715cr .ProseMirror .telepointer.color-2{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
236
278
|
._1rpoidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-right:0}
|
|
237
279
|
._1rpp1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{left:-1px}
|
|
@@ -247,7 +289,9 @@
|
|
|
247
289
|
._1t6mglyw .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]{clear:none}
|
|
248
290
|
._1t8514y2 .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-top:5px}
|
|
249
291
|
._1t914jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-direction:normal}
|
|
292
|
+
._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
250
293
|
._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
|
|
294
|
+
._1tieidpf :not(.fabric-editor-block-mark)>h3 style:first-child+*{margin-top:0}
|
|
251
295
|
._1tlp1x4e .ProseMirror p{font-size:1em}
|
|
252
296
|
._1tqsazsu .editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
|
|
253
297
|
._1u0115vq .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{visibility:hidden}
|
|
@@ -258,9 +302,13 @@
|
|
|
258
302
|
._1ucti7uo .editor-mention-primitive.mention-restricted{color:var(--ds-text,#292a2e)}
|
|
259
303
|
._1ue41l2s .ProseMirror p:has(.placeholder-decoration-hide-overflow){text-overflow:ellipsis}
|
|
260
304
|
._1uer1hrf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{clear:both}
|
|
305
|
+
._1uf8idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h1:first-child:not(style){margin-top:0}
|
|
306
|
+
._1uj7idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) p style:first-child+*{margin-top:0}
|
|
261
307
|
._1ujg1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{top:-1px}
|
|
262
308
|
._1upkh2mm div[extensionType="com.atlassian.ai-blocks"] .extension-container{position:relative}
|
|
263
309
|
._1us5sxj9 .ProseMirror .telepointer.telepointer-dim{opacity:.2}
|
|
310
|
+
._1uv9idpf :not(.fabric-editor-block-mark)>h2:first-child:not(style){margin-top:0}
|
|
311
|
+
._1v4iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
264
312
|
._1v9ev77o .ProseMirror .ak-editor-annotation-draft:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
265
313
|
._1vgtidpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-right:0}
|
|
266
314
|
._1vic5d63 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform-origin:top left}
|
|
@@ -273,14 +321,17 @@
|
|
|
273
321
|
._1w5mtlke .editor-mention-primitive{cursor:pointer}
|
|
274
322
|
._1wet1hna .editor-mention-primitive{word-break:break-word}
|
|
275
323
|
._1wgaidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*>*{margin-top:0}
|
|
324
|
+
._1wh8idpf .ProseMirror>div[data-layout-section]:first-child{margin-top:0}
|
|
276
325
|
._1wwxbimv .danger .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
277
326
|
._1wys1l7b .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-bottom:3px}
|
|
278
327
|
._1wzd1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container .with-margin-styles{background-color:var(--ds-surface,#fff)!important}
|
|
279
328
|
._1x2nt94y .ProseMirror .ak-editor-annotation-blur{padding-top:1px}
|
|
329
|
+
._1x2sidpf .fabric-editor-font-size:first-of-type:first-child h2 style:first-child+*{margin-top:0}
|
|
280
330
|
._1x5zidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*{margin-top:0}
|
|
281
331
|
._1x70idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-left:0}
|
|
282
332
|
._1xbs1kdv .ProseMirror span.pm-placeholder__text[data-placeholder]:after{cursor:text}
|
|
283
333
|
._1xcb15vq [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{visibility:hidden}
|
|
334
|
+
._1xdsidpf :not(.fabric-editor-block-mark)>p:first-child:not(style){margin-top:0}
|
|
284
335
|
._1xemcjiy .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){line-height:1.2}
|
|
285
336
|
._1xfvidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{font-size:0}
|
|
286
337
|
._1xgk1l7b .ProseMirror .ak-editor-annotation-draft:has(.card){padding-bottom:3px}
|
|
@@ -293,6 +344,7 @@
|
|
|
293
344
|
._1xquh2mm .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{position:relative}
|
|
294
345
|
._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
|
|
295
346
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
347
|
+
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
296
348
|
._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
|
|
297
349
|
._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
|
|
298
350
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
@@ -302,31 +354,38 @@
|
|
|
302
354
|
._26cn15ob div[extensionType="com.atlassian.ai-blocks"]:before{background-size:200%}
|
|
303
355
|
._2b661rsu .ProseMirror .telepointer.color-14{--telepointer-participant-bg-color:var(--ds-background-accent-green-subtle,#4bce97)}
|
|
304
356
|
._2eqbbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
357
|
+
._2k8xutpp .ProseMirror{margin-right:var(--ds-space-150,9pt)}
|
|
305
358
|
._2lx21bp4{flex-direction:column}
|
|
306
359
|
._2mn9r4us .ak-editor-selected-node>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
307
360
|
._2nre1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::selection{background-color:transparent}
|
|
308
361
|
._2qpjr4us .ak-editor-selected-node>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
309
362
|
._2ss61y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-duration:7.5s}
|
|
363
|
+
._3429idpf :not(.fabric-editor-block-mark)>.heading-wrapper:first-child:not(style){margin-top:0}
|
|
310
364
|
._35ci1mi6 .ProseMirror .telepointer.color-17{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-subtle,#e774bb)}
|
|
365
|
+
._3d3tidpf :not(.fabric-editor-block-mark)>p style:first-child+*{margin-top:0}
|
|
311
366
|
._3gvxkrt9 .ProseMirror .telepointer.color-11{--telepointer-participant-bg-color:var(--ds-background-accent-red-subtle,#f87168)}
|
|
312
367
|
._3iqe18il .fabric-editor--full-width-mode{--ak-editor--line-length:min(calc(100cqw - var(--ak-editor--large-gutter-padding)*2),var(--ak-editor--full-width-layout-width))}
|
|
313
368
|
._3n591ule .ProseMirror .ProseMirror-gapcursor span{display:block}
|
|
314
369
|
._3nq8idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-left:0}
|
|
370
|
+
._3q5uidpf .fabric-editor-font-size:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
315
371
|
._3sy0i8nm [data-prosemirror-node-name=date] .date-lozenger-container span{background-color:var(--ds-background-neutral,#0515240f)}
|
|
316
372
|
._42an1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::-moz-selection{background-color:transparent}
|
|
317
373
|
._42pj1j28 .editor-mention-primitive.mention-restricted{background-color:transparent}
|
|
318
374
|
._43nwglyw .ProseMirror hr.ak-editor-selected-node{outline-style:none}
|
|
375
|
+
._4aknutpp .ProseMirror{margin-bottom:var(--ds-space-150,9pt)}
|
|
319
376
|
._4g8dgrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-top:0!important}
|
|
320
377
|
._4gkwidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*>*{margin-top:0}
|
|
321
378
|
._4ieeidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+ol{margin-top:0}
|
|
322
379
|
._4jlg9cwz div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-duration:1s}
|
|
323
380
|
._4jlgymdr div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-duration:2s}
|
|
324
381
|
._4nc8bimv div[extensionType="com.atlassian.ai-blocks"].danger .extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
382
|
+
._4offidpf .fabric-editor-alignment:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
325
383
|
._4q241osq .fabric-editor--max-width-mode{--ak-editor--breakout-fallback-width:100%}
|
|
326
384
|
._4t3i1osq{height:100%}
|
|
327
385
|
._4wchidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-bottom:0}
|
|
328
386
|
._4z8q1vyj .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-name:k3895my}
|
|
329
387
|
._51zm1kkj .ProseMirror .telepointer.color-12{--telepointer-participant-bg-color:var(--ds-background-accent-orange-subtle,#fca700)}
|
|
388
|
+
._54e7idpf .fabric-editor-alignment:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
330
389
|
._5cxqglyw .ProseMirror .ProseMirror-gapcursor{display:none}
|
|
331
390
|
._5h7k1rpy .ProseMirror span.pm-placeholder__text[data-placeholder]:after{color:var(--ds-text-subtlest,#6b6e76)}
|
|
332
391
|
._5m891b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-left:var(--ds-space-050,4px)}
|
|
@@ -335,19 +394,25 @@
|
|
|
335
394
|
._66yetlke .ProseMirror .ak-editor-annotation-blur{cursor:pointer}
|
|
336
395
|
._67ch1nu9 .ProseMirror span.pm-placeholder{display:inline}
|
|
337
396
|
._6f0lidpf .ProseMirror .ak-editor-annotation-focus{padding-left:0}
|
|
397
|
+
._6itxidpf .ProseMirror>.ak-editor-panel:first-child{margin-top:0}
|
|
338
398
|
._6klsh2mm [data-prosemirror-node-name=date] .date-lozenger-container span{position:relative}
|
|
399
|
+
._6shmidpf .fabric-editor-alignment:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
339
400
|
._6w3a1tmo .ProseMirror .telepointer.color-10{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
340
401
|
._70jd1ule [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{display:block}
|
|
402
|
+
._72x4idpf .fabric-editor-font-size:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
|
|
341
403
|
._736didpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-bottom:0}
|
|
342
404
|
._78lz1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::-moz-selection{background-color:transparent}
|
|
343
405
|
._7fayidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-bottom:0}
|
|
344
406
|
._7hwtidpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-left:0}
|
|
345
407
|
._7kmy1l7b .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-bottom:3px}
|
|
408
|
+
._7m6lidpf .fabric-editor-font-size:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
346
409
|
._7psugrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-right:0!important}
|
|
347
410
|
._7xjx1ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-timing-function:ease-in-out}
|
|
348
411
|
._874g1l7x .ProseMirror hr{background-color:var(--ds-border,#0b120e24)}
|
|
412
|
+
._8ctj1b4h .gridParent{width:calc(100% + 2px)}
|
|
349
413
|
._8grqv77o .ProseMirror .ak-editor-annotation-hover:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
350
414
|
._8md310zz .ProseMirror .ProseMirror-gapcursor span:after{animation-timing-function:step-start}
|
|
415
|
+
._8uqaidpf .ProseMirror>div[data-task-list-local-id]:first-child{margin-top:0}
|
|
351
416
|
._8ved1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{z-index:-1}
|
|
352
417
|
._92g41l7b .ProseMirror .ak-editor-annotation-blur:has(.card){padding-bottom:3px}
|
|
353
418
|
._97xa15vq .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{visibility:hidden}
|
|
@@ -371,16 +436,22 @@
|
|
|
371
436
|
._ay6b6ebc .ProseMirror .telepointer:hover .telepointer-initial{transition-delay:.15s}
|
|
372
437
|
._aycbidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ul{margin-top:0}
|
|
373
438
|
._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
|
|
439
|
+
._b9adidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h4 style:first-child+*{margin-top:0}
|
|
440
|
+
._bbrv19by [aria-label="Selection toolbar"]{animation-name:k1xe95hp}
|
|
374
441
|
._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
|
|
375
442
|
._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
|
|
376
443
|
._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
|
|
377
444
|
._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
|
|
378
445
|
._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
|
|
379
446
|
._bzk5azsu .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{color:var(--ds-text-subtle,#505258)}
|
|
447
|
+
._c0871i5q .fabric-text-color-mark{color:var(--custom-palette-color,inherit)}
|
|
448
|
+
._ca0qv47k{padding-top:var(--ds-space-250,20px)}
|
|
380
449
|
._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
|
|
381
450
|
._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
|
|
451
|
+
._czpfidpf .fabric-editor-alignment:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
382
452
|
._d27rglyw .ProseMirror-gapcursor[layout=wrap-right]+span+[layout=wrap-right]{clear:none}
|
|
383
453
|
._d3za1ule .ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{display:block}
|
|
454
|
+
._d9tridpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h3 style:first-child+*{margin-top:0}
|
|
384
455
|
._dafh1j28 .ak-editor-selected-node>.editor-mention-primitive::-moz-selection{background-color:transparent}
|
|
385
456
|
._dcmgglyw .ProseMirror{outline-style:none}
|
|
386
457
|
._dhht1tmo .ProseMirror .telepointer.color-17{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
@@ -389,13 +460,18 @@
|
|
|
389
460
|
._drld15vq [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{visibility:hidden}
|
|
390
461
|
._drnbtlke .ProseMirror .ak-editor-annotation-hover{cursor:pointer}
|
|
391
462
|
._du1kidpf .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-right:0}
|
|
463
|
+
._dvqjidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
392
464
|
._e519idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-left:0}
|
|
393
465
|
._e73x1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-right:var(--ds-space-050,4px)}
|
|
466
|
+
._e9pffnf5 [aria-label="Selection toolbar"]{animation-duration:.2s}
|
|
394
467
|
._edxtidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{opacity:0}
|
|
395
468
|
._eflqi7uo [data-prosemirror-node-name=date] .date-lozenger-container span{color:var(--ds-text,#292a2e)}
|
|
396
469
|
._el4et94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-left:1px}
|
|
470
|
+
._etngidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h2 style:first-child+*{margin-top:0}
|
|
471
|
+
._f5slidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h3:first-child:not(style){margin-top:0}
|
|
397
472
|
._f7xi15vq [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{visibility:hidden}
|
|
398
473
|
._fhbe16z4 .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-duration:2.5s}
|
|
474
|
+
._fk2nidpf :not(.fabric-editor-block-mark)>.heading-wrapper style:first-child+*{margin-top:0}
|
|
399
475
|
._fk7o1ule .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{display:block}
|
|
400
476
|
._flesstnw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{position:absolute}
|
|
401
477
|
._fo6014dc{--ak-editor--line-length:min(calc(100cqw - var(--ak-editor--large-gutter-padding)*2),var(--ak-editor--default-layout-width))}
|
|
@@ -409,6 +485,7 @@
|
|
|
409
485
|
._ga7midpf .ProseMirror .ProseMirror-fake-text-cursor:after{top:0}
|
|
410
486
|
._gcu91ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-timing-function:ease-in-out}
|
|
411
487
|
._gdp01osq .ProseMirror .ProseMirror-gapcursor span{width:100%}
|
|
488
|
+
._gdx6idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h6 style:first-child+*{margin-top:0}
|
|
412
489
|
._ghwiidpf .ProseMirror .ak-editor-annotation-draft{padding-left:0}
|
|
413
490
|
._gkev15cr .ProseMirror .telepointer.color-0{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
414
491
|
._gtdrbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
@@ -416,44 +493,59 @@
|
|
|
416
493
|
._gzj3r4us .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
417
494
|
._h2zmazsu .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{color:var(--ds-text-subtle,#505258)}
|
|
418
495
|
._h3z91q9c [data-prosemirror-node-name=date] .date-lozenger-container span{white-space:nowrap}
|
|
496
|
+
._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
419
497
|
._h9qo1r31 .ProseMirror .placeholder-decoration .placeholder-android{outline-color:currentColor}
|
|
420
498
|
._hte21j28 .ak-editor-selected-node>.editor-mention-primitive ::selection{background-color:transparent}
|
|
421
499
|
._htkd115i .ProseMirror .telepointer.color-10{--telepointer-participant-bg-color:var(--ds-background-accent-blue-subtle,#669df1)}
|
|
500
|
+
._i3wvidpf .ProseMirror>.code-block:first-child{margin-top:0}
|
|
422
501
|
._iauqidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-left:0}
|
|
423
502
|
._ieodidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*>*{margin-top:0}
|
|
424
503
|
._igie1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container{background-color:var(--ds-surface,#fff)!important}
|
|
425
504
|
._iqym1l7b .ProseMirror .ak-editor-annotation-hover:has(.card){padding-bottom:3px}
|
|
426
505
|
._j03f1qop{--ak-editor--breakout-wide-layout-width:905px}
|
|
506
|
+
._j2goidpf .fabric-editor-font-size:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
507
|
+
._j543idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) .heading-wrapper style:first-child+*{margin-top:0}
|
|
427
508
|
._jaboglyw::-webkit-scrollbar-corner{display:none}
|
|
509
|
+
._jav3idpf .ProseMirror>hr:first-child{margin-top:0}
|
|
428
510
|
._jcgg17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k1eqwm1p}
|
|
429
511
|
._jcgg194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k7wtbat}
|
|
430
512
|
._jd6pidpf .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-right:0}
|
|
431
513
|
._jhe3r4us .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
514
|
+
._jj6didpf :not(.fabric-editor-block-mark)>h6:first-child:not(style){margin-top:0}
|
|
432
515
|
._jlwvidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+pre{margin-top:0}
|
|
433
516
|
._js8cidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{font-size:0}
|
|
517
|
+
._js9kidpf .ProseMirror>.blockCardView-content-wrap:first-child{margin-top:0}
|
|
434
518
|
._jtpj1nu9 .ProseMirror .ProseMirror-fake-text-selection{display:inline}
|
|
435
519
|
._jx4g1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{height:calc(100% + 2px)}
|
|
436
520
|
._jydlidpf .ProseMirror .ak-editor-annotation-hover{padding-right:0}
|
|
521
|
+
._jzq1idpf .fabric-editor-alignment:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
437
522
|
._k6qpoly4 html[data-color-mode=dark] .ProseMirror .telepointer{--telepointer-participant-background-second-stop:200000%}
|
|
438
523
|
._k8k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-left:0}
|
|
439
524
|
._kf7b1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-left:var(--ds-space-050,4px)}
|
|
525
|
+
._kj6kidpf :not(.fabric-editor-block-mark)>h2 style:first-child+*{margin-top:0}
|
|
440
526
|
._kklf15vq [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{visibility:hidden}
|
|
441
527
|
._km2cidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-left:0}
|
|
442
528
|
._knnuidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+span+*>*{margin-top:0}
|
|
443
529
|
._kqswh2mm{position:relative}
|
|
530
|
+
._ksblidpf .fabric-editor-alignment:first-of-type:first-child p:first-child:not(style){margin-top:0}
|
|
444
531
|
._l4vzglyw .ProseMirror .ProseMirror-gapcursor{pointer-events:none}
|
|
445
532
|
._lf1tglyw .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]{clear:none}
|
|
446
533
|
._lgf9v77o [data-prosemirror-node-name=date] .date-lozenger-container span{padding-top:var(--ds-space-025,2px)}
|
|
447
534
|
._lh5tdrnj .ProseMirror .ProseMirror-gapcursor span:after{animation-name:k1xnqtye}
|
|
448
535
|
._li04tdv8 .ProseMirror .telepointer.color-15{--telepointer-participant-bg-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
449
536
|
._lm211rpy .ProseMirror span.pm-placeholder__text{color:var(--ds-text-subtlest,#6b6e76)}
|
|
537
|
+
._lv7dn7od a .fabric-text-color-mark{color:unset}
|
|
450
538
|
._m1d5tlke .dateView-content-wrap .date-lozenger-container{cursor:pointer}
|
|
451
539
|
._m3b01o36 .ProseMirror-selectednode{outline-width:medium}
|
|
452
540
|
._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
|
|
541
|
+
._mcklidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h1 style:first-child+*{margin-top:0}
|
|
453
542
|
._mekn1rpy .ProseMirror span.pm-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
|
|
454
543
|
._mpruidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{height:0}
|
|
455
544
|
._munn4jg8 .dateView-content-wrap .date-lozenger-container{line-height:normal}
|
|
545
|
+
._mzasidpf .fabric-editor-alignment:first-of-type:first-child h2 style:first-child+*{margin-top:0}
|
|
546
|
+
._n3tdv47k{padding-bottom:var(--ds-space-250,20px)}
|
|
456
547
|
._n4szidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ol{margin-top:0}
|
|
548
|
+
._n65sidpf .fabric-editor-font-size:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
457
549
|
._n6a11fwx{--ak-editor--resizer-handle-spacing:12px}
|
|
458
550
|
._nck11nu9 .editor-mention-primitive{display:inline}
|
|
459
551
|
._ndfaidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*{margin-top:0}
|
|
@@ -471,6 +563,7 @@
|
|
|
471
563
|
._o5elfeiv .ProseMirror .ak-editor-annotation-draft{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
472
564
|
._o7dvt7xp .ProseMirror .ak-editor-annotation-draft{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
473
565
|
._o7sybimv .dateView-content-wrap.ak-editor-selected-node.danger .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
566
|
+
._ocz2idpf :not(.fabric-editor-block-mark)>h1 style:first-child+*{margin-top:0}
|
|
474
567
|
._ojmct7xp .ProseMirror .ak-editor-annotation-focus{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
475
568
|
._op0fn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-y:unset}
|
|
476
569
|
._oq4if705 .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{content:" "}
|
|
@@ -486,6 +579,7 @@
|
|
|
486
579
|
._poz81i45 .ProseMirror .telepointer.color-9{--telepointer-participant-bg-color:var(--ds-background-accent-gray-bolder,#6b6e76)}
|
|
487
580
|
._pru0idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]:has(+.mediaSingleView-content-wrap[layout^=wrap]) .rich-media-item{margin-top:0}
|
|
488
581
|
._pxl0idpf .ProseMirror [layout^=wrap-]:has(+[layout^=wrap-]) .rich-media-item{margin-left:0}
|
|
582
|
+
._pxvridpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
489
583
|
._pyh015s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
490
584
|
._pzcb1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-right:var(--ds-space-050,4px)}
|
|
491
585
|
._q353idpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-left:0}
|
|
@@ -493,15 +587,22 @@
|
|
|
493
587
|
._qbxqgrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-left:0!important}
|
|
494
588
|
._qfmzp3kn div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-timing-function:linear}
|
|
495
589
|
._qgb1tlke .ProseMirror hr{cursor:pointer}
|
|
590
|
+
._qhe2idpf .fabric-editor-font-size:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
496
591
|
._qmjbxjz2{--ak-editor--breakout-full-page-guttering-padding:calc(var(--ak-editor--large-gutter-padding)*2 + var(--ak-editor--default-gutter-padding))}
|
|
497
592
|
._qzx91j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection{background-color:transparent}
|
|
498
593
|
._r397idpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{left:0}
|
|
499
594
|
._r6joidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{height:0}
|
|
595
|
+
._r8oxidpf .fabric-editor-alignment:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
500
596
|
._ra5tt94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-right:1px}
|
|
501
597
|
._rc9pyh40 .ProseMirror hr{height:2px}
|
|
502
598
|
._rejjstnw .ProseMirror .ProseMirror-fake-text-cursor:after{position:absolute}
|
|
599
|
+
._rfl4idpf .fabric-editor-font-size:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
600
|
+
._ri4ridpf :not(.fabric-editor-block-mark)>h3:first-child:not(style){margin-top:0}
|
|
503
601
|
._ripsidpf .ProseMirror [layout^=wrap-]:has(+[layout^=wrap-]) .rich-media-item{margin-right:0}
|
|
602
|
+
._rjmvidpf .fabric-editor-font-size:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
504
603
|
._rn5mbimv .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
604
|
+
._s6y9idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) p:first-child:not(style){margin-top:0}
|
|
605
|
+
._s8m8idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
505
606
|
._sb9fglyw .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]{clear:none}
|
|
506
607
|
._sdnkidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*{margin-top:0}
|
|
507
608
|
._slqe1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection{background-color:transparent}
|
|
@@ -513,17 +614,23 @@
|
|
|
513
614
|
._tqacbimv .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
514
615
|
._tsa3t94y .editor-mention-primitive{padding-top:1px}
|
|
515
616
|
._tsrtidpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-bottom:0}
|
|
617
|
+
._ttnbidpf .fabric-editor-alignment:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
|
|
618
|
+
._tw0uidpf :not(.fabric-editor-block-mark)>h4 style:first-child+*{margin-top:0}
|
|
516
619
|
._tw4v1j28 .ak-editor-selected-node>.editor-mention-primitive ::-moz-selection{background-color:transparent}
|
|
517
620
|
._tyke17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k1eqwm1p}
|
|
518
621
|
._tyke194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k7wtbat}
|
|
519
622
|
._u2jdglyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
623
|
+
._u5f3v47k{padding-right:var(--ds-space-250,20px)}
|
|
520
624
|
._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
|
|
521
625
|
._ug3m1nu9 .ProseMirror span.pm-placeholder__text[data-placeholder]:after{display:inline}
|
|
626
|
+
._ujemidpf .fabric-editor-alignment:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
522
627
|
._uk93idpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-right:0}
|
|
628
|
+
._umh5idpf .ProseMirror>.ProseMirror-widget:first-child+hr{margin-top:0}
|
|
523
629
|
._ups11rpy .ProseMirror .placeholder-decoration{color:var(--ds-text-subtlest,#6b6e76)}
|
|
524
630
|
._uput15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
525
631
|
._uqqyh2mm .ProseMirror .telepointer{position:relative}
|
|
526
632
|
._uuop1j28 .ProseMirror-hideselection{caret-color:transparent}
|
|
633
|
+
._uw601ku9 [aria-label="Selection toolbar"]{animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
527
634
|
._uw641q08{--ak-editor--full-width-layout-width:1800px}
|
|
528
635
|
._ux32b3bt .ProseMirror .ProseMirror-fake-text-cursor:after{content:""}
|
|
529
636
|
._uxukn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-x:unset}
|
|
@@ -533,10 +640,12 @@
|
|
|
533
640
|
._vdlzei1s html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-second-stop:150000%}
|
|
534
641
|
._vdne1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-right:var(--ds-space-050,4px)}
|
|
535
642
|
._vgzaidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{left:0}
|
|
643
|
+
._vm1cidpf :not(.fabric-editor-block-mark)>h6 style:first-child+*{margin-top:0}
|
|
536
644
|
._vmt0glyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){pointer-events:none}
|
|
537
645
|
._vr8nidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+span+*{margin-top:0}
|
|
538
646
|
._vtgestnw .ProseMirror .ProseMirror-gapcursor span{position:absolute}
|
|
539
647
|
._vwip2c8p .ProseMirror .telepointer.color-6{--telepointer-participant-bg-color:var(--ds-background-accent-teal-bolder,#227d9b)}
|
|
648
|
+
._vwz41tcg{line-height:24px}
|
|
540
649
|
._w0epidpf .ProseMirror .ak-editor-annotation-blur{padding-left:0}
|
|
541
650
|
._w13212c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-iteration-count:infinite}
|
|
542
651
|
._w33agrho .fabric-editor--max-width-mode{--ak-editor--breakout-min-width:0px}
|
|
@@ -546,6 +655,7 @@
|
|
|
546
655
|
._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
|
|
547
656
|
._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
|
|
548
657
|
._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
|
|
658
|
+
._wnl31s93 .text-highlight{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
|
|
549
659
|
._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
550
660
|
._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
|
|
551
661
|
._x6bu11lh .ProseMirror .ProseMirror-fake-text-selection{color:HighlightText}
|
|
@@ -569,9 +679,11 @@
|
|
|
569
679
|
._zgemidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*>*{margin-top:0}
|
|
570
680
|
._zih31bqt .ProseMirror hr.ak-editor-selected-node.danger{background-color:var(--ds-border-danger,#e2483d)}
|
|
571
681
|
._zkkp1tmo .ProseMirror .telepointer.color-12{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
682
|
+
._zlwmidpf .fabric-editor-font-size:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
572
683
|
._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
573
684
|
._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
|
|
574
685
|
._zzusidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{font-size:0}
|
|
686
|
+
._j9yv7g83 button.first-floating-toolbar-button:focus{outline:2px solid var(--ds-border-focused,#4688ec)}
|
|
575
687
|
._1t47plhp .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
576
688
|
._1y0dhf2y .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}
|
|
577
689
|
._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
@@ -591,6 +703,7 @@
|
|
|
591
703
|
@container editor-area (width >= 1266px){._1j8i1xb4 .ProseMirror{--ak-editor--breakout-wide-layout-width:1011px}}
|
|
592
704
|
@keyframes k1eqwm1p{0%{--panel-gradient-angle:0deg;background-position:100%}to{--panel-gradient-angle:360deg;background-position:-100%}}
|
|
593
705
|
@keyframes k1g8d6yk{to{transform:scaleX(1);opacity:1}0%{transform:scaleX(0);opacity:0}90%{transform:scaleX(0);opacity:0}}
|
|
706
|
+
@keyframes k1xe95hp{0%{opacity:0;transform:translateY(1pc)}to{opacity:1;transform:translateY(0)}}
|
|
594
707
|
@keyframes k1xnqtye{0%{opacity:0}to{opacity:0}50%{opacity:1}}
|
|
595
708
|
@keyframes k3895my{0%{transform:scaleX(1);opacity:1}95%{transform:scaleX(1);opacity:1}to{transform:scaleX(0);opacity:0}}
|
|
596
709
|
@keyframes k7wtbat{0%{--panel-gradient-angle:0deg}to{--panel-gradient-angle:360deg}}
|