@atlaskit/editor-core 219.3.5 → 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 +9 -0
- package/afm-cc/tsconfig.json +0 -1
- package/afm-products/tsconfig.json +0 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +13 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +6 -5
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +13 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +6 -5
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +13 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +6 -5
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.3.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d08da2b6eb53a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d08da2b6eb53a) -
|
|
8
|
+
Migrate textHighlightStyles, floatingToolbarStyles, textColorStyles, cursorStyles,
|
|
9
|
+
selectionToolbarStyles to Compiled CSS
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 219.3.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -51,10 +51,12 @@
|
|
|
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}
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
._173j1j28 .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}
|
|
110
112
|
._1762idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-left:0}
|
|
111
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}
|
|
112
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}
|
|
113
116
|
._17clidpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-right:0}
|
|
114
117
|
._17kkf705 [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{content:" "}
|
|
@@ -341,6 +344,7 @@
|
|
|
341
344
|
._1xquh2mm .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{position:relative}
|
|
342
345
|
._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
|
|
343
346
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
347
|
+
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
344
348
|
._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
|
|
345
349
|
._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
|
|
346
350
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
@@ -433,12 +437,14 @@
|
|
|
433
437
|
._aycbidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ul{margin-top:0}
|
|
434
438
|
._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
|
|
435
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}
|
|
436
441
|
._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
|
|
437
442
|
._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
|
|
438
443
|
._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
|
|
439
444
|
._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
|
|
440
445
|
._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
|
|
441
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)}
|
|
442
448
|
._ca0qv47k{padding-top:var(--ds-space-250,20px)}
|
|
443
449
|
._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
|
|
444
450
|
._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
|
|
@@ -457,6 +463,7 @@
|
|
|
457
463
|
._dvqjidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
458
464
|
._e519idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-left:0}
|
|
459
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}
|
|
460
467
|
._edxtidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{opacity:0}
|
|
461
468
|
._eflqi7uo [data-prosemirror-node-name=date] .date-lozenger-container span{color:var(--ds-text,#292a2e)}
|
|
462
469
|
._el4et94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-left:1px}
|
|
@@ -527,6 +534,7 @@
|
|
|
527
534
|
._lh5tdrnj .ProseMirror .ProseMirror-gapcursor span:after{animation-name:k1xnqtye}
|
|
528
535
|
._li04tdv8 .ProseMirror .telepointer.color-15{--telepointer-participant-bg-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
529
536
|
._lm211rpy .ProseMirror span.pm-placeholder__text{color:var(--ds-text-subtlest,#6b6e76)}
|
|
537
|
+
._lv7dn7od a .fabric-text-color-mark{color:unset}
|
|
530
538
|
._m1d5tlke .dateView-content-wrap .date-lozenger-container{cursor:pointer}
|
|
531
539
|
._m3b01o36 .ProseMirror-selectednode{outline-width:medium}
|
|
532
540
|
._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
|
|
@@ -622,6 +630,7 @@
|
|
|
622
630
|
._uput15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
623
631
|
._uqqyh2mm .ProseMirror .telepointer{position:relative}
|
|
624
632
|
._uuop1j28 .ProseMirror-hideselection{caret-color:transparent}
|
|
633
|
+
._uw601ku9 [aria-label="Selection toolbar"]{animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
625
634
|
._uw641q08{--ak-editor--full-width-layout-width:1800px}
|
|
626
635
|
._ux32b3bt .ProseMirror .ProseMirror-fake-text-cursor:after{content:""}
|
|
627
636
|
._uxukn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-x:unset}
|
|
@@ -646,6 +655,7 @@
|
|
|
646
655
|
._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
|
|
647
656
|
._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
|
|
648
657
|
._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
|
|
658
|
+
._wnl31s93 .text-highlight{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
|
|
649
659
|
._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
650
660
|
._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
|
|
651
661
|
._x6bu11lh .ProseMirror .ProseMirror-fake-text-selection{color:HighlightText}
|
|
@@ -673,6 +683,7 @@
|
|
|
673
683
|
._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
674
684
|
._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
|
|
675
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)}
|
|
676
687
|
._1t47plhp .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
677
688
|
._1y0dhf2y .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}
|
|
678
689
|
._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
@@ -692,6 +703,7 @@
|
|
|
692
703
|
@container editor-area (width >= 1266px){._1j8i1xb4 .ProseMirror{--ak-editor--breakout-wide-layout-width:1011px}}
|
|
693
704
|
@keyframes k1eqwm1p{0%{--panel-gradient-angle:0deg;background-position:100%}to{--panel-gradient-angle:360deg;background-position:-100%}}
|
|
694
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)}}
|
|
695
707
|
@keyframes k1xnqtye{0%{opacity:0}to{opacity:0}50%{opacity:1}}
|
|
696
708
|
@keyframes k3895my{0%{transform:scaleX(1);opacity:1}95%{transform:scaleX(1);opacity:1}to{transform:scaleX(0);opacity:0}}
|
|
697
709
|
@keyframes k7wtbat{0%{--panel-gradient-angle:0deg}to{--panel-gradient-angle:360deg}}
|
|
@@ -46,6 +46,7 @@ var scaledBlockNodesVerticalMargin = '0.75em';
|
|
|
46
46
|
var editorAreaNonSmallDeviceContainerQuery = "@container editor-area (width >= ".concat(akEditorBreakpointForSmallDevice, ")");
|
|
47
47
|
var editorAreaNarrowPageContainerQuery = "@container editor-area (max-width: ".concat(akEditorFullPageNarrowBreakout, "px)");
|
|
48
48
|
var placeholderFadeInKeyframes = null;
|
|
49
|
+
var fadeIn = null;
|
|
49
50
|
var hideNativeBrowserTextSelectionStyles = null;
|
|
50
51
|
var boxShadowSelectionStyles = null;
|
|
51
52
|
|
|
@@ -119,7 +120,7 @@ var editorContentStyles = {
|
|
|
119
120
|
codeMarkStyles: "",
|
|
120
121
|
codeMarkStylesA11yFix: "",
|
|
121
122
|
commentEditorStyles: "_16jlkb7n _1reozryt _vwz41tcg _ca0qv47k _u5f3v47k _n3tdv47k _19bvv47k _1lbautpp _2k8xutpp _4aknutpp _1r9butpp _1pg2v77o _1ocsv77o _8ctj1b4h",
|
|
122
|
-
cursorStyles: "",
|
|
123
|
+
cursorStyles: "_178n1j28 _1xy6glyw _102f1j28",
|
|
123
124
|
dangerDateStyles: "_o7sybimv",
|
|
124
125
|
dangerRuleStyles: "_zih31bqt",
|
|
125
126
|
dateStyles: "_15n6n7od _munn4jg8 _m1d5tlke _dgh21j28 _1ex4r4us _1kx81j28 _xi121j28 _wi4l1j28 _1a3o1j28 _rn5mbimv",
|
|
@@ -152,7 +153,7 @@ var editorContentStyles = {
|
|
|
152
153
|
firstBlockNodeStyles: "_1qikidpf _6itxidpf _js9kidpf _i3wvidpf _1wh8idpf _8uqaidpf _umh5idpf _jav3idpf",
|
|
153
154
|
firstCodeBlockWithNoMargin: "",
|
|
154
155
|
firstCodeBlockWithNoMarginOld: "",
|
|
155
|
-
firstFloatingToolbarButtonStyles: "",
|
|
156
|
+
firstFloatingToolbarButtonStyles: "_j9yv7g83",
|
|
156
157
|
firstWrappedMediaStyles: "_e519idpf _pxl0idpf _1sn3idpf _ripsidpf",
|
|
157
158
|
fontSizeStyles: "",
|
|
158
159
|
fullPageEditorStyles: "_16jlkb7n _4t3i1osq _18m915zi _kqswh2mm _1e0c1txw _2lx21bp4 _1dm8q5uf",
|
|
@@ -232,7 +233,7 @@ var editorContentStyles = {
|
|
|
232
233
|
scaledEmojiStyles: "",
|
|
233
234
|
scrollbarStyles: "_1fpfolhs _1khk1mok _123b1aqn _jaboglyw _aaynsm61 _1ogl1ibz",
|
|
234
235
|
selectedNodeStyles: "_1vqj1r31 _1fkoglyw _m3b01o36 _g4fm7g83",
|
|
235
|
-
selectionToolbarAnimationStyles: "",
|
|
236
|
+
selectionToolbarAnimationStyles: "_bbrv19by _e9pffnf5 _uw601ku9",
|
|
236
237
|
shadowStyles: "",
|
|
237
238
|
showDiffDeletedNodeStyles: "",
|
|
238
239
|
showDiffDeletedNodeStylesNew: "",
|
|
@@ -265,10 +266,10 @@ var editorContentStyles = {
|
|
|
265
266
|
tasksAndDecisionsStyles: "",
|
|
266
267
|
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",
|
|
267
268
|
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",
|
|
268
|
-
textColorStyles: "",
|
|
269
|
+
textColorStyles: "_c0871i5q _lv7dn7od",
|
|
269
270
|
textDangerStyles: "",
|
|
270
271
|
textHighlightPaddingStyles: "",
|
|
271
|
-
textHighlightStyle: "",
|
|
272
|
+
textHighlightStyle: "_1ny71t12 _wnl31s93",
|
|
272
273
|
textSelectedNodeStyles: "",
|
|
273
274
|
unsupportedStyles: "",
|
|
274
275
|
whitespaceStyles: "_18031hna _18qq1jtm"
|
|
@@ -51,10 +51,12 @@
|
|
|
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}
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
._173j1j28 .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}
|
|
110
112
|
._1762idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-left:0}
|
|
111
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}
|
|
112
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}
|
|
113
116
|
._17clidpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-right:0}
|
|
114
117
|
._17kkf705 [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{content:" "}
|
|
@@ -341,6 +344,7 @@
|
|
|
341
344
|
._1xquh2mm .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{position:relative}
|
|
342
345
|
._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
|
|
343
346
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
347
|
+
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
344
348
|
._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
|
|
345
349
|
._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
|
|
346
350
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
@@ -433,12 +437,14 @@
|
|
|
433
437
|
._aycbidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ul{margin-top:0}
|
|
434
438
|
._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
|
|
435
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}
|
|
436
441
|
._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
|
|
437
442
|
._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
|
|
438
443
|
._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
|
|
439
444
|
._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
|
|
440
445
|
._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
|
|
441
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)}
|
|
442
448
|
._ca0qv47k{padding-top:var(--ds-space-250,20px)}
|
|
443
449
|
._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
|
|
444
450
|
._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
|
|
@@ -457,6 +463,7 @@
|
|
|
457
463
|
._dvqjidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
458
464
|
._e519idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-left:0}
|
|
459
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}
|
|
460
467
|
._edxtidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{opacity:0}
|
|
461
468
|
._eflqi7uo [data-prosemirror-node-name=date] .date-lozenger-container span{color:var(--ds-text,#292a2e)}
|
|
462
469
|
._el4et94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-left:1px}
|
|
@@ -527,6 +534,7 @@
|
|
|
527
534
|
._lh5tdrnj .ProseMirror .ProseMirror-gapcursor span:after{animation-name:k1xnqtye}
|
|
528
535
|
._li04tdv8 .ProseMirror .telepointer.color-15{--telepointer-participant-bg-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
529
536
|
._lm211rpy .ProseMirror span.pm-placeholder__text{color:var(--ds-text-subtlest,#6b6e76)}
|
|
537
|
+
._lv7dn7od a .fabric-text-color-mark{color:unset}
|
|
530
538
|
._m1d5tlke .dateView-content-wrap .date-lozenger-container{cursor:pointer}
|
|
531
539
|
._m3b01o36 .ProseMirror-selectednode{outline-width:medium}
|
|
532
540
|
._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
|
|
@@ -622,6 +630,7 @@
|
|
|
622
630
|
._uput15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
623
631
|
._uqqyh2mm .ProseMirror .telepointer{position:relative}
|
|
624
632
|
._uuop1j28 .ProseMirror-hideselection{caret-color:transparent}
|
|
633
|
+
._uw601ku9 [aria-label="Selection toolbar"]{animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
625
634
|
._uw641q08{--ak-editor--full-width-layout-width:1800px}
|
|
626
635
|
._ux32b3bt .ProseMirror .ProseMirror-fake-text-cursor:after{content:""}
|
|
627
636
|
._uxukn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-x:unset}
|
|
@@ -646,6 +655,7 @@
|
|
|
646
655
|
._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
|
|
647
656
|
._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
|
|
648
657
|
._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
|
|
658
|
+
._wnl31s93 .text-highlight{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
|
|
649
659
|
._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
650
660
|
._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
|
|
651
661
|
._x6bu11lh .ProseMirror .ProseMirror-fake-text-selection{color:HighlightText}
|
|
@@ -673,6 +683,7 @@
|
|
|
673
683
|
._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
674
684
|
._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
|
|
675
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)}
|
|
676
687
|
._1t47plhp .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
677
688
|
._1y0dhf2y .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}
|
|
678
689
|
._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
@@ -692,6 +703,7 @@
|
|
|
692
703
|
@container editor-area (width >= 1266px){._1j8i1xb4 .ProseMirror{--ak-editor--breakout-wide-layout-width:1011px}}
|
|
693
704
|
@keyframes k1eqwm1p{0%{--panel-gradient-angle:0deg;background-position:100%}to{--panel-gradient-angle:360deg;background-position:-100%}}
|
|
694
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)}}
|
|
695
707
|
@keyframes k1xnqtye{0%{opacity:0}to{opacity:0}50%{opacity:1}}
|
|
696
708
|
@keyframes k3895my{0%{transform:scaleX(1);opacity:1}95%{transform:scaleX(1);opacity:1}to{transform:scaleX(0);opacity:0}}
|
|
697
709
|
@keyframes k7wtbat{0%{--panel-gradient-angle:0deg}to{--panel-gradient-angle:360deg}}
|
|
@@ -41,6 +41,7 @@ const scaledBlockNodesVerticalMargin = '0.75em';
|
|
|
41
41
|
const editorAreaNonSmallDeviceContainerQuery = `@container editor-area (width >= ${akEditorBreakpointForSmallDevice})`;
|
|
42
42
|
const editorAreaNarrowPageContainerQuery = `@container editor-area (max-width: ${akEditorFullPageNarrowBreakout}px)`;
|
|
43
43
|
const placeholderFadeInKeyframes = null;
|
|
44
|
+
const fadeIn = null;
|
|
44
45
|
const hideNativeBrowserTextSelectionStyles = null;
|
|
45
46
|
const boxShadowSelectionStyles = null;
|
|
46
47
|
|
|
@@ -168,7 +169,7 @@ const editorContentStyles = {
|
|
|
168
169
|
codeMarkStyles: "",
|
|
169
170
|
codeMarkStylesA11yFix: "",
|
|
170
171
|
commentEditorStyles: "_16jlkb7n _1reozryt _vwz41tcg _ca0qv47k _u5f3v47k _n3tdv47k _19bvv47k _1lbautpp _2k8xutpp _4aknutpp _1r9butpp _1pg2v77o _1ocsv77o _8ctj1b4h",
|
|
171
|
-
cursorStyles: "",
|
|
172
|
+
cursorStyles: "_178n1j28 _1xy6glyw _102f1j28",
|
|
172
173
|
dangerDateStyles: "_o7sybimv",
|
|
173
174
|
dangerRuleStyles: "_zih31bqt",
|
|
174
175
|
dateStyles: "_15n6n7od _munn4jg8 _m1d5tlke _dgh21j28 _1ex4r4us _1kx81j28 _xi121j28 _wi4l1j28 _1a3o1j28 _rn5mbimv",
|
|
@@ -201,7 +202,7 @@ const editorContentStyles = {
|
|
|
201
202
|
firstBlockNodeStyles: "_1qikidpf _6itxidpf _js9kidpf _i3wvidpf _1wh8idpf _8uqaidpf _umh5idpf _jav3idpf",
|
|
202
203
|
firstCodeBlockWithNoMargin: "",
|
|
203
204
|
firstCodeBlockWithNoMarginOld: "",
|
|
204
|
-
firstFloatingToolbarButtonStyles: "",
|
|
205
|
+
firstFloatingToolbarButtonStyles: "_j9yv7g83",
|
|
205
206
|
firstWrappedMediaStyles: "_e519idpf _pxl0idpf _1sn3idpf _ripsidpf",
|
|
206
207
|
fontSizeStyles: "",
|
|
207
208
|
fullPageEditorStyles: "_16jlkb7n _4t3i1osq _18m915zi _kqswh2mm _1e0c1txw _2lx21bp4 _1dm8q5uf",
|
|
@@ -281,7 +282,7 @@ const editorContentStyles = {
|
|
|
281
282
|
scaledEmojiStyles: "",
|
|
282
283
|
scrollbarStyles: "_1fpfolhs _1khk1mok _123b1aqn _jaboglyw _aaynsm61 _1ogl1ibz",
|
|
283
284
|
selectedNodeStyles: "_1vqj1r31 _1fkoglyw _m3b01o36 _g4fm7g83",
|
|
284
|
-
selectionToolbarAnimationStyles: "",
|
|
285
|
+
selectionToolbarAnimationStyles: "_bbrv19by _e9pffnf5 _uw601ku9",
|
|
285
286
|
shadowStyles: "",
|
|
286
287
|
showDiffDeletedNodeStyles: "",
|
|
287
288
|
showDiffDeletedNodeStylesNew: "",
|
|
@@ -314,10 +315,10 @@ const editorContentStyles = {
|
|
|
314
315
|
tasksAndDecisionsStyles: "",
|
|
315
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",
|
|
316
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",
|
|
317
|
-
textColorStyles: "",
|
|
318
|
+
textColorStyles: "_c0871i5q _lv7dn7od",
|
|
318
319
|
textDangerStyles: "",
|
|
319
320
|
textHighlightPaddingStyles: "",
|
|
320
|
-
textHighlightStyle: "",
|
|
321
|
+
textHighlightStyle: "_1ny71t12 _wnl31s93",
|
|
321
322
|
textSelectedNodeStyles: "",
|
|
322
323
|
unsupportedStyles: "",
|
|
323
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,10 +51,12 @@
|
|
|
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}
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
._173j1j28 .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}
|
|
110
112
|
._1762idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-left:0}
|
|
111
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}
|
|
112
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}
|
|
113
116
|
._17clidpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-right:0}
|
|
114
117
|
._17kkf705 [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{content:" "}
|
|
@@ -341,6 +344,7 @@
|
|
|
341
344
|
._1xquh2mm .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{position:relative}
|
|
342
345
|
._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
|
|
343
346
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
347
|
+
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
344
348
|
._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
|
|
345
349
|
._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
|
|
346
350
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
@@ -433,12 +437,14 @@
|
|
|
433
437
|
._aycbidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ul{margin-top:0}
|
|
434
438
|
._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
|
|
435
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}
|
|
436
441
|
._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
|
|
437
442
|
._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
|
|
438
443
|
._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
|
|
439
444
|
._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
|
|
440
445
|
._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
|
|
441
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)}
|
|
442
448
|
._ca0qv47k{padding-top:var(--ds-space-250,20px)}
|
|
443
449
|
._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
|
|
444
450
|
._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
|
|
@@ -457,6 +463,7 @@
|
|
|
457
463
|
._dvqjidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
458
464
|
._e519idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-left:0}
|
|
459
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}
|
|
460
467
|
._edxtidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{opacity:0}
|
|
461
468
|
._eflqi7uo [data-prosemirror-node-name=date] .date-lozenger-container span{color:var(--ds-text,#292a2e)}
|
|
462
469
|
._el4et94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-left:1px}
|
|
@@ -527,6 +534,7 @@
|
|
|
527
534
|
._lh5tdrnj .ProseMirror .ProseMirror-gapcursor span:after{animation-name:k1xnqtye}
|
|
528
535
|
._li04tdv8 .ProseMirror .telepointer.color-15{--telepointer-participant-bg-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
529
536
|
._lm211rpy .ProseMirror span.pm-placeholder__text{color:var(--ds-text-subtlest,#6b6e76)}
|
|
537
|
+
._lv7dn7od a .fabric-text-color-mark{color:unset}
|
|
530
538
|
._m1d5tlke .dateView-content-wrap .date-lozenger-container{cursor:pointer}
|
|
531
539
|
._m3b01o36 .ProseMirror-selectednode{outline-width:medium}
|
|
532
540
|
._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
|
|
@@ -622,6 +630,7 @@
|
|
|
622
630
|
._uput15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
623
631
|
._uqqyh2mm .ProseMirror .telepointer{position:relative}
|
|
624
632
|
._uuop1j28 .ProseMirror-hideselection{caret-color:transparent}
|
|
633
|
+
._uw601ku9 [aria-label="Selection toolbar"]{animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
625
634
|
._uw641q08{--ak-editor--full-width-layout-width:1800px}
|
|
626
635
|
._ux32b3bt .ProseMirror .ProseMirror-fake-text-cursor:after{content:""}
|
|
627
636
|
._uxukn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-x:unset}
|
|
@@ -646,6 +655,7 @@
|
|
|
646
655
|
._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
|
|
647
656
|
._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
|
|
648
657
|
._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
|
|
658
|
+
._wnl31s93 .text-highlight{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
|
|
649
659
|
._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
650
660
|
._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
|
|
651
661
|
._x6bu11lh .ProseMirror .ProseMirror-fake-text-selection{color:HighlightText}
|
|
@@ -673,6 +683,7 @@
|
|
|
673
683
|
._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
674
684
|
._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
|
|
675
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)}
|
|
676
687
|
._1t47plhp .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
677
688
|
._1y0dhf2y .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}
|
|
678
689
|
._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
@@ -692,6 +703,7 @@
|
|
|
692
703
|
@container editor-area (width >= 1266px){._1j8i1xb4 .ProseMirror{--ak-editor--breakout-wide-layout-width:1011px}}
|
|
693
704
|
@keyframes k1eqwm1p{0%{--panel-gradient-angle:0deg;background-position:100%}to{--panel-gradient-angle:360deg;background-position:-100%}}
|
|
694
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)}}
|
|
695
707
|
@keyframes k1xnqtye{0%{opacity:0}to{opacity:0}50%{opacity:1}}
|
|
696
708
|
@keyframes k3895my{0%{transform:scaleX(1);opacity:1}95%{transform:scaleX(1);opacity:1}to{transform:scaleX(0);opacity:0}}
|
|
697
709
|
@keyframes k7wtbat{0%{--panel-gradient-angle:0deg}to{--panel-gradient-angle:360deg}}
|
|
@@ -41,6 +41,7 @@ var scaledBlockNodesVerticalMargin = '0.75em';
|
|
|
41
41
|
var editorAreaNonSmallDeviceContainerQuery = "@container editor-area (width >= ".concat(akEditorBreakpointForSmallDevice, ")");
|
|
42
42
|
var editorAreaNarrowPageContainerQuery = "@container editor-area (max-width: ".concat(akEditorFullPageNarrowBreakout, "px)");
|
|
43
43
|
var placeholderFadeInKeyframes = null;
|
|
44
|
+
var fadeIn = null;
|
|
44
45
|
var hideNativeBrowserTextSelectionStyles = null;
|
|
45
46
|
var boxShadowSelectionStyles = null;
|
|
46
47
|
|
|
@@ -114,7 +115,7 @@ var editorContentStyles = {
|
|
|
114
115
|
codeMarkStyles: "",
|
|
115
116
|
codeMarkStylesA11yFix: "",
|
|
116
117
|
commentEditorStyles: "_16jlkb7n _1reozryt _vwz41tcg _ca0qv47k _u5f3v47k _n3tdv47k _19bvv47k _1lbautpp _2k8xutpp _4aknutpp _1r9butpp _1pg2v77o _1ocsv77o _8ctj1b4h",
|
|
117
|
-
cursorStyles: "",
|
|
118
|
+
cursorStyles: "_178n1j28 _1xy6glyw _102f1j28",
|
|
118
119
|
dangerDateStyles: "_o7sybimv",
|
|
119
120
|
dangerRuleStyles: "_zih31bqt",
|
|
120
121
|
dateStyles: "_15n6n7od _munn4jg8 _m1d5tlke _dgh21j28 _1ex4r4us _1kx81j28 _xi121j28 _wi4l1j28 _1a3o1j28 _rn5mbimv",
|
|
@@ -147,7 +148,7 @@ var editorContentStyles = {
|
|
|
147
148
|
firstBlockNodeStyles: "_1qikidpf _6itxidpf _js9kidpf _i3wvidpf _1wh8idpf _8uqaidpf _umh5idpf _jav3idpf",
|
|
148
149
|
firstCodeBlockWithNoMargin: "",
|
|
149
150
|
firstCodeBlockWithNoMarginOld: "",
|
|
150
|
-
firstFloatingToolbarButtonStyles: "",
|
|
151
|
+
firstFloatingToolbarButtonStyles: "_j9yv7g83",
|
|
151
152
|
firstWrappedMediaStyles: "_e519idpf _pxl0idpf _1sn3idpf _ripsidpf",
|
|
152
153
|
fontSizeStyles: "",
|
|
153
154
|
fullPageEditorStyles: "_16jlkb7n _4t3i1osq _18m915zi _kqswh2mm _1e0c1txw _2lx21bp4 _1dm8q5uf",
|
|
@@ -227,7 +228,7 @@ var editorContentStyles = {
|
|
|
227
228
|
scaledEmojiStyles: "",
|
|
228
229
|
scrollbarStyles: "_1fpfolhs _1khk1mok _123b1aqn _jaboglyw _aaynsm61 _1ogl1ibz",
|
|
229
230
|
selectedNodeStyles: "_1vqj1r31 _1fkoglyw _m3b01o36 _g4fm7g83",
|
|
230
|
-
selectionToolbarAnimationStyles: "",
|
|
231
|
+
selectionToolbarAnimationStyles: "_bbrv19by _e9pffnf5 _uw601ku9",
|
|
231
232
|
shadowStyles: "",
|
|
232
233
|
showDiffDeletedNodeStyles: "",
|
|
233
234
|
showDiffDeletedNodeStylesNew: "",
|
|
@@ -260,10 +261,10 @@ var editorContentStyles = {
|
|
|
260
261
|
tasksAndDecisionsStyles: "",
|
|
261
262
|
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",
|
|
262
263
|
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",
|
|
263
|
-
textColorStyles: "",
|
|
264
|
+
textColorStyles: "_c0871i5q _lv7dn7od",
|
|
264
265
|
textDangerStyles: "",
|
|
265
266
|
textHighlightPaddingStyles: "",
|
|
266
|
-
textHighlightStyle: "",
|
|
267
|
+
textHighlightStyle: "_1ny71t12 _wnl31s93",
|
|
267
268
|
textSelectedNodeStyles: "",
|
|
268
269
|
unsupportedStyles: "",
|
|
269
270
|
whitespaceStyles: "_18031hna _18qq1jtm"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "219.3.
|
|
2
|
+
export var version = "219.3.5";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.3.
|
|
3
|
+
"version": "219.3.6",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/editor-ssr-renderer": "^5.1.0",
|
|
65
65
|
"@atlaskit/editor-toolbar": "^1.0.0",
|
|
66
66
|
"@atlaskit/editor-toolbar-model": "^0.4.0",
|
|
67
|
-
"@atlaskit/emoji": "^70.
|
|
67
|
+
"@atlaskit/emoji": "^70.4.0",
|
|
68
68
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
69
69
|
"@atlaskit/icon": "^34.4.0",
|
|
70
70
|
"@atlaskit/link": "^3.4.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@af/visual-regression": "workspace:^",
|
|
106
106
|
"@atlaskit/adf-utils": "^19.29.0",
|
|
107
107
|
"@atlaskit/analytics-listeners": "^10.0.0",
|
|
108
|
-
"@atlaskit/collab-provider": "^18.
|
|
108
|
+
"@atlaskit/collab-provider": "^18.2.0",
|
|
109
109
|
"@atlaskit/editor-plugin-annotation": "^10.2.0",
|
|
110
110
|
"@atlaskit/editor-plugin-card": "^16.5.0",
|
|
111
111
|
"@atlaskit/editor-plugin-list": "^12.0.0",
|