@atlaskit/editor-core 219.3.8 → 219.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +82 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +4 -4
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +42 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +82 -0
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +4 -4
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +58 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +82 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +4 -4
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +41 -0
- package/dist/types/ui/EditorContentContainer/styles/resizerStyles.d.ts +5 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/resizerStyles.d.ts +5 -0
- package/package.json +2 -2
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
._1q1s1yt2 div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:linear-gradient(90deg,#0065ff80,#0469ff80 12%,#bf63f380 24%,#ffa90080 48%,#bf63f380 64%,#0469ff80 80%,#0065ff80)}
|
|
18
18
|
._1q1sa6bd div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff80 0,#0469ff80 20%,#bf63f380 50%,#ffa90080 56%,#0065ff80 100%)}
|
|
19
19
|
._1rg4qo0w div[extensionType="com.atlassian.ai-blocks"]:before{background:linear-gradient(90deg,#0065ff,#0469ff 12%,#bf63f3 24%,#ffa900 48%,#bf63f3 64%,#0469ff 80%,#0065ff)}
|
|
20
|
+
._1sch1b66 .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{border-radius:var(--ds-space-050,4px)}
|
|
20
21
|
._1tpb19qg .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{border-radius:0 var(--ds-radius-xsmall,2px) var(--ds-radius-xsmall,2px) 0}
|
|
21
22
|
._1uh7swc3 .ProseMirror hr{padding:var(--ds-space-050,4px) 0}
|
|
22
23
|
._3f391y8x [data-prosemirror-node-name=date] .date-lozenger-container span{transition:background .3s}
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
._66xp46kq .ProseMirror .telepointer[class*=color-]{background:linear-gradient(to bottom,var(--telepointer-participant-bg-color) var(--telepointer-participant-background-first-stop),transparent var(--telepointer-participant-background-second-stop))}
|
|
26
27
|
._6kversbi div[extensionType="com.atlassian.ai-blocks"] .extension-container.with-hover-border:after{background:var(--ds-border-input,#8c8f97)}
|
|
27
28
|
._9g7rfajl .code{border-radius:var(--ds-radius-small,3px)}
|
|
29
|
+
._9laafajl .search-match{border-radius:var(--ds-radius-small,3px)}
|
|
28
30
|
._9y08i8nm .editor-mention-primitive{background:var(--ds-background-neutral,#0515240f)}
|
|
29
31
|
._arowokh7 .editor-mention-primitive.mention-self{border:1px solid transparent}
|
|
30
32
|
._bi6a1vlr div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff 0,#0469ff 20%,#bf63f3 50%,#ffa900 56%,#0065ff 100%)}
|
|
@@ -45,6 +47,7 @@
|
|
|
45
47
|
._vkeh12b0 [data-prosemirror-node-name=date] .date-lozenger-container span{border-radius:var(--ds-radius-small,4px)}
|
|
46
48
|
._x53a1o1l .ProseMirror .ak-editor-annotation-focus{background:var(--ds-background-accent-yellow-subtlest-pressed,#efdd4e)}
|
|
47
49
|
._x96nwadc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
50
|
+
._xph31b66 .search-match-text{border-radius:var(--ds-space-050,4px)}
|
|
48
51
|
._yhgjt94y .ProseMirror hr{border-radius:1px}
|
|
49
52
|
._zy611kw7 .ProseMirror [data-prosemirror-node-name=blockTaskItem]:has(.fabric-editor-font-size[data-font-size=small]) .fabric-editor-font-size{font:inherit}
|
|
50
53
|
._1pyq1j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{border-color:transparent}
|
|
@@ -78,25 +81,32 @@
|
|
|
78
81
|
._1150qvcn .fabric-background-color-mark{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
79
82
|
._1171idpf .fabric-editor-alignment:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
80
83
|
._1190v77o [data-prosemirror-node-name=date] .date-lozenger-container span{padding-bottom:var(--ds-space-025,2px)}
|
|
84
|
+
._11bbqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
85
|
+
._11gt15cr .search-match-text.search-match-dark{color:var(--ds-text-inverse,#fff)}
|
|
81
86
|
._11h1stnw .ProseMirror .ProseMirror-gapcursor span:after{position:absolute}
|
|
82
87
|
._11jf78tn .ProseMirror p{line-height:1.714}
|
|
83
88
|
._11q31i5q .fabric-background-color-mark{background-color:var(--custom-palette-color,inherit)}
|
|
84
89
|
._11rg15cr .ProseMirror .telepointer.color-9{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
85
90
|
._11t078tn .ProseMirror:not(.blockCardView-content-wrap)>li:before{line-height:1.714}
|
|
86
91
|
._11ukidpf .fabric-editor-font-size:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
92
|
+
._11wp1up9 .search-match-block .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
87
93
|
._121i1r31 .ProseMirror{outline-color:currentColor}
|
|
88
94
|
._123b1aqn:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
89
95
|
._1244idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
90
96
|
._129midpf :not(.fabric-editor-block-mark)>h1:first-child:not(style){margin-top:0}
|
|
97
|
+
._12dfvj2t .search-match-expand-title.selected-search-match.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
91
98
|
._12i1idpf :not(.fabric-editor-block-mark)>h5:first-child:not(style){margin-top:0}
|
|
92
99
|
._12te1q9c .ProseMirror mark[data-type-ahead-query=true]:has(.placeholder-decoration-wrap){white-space:nowrap}
|
|
93
100
|
._12tyzjw7 .editor-mention-primitive{padding-right:.3em}
|
|
94
101
|
._12uhidpf :not(.fabric-editor-block-mark)>h5 style:first-child+*{margin-top:0}
|
|
95
102
|
._12vh1ntv .ProseMirror hr{background-clip:content-box}
|
|
96
103
|
._12wvglyw .ProseMirror .placeholder-decoration .placeholder-android{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
104
|
+
._12xo17v8 .search-match-block.search-match-dark [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
97
105
|
._132p1k9k .ProseMirror ol[data-indent-level="5"]{list-style-type:lower-alpha}
|
|
106
|
+
._13bv3ney .search-match-block.search-match-block-selected.search-match-dark .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
98
107
|
._13fl1vk5 [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb)}
|
|
99
108
|
._13q2grf3 .ProseMirror li:has(>ul:only-child){margin-bottom:0!important}
|
|
109
|
+
._13q91ypf .search-match-block.search-match-block-selected [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
100
110
|
._144ruibq .ProseMirror .telepointer.color-0{--telepointer-participant-bg-color:var(--ds-background-accent-red-bolder,#c9372c)}
|
|
101
111
|
._1499idpf .hyperlink-floating-toolbar{padding-right:0}
|
|
102
112
|
._14dm15cr .ProseMirror .telepointer.color-8{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
@@ -122,6 +132,7 @@
|
|
|
122
132
|
._15i0idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
123
133
|
._15n6n7od .date-lozenger-container span{white-space:unset}
|
|
124
134
|
._15no1e5h .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}
|
|
135
|
+
._15r21s89 .search-match-block.search-match-block-selected .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
125
136
|
._15zti7a9 .ProseMirror p{font-weight:var(--ds-font-weight-regular,400)}
|
|
126
137
|
._1613yh40 .ProseMirror .ak-editor-annotation-draft{padding-bottom:2px}
|
|
127
138
|
._162zidpf .hyperlink-floating-toolbar{padding-left:0}
|
|
@@ -148,6 +159,7 @@
|
|
|
148
159
|
._17kl1wth .ProseMirror ul ul ul ul{list-style-type:disc}
|
|
149
160
|
._17liidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
150
161
|
._17qpt94y .ProseMirror .ak-editor-annotation-hover{padding-top:1px}
|
|
162
|
+
._17vzi7uo .search-match-text{color:var(--ds-text,#292a2e)}
|
|
151
163
|
._17xq15s3 .ak-editor-selected-node>.editor-mention-primitive{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
152
164
|
._17xw1j28 .ProseMirror.ua-safari .inlineNodeView::selection{background-color:transparent}
|
|
153
165
|
._18031hna .ProseMirror{word-wrap:break-word}
|
|
@@ -187,15 +199,22 @@
|
|
|
187
199
|
._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}
|
|
188
200
|
._1bbqglyw .ProseMirror .inlineNodeView>.assistive{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
189
201
|
._1bd0idpf .fabric-editor-alignment:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
202
|
+
._1bk513ow .search-match-text{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)!important}
|
|
203
|
+
._1bkc1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
204
|
+
._1blo4viv .code-block .search-match.selected-search-match span{color:var(--ds-text,#292a2e)!important}
|
|
190
205
|
._1bq9w4vn .ProseMirror ul ul ul ul ul ul{list-style-type:square}
|
|
191
206
|
._1br5d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{top:-14px}
|
|
192
207
|
._1bsc1nu9 .code{display:inline}
|
|
208
|
+
._1bx3vj2t .search-match-text.selected-search-match.search-match-dark{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
193
209
|
._1bzj1tuv .ProseMirror .ak-ol li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
194
210
|
._1c0fidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-left:0}
|
|
211
|
+
._1c101ph4 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
195
212
|
._1c20feiv .ProseMirror .ak-editor-annotation-hover{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
196
213
|
._1c8bglyw div[extensionType="com.atlassian.ai-blocks"] .extension-label{display:none}
|
|
197
214
|
._1ci21j28 .ProseMirror .ProseMirror-gapcursor span{caret-color:transparent}
|
|
215
|
+
._1cis1wdg .search-match-block.search-match-dark .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
198
216
|
._1cmi15ob div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background-size:200%}
|
|
217
|
+
._1cpz1s89 .search-match-block.search-match-block-selected .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
199
218
|
._1cr2idpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-left:0}
|
|
200
219
|
._1cw81ule .ProseMirror a.blockLink{display:block}
|
|
201
220
|
._1d6qfeiv .ProseMirror .ak-editor-annotation-focus{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
@@ -207,10 +226,13 @@
|
|
|
207
226
|
._1duxidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{font-size:0}
|
|
208
227
|
._1dyh1l7b .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-bottom:3px}
|
|
209
228
|
._1e0c1txw{display:flex}
|
|
229
|
+
._1e4d1b18 .search-match-expand-title.selected-search-match>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 5px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
210
230
|
._1e4lstnw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{position:absolute}
|
|
211
231
|
._1e60f705 [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{content:" "}
|
|
212
232
|
._1e6iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
213
233
|
._1eaezr6s .ProseMirror .ProseMirror-gapcursor span[layout=full-width]{transform:translateX(-50%)}
|
|
234
|
+
._1ebn1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
235
|
+
._1ecxqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
214
236
|
._1edaidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-right:0}
|
|
215
237
|
._1em21ule [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{display:block}
|
|
216
238
|
._1enqh2mm .ProseMirror .ProseMirror-fake-text-selection{position:relative}
|
|
@@ -246,12 +268,15 @@
|
|
|
246
268
|
._1gvgidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*{margin-top:0}
|
|
247
269
|
._1gvnmqba{--ak-editor--max-width-layout-width:4000px}
|
|
248
270
|
._1gzy1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{width:calc(100% + 2px)}
|
|
271
|
+
._1h271xf3 .search-match-block.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
272
|
+
._1h36j5v0 .search-match{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f),inset 0 0 0 1px var(--ds-border-input,#8c8f97)}
|
|
249
273
|
._1hb9idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]+*>*{margin-top:0}
|
|
250
274
|
._1hbb14y2 .ProseMirror .ak-editor-annotation-draft:has(.card){padding-top:5px}
|
|
251
275
|
._1hrr1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{top:-1px}
|
|
252
276
|
._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}
|
|
253
277
|
._1hwxidpf .fabric-editor-font-size:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
254
278
|
._1i9tyh40 .code{padding-bottom:2px}
|
|
279
|
+
._1im23ney .search-match-block.search-match-block-selected.search-match-dark .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
255
280
|
._1inzj35l html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-850000%}
|
|
256
281
|
._1iod1o36 .ProseMirror hr.ak-editor-selected-node{outline-width:medium}
|
|
257
282
|
._1iqr1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-danger,#ffeceb)}
|
|
@@ -259,6 +284,7 @@
|
|
|
259
284
|
._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)}
|
|
260
285
|
._1iyw1wug .code{overflow-x:auto}
|
|
261
286
|
._1iywn7od .code{overflow-x:unset}
|
|
287
|
+
._1j061dxm .search-match-text.selected-search-match.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-hovered,#943d73)!important}
|
|
262
288
|
._1j8ac3uk .ProseMirror .telepointer.color-5{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
263
289
|
._1jbz1i6y .fabric-background-color-mark:has(.background-color-padding-left){margin-left:var(--ds-space-negative-025,-2px)}
|
|
264
290
|
._1je9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
@@ -268,7 +294,10 @@
|
|
|
268
294
|
._1jt6n7od [data-prosemirror-node-name=date] .date-lozenger-container span{cursor:unset}
|
|
269
295
|
._1jyp14y2 .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-top:5px}
|
|
270
296
|
._1k26yh40 .ProseMirror .ak-editor-annotation-blur{padding-bottom:2px}
|
|
297
|
+
._1k4sqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
298
|
+
._1kac3ney .search-match-block.search-match-block-selected.search-match-dark .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
271
299
|
._1kbpidpf .gridLine{z-index:0}
|
|
300
|
+
._1kd91wdg .search-match-block.search-match-dark .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
272
301
|
._1kg4idpf .fabric-editor-alignment:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
273
302
|
._1ki7qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{white-space:pre}
|
|
274
303
|
._1ku31ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
@@ -280,10 +309,13 @@
|
|
|
280
309
|
._1lbj1hrf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{clear:both}
|
|
281
310
|
._1le7idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-bottom:0}
|
|
282
311
|
._1lft1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{left:-1px}
|
|
312
|
+
._1lh5kz84 .search-match-block.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
283
313
|
._1lm915cr .ProseMirror .telepointer.color-6{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
284
314
|
._1luc15cr .ProseMirror .telepointer.color-5{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
285
315
|
._1m2zidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-right:0}
|
|
286
316
|
._1md215cr .ProseMirror .telepointer.color-3{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
317
|
+
._1me2qxcq .search-match-block.search-match-block-selected.search-match-dark .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
318
|
+
._1mni17v8 .search-match-text.search-match-dark{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
287
319
|
._1n111fbg .ProseMirror ol{list-style-type:decimal}
|
|
288
320
|
._1n37v77o .fabric-background-color-mark:has(.background-color-padding-right){padding-right:var(--ds-space-025,2px)}
|
|
289
321
|
._1nhdi8nm .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f)}
|
|
@@ -293,7 +325,9 @@
|
|
|
293
325
|
._1nuq1e5h [layout=wrap-right]+.ProseMirror-gapcursor{float:left}
|
|
294
326
|
._1o02azsu .danger .mentionView-content-wrap>span>span>span{color:var(--ds-text-subtle,#505258)}
|
|
295
327
|
._1o0g1ule .ProseMirror .ProseMirror-gapcursor span:after{display:block}
|
|
328
|
+
._1o191dzh .search-match-block.search-match-block-selected.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
296
329
|
._1oc51b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{height:calc(100% + 2px)}
|
|
330
|
+
._1oci3ney .search-match-block.search-match-block-selected.search-match-dark .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
297
331
|
._1ocsv77o .gridParent{margin-right:var(--ds-space-025,2px)}
|
|
298
332
|
._1ocsxmi2 .gridParent{margin-right:var(--ds-space-negative-150,-9pt)}
|
|
299
333
|
._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}
|
|
@@ -305,6 +339,7 @@
|
|
|
305
339
|
._1p0gglyw .gridContainer{pointer-events:none}
|
|
306
340
|
._1p171ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
307
341
|
._1p281y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-duration:7.5s}
|
|
342
|
+
._1p5e1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
308
343
|
._1p9315cr .ProseMirror .telepointer.color-7{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
309
344
|
._1p9g14y2 .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-top:5px}
|
|
310
345
|
._1pg2v77o .gridParent{margin-left:var(--ds-space-025,2px)}
|
|
@@ -313,6 +348,7 @@
|
|
|
313
348
|
._1pjt14y2 .ProseMirror .ak-editor-annotation-focus:has(.card){padding-top:5px}
|
|
314
349
|
._1pjtr5cr .ProseMirror .ProseMirror-gapcursor.-left span:after{left:var(--ds-space-negative-050,-4px)}
|
|
315
350
|
._1pmn12c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-iteration-count:infinite}
|
|
351
|
+
._1pvf1xf3 .search-match-block.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
316
352
|
._1pycidpf .fabric-editor-alignment:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
317
353
|
._1pye1qg1 .ProseMirror .telepointer.color-7{--telepointer-participant-bg-color:var(--ds-background-accent-orange-bolder,#bd5b00)}
|
|
318
354
|
._1pzi1nu9 .ProseMirror .ProseMirror-fake-text-cursor:after{display:inline}
|
|
@@ -327,6 +363,8 @@
|
|
|
327
363
|
._1qs3i7a9 .editor-mention-primitive{font-weight:var(--ds-font-weight-regular,400)}
|
|
328
364
|
._1qvtgrf3 .ProseMirror li:has(>ol:only-child){margin-top:0!important}
|
|
329
365
|
._1qypglyw [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]{clear:none}
|
|
366
|
+
._1r5e3ney .search-match-block.search-match-block-selected.search-match-dark .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
367
|
+
._1r791fb9 .search-match-block.search-match-dark.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
330
368
|
._1r8c1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-left:var(--ds-space-050,4px)}
|
|
331
369
|
._1r9butpp .ProseMirror{margin-left:var(--ds-space-150,9pt)}
|
|
332
370
|
._1raq1poh .editor-mention-primitive{padding-left:.23em}
|
|
@@ -334,12 +372,15 @@
|
|
|
334
372
|
._1reozryt{overflow-x:clip}
|
|
335
373
|
._1rg715cr .ProseMirror .telepointer.color-2{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
336
374
|
._1rhx1jtm .ProseMirror .inlineNodeView>:not(.zeroWidthSpaceContainer){white-space:pre-wrap}
|
|
375
|
+
._1rn91up9 .search-match-block .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
337
376
|
._1rnf1k9k .ProseMirror ol ol ol ol ol{list-style-type:lower-alpha}
|
|
338
377
|
._1rpoidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-right:0}
|
|
339
378
|
._1rpp1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{left:-1px}
|
|
340
379
|
._1rxqnqa1 .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-style:solid}
|
|
380
|
+
._1s101fb9 .search-match-block.search-match-dark.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
341
381
|
._1s25t94y .ProseMirror .ak-editor-annotation-focus{padding-top:1px}
|
|
342
382
|
._1s2t1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{z-index:-1}
|
|
383
|
+
._1s5oiro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
343
384
|
._1sa6b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{content:""}
|
|
344
385
|
._1sidglyw div[extensionType="com.atlassian.ai-blocks"] .extension-container{box-shadow:none}
|
|
345
386
|
._1sn3idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-right:0}
|
|
@@ -348,15 +389,18 @@
|
|
|
348
389
|
._1supidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-right:0}
|
|
349
390
|
._1syzglyw [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]{clear:none}
|
|
350
391
|
._1t0tidpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-left:0}
|
|
392
|
+
._1t2d15cr .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container .ak-editor-expand__title-input{color:var(--ds-text-inverse,#fff)}
|
|
351
393
|
._1t6mglyw .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]{clear:none}
|
|
352
394
|
._1t8514y2 .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-top:5px}
|
|
353
395
|
._1t914jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-direction:normal}
|
|
396
|
+
._1t9u1wdg .search-match-block.search-match-dark .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
354
397
|
._1tdl1i6y .fabric-background-color-mark:has(.background-color-padding-right){margin-right:var(--ds-space-negative-025,-2px)}
|
|
355
398
|
._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
356
399
|
._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
|
|
357
400
|
._1tieidpf :not(.fabric-editor-block-mark)>h3 style:first-child+*{margin-top:0}
|
|
358
401
|
._1tlp1x4e .ProseMirror p{font-size:1em}
|
|
359
402
|
._1tqsazsu .editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
|
|
403
|
+
._1trh7xuz .search-match{background-color:var(--ds-background-accent-teal-subtlest,#e7f9ff)}
|
|
360
404
|
._1tud1tuv .ProseMirror .ak-ul li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
361
405
|
._1u0115vq .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{visibility:hidden}
|
|
362
406
|
._1u701ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{display:block}
|
|
@@ -364,6 +408,7 @@
|
|
|
364
408
|
._1ubf1vop .ProseMirror .telepointer.color-3{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-bolder,#946f00)}
|
|
365
409
|
._1ubhidpf .ProseMirror .ak-editor-annotation-blur{padding-right:0}
|
|
366
410
|
._1ucti7uo .editor-mention-primitive.mention-restricted{color:var(--ds-text,#292a2e)}
|
|
411
|
+
._1uddtdv8 .selected-search-match{background-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
367
412
|
._1ue41l2s .ProseMirror p:has(.placeholder-decoration-hide-overflow){text-overflow:ellipsis}
|
|
368
413
|
._1uer1hrf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{clear:both}
|
|
369
414
|
._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}
|
|
@@ -371,6 +416,7 @@
|
|
|
371
416
|
._1ujg1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{top:-1px}
|
|
372
417
|
._1upkh2mm div[extensionType="com.atlassian.ai-blocks"] .extension-container{position:relative}
|
|
373
418
|
._1us5sxj9 .ProseMirror .telepointer.telepointer-dim{opacity:.2}
|
|
419
|
+
._1us91xf3 .search-match-block.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
374
420
|
._1uv9idpf :not(.fabric-editor-block-mark)>h2:first-child:not(style){margin-top:0}
|
|
375
421
|
._1v4iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
376
422
|
._1v741j28 .ProseMirror.ua-safari .inlineNodeView ::selection{background-color:transparent}
|
|
@@ -385,6 +431,7 @@
|
|
|
385
431
|
._1vtyidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+span+*>*{margin-top:0}
|
|
386
432
|
._1vyzidpf .ProseMirror-widget:not([data-blocks-decoration-container=true]):not([data-blocks-drag-handle-container=true]):not([data-blocks-quick-insert-container=true])+.ProseMirror-gapcursor+*{margin-top:0}
|
|
387
433
|
._1w5mtlke .editor-mention-primitive{cursor:pointer}
|
|
434
|
+
._1w9miro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
388
435
|
._1wb5utpp .ProseMirror ol:not(li>ol):not(:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span))){margin-top:var(--ds-space-150,9pt)}
|
|
389
436
|
._1wet1hna .editor-mention-primitive{word-break:break-word}
|
|
390
437
|
._1wgaidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*>*{margin-top:0}
|
|
@@ -413,6 +460,9 @@
|
|
|
413
460
|
._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
|
|
414
461
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
415
462
|
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
463
|
+
._1ybf1nka .search-match-block [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
464
|
+
._1ybwjocv .search-match-text.selected-search-match{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)!important}
|
|
465
|
+
._1ydu1up9 .search-match-block .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
416
466
|
._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
|
|
417
467
|
._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
|
|
418
468
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
@@ -455,9 +505,12 @@
|
|
|
455
505
|
._4nc8bimv div[extensionType="com.atlassian.ai-blocks"].danger .extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
456
506
|
._4offidpf .fabric-editor-alignment:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
457
507
|
._4q241osq .fabric-editor--max-width-mode{--ak-editor--breakout-fallback-width:100%}
|
|
508
|
+
._4q84eawv .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
458
509
|
._4t3i1osq{height:100%}
|
|
510
|
+
._4temv9ra .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
459
511
|
._4wchidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-bottom:0}
|
|
460
512
|
._4z8q1vyj .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-name:k3895my}
|
|
513
|
+
._50231ph4 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
461
514
|
._5061i7a9 .code{font-weight:var(--ds-font-weight-regular,400)}
|
|
462
515
|
._51zm1kkj .ProseMirror .telepointer.color-12{--telepointer-participant-bg-color:var(--ds-background-accent-orange-subtle,#fca700)}
|
|
463
516
|
._54e7idpf .fabric-editor-alignment:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
@@ -470,6 +523,7 @@
|
|
|
470
523
|
._63b3qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{white-space:pre}
|
|
471
524
|
._642in7od a .fabric-background-color-mark{background-color:unset}
|
|
472
525
|
._64cs1rj4 .ProseMirror .inlineNodeView{-webkit-user-select:all;user-select:all}
|
|
526
|
+
._64o84viv .code-block .search-match-text.selected-search-match span{color:var(--ds-text,#292a2e)!important}
|
|
473
527
|
._66yetlke .ProseMirror .ak-editor-annotation-blur{cursor:pointer}
|
|
474
528
|
._67ch1nu9 .ProseMirror span.pm-placeholder{display:inline}
|
|
475
529
|
._6f0lidpf .ProseMirror .ak-editor-annotation-focus{padding-left:0}
|
|
@@ -485,9 +539,11 @@
|
|
|
485
539
|
._736didpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-bottom:0}
|
|
486
540
|
._78lz1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::-moz-selection{background-color:transparent}
|
|
487
541
|
._7fayidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-bottom:0}
|
|
542
|
+
._7gsu17v8 .search-match-block.search-match-dark .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
488
543
|
._7hwtidpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-left:0}
|
|
489
544
|
._7kmy1l7b .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-bottom:3px}
|
|
490
545
|
._7m6lidpf .fabric-editor-font-size:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
546
|
+
._7pge1xf3 .search-match-block.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
491
547
|
._7psugrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-right:0!important}
|
|
492
548
|
._7xjx1ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-timing-function:ease-in-out}
|
|
493
549
|
._874g1l7x .ProseMirror hr{background-color:var(--ds-border,#0b120e24)}
|
|
@@ -524,6 +580,7 @@
|
|
|
524
580
|
._ali2idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]+.ProseMirror-gapcursor+.mediaSingleView-content-wrap[layout^=wrap] .rich-media-item{margin-top:0}
|
|
525
581
|
._anrdukw8{--ak-editor--default-layout-width:760px}
|
|
526
582
|
._aof7d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{top:-14px}
|
|
583
|
+
._ar1b1b18 .search-match-text.selected-search-match{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 5px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
527
584
|
._awp7f705 [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{content:" "}
|
|
528
585
|
._ay6b6ebc .ProseMirror .telepointer:hover .telepointer-initial{transition-delay:.15s}
|
|
529
586
|
._aycbidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ul{margin-top:0}
|
|
@@ -531,9 +588,11 @@
|
|
|
531
588
|
._b3ovyh40 .fabric-background-color-mark{padding-bottom:2px}
|
|
532
589
|
._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
|
|
533
590
|
._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}
|
|
591
|
+
._b9gt1dzh .search-match-block.search-match-block-selected.ak-editor-selected-node [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
534
592
|
._bbrv19by [aria-label="Selection toolbar"]{animation-name:k1xe95hp}
|
|
535
593
|
._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
|
|
536
594
|
._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
|
|
595
|
+
._briz1wdg .search-match-block.search-match-dark .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
537
596
|
._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
|
|
538
597
|
._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
|
|
539
598
|
._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
|
|
@@ -542,6 +601,7 @@
|
|
|
542
601
|
._c94u1osq .gridContainer{width:100%}
|
|
543
602
|
._ca0qv47k{padding-top:var(--ds-space-250,20px)}
|
|
544
603
|
._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
|
|
604
|
+
._cle21ok8 .search-match-expand-title.selected-search-match.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
545
605
|
._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
|
|
546
606
|
._czpfidpf .fabric-editor-alignment:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
547
607
|
._d27rglyw .ProseMirror-gapcursor[layout=wrap-right]+span+[layout=wrap-right]{clear:none}
|
|
@@ -592,12 +652,15 @@
|
|
|
592
652
|
._gtdbusvi .ProseMirror ol{box-sizing:border-box}
|
|
593
653
|
._gtdrbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
594
654
|
._gv641nu9 .ProseMirror span[data-placeholder]{display:inline}
|
|
655
|
+
._gzgh1s89 .search-match-block.search-match-block-selected .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
595
656
|
._gzj3r4us .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
657
|
+
._h2391jcr .search-match-block.search-match-dark.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
596
658
|
._h2zmazsu .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{color:var(--ds-text-subtle,#505258)}
|
|
597
659
|
._h3z91q9c [data-prosemirror-node-name=date] .date-lozenger-container span{white-space:nowrap}
|
|
598
660
|
._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
599
661
|
._h9qo1r31 .ProseMirror .placeholder-decoration .placeholder-android{outline-color:currentColor}
|
|
600
662
|
._haa41wth .ProseMirror ul[data-indent-level="1"]{list-style-type:disc}
|
|
663
|
+
._hje11ckf .search-match-expand-title.selected-search-match>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
601
664
|
._hte21j28 .ak-editor-selected-node>.editor-mention-primitive ::selection{background-color:transparent}
|
|
602
665
|
._htkd115i .ProseMirror .telepointer.color-10{--telepointer-participant-bg-color:var(--ds-background-accent-blue-subtle,#669df1)}
|
|
603
666
|
._hubiw4vn .ProseMirror ul[data-indent-level="6"]{list-style-type:square}
|
|
@@ -606,6 +669,7 @@
|
|
|
606
669
|
._iauqidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-left:0}
|
|
607
670
|
._ieodidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*>*{margin-top:0}
|
|
608
671
|
._igie1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container{background-color:var(--ds-surface,#fff)!important}
|
|
672
|
+
._ipvl1s89 .search-match-block.search-match-block-selected .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
609
673
|
._iqym1l7b .ProseMirror .ak-editor-annotation-hover:has(.card){padding-bottom:3px}
|
|
610
674
|
._j03f1qop{--ak-editor--breakout-wide-layout-width:905px}
|
|
611
675
|
._j2goidpf .fabric-editor-font-size:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
@@ -648,8 +712,10 @@
|
|
|
648
712
|
._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
|
|
649
713
|
._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}
|
|
650
714
|
._mekn1rpy .ProseMirror span.pm-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
|
|
715
|
+
._midr1wdg .search-match-block.search-match-dark .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
651
716
|
._mpruidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{height:0}
|
|
652
717
|
._munn4jg8 .dateView-content-wrap .date-lozenger-container{line-height:normal}
|
|
718
|
+
._mxi51xf3 .search-match-block.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
653
719
|
._mzasidpf .fabric-editor-alignment:first-of-type:first-child h2 style:first-child+*{margin-top:0}
|
|
654
720
|
._n3tdv47k{padding-bottom:var(--ds-space-250,20px)}
|
|
655
721
|
._n4szidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ol{margin-top:0}
|
|
@@ -672,6 +738,8 @@
|
|
|
672
738
|
._o5elfeiv .ProseMirror .ak-editor-annotation-draft{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
673
739
|
._o7dvt7xp .ProseMirror .ak-editor-annotation-draft{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
674
740
|
._o7sybimv .dateView-content-wrap.ak-editor-selected-node.danger .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
741
|
+
._o9w6iro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
742
|
+
._oa091nka .search-match-block .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
675
743
|
._ocz2idpf :not(.fabric-editor-block-mark)>h1 style:first-child+*{margin-top:0}
|
|
676
744
|
._od11grf3 .ProseMirror li:has(>ul:only-child){margin-top:0!important}
|
|
677
745
|
._ojmct7xp .ProseMirror .ak-editor-annotation-focus{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
@@ -679,6 +747,7 @@
|
|
|
679
747
|
._omxdf705 .ProseMirror:not(.blockCardView-content-wrap)>li:before{content:" "}
|
|
680
748
|
._op0fn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-y:unset}
|
|
681
749
|
._oq4if705 .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{content:" "}
|
|
750
|
+
._or3e1s89 .search-match-block.search-match-block-selected .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
682
751
|
._or5e1jtm .code{white-space:pre-wrap}
|
|
683
752
|
._p31f1hrf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{clear:both}
|
|
684
753
|
._p3p6usvi .gridLine{box-sizing:border-box}
|
|
@@ -708,10 +777,13 @@
|
|
|
708
777
|
._qzx91j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection{background-color:transparent}
|
|
709
778
|
._r397idpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{left:0}
|
|
710
779
|
._r6joidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{height:0}
|
|
780
|
+
._r79ei7uo .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container .ak-editor-expand__title-input{color:var(--ds-text,#292a2e)}
|
|
781
|
+
._r8mlqxcq .search-match-block.search-match-block-selected.search-match-dark [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
711
782
|
._r8oxidpf .fabric-editor-alignment:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
712
783
|
._ra5tt94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-right:1px}
|
|
713
784
|
._rajy1tuv .ProseMirror .ak-ul li>ul{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
714
785
|
._rc9pyh40 .ProseMirror hr{height:2px}
|
|
786
|
+
._rdw3qlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
715
787
|
._rejjstnw .ProseMirror .ProseMirror-fake-text-cursor:after{position:absolute}
|
|
716
788
|
._rfl4idpf .fabric-editor-font-size:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
717
789
|
._ri4ridpf :not(.fabric-editor-block-mark)>h3:first-child:not(style){margin-top:0}
|
|
@@ -719,6 +791,7 @@
|
|
|
719
791
|
._ripsidpf .ProseMirror [layout^=wrap-]:has(+[layout^=wrap-]) .rich-media-item{margin-right:0}
|
|
720
792
|
._rjmvidpf .fabric-editor-font-size:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
721
793
|
._rn5mbimv .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
794
|
+
._rq281nka .search-match-text{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
722
795
|
._rv8p8stv .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-line:underline}
|
|
723
796
|
._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}
|
|
724
797
|
._s7xpcuai .ProseMirror ul{padding-left:var(--ed--list--item-counter--padding,24px)}
|
|
@@ -730,12 +803,14 @@
|
|
|
730
803
|
._slqe1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection{background-color:transparent}
|
|
731
804
|
._smxnglyw .ProseMirror .ProseMirror-fake-text-cursor{pointer-events:none}
|
|
732
805
|
._sneogrf3 .ProseMirror div[data-task-list-local-id]>div[data-task-list-local-id]{margin-top:0!important}
|
|
806
|
+
._sopm17v8 .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
733
807
|
._stw0idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-right:0}
|
|
734
808
|
._sx0p1tmo .ProseMirror .telepointer.color-14{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
735
809
|
._syi51wug .code{overflow-y:auto}
|
|
736
810
|
._syi5n7od .code{overflow-y:unset}
|
|
737
811
|
._t7ab1vi7{--ak-editor--default-gutter-padding:32px}
|
|
738
812
|
._te0it94y .editor-mention-primitive{padding-bottom:1px}
|
|
813
|
+
._tfy618hq .search-match-text.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)!important}
|
|
739
814
|
._tmq91tuv .ProseMirror li+li{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
740
815
|
._tqacbimv .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
741
816
|
._tsa3t94y .editor-mention-primitive{padding-top:1px}
|
|
@@ -745,8 +820,11 @@
|
|
|
745
820
|
._tw4v1j28 .ak-editor-selected-node>.editor-mention-primitive ::-moz-selection{background-color:transparent}
|
|
746
821
|
._tyke17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k1eqwm1p}
|
|
747
822
|
._tyke194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k7wtbat}
|
|
823
|
+
._u12f1ypf .search-match-block.search-match-block-selected .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
824
|
+
._u1hx1up9 .search-match-block .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
748
825
|
._u2jdglyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
749
826
|
._u5f3v47k{padding-right:var(--ds-space-250,20px)}
|
|
827
|
+
._u854iro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
750
828
|
._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
|
|
751
829
|
._ug3m1nu9 .ProseMirror span.pm-placeholder__text[data-placeholder]:after{display:inline}
|
|
752
830
|
._ujemidpf .fabric-editor-alignment:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
@@ -762,6 +840,7 @@
|
|
|
762
840
|
._ux32b3bt .ProseMirror .ProseMirror-fake-text-cursor:after{content:""}
|
|
763
841
|
._uxukn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-x:unset}
|
|
764
842
|
._v284h2mm .ProseMirror .ProseMirror-fake-text-cursor{position:relative}
|
|
843
|
+
._v91uqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
765
844
|
._v91w1e5c .ProseMirror .telepointer.color-2{--telepointer-participant-bg-color:var(--ds-background-accent-green-bolder,#1f845a)}
|
|
766
845
|
._v9kukb7n .ProseMirror .telepointer:hover .telepointer-fullname{z-index:1}
|
|
767
846
|
._vdlzei1s html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-second-stop:150000%}
|
|
@@ -779,12 +858,14 @@
|
|
|
779
858
|
._w33agrho .fabric-editor--max-width-mode{--ak-editor--breakout-min-width:0px}
|
|
780
859
|
._w39w1p3b .ProseMirror ul[data-indent-level="2"]{list-style-type:circle}
|
|
781
860
|
._w6dp1ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{display:block}
|
|
861
|
+
._w8rkiro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
782
862
|
._wets1nu9 .ProseMirror .ProseMirror-fake-text-cursor{display:inline}
|
|
783
863
|
._wg06idpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-top:0}
|
|
784
864
|
._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
|
|
785
865
|
._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
|
|
786
866
|
._wlqz1o8l .ProseMirror.ua-firefox ul li p:empty{display:inline-block}
|
|
787
867
|
._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
|
|
868
|
+
._wn3j1up9 .search-match-block .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
788
869
|
._wnl31s93 .text-highlight{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
|
|
789
870
|
._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
790
871
|
._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
|
|
@@ -814,6 +895,7 @@
|
|
|
814
895
|
._zkkp1tmo .ProseMirror .telepointer.color-12{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
815
896
|
._zlwmidpf .fabric-editor-font-size:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
816
897
|
._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
898
|
+
._ztqp1nka .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
817
899
|
._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
|
|
818
900
|
._zzusidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{font-size:0}
|
|
819
901
|
._j9yv7g83 button.first-floating-toolbar-button:focus{outline:2px solid var(--ds-border-focused,#4688ec)}
|
|
@@ -201,10 +201,10 @@ const editorContentStyles = {
|
|
|
201
201
|
expandStylesMixin_fg_platform_visual_refresh_icons: "",
|
|
202
202
|
expandStylesMixin_without_fg_platform_editor_nested_dnd_styles_changes: "",
|
|
203
203
|
extensionDiffStyles: "",
|
|
204
|
-
findReplaceStyles: "",
|
|
205
|
-
findReplaceStylesNewWithA11Y: "",
|
|
206
|
-
findReplaceStylesNewWithCodeblockColorContrastFix: "",
|
|
207
|
-
findReplaceStylesWithCodeblockColorContrastFix: "",
|
|
204
|
+
findReplaceStyles: "_9laafajl _1trh7xuz _1h36j5v0 _1uddtdv8",
|
|
205
|
+
findReplaceStylesNewWithA11Y: "_xph31b66 _rq281nka _1bk513ow _17vzi7uo _ar1b1b18 _1ybwjocv _1mni17v8 _tfy618hq _11gt15cr _1bx3vj2t _1j061dxm _oa091nka _1ybf1nka _u1hx1up9 _1rn91up9 _wn3j1up9 _1ydu1up9 _11wp1up9 _u12f1ypf _13q91ypf _or3e1s89 _gzgh1s89 _ipvl1s89 _15r21s89 _1cpz1s89 _1lh5kz84 _1pvf1xf3 _7pge1xf3 _1h271xf3 _1us91xf3 _mxi51xf3 _1o191dzh _b9gt1dzh _rdw3qlfy _11bbqlfy _v91uqlfy _1k4sqlfy _1ecxqlfy _7gsu17v8 _12xo17v8 _briz1wdg _1cis1wdg _midr1wdg _1kd91wdg _1t9u1wdg _1me2qxcq _r8mlqxcq _1im23ney _1r5e3ney _1oci3ney _13bv3ney _1kac3ney _h2391jcr _1r791fb9 _1ebn1fb9 _1s101fb9 _1p5e1fb9 _1bkc1fb9 _50231ph4 _1c101ph4 _1s5oiro1 _1w9miro1 _w8rkiro1 _u854iro1 _o9w6iro1 _1sch1b66 _ztqp1nka _4temv9ra _r79ei7uo _1e4d1b18 _hje11ckf _sopm17v8 _4q84eawv _1t2d15cr _12dfvj2t _cle21ok8",
|
|
206
|
+
findReplaceStylesNewWithCodeblockColorContrastFix: "_64o84viv",
|
|
207
|
+
findReplaceStylesWithCodeblockColorContrastFix: "_1blo4viv",
|
|
208
208
|
firstBlockNodeStyles: "_1qikidpf _6itxidpf _js9kidpf _i3wvidpf _1wh8idpf _8uqaidpf _umh5idpf _jav3idpf",
|
|
209
209
|
firstCodeBlockWithNoMargin: "",
|
|
210
210
|
firstCodeBlockWithNoMarginOld: "",
|
|
@@ -49,7 +49,7 @@ import { mentionDangerStyles, mentionNodeStyles, mentionsSelectionStyles, mentio
|
|
|
49
49
|
import { nestedPanelBorderStylesMixin, nestedPanelDangerStyles, panelStyles, panelStylesMixin, panelStylesMixin_fg_platform_editor_nested_dnd_styles_changes, panelViewStyles } from './styles/panelStyles';
|
|
50
50
|
import { paragraphStylesOld, paragraphStylesOldWithScaledMargin, paragraphStylesUGCRefreshed, paragraphStylesWithScaledMargin } from './styles/paragraphStyles';
|
|
51
51
|
import { placeholderOverflowStyles, placeholderStyles, placeholderTextStyles, placeholderWrapStyles } from './styles/placeholderStyles';
|
|
52
|
-
import { pragmaticResizerStyles, pragmaticResizerStylesCodeBlockLegacy, pragmaticResizerStylesCodeBlockSyncedBlockPatch, pragmaticResizerStylesForTooltip, pragmaticResizerStylesSyncedBlock, pragmaticResizerStylesWithReducedEditorGutter, pragmaticStylesLayoutFirstNodeResizeHandleFix, resizerStyles } from './styles/resizerStyles';
|
|
52
|
+
import { pragmaticResizerStyles, pragmaticResizerStylesCodeBlockLegacy, pragmaticResizerStylesCodeBlockSyncedBlockPatch, pragmaticResizerStylesForTooltip, pragmaticResizerStylesSyncedBlock, pragmaticResizerStylesWithReducedEditorGutter, pragmaticStylesLayoutFirstNodeResizeHandleFix, resizerBottomHandleStyles, resizerStyles } from './styles/resizerStyles';
|
|
53
53
|
import { dangerRuleStyles, ruleStyles } from './styles/rule';
|
|
54
54
|
import { scrollbarStyles } from './styles/scrollbarStyles';
|
|
55
55
|
import { hideCursorWhenHideSelectionStyles, hideSelectionStyles, selectedNodeStyles } from './styles/selectionStyles';
|
|
@@ -369,7 +369,9 @@ export const EditorContentContainerEmotion = /*#__PURE__*/React.forwardRef((prop
|
|
|
369
369
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
370
370
|
unsupportedStyles,
|
|
371
371
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
372
|
-
resizerStyles,
|
|
372
|
+
resizerStyles, expValEquals('databases-native-embeds-v2', 'isEnabled', true) &&
|
|
373
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
374
|
+
resizerBottomHandleStyles,
|
|
373
375
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
374
376
|
layoutBaseStyles, expValEquals('platform_editor_table_excerpts_fix', 'isEnabled', true) &&
|
|
375
377
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -211,6 +211,64 @@ export const resizerStyles = css({
|
|
|
211
211
|
}
|
|
212
212
|
});
|
|
213
213
|
|
|
214
|
+
/**
|
|
215
|
+
* Bottom-handle styles for the vertical-resize feature shipped under the
|
|
216
|
+
* `databases-native-embeds-v2` experiment
|
|
217
|
+
*/
|
|
218
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
219
|
+
export const resizerBottomHandleStyles = css({
|
|
220
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
221
|
+
[`.${resizerHandleClassName}.bottom`]: {
|
|
222
|
+
flexDirection: 'row',
|
|
223
|
+
alignItems: 'flex-end',
|
|
224
|
+
width: '100%',
|
|
225
|
+
height: 7,
|
|
226
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
227
|
+
[`& .${resizerHandleThumbClassName}`]: {
|
|
228
|
+
width: 64,
|
|
229
|
+
height: 3,
|
|
230
|
+
minWidth: 24,
|
|
231
|
+
minHeight: 0,
|
|
232
|
+
margin: `${"var(--ds-space-025, 2px)"} 0`,
|
|
233
|
+
'&:hover': {
|
|
234
|
+
cursor: 'row-resize'
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
238
|
+
[`& .${resizerHandleTrackClassName}`]: {
|
|
239
|
+
width: 'calc(100% - 40px)',
|
|
240
|
+
height: 7
|
|
241
|
+
},
|
|
242
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
243
|
+
[`& .${resizerHandleTrackClassName}.full-height`]: {
|
|
244
|
+
width: '100%',
|
|
245
|
+
height: 7,
|
|
246
|
+
minWidth: 36,
|
|
247
|
+
minHeight: 0
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
251
|
+
[`.${resizerHandleClassName}.small.bottom .${resizerHandleThumbClassName}`]: {
|
|
252
|
+
width: 43,
|
|
253
|
+
height: 3
|
|
254
|
+
},
|
|
255
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
256
|
+
[`.${resizerHandleClassName}.medium.bottom .${resizerHandleThumbClassName}`]: {
|
|
257
|
+
width: 64,
|
|
258
|
+
height: 3
|
|
259
|
+
},
|
|
260
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
261
|
+
[`.${resizerHandleClassName}.large.bottom .${resizerHandleThumbClassName}`]: {
|
|
262
|
+
width: 96,
|
|
263
|
+
height: 3
|
|
264
|
+
},
|
|
265
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors,@atlaskit/ui-styling-standard/no-unsafe-values
|
|
266
|
+
[`.${resizerHandleClassName}.clamped.bottom .${resizerHandleThumbClassName}`]: {
|
|
267
|
+
width: 'clamp(43px, calc(100% - 32px), 96px)',
|
|
268
|
+
height: 3
|
|
269
|
+
}
|
|
270
|
+
});
|
|
271
|
+
|
|
214
272
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
215
273
|
export const pragmaticResizerStylesForTooltip = css({
|
|
216
274
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|