@atlaskit/editor-core 221.5.11 → 221.5.13
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 +18 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +22 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +6 -2
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +36 -2
- package/dist/cjs/ui/EditorContentContainer/styles/tableStyles.js +47 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +22 -0
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +3 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +8 -4
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +34 -0
- package/dist/es2019/ui/EditorContentContainer/styles/tableStyles.js +46 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +22 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +3 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +8 -4
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +35 -1
- package/dist/esm/ui/EditorContentContainer/styles/tableStyles.js +46 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/resizerStyles.d.ts +7 -0
- package/dist/types/ui/EditorContentContainer/styles/tableStyles.d.ts +7 -0
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 221.5.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`df00c17a7cb79`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df00c17a7cb79) -
|
|
8
|
+
Improve nested table sizing inside fit-to-content tables and snapshot the rendered table layout
|
|
9
|
+
during auto-conversion so the persisted parent table width matches the page-load view.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 221.5.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`92638385edd0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/92638385edd0e) -
|
|
17
|
+
[ux] [EDITOR-7888] add breakout resizing support for panel and rule nodes behind experiment
|
|
18
|
+
`platform_editor_lovability_resize_dividers_panels`.
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 221.5.11
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -518,6 +518,7 @@
|
|
|
518
518
|
._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)}
|
|
519
519
|
._12yq1osq .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{height:100%}
|
|
520
520
|
._1305glyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
521
|
+
._130mvi1l .pm-table-wrapper:has(>table[data-initial-width-mode=content]){width:max-content!important}
|
|
521
522
|
._13201j28 .pm-table-sticky-wrapper>table>tbody>tr>td[data-reaches-left]:after{border-left-color:transparent}
|
|
522
523
|
._132p1k9k .ProseMirror ol[data-indent-level="5"]{list-style-type:lower-alpha}
|
|
523
524
|
._133ckb7n .ProseMirror [data-layout-section]>*{flex-shrink:1}
|
|
@@ -636,6 +637,7 @@
|
|
|
636
637
|
._15q4m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+div[class^=fabric-editor-align]{clear:both!important}
|
|
637
638
|
._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)}
|
|
638
639
|
._15sh1bp4 .ProseMirror [data-layout-section] [data-layout-column][data-valign=bottom]>[data-layout-content]{flex-direction:column}
|
|
640
|
+
._15spidpf .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{margin-right:0}
|
|
639
641
|
._15t1i7a9 .pm-table-sticky-wrapper>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
|
|
640
642
|
._15uri7a9 .ak-editor-expand__title-input{font-weight:var(--ds-font-weight-regular,400)}
|
|
641
643
|
._15ve1gly .ProseMirror .danger .code-block .line-number-gutter{background-color:var(--ds-background-danger,#ffeceb)}
|
|
@@ -649,6 +651,7 @@
|
|
|
649
651
|
._1613yh40 .ProseMirror .ak-editor-annotation-draft{padding-bottom:2px}
|
|
650
652
|
._162914j0 [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:var(--ds-background-success-subtler,#d3f1a7)}
|
|
651
653
|
._16293uhp [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:#b3df72}
|
|
654
|
+
._162evi1l .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table{width:max-content!important}
|
|
652
655
|
._162zidpf .hyperlink-floating-toolbar{padding-left:0}
|
|
653
656
|
._168dt7xp .ProseMirror .ak-editor-annotation-hover{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
654
657
|
._16993mia .mediaSingleView-content-wrap span#caption-placeholder{font-size:var(--ak-editor-base-font-size)}
|
|
@@ -975,6 +978,7 @@
|
|
|
975
978
|
._1d9kt94y .ak-editor-expand.ak-editor-selected-node:not(.danger):after{width:1px}
|
|
976
979
|
._1d9u1tcg [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{width:24px}
|
|
977
980
|
._1db9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
981
|
+
._1dcuglyw .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table{max-width:none}
|
|
978
982
|
._1ddmu2gc .ProseMirror .ak-editor-panel{padding-top:var(--ds-space-100,8px)}
|
|
979
983
|
._1de7idpf .ProseMirror li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:0}
|
|
980
984
|
._1dh91osq .pm-breakout-resize-handle-rail{height:100%}
|
|
@@ -989,6 +993,7 @@
|
|
|
989
993
|
._1dpne0wb .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:16.25px}
|
|
990
994
|
._1dpngktf .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px}
|
|
991
995
|
._1dpr1ntv .layout-column-divider{box-sizing:content-box}
|
|
996
|
+
._1dqh1h6o .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=rule])>.pm-breakout-resize-handle-container{align-self:center}
|
|
992
997
|
._1dr7idpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{bottom:0}
|
|
993
998
|
._1dsv1wug .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{table-layout:auto}
|
|
994
999
|
._1dtlkb7n .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
|
|
@@ -1125,6 +1130,7 @@
|
|
|
1125
1130
|
._1g5dr4us .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
1126
1131
|
._1g5r1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::selection{background-color:transparent}
|
|
1127
1132
|
._1g6m15vq .ak-editor-expand__content .nestedExpand-content-wrapper{overflow-y:hidden}
|
|
1133
|
+
._1g73261p .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table>colgroup>col{width:unset!important}
|
|
1128
1134
|
._1g77r5cr .resizer-handle-thumb:focus:after{left:var(--ds-space-negative-050,-4px)}
|
|
1129
1135
|
._1g92idpf .ProseMirror [data-layout-section] [data-layout-column]>div>:not(style):first-child{margin-top:0}
|
|
1130
1136
|
._1ga8idpf .ProseMirror [data-layout-section]>[data-layout-column]{margin-bottom:0}
|
|
@@ -1702,6 +1708,7 @@
|
|
|
1702
1708
|
._1td8idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{top:0}
|
|
1703
1709
|
._1td9bimv .extensionView-content-wrap.danger>span>.legacy-content-header{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
1704
1710
|
._1tdl1i6y .fabric-background-color-mark:has(.background-color-padding-right){margin-right:var(--ds-space-negative-025,-2px)}
|
|
1711
|
+
._1tdlewfl .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper{overflow-x:visible}
|
|
1705
1712
|
._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
1706
1713
|
._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
|
|
1707
1714
|
._1tfl1j28 .pm-table-sticky-wrapper>table>tbody>tr>td[data-reaches-left]{border-left-color:transparent}
|
|
@@ -1751,6 +1758,7 @@
|
|
|
1751
1758
|
._1ubhidpf .ProseMirror .ak-editor-annotation-blur{padding-right:0}
|
|
1752
1759
|
._1ubpkb7n .pm-table-wrapper>table:after{z-index:1}
|
|
1753
1760
|
._1uc7m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ol{clear:both!important}
|
|
1761
|
+
._1uciidpf .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table{margin-right:0}
|
|
1754
1762
|
._1ucti7uo .editor-mention-primitive.mention-restricted{color:var(--ds-text,#292a2e)}
|
|
1755
1763
|
._1uddtdv8 .selected-search-match{background-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
1756
1764
|
._1ue41l2s .ProseMirror p:has(.placeholder-decoration-hide-overflow){text-overflow:ellipsis}
|
|
@@ -1905,6 +1913,7 @@
|
|
|
1905
1913
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
1906
1914
|
._1xxp1tmw .multiBodiedExtensionView-content-wrap.danger>span>div>.extension-label{color:var(--ds-text-danger,#ae2e24)}
|
|
1907
1915
|
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
1916
|
+
._1xyr1ylp .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=rule])>.pm-breakout-resize-handle-container{height:40px}
|
|
1908
1917
|
._1y15utpp .ProseMirror table .rich-media-item.image-wrap-left[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}
|
|
1909
1918
|
._1y1pbimv .ProseMirror .ak-editor-sync-block.danger{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
1910
1919
|
._1y1t16y8 [data-prosemirror-node-name=blockquote].show-diff-deleted-node-traditional{text-decoration-color:var(--ds-border-accent-red,#e2483d)}
|
|
@@ -1943,6 +1952,7 @@
|
|
|
1943
1952
|
._1yqx1tmw .extensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{color:var(--ds-text-danger,#ae2e24)}
|
|
1944
1953
|
._1yqxibhp .ProseMirror .ak-editor-panel[data-panel-type=warning]{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
1945
1954
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
1955
|
+
._1ysk1g3s .pm-table-wrapper:has(>table[data-initial-width-mode=content]){max-width:var(--ak-editor-table-max-width)!important}
|
|
1946
1956
|
._1yssoqnp [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{margin-bottom:.75rem}
|
|
1947
1957
|
._1yvb1vek [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-border-color:var(--local-border-active)}
|
|
1948
1958
|
._1yvx1j28 .pm-table-container>table>tbody>tr>td[data-reaches-left]{border-left-color:transparent}
|
|
@@ -2187,6 +2197,7 @@
|
|
|
2187
2197
|
._6tn6glyw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{pointer-events:none}
|
|
2188
2198
|
._6udpstnw .ProseMirror .code-block .code-block--end{position:absolute}
|
|
2189
2199
|
._6v8nvbgk .richMedia-resize-handle-right:after{height:4pc}
|
|
2200
|
+
._6v9fmyb0 .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=rule])>.pm-breakout-resize-handle-container--right{right:-4px}
|
|
2190
2201
|
._6w2t1s99 .embedCardView-content-wrap.show-diff-deleted-node .loader-wrapper>div:after{box-shadow:0 0 0 1px var(--ds-border-accent-red,#e2483d)}
|
|
2191
2202
|
._6w2tuh72 .embedCardView-content-wrap.show-diff-deleted-node .loader-wrapper>div:after{box-shadow:0 0 0 1px var(--ds-border-accent-gray,#7d818a)}
|
|
2192
2203
|
._6w3a1tmo .ProseMirror .telepointer.color-10{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
@@ -2274,6 +2285,7 @@
|
|
|
2274
2285
|
._8vye1ssb [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{left:50%}
|
|
2275
2286
|
._8vyeidpf .ProseMirror .pm-table-wrapper>table{margin-right:0}
|
|
2276
2287
|
._8wi61mi1 .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
|
|
2288
|
+
._8wilewfl .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container{overflow-x:visible}
|
|
2277
2289
|
._8wmvoqnp .ProseMirror li>style:first-child+p{margin-top:.75rem}
|
|
2278
2290
|
._8zqr2lzm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-image:var(--ak-editor--table-overflow-shadow)}
|
|
2279
2291
|
._8zz2idpf .pm-table-container>table>tbody>tr>th{border-right-width:0}
|
|
@@ -2510,6 +2522,7 @@
|
|
|
2510
2522
|
._dlrj1i6y [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{outline-offset:var(--ds-space-negative-025,-2px)}
|
|
2511
2523
|
._dnlnm0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h2{clear:both!important}
|
|
2512
2524
|
._dnsrtlke .ProseMirror .ak-editor-annotation-focus{cursor:pointer}
|
|
2525
|
+
._dofuzd3w .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=panel])>.pm-breakout-resize-handle-container{height:calc(100% - 9pt)}
|
|
2513
2526
|
._dpkjh2mm .pm-table-sticky-wrapper>table{position:relative}
|
|
2514
2527
|
._dpu9p1qy .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
|
|
2515
2528
|
._drld15vq [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{visibility:hidden}
|
|
@@ -2632,6 +2645,7 @@
|
|
|
2632
2645
|
._g5of1mi1 .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
|
|
2633
2646
|
._g5xu1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
|
|
2634
2647
|
._g62yutpp .pm-table-container>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
2648
|
+
._g6ebvi1l .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container{width:max-content!important}
|
|
2635
2649
|
._g6l115s3 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-background-selected,#e9f2fe)}
|
|
2636
2650
|
._g7u3dgkc .ak-editor-expand .ak-editor-expand__icon-container svg{color:var(--ds-icon-subtle,#505258)}
|
|
2637
2651
|
._g7vh4jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-direction:normal}
|
|
@@ -2686,6 +2700,7 @@
|
|
|
2686
2700
|
._h0b91j5o .ProseMirror h4 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
|
|
2687
2701
|
._h1671vek [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:active+svg{--checkbox-border-color:var(--local-border-active)}
|
|
2688
2702
|
._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)}
|
|
2703
|
+
._h2quglyw .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container{max-width:none}
|
|
2689
2704
|
._h2zmazsu .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{color:var(--ds-text-subtle,#505258)}
|
|
2690
2705
|
._h3z91q9c [data-prosemirror-node-name=date] .date-lozenger-container span{white-space:nowrap}
|
|
2691
2706
|
._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
@@ -2884,6 +2899,7 @@
|
|
|
2884
2899
|
._kxdfidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{left:0}
|
|
2885
2900
|
._ky807vkz [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{width:1pc}
|
|
2886
2901
|
._kyt0grf3 .ProseMirror li:has(>ul:only-child)>ul{margin-top:0!important}
|
|
2902
|
+
._kze5vi1l .pm-table-container:has(>.pm-table-wrapper>table[data-initial-width-mode=content]){width:max-content!important}
|
|
2887
2903
|
._kzf2h2mm [data-prosemirror-node-name=blockTaskItem] [data-component=task-item-main]{position:relative}
|
|
2888
2904
|
._l1qiidpf .ak-editor-panel.ak-editor-selected-node:not(.danger):before{top:0}
|
|
2889
2905
|
._l2nti7uo .ProseMirror h3{color:var(--ds-text,#292a2e)}
|
|
@@ -3081,6 +3097,7 @@
|
|
|
3081
3097
|
._p3lu1txw .richMedia-resize-handle-left{display:flex}
|
|
3082
3098
|
._p3p6usvi .gridLine{box-sizing:border-box}
|
|
3083
3099
|
._p4wq1osq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{height:100%}
|
|
3100
|
+
._p73zglyw .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper{max-width:none}
|
|
3084
3101
|
._p8rdtlke .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){cursor:pointer}
|
|
3085
3102
|
._p96k1b66 .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{padding-bottom:var(--ds-space-050,4px)}
|
|
3086
3103
|
._pa0l15vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-x:hidden}
|
|
@@ -3093,6 +3110,7 @@
|
|
|
3093
3110
|
._pfwgidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{padding-left:0}
|
|
3094
3111
|
._pg931osq{--ak-editor--breakout-min-width:100%}
|
|
3095
3112
|
._pgjg1j5o .ProseMirror h6 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
|
|
3113
|
+
._pgryglyw .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{max-width:none}
|
|
3096
3114
|
._pgy3idpf .bodiedExtensionView-content-wrap:first-of-type{margin-top:0}
|
|
3097
3115
|
._phftrsbi{--local-border:var(--ds-border-input,#8c8f97)}
|
|
3098
3116
|
._phnn1rpy [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
|
|
@@ -3117,6 +3135,7 @@
|
|
|
3117
3135
|
._pp57mgjw .resizer-handle div[role=presentation]{margin-top:var(--ds-space-negative-200,-1pc)}
|
|
3118
3136
|
._prsvoskh .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
|
|
3119
3137
|
._pru0idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]:has(+.mediaSingleView-content-wrap[layout^=wrap]) .rich-media-item{margin-top:0}
|
|
3138
|
+
._pru7vi1l .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper{width:max-content!important}
|
|
3120
3139
|
._prvjh2mm .ak-editor-panel.ak-editor-selected-node:not(.danger){position:relative}
|
|
3121
3140
|
._ps8p1o8l .ProseMirror .emojiView-content-wrap{display:inline-block}
|
|
3122
3141
|
._ptek1n1a .bodiedExtensionView-content-wrap .bodiedExtension-content-outer-wrapper{margin-bottom:-1px}
|
|
@@ -3329,10 +3348,12 @@
|
|
|
3329
3348
|
._u6kkutpp .pm-breakout-resize-handle-thumb{top:var(--ds-space-150,9pt)}
|
|
3330
3349
|
._u7fhtlke .statusView-content-wrap>span{cursor:pointer}
|
|
3331
3350
|
._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)}
|
|
3351
|
+
._u8ab1g3s .resizer-item:has(table[data-initial-width-mode=content]){max-width:var(--ak-editor-table-max-width)!important}
|
|
3332
3352
|
._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
|
|
3333
3353
|
._u96x1ial .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{z-index:12}
|
|
3334
3354
|
._uazj1k8s .ProseMirror .code-block .line-number-gutter:before{line-height:1.5rem}
|
|
3335
3355
|
._ubim1n1a .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{right:-1px}
|
|
3356
|
+
._ubzd1g3s .pm-table-container:has(>.pm-table-wrapper>table[data-initial-width-mode=content]){max-width:var(--ak-editor-table-max-width)!important}
|
|
3336
3357
|
._ucdskb7n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{flex-shrink:1}
|
|
3337
3358
|
._uck94pcx .ProseMirror .ak-editor-panel[data-panel-type=tip] .ak-editor-panel__icon[data-panel-type=tip]{color:var(--ds-icon-success,#6a9a23)}
|
|
3338
3359
|
._ucr81j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container ::-moz-selection{background-color:transparent}
|
|
@@ -3493,6 +3514,7 @@
|
|
|
3493
3514
|
._x81614y2 .ProseMirror .ak-editor-annotation-blur:has(.card){padding-top:5px}
|
|
3494
3515
|
._xbowidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{top:0}
|
|
3495
3516
|
._xddov77o [data-prosemirror-node-name=status] .lozenge-wrapper{padding-block-start:var(--ds-space-025,2px)}
|
|
3517
|
+
._xeodmyb0 .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=panel])>.pm-breakout-resize-handle-container--right{right:-4px}
|
|
3496
3518
|
._xf6qn7od table .resizer-hover-zone.resizer-is-extended{padding-top:unset}
|
|
3497
3519
|
._xfo5agmp .ProseMirror .layoutSectionView-content-wrap:hover .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider~[data-layout-column] [data-layout-content]:before{display:none!important}
|
|
3498
3520
|
._xhe7b3bt .ProseMirror .left-shadow:before{content:""}
|
|
@@ -278,6 +278,7 @@ var editorContentStyles = {
|
|
|
278
278
|
pragmaticResizerStylesForTooltip: "_1vw512b0 _5qeg1txw _1oid1h6o _1e0d1h6o _c9p61osq _iz7l11mm _1a53cs5v _kgf01osq _1d1f1osq _djjh1osq",
|
|
279
279
|
pragmaticResizerStylesSyncedBlock: "_hjc32bgk _wkbz2bgk _qrrd2bgk _1lm92bgk _1qvdzd3w _lukrzd3w",
|
|
280
280
|
pragmaticResizerStylesWithReducedEditorGutter: "_m10eidpf _1b68idpf _1nur15vq _1j0a15vq _1ae51ea5 _1sjs15vq _d5z315vq _191gidpf _dmjjidpf",
|
|
281
|
+
pragmaticResizerStylesPanelAndRule: "_xeodmyb0 _dofuzd3w _6v9fmyb0 _1dqh1h6o _1xyr1ylp",
|
|
281
282
|
pragmaticStylesLayoutFirstNodeResizeHandleFix: "_13is11dc",
|
|
282
283
|
resizerStyles: "_16pckt5e _10gt1txw _1a7b15vq _9klwidpf _ydkr1bp4 _1p6p1h6o _i5751h6o _mz7q1v6z _c1pr1osq _351g1osq _w71a1txw _cwvb1bp4 _n0x91h6o _13o01h6o _pp57mgjw _svmg4jg8 _1bo71y6m _17h6esu3 _2e7gajfg _1pgzvbgk _1ynz16xz _ivms1h8x _xv4o1if8 _15c6utpp _ao45utpp _i4oz1v1w _1oimewfl _6x25105o _mle11nxw _1pf6z97a _2j3s1qi0 _uufeidpf _t6uyidpf _5drkidpf _1yk7idpf _1jyuidpf _1reh1r31 _1l7jglyw _de791o36 _1v2p1l7x _1hjoq98m _1ehevp1g _103n1kw7 _1qsab3bt _1lqhstnw _14u4r5cr _5nd3r5cr _1sq7r5cr _1g77r5cr _1koh1mrw _11uyf705 _k31i1txw _dw2y1l7b _1fxgvbgk _f561cs5v _aakq1tcg _3f0s11mm _8fzb12b0 _exlk10ym _e3z7glyw _1om315s3 _1v2n15s3 _mgxs1osq _10cy14no _1nzz15vq _1l7xstnw _7ko61v6z _172f1f9d _ooctidpf _1b5hn7od _xf6qn7od _vpm4n7od _q381n7od _1qwmn7od _1rq3n7od _61j5n7od _ew2in7od _sa1qn7od _y41ln7od _1ful1ea5 _64blewfl _1cvqewfl _l5mpkb7n _13y1kb7n _1pzr1v1w _1qngglyw _168ss4qr _10ns1v1w _6rj41l7x _d8sss8vo _11ujxmi2 _zuk5h2mm _1061j4ch _k6mw1osq",
|
|
283
284
|
resizerBottomHandleStyles: "_6c42vrvc _v3lxesu3 _1wqp1osq _1tp41v6z _pmqbvbgk _mnlt1l7b _16h41tcg _eyiwidpf _krhrv77o _zrm5idpf _vgo7v77o _1pgxidpf _1utv776v _yglo1f9d _1wh51v6z _1dun1osq _1grj1v6z _1rb014no _1dulidpf _1iikajfg _1j3z1l7b _19advbgk _oy781l7b _1pxn16xz _zvm61l7b _1b4h1h8x _rhcd1l7b",
|
|
@@ -304,6 +305,7 @@ var editorContentStyles = {
|
|
|
304
305
|
tableCommentEditorStyles: "_s9qz1mok _1quk1aqn _1tb2idpf _8vyeidpf _1igzolhs _ux48glyw _giavsm61 _axu71ibz",
|
|
305
306
|
tableContainerStyles: "_18ml1osq _9e5g1wug _uwd31osq _12wgusvi _nnhzewfl _1gbz1osq _10va1osq _lkzl1n9t _1mca1wug",
|
|
306
307
|
tableContentModeStyles: "_1lxan7od _11a2n7od _19iin7od _1vpzn7od _l6b9n7od _9v33vi1l _poet1ris _9loxvi1l _1dsv1wug _r83tvi1l _cbmx261p",
|
|
308
|
+
tableContentModeNestedTableStyles: "_pgryglyw _15spidpf _kze5vi1l _130mvi1l _9loxvi1l _ubzd1g3s _1ysk1g3s _u8ab1g3s _162evi1l _1dcuglyw _1uciidpf _1g73261p _g6ebvi1l _pru7vi1l _h2quglyw _p73zglyw _8wilewfl _1tdlewfl",
|
|
307
309
|
tableEmptyRowStyles: "_1rgmmh6f _u0mgmh6f",
|
|
308
310
|
tableRoundedCornerStyles: "_1c5kpb1k _qqx7pb1k _10n4pb1k _ddbmpb1k _hnwypb1k _vg21pb1k _iew5pb1k _b4v9pb1k",
|
|
309
311
|
tableLayoutFixes: "_1f5xidpf _28dsidpf _f30jidpf _jr291hrf",
|
|
@@ -388,7 +390,7 @@ var EditorContentContainerCompiled = exports.EditorContentContainerCompiled = /*
|
|
|
388
390
|
}) && editorContentStyles.textSelectedNodeStyles, (0, _platformFeatureFlags.fg)('platform_editor_typography_ugc') ? editorContentStyles.blocktypeStyles_fg_platform_editor_typography_ugc : editorContentStyles.blocktypeStyles_without_fg_platform_editor_typography_ugc, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes, editorContentStyles.codeMarkStyles, (0, _expValEquals.expValEquals)('platform_editor_a11y_scrollable_region', 'isEnabled', true) && editorContentStyles.codeMarkStylesA11yFix, editorContentStyles.textColorStyles, editorContentStyles.backgroundColorStyles, !(0, _expValEquals.expValEquals)('platform_editor_lovability_text_bg_color', 'isEnabled', true) && editorContentStyles.highlightLinksUnsetStyles, editorContentStyles.textHighlightPaddingStyles, editorContentStyles.listsStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_flexible_list_schema', 'isEnabled', true) && editorContentStyles.listItemHiddenMarkerStyles, editorContentStyles.diffListStyles, contentMode === 'compact' && isDense && editorContentStyles.listsDenseStyles, isFullPage && editorContentStyles.listsStylesMarginLayoutShiftFix, editorContentStyles.ruleStyles, editorContentStyles.smartCardDiffStyles, (0, _expValEquals.expValEquals)('platform_editor_enghealth_a11y_jan_fixes', 'isEnabled', true) ? editorContentStyles.showDiffDeletedNodeStylesNew : editorContentStyles.showDiffDeletedNodeStyles, editorContentStyles.mediaStyles, contentMode === 'compact' && editorContentStyles.mediaCaptionStyles, (0, _platformFeatureFlags.fg)('platform_editor_fix_media_in_renderer') && editorContentStyles.firstWrappedMediaStyles, editorContentStyles.telepointerStyle, /* This needs to be after telepointer styles as some overlapping rules have equal specificity, and so the order is significant */
|
|
389
391
|
editorContentStyles.telepointerColorAndCommonStyle, editorContentStyles.gapCursorStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.gapCursorStylesVisibilityFix, editorContentStyles.panelStyles, editorContentStyles.nestedPanelBorderStylesMixin, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.panelStylesMixin_fg_platform_editor_nested_dnd_styles_changes, editorContentStyles.panelStylesMixin, editorContentStyles.mentionsStyles, editorContentStyles.tasksAndDecisionsStyles, contentMode === 'compact' && isDense && editorContentStyles.tasksAndDecisionsDenseStyles, editorContentStyles.gridStyles, editorContentStyles.blockMarksStyles, editorContentStyles.dateStyles, editorContentStyles.extensionStyles, contentMode === 'compact' && editorContentStyles.extensionStylesDense, (0, _expValEquals.expValEquals)('platform_editor_bodiedextension_layoutshift_fix', 'isEnabled', true) && editorContentStyles.bodiedExtensionLayoutShiftFix, editorContentStyles.extensionDiffStyles, editorContentStyles.expandStylesBase, !useStandardNodeWidth && editorContentStyles.expandStyles, contentMode === 'compact' && isDense && editorContentStyles.expandDenseStyles, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? editorContentStyles.expandStylesMixin_fg_platform_editor_nested_dnd_styles_changes : editorContentStyles.expandStylesMixin_without_fg_platform_editor_nested_dnd_styles_changes, editorContentStyles.expandStylesMixin_fg_platform_visual_refresh_icons, isChromeless && editorContentStyles.expandStylesMixin_chromeless_expand_fix, (0, _expValEquals.expValEquals)('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? editorContentStyles.findReplaceStylesNewWithA11Y : editorContentStyles.findReplaceStyles, (0, _expValEquals.expValEquals)('platform_editor_find_and_replace_improvements', 'isEnabled', true) && editorContentStyles.findReplaceStylesNewWithCodeblockColorContrastFix, !(0, _expValEquals.expValEquals)('platform_editor_find_and_replace_improvements', 'isEnabled', true) && editorContentStyles.findReplaceStylesWithCodeblockColorContrastFix, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.findReplaceStylesWithRefSyncBlock, editorContentStyles.textHighlightStyle, editorContentStyles.decisionStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_blocktaskitem_node_tenantid', 'isEnabled', true) ? editorContentStyles.taskItemStylesWithBlockTaskItem : editorContentStyles.taskItemStyles, editorContentStyles.taskItemCheckboxStyles, editorContentStyles.decisionIconWithVisualRefresh, editorContentStyles.statusStyles, (0, _platformFeatureFlags.fg)('platform-dst-lozenge-tag-badge-visual-uplifts') ? editorContentStyles.statusStylesTeam26 : (0, _platformFeatureFlags.fg)('platform-component-visual-refresh') ? (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? editorContentStyles.statusStylesMixin_fg_platform_component_visual_refresh_with_search_match : editorContentStyles.statusStylesMixin_fg_platform_component_visual_refresh : (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? editorContentStyles.statusStylesMixin_without_fg_platform_component_visual_refresh_with_search_match : editorContentStyles.statusStylesMixin_without_fg_platform_component_visual_refresh, colorMode === 'dark' && (0, _platformFeatureFlags.fg)('platform-dst-lozenge-tag-badge-visual-uplifts') && editorContentStyles.statusStylesTeam26DarkMode, editorContentStyles.annotationStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? (0, _experiments.editorExperiment)('platform_editor_block_menu', true) ? editorContentStyles.smartCardStylesWithSearchMatchAndBlockMenuDangerStyles : editorContentStyles.smartCardStylesWithSearchMatch : editorContentStyles.smartCardStyles, (0, _experiments.editorExperiment)('platform_editor_preview_panel_responsiveness', true) && editorContentStyles.smartCardStylesWithSearchMatchAndPreviewPanelResponsiveness, ((0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_controls', 'cohort', 'variant1') || (0, _experiments.editorExperiment)('platform_editor_preview_panel_linking_exp', true)) && editorContentStyles.editorControlsSmartCardStyles, editorContentStyles.embedCardStyles, editorContentStyles.unsupportedStyles, editorContentStyles.resizerStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('cc-maui-experiment', 'isEnabled', true) && (0, _expValEquals.expValEquals)('databases-native-embeds-v2', 'isEnabled', true) && editorContentStyles.resizerBottomHandleStyles, editorContentStyles.layoutBaseStyles, (0, _expValEquals.expValEquals)('platform_editor_table_excerpts_fix', 'isEnabled', true) && editorContentStyles.layoutBaseStylesWithTableExcerptsFix, (0, _platformFeatureFlags.fg)('platform_editor_fix_media_in_renderer') && editorContentStyles.alignMultipleWrappedImageInLayoutStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.syncBlockStylesBase, (0, _experiments.editorExperiment)('platform_synced_block', true) &&
|
|
390
392
|
// Apply sync block delta styles conditionally based on useStandardNodeWidth (negative margins or not)
|
|
391
|
-
!useStandardNodeWidth && editorContentStyles.syncBlockStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.syncBlockOverflowStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.syncBlockFirstNodeStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_synced_block_patch_14') && editorContentStyles.syncBlockTextSelectionStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutBaseStylesAdvanced, (0, _experiments.editorExperiment)('advanced_layouts', true) ? editorContentStyles.layoutSectionStylesAdvanced : editorContentStyles.layoutSectionStylesNotAdvanced, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _experiments.editorExperiment)('platform_editor_layout_column_resize_handle', true) && editorContentStyles.layoutColumnDividerStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _experiments.editorExperiment)('platform_editor_layout_column_resize_handle', true) && (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.layoutColumnDividerStylesNestedDnD, (0, _experiments.editorExperiment)('advanced_layouts', true) ? editorContentStyles.layoutColumnStylesAdvanced : editorContentStyles.layoutColumnStylesNotAdvanced, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _experiments.editorExperiment)('platform_editor_layout_column_resize_handle', true) && editorContentStyles.layoutColumnResizeStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) ? editorContentStyles.layoutSelectedStylesAdvanced : editorContentStyles.layoutSelectedStylesNotAdvanced, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.layoutSelectedStylesAdvancedFix, (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutColumnResponsiveStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutResponsiveBaseStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.layoutBaseStylesFixesUnderNestedDnDFGExcludingBodiedSync, !(0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.layoutBaseStylesFixesUnderNestedDnDFG, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? editorContentStyles.layoutColumnMartinTopFixesNew : editorContentStyles.layoutColumnMartinTopFixesOld, editorContentStyles.smartLinksInLivePagesStyles, editorContentStyles.linkingVisualRefreshV1Styles, editorContentStyles.dateVanillaStyles, (0, _platformFeatureFlags.fg)('platform_editor_typography_ugc') ? contentMode === 'compact' ? editorContentStyles.paragraphStylesWithScaledMargin : editorContentStyles.paragraphStylesUGCRefreshed : contentMode === 'compact' ? editorContentStyles.paragraphStylesOldWithScaledMargin : editorContentStyles.paragraphStylesOld, editorContentStyles.linkStyles, browser.safari && editorContentStyles.listsStylesSafariFix, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.pragmaticResizerStylesSyncedBlock, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && editorContentStyles.pragmaticResizerStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.pragmaticResizerStylesCodeBlockSyncedBlockPatch, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && !(0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.pragmaticResizerStylesCodeBlockLegacy, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && editorContentStyles.pragmaticStylesLayoutFirstNodeResizeHandleFix, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && editorContentStyles.pragmaticResizerStylesForTooltip, (0, _experiments.editorExperiment)('platform_editor_preview_panel_responsiveness', true) && ((0, _experiments.editorExperiment)('advanced_layouts', true) || (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true)) && editorContentStyles.pragmaticResizerStylesWithReducedEditorGutter, editorContentStyles.aiPanelBaseStyles, isFirefox && editorContentStyles.aiPanelBaseFirefoxStyles, colorMode === 'dark' && editorContentStyles.aiPanelDarkStyles, colorMode === 'dark' && isFirefox && editorContentStyles.aiPanelDarkFirefoxStyles, viewMode === 'view' && editorContentStyles.layoutStylesForView, viewMode === 'view' && (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutSelectedStylesForViewAdvanced, viewMode === 'view' && (0, _experiments.editorExperiment)('advanced_layouts', false) && editorContentStyles.layoutSelectedStylesForViewNotAdvanced, viewMode === 'view' && (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutResponsiveStylesForView, isComment && editorContentStyles.commentEditorStyles, isComment && editorContentStyles.tableCommentEditorStyles, isFullPage && editorContentStyles.fullPageEditorStyles, isFullPage && editorContentStyles.scrollbarStyles, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? editorContentStyles.firstCodeBlockWithNoMargin : editorContentStyles.firstCodeBlockWithNoMarginOld, editorContentStyles.firstBlockNodeStyles, editorContentStyles.mentionNodeStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? editorContentStyles.mentionsSelectionStylesWithSearchMatch : editorContentStyles.mentionsSelectionStyles, (0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) ? editorContentStyles.scaledEmojiStyles : editorContentStyles.emojiStyles, contentMode === 'compact' && isDense && (0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) && editorContentStyles.scaledEmojiDenseStyles, contentMode === 'compact' && isDense && !(0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) && editorContentStyles.emojiDenseStyles, editorContentStyles.panelViewStyles, editorContentStyles.mediaGroupStyles, editorContentStyles.mediaAlignmentStyles, (0, _expValEquals.expValEquals)('platform_editor_small_font_size', 'isEnabled', true) ? editorContentStyles.tableLayoutFixesWithFontSize : editorContentStyles.tableLayoutFixes, editorContentStyles.tableContainerStyles, editorContentStyles.tableSharedStyle, (browser.gecko || browser.ie || browser.mac && browser.chrome) && editorContentStyles.tableSharedStyleBackgroundClipFix, (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) ? editorContentStyles.tableSharedStyle_with_platform_editor_table_q4_loveability : editorContentStyles.tableSharedStyle_without_platform_editor_table_q4_loveability, (0, _expValEquals.expValEquals)('platform_editor_table_menu_updates', 'isEnabled', true) && editorContentStyles.tableSharedStyle_with_platform_editor_table_menu_updates, (0, _platformFeatureFlags.fg)('platform_editor_bordered_panel_nested_in_table') && editorContentStyles.tableSharedStyle_with_platform_editor_bordered_panel_nested_in_table, editorContentStyles.tableEmptyRowStyles, (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) && (0, _platformFeatureFlags.fg)('platform_editor_table_q4_patch_1') && editorContentStyles.tableRoundedCornerStyles, (0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) && editorContentStyles.tableContentModeStyles, editorContentStyles.hyperLinkFloatingToolbarStyles, editorContentStyles.selectionToolbarAnimationStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.blockquoteDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.textDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.listDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.dangerDateStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.emojiDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.mentionDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.decisionDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.statusDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.dangerRuleStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.mediaDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.nestedPanelDangerStyles, className || undefined]),
|
|
393
|
+
!useStandardNodeWidth && editorContentStyles.syncBlockStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.syncBlockOverflowStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.syncBlockFirstNodeStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_synced_block_patch_14') && editorContentStyles.syncBlockTextSelectionStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutBaseStylesAdvanced, (0, _experiments.editorExperiment)('advanced_layouts', true) ? editorContentStyles.layoutSectionStylesAdvanced : editorContentStyles.layoutSectionStylesNotAdvanced, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _experiments.editorExperiment)('platform_editor_layout_column_resize_handle', true) && editorContentStyles.layoutColumnDividerStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _experiments.editorExperiment)('platform_editor_layout_column_resize_handle', true) && (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.layoutColumnDividerStylesNestedDnD, (0, _experiments.editorExperiment)('advanced_layouts', true) ? editorContentStyles.layoutColumnStylesAdvanced : editorContentStyles.layoutColumnStylesNotAdvanced, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _experiments.editorExperiment)('platform_editor_layout_column_resize_handle', true) && editorContentStyles.layoutColumnResizeStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) ? editorContentStyles.layoutSelectedStylesAdvanced : editorContentStyles.layoutSelectedStylesNotAdvanced, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.layoutSelectedStylesAdvancedFix, (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutColumnResponsiveStyles, (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutResponsiveBaseStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.layoutBaseStylesFixesUnderNestedDnDFGExcludingBodiedSync, !(0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') && editorContentStyles.layoutBaseStylesFixesUnderNestedDnDFG, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? editorContentStyles.layoutColumnMartinTopFixesNew : editorContentStyles.layoutColumnMartinTopFixesOld, editorContentStyles.smartLinksInLivePagesStyles, editorContentStyles.linkingVisualRefreshV1Styles, editorContentStyles.dateVanillaStyles, (0, _platformFeatureFlags.fg)('platform_editor_typography_ugc') ? contentMode === 'compact' ? editorContentStyles.paragraphStylesWithScaledMargin : editorContentStyles.paragraphStylesUGCRefreshed : contentMode === 'compact' ? editorContentStyles.paragraphStylesOldWithScaledMargin : editorContentStyles.paragraphStylesOld, editorContentStyles.linkStyles, browser.safari && editorContentStyles.listsStylesSafariFix, (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.pragmaticResizerStylesSyncedBlock, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && editorContentStyles.pragmaticResizerStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_lovability_resize_dividers_panels', 'isEnabled', true) && editorContentStyles.pragmaticResizerStylesPanelAndRule, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && (0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.pragmaticResizerStylesCodeBlockSyncedBlockPatch, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && !(0, _experiments.editorExperiment)('platform_synced_block', true) && editorContentStyles.pragmaticResizerStylesCodeBlockLegacy, (0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && editorContentStyles.pragmaticStylesLayoutFirstNodeResizeHandleFix, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && editorContentStyles.pragmaticResizerStylesForTooltip, (0, _experiments.editorExperiment)('platform_editor_preview_panel_responsiveness', true) && ((0, _experiments.editorExperiment)('advanced_layouts', true) || (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true)) && editorContentStyles.pragmaticResizerStylesWithReducedEditorGutter, editorContentStyles.aiPanelBaseStyles, isFirefox && editorContentStyles.aiPanelBaseFirefoxStyles, colorMode === 'dark' && editorContentStyles.aiPanelDarkStyles, colorMode === 'dark' && isFirefox && editorContentStyles.aiPanelDarkFirefoxStyles, viewMode === 'view' && editorContentStyles.layoutStylesForView, viewMode === 'view' && (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutSelectedStylesForViewAdvanced, viewMode === 'view' && (0, _experiments.editorExperiment)('advanced_layouts', false) && editorContentStyles.layoutSelectedStylesForViewNotAdvanced, viewMode === 'view' && (0, _experiments.editorExperiment)('advanced_layouts', true) && editorContentStyles.layoutResponsiveStylesForView, isComment && editorContentStyles.commentEditorStyles, isComment && editorContentStyles.tableCommentEditorStyles, isFullPage && editorContentStyles.fullPageEditorStyles, isFullPage && editorContentStyles.scrollbarStyles, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? editorContentStyles.firstCodeBlockWithNoMargin : editorContentStyles.firstCodeBlockWithNoMarginOld, editorContentStyles.firstBlockNodeStyles, editorContentStyles.mentionNodeStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? editorContentStyles.mentionsSelectionStylesWithSearchMatch : editorContentStyles.mentionsSelectionStyles, (0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) ? editorContentStyles.scaledEmojiStyles : editorContentStyles.emojiStyles, contentMode === 'compact' && isDense && (0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) && editorContentStyles.scaledEmojiDenseStyles, contentMode === 'compact' && isDense && !(0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) && editorContentStyles.emojiDenseStyles, editorContentStyles.panelViewStyles, editorContentStyles.mediaGroupStyles, editorContentStyles.mediaAlignmentStyles, (0, _expValEquals.expValEquals)('platform_editor_small_font_size', 'isEnabled', true) ? editorContentStyles.tableLayoutFixesWithFontSize : editorContentStyles.tableLayoutFixes, editorContentStyles.tableContainerStyles, editorContentStyles.tableSharedStyle, (browser.gecko || browser.ie || browser.mac && browser.chrome) && editorContentStyles.tableSharedStyleBackgroundClipFix, (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) ? editorContentStyles.tableSharedStyle_with_platform_editor_table_q4_loveability : editorContentStyles.tableSharedStyle_without_platform_editor_table_q4_loveability, (0, _expValEquals.expValEquals)('platform_editor_table_menu_updates', 'isEnabled', true) && editorContentStyles.tableSharedStyle_with_platform_editor_table_menu_updates, (0, _platformFeatureFlags.fg)('platform_editor_bordered_panel_nested_in_table') && editorContentStyles.tableSharedStyle_with_platform_editor_bordered_panel_nested_in_table, editorContentStyles.tableEmptyRowStyles, (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) && (0, _platformFeatureFlags.fg)('platform_editor_table_q4_patch_1') && editorContentStyles.tableRoundedCornerStyles, (0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) && editorContentStyles.tableContentModeStyles, (0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) && (0, _platformFeatureFlags.fg)('platform_editor_table_nested_renderer_fix') && editorContentStyles.tableContentModeNestedTableStyles, editorContentStyles.hyperLinkFloatingToolbarStyles, editorContentStyles.selectionToolbarAnimationStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.blockquoteDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.textDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.listDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.dangerDateStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.emojiDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.mentionDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.decisionDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.statusDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.dangerRuleStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.mediaDangerStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && editorContentStyles.nestedPanelDangerStyles, className || undefined]),
|
|
392
394
|
ref: ref,
|
|
393
395
|
"data-editor-scroll-container": isScrollable ? 'true' : undefined,
|
|
394
396
|
"data-testid": "editor-content-container"
|
|
@@ -445,7 +445,9 @@ var EditorContentContainerEmotion = exports.EditorContentContainerEmotion = /*#_
|
|
|
445
445
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
446
446
|
_resizerStyles.pragmaticResizerStylesSyncedBlock, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) ?
|
|
447
447
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
448
|
-
_resizerStyles.pragmaticResizerStyles : undefined, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true)
|
|
448
|
+
_resizerStyles.pragmaticResizerStyles : undefined, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_lovability_resize_dividers_panels', 'isEnabled', true) &&
|
|
449
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
450
|
+
_resizerStyles.pragmaticResizerStylesPanelAndRule, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) ?
|
|
449
451
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
450
452
|
(0, _experiments.editorExperiment)('platform_synced_block', true) ?
|
|
451
453
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -532,7 +534,9 @@ var EditorContentContainerEmotion = exports.EditorContentContainerEmotion = /*#_
|
|
|
532
534
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
533
535
|
(0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) &&
|
|
534
536
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
535
|
-
_tableStyles.tableContentModeStyles,
|
|
537
|
+
_tableStyles.tableContentModeStyles, (0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) && (0, _platformFeatureFlags.fg)('platform_editor_table_nested_renderer_fix') &&
|
|
538
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
539
|
+
_tableStyles.tableContentModeNestedTableStyles,
|
|
536
540
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
537
541
|
_link.hyperLinkFloatingToolbarStyles,
|
|
538
542
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.resizerStyles = exports.resizerItemClassName = exports.resizerHoverZoneClassName = exports.resizerHandleTrackClassName = exports.resizerHandleThumbWidth = exports.resizerHandleThumbClassName = exports.resizerHandleClassName = exports.resizerExtendedZone = exports.resizerDangerClassName = exports.resizerBottomHandleStyles = exports.pragmaticStylesLayoutFirstNodeResizeHandleFix = exports.pragmaticResizerStylesWithReducedEditorGutter = exports.pragmaticResizerStylesSyncedBlock = exports.pragmaticResizerStylesForTooltip = exports.pragmaticResizerStylesCodeBlockSyncedBlockPatch = exports.pragmaticResizerStylesCodeBlockLegacy = exports.pragmaticResizerStyles = exports.handleWrapperClass = void 0;
|
|
7
|
+
exports.resizerStyles = exports.resizerItemClassName = exports.resizerHoverZoneClassName = exports.resizerHandleTrackClassName = exports.resizerHandleThumbWidth = exports.resizerHandleThumbClassName = exports.resizerHandleClassName = exports.resizerExtendedZone = exports.resizerDangerClassName = exports.resizerBottomHandleStyles = exports.pragmaticStylesLayoutFirstNodeResizeHandleFix = exports.pragmaticResizerStylesWithReducedEditorGutter = exports.pragmaticResizerStylesSyncedBlock = exports.pragmaticResizerStylesPanelAndRule = exports.pragmaticResizerStylesForTooltip = exports.pragmaticResizerStylesCodeBlockSyncedBlockPatch = exports.pragmaticResizerStylesCodeBlockLegacy = exports.pragmaticResizerStyles = exports.handleWrapperClass = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
@@ -562,4 +562,38 @@ var pragmaticResizerStylesWithReducedEditorGutter = exports.pragmaticResizerStyl
|
|
|
562
562
|
})
|
|
563
563
|
})
|
|
564
564
|
}
|
|
565
|
-
}));
|
|
565
|
+
}));
|
|
566
|
+
/**
|
|
567
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
568
|
+
* If you need to make changes here, also update the corresponding style in
|
|
569
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
570
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
571
|
+
*/
|
|
572
|
+
var pragmaticResizerStylesPanelAndRule = exports.pragmaticResizerStylesPanelAndRule = (0, _react.css)({
|
|
573
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
574
|
+
'.fabric-editor-breakout-mark': {
|
|
575
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
576
|
+
'&:has(> .fabric-editor-breakout-mark-dom > [data-prosemirror-node-name="panel"])': {
|
|
577
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
578
|
+
'> .pm-breakout-resize-handle-container--right': {
|
|
579
|
+
right: '-4px'
|
|
580
|
+
},
|
|
581
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
582
|
+
'> .pm-breakout-resize-handle-container': {
|
|
583
|
+
height: 'calc(100% - 12px)'
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
587
|
+
'&:has(> .fabric-editor-breakout-mark-dom > [data-prosemirror-node-name="rule"])': {
|
|
588
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
589
|
+
'> .pm-breakout-resize-handle-container--right': {
|
|
590
|
+
right: '-4px'
|
|
591
|
+
},
|
|
592
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
593
|
+
'> .pm-breakout-resize-handle-container': {
|
|
594
|
+
alignSelf: 'center',
|
|
595
|
+
height: '40px'
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
});
|
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.tableRoundedCornerStyles = exports.tableLayoutFixesWithFontSize = exports.tableLayoutFixes = exports.tableEmptyRowStyles = exports.tableContentModeStyles = exports.tableContainerStyles = exports.tableCommentEditorStyles = exports.tableCommentEditorMarginOverride = void 0;
|
|
7
|
+
exports.tableRoundedCornerStyles = exports.tableLayoutFixesWithFontSize = exports.tableLayoutFixes = exports.tableEmptyRowStyles = exports.tableContentModeStyles = exports.tableContentModeNestedTableStyles = exports.tableContainerStyles = exports.tableCommentEditorStyles = exports.tableCommentEditorMarginOverride = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _scrollbarStyles = require("./scrollbarStyles");
|
|
@@ -160,6 +160,52 @@ var tableContentModeStyles = exports.tableContentModeStyles = (0, _react.css)({
|
|
|
160
160
|
width: 'unset !important'
|
|
161
161
|
}
|
|
162
162
|
});
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
166
|
+
* If you need to make changes here, also update the corresponding style in
|
|
167
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
168
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
169
|
+
*/
|
|
170
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/volt-strict-mode/no-multiple-exports
|
|
171
|
+
var tableContentModeNestedTableStyles = exports.tableContentModeNestedTableStyles = (0, _react.css)({
|
|
172
|
+
// Reset the base `margin-right: -1px` (ED-16212) that clips content-mode tables by 1px.
|
|
173
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
174
|
+
'.ProseMirror .pm-table-wrapper table[data-initial-width-mode="content"]': {
|
|
175
|
+
maxWidth: 'none',
|
|
176
|
+
marginRight: 0
|
|
177
|
+
},
|
|
178
|
+
// Let the resizer/wrapper chain grow to content width before the max-width cap.
|
|
179
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
180
|
+
'.resizer-item:has(table[data-initial-width-mode="content"]), .pm-table-container:has(> .pm-table-wrapper > table[data-initial-width-mode="content"]), .pm-table-wrapper:has(> table[data-initial-width-mode="content"])': {
|
|
181
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
182
|
+
width: 'max-content !important',
|
|
183
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
184
|
+
maxWidth: 'var(--ak-editor-table-max-width) !important'
|
|
185
|
+
},
|
|
186
|
+
// Nested content-mode table: size to content, reset base max-width and margin.
|
|
187
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
188
|
+
'.ProseMirror table[data-initial-width-mode="content"] > tbody > tr > :is(th, td) .pm-table-container > .pm-table-wrapper > table': {
|
|
189
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
190
|
+
width: 'max-content !important',
|
|
191
|
+
maxWidth: 'none',
|
|
192
|
+
marginRight: 0
|
|
193
|
+
},
|
|
194
|
+
// Stop nested table col widths from constraining parent table measurement.
|
|
195
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
196
|
+
'.ProseMirror table[data-initial-width-mode="content"] > tbody > tr > :is(th, td) .pm-table-container > .pm-table-wrapper > table > colgroup > col': {
|
|
197
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
198
|
+
width: 'unset !important'
|
|
199
|
+
},
|
|
200
|
+
// Let the nested table container/wrapper grow to content width before the cap.
|
|
201
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
202
|
+
'.ProseMirror table[data-initial-width-mode="content"] > tbody > tr > :is(th, td) .pm-table-container, .ProseMirror table[data-initial-width-mode="content"] > tbody > tr > :is(th, td) .pm-table-container > .pm-table-wrapper': {
|
|
203
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
204
|
+
width: 'max-content !important',
|
|
205
|
+
maxWidth: 'none',
|
|
206
|
+
overflowX: 'visible'
|
|
207
|
+
}
|
|
208
|
+
});
|
|
163
209
|
/**
|
|
164
210
|
* SSR-safe rounded corners for the outermost table cells.
|
|
165
211
|
*
|
|
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
8
|
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
9
|
-
var version = exports.version = "221.5.
|
|
9
|
+
var version = exports.version = "221.5.12";
|
|
@@ -518,6 +518,7 @@
|
|
|
518
518
|
._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)}
|
|
519
519
|
._12yq1osq .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{height:100%}
|
|
520
520
|
._1305glyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
521
|
+
._130mvi1l .pm-table-wrapper:has(>table[data-initial-width-mode=content]){width:max-content!important}
|
|
521
522
|
._13201j28 .pm-table-sticky-wrapper>table>tbody>tr>td[data-reaches-left]:after{border-left-color:transparent}
|
|
522
523
|
._132p1k9k .ProseMirror ol[data-indent-level="5"]{list-style-type:lower-alpha}
|
|
523
524
|
._133ckb7n .ProseMirror [data-layout-section]>*{flex-shrink:1}
|
|
@@ -636,6 +637,7 @@
|
|
|
636
637
|
._15q4m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+div[class^=fabric-editor-align]{clear:both!important}
|
|
637
638
|
._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)}
|
|
638
639
|
._15sh1bp4 .ProseMirror [data-layout-section] [data-layout-column][data-valign=bottom]>[data-layout-content]{flex-direction:column}
|
|
640
|
+
._15spidpf .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{margin-right:0}
|
|
639
641
|
._15t1i7a9 .pm-table-sticky-wrapper>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
|
|
640
642
|
._15uri7a9 .ak-editor-expand__title-input{font-weight:var(--ds-font-weight-regular,400)}
|
|
641
643
|
._15ve1gly .ProseMirror .danger .code-block .line-number-gutter{background-color:var(--ds-background-danger,#ffeceb)}
|
|
@@ -649,6 +651,7 @@
|
|
|
649
651
|
._1613yh40 .ProseMirror .ak-editor-annotation-draft{padding-bottom:2px}
|
|
650
652
|
._162914j0 [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:var(--ds-background-success-subtler,#d3f1a7)}
|
|
651
653
|
._16293uhp [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:#b3df72}
|
|
654
|
+
._162evi1l .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table{width:max-content!important}
|
|
652
655
|
._162zidpf .hyperlink-floating-toolbar{padding-left:0}
|
|
653
656
|
._168dt7xp .ProseMirror .ak-editor-annotation-hover{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
654
657
|
._16993mia .mediaSingleView-content-wrap span#caption-placeholder{font-size:var(--ak-editor-base-font-size)}
|
|
@@ -975,6 +978,7 @@
|
|
|
975
978
|
._1d9kt94y .ak-editor-expand.ak-editor-selected-node:not(.danger):after{width:1px}
|
|
976
979
|
._1d9u1tcg [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{width:24px}
|
|
977
980
|
._1db9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
981
|
+
._1dcuglyw .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table{max-width:none}
|
|
978
982
|
._1ddmu2gc .ProseMirror .ak-editor-panel{padding-top:var(--ds-space-100,8px)}
|
|
979
983
|
._1de7idpf .ProseMirror li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:0}
|
|
980
984
|
._1dh91osq .pm-breakout-resize-handle-rail{height:100%}
|
|
@@ -989,6 +993,7 @@
|
|
|
989
993
|
._1dpne0wb .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:16.25px}
|
|
990
994
|
._1dpngktf .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px}
|
|
991
995
|
._1dpr1ntv .layout-column-divider{box-sizing:content-box}
|
|
996
|
+
._1dqh1h6o .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=rule])>.pm-breakout-resize-handle-container{align-self:center}
|
|
992
997
|
._1dr7idpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{bottom:0}
|
|
993
998
|
._1dsv1wug .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{table-layout:auto}
|
|
994
999
|
._1dtlkb7n .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
|
|
@@ -1125,6 +1130,7 @@
|
|
|
1125
1130
|
._1g5dr4us .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
1126
1131
|
._1g5r1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::selection{background-color:transparent}
|
|
1127
1132
|
._1g6m15vq .ak-editor-expand__content .nestedExpand-content-wrapper{overflow-y:hidden}
|
|
1133
|
+
._1g73261p .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table>colgroup>col{width:unset!important}
|
|
1128
1134
|
._1g77r5cr .resizer-handle-thumb:focus:after{left:var(--ds-space-negative-050,-4px)}
|
|
1129
1135
|
._1g92idpf .ProseMirror [data-layout-section] [data-layout-column]>div>:not(style):first-child{margin-top:0}
|
|
1130
1136
|
._1ga8idpf .ProseMirror [data-layout-section]>[data-layout-column]{margin-bottom:0}
|
|
@@ -1702,6 +1708,7 @@
|
|
|
1702
1708
|
._1td8idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{top:0}
|
|
1703
1709
|
._1td9bimv .extensionView-content-wrap.danger>span>.legacy-content-header{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
1704
1710
|
._1tdl1i6y .fabric-background-color-mark:has(.background-color-padding-right){margin-right:var(--ds-space-negative-025,-2px)}
|
|
1711
|
+
._1tdlewfl .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper{overflow-x:visible}
|
|
1705
1712
|
._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
1706
1713
|
._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
|
|
1707
1714
|
._1tfl1j28 .pm-table-sticky-wrapper>table>tbody>tr>td[data-reaches-left]{border-left-color:transparent}
|
|
@@ -1751,6 +1758,7 @@
|
|
|
1751
1758
|
._1ubhidpf .ProseMirror .ak-editor-annotation-blur{padding-right:0}
|
|
1752
1759
|
._1ubpkb7n .pm-table-wrapper>table:after{z-index:1}
|
|
1753
1760
|
._1uc7m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ol{clear:both!important}
|
|
1761
|
+
._1uciidpf .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper>table{margin-right:0}
|
|
1754
1762
|
._1ucti7uo .editor-mention-primitive.mention-restricted{color:var(--ds-text,#292a2e)}
|
|
1755
1763
|
._1uddtdv8 .selected-search-match{background-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
1756
1764
|
._1ue41l2s .ProseMirror p:has(.placeholder-decoration-hide-overflow){text-overflow:ellipsis}
|
|
@@ -1905,6 +1913,7 @@
|
|
|
1905
1913
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
1906
1914
|
._1xxp1tmw .multiBodiedExtensionView-content-wrap.danger>span>div>.extension-label{color:var(--ds-text-danger,#ae2e24)}
|
|
1907
1915
|
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
1916
|
+
._1xyr1ylp .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=rule])>.pm-breakout-resize-handle-container{height:40px}
|
|
1908
1917
|
._1y15utpp .ProseMirror table .rich-media-item.image-wrap-left[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}
|
|
1909
1918
|
._1y1pbimv .ProseMirror .ak-editor-sync-block.danger{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
1910
1919
|
._1y1t16y8 [data-prosemirror-node-name=blockquote].show-diff-deleted-node-traditional{text-decoration-color:var(--ds-border-accent-red,#e2483d)}
|
|
@@ -1943,6 +1952,7 @@
|
|
|
1943
1952
|
._1yqx1tmw .extensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{color:var(--ds-text-danger,#ae2e24)}
|
|
1944
1953
|
._1yqxibhp .ProseMirror .ak-editor-panel[data-panel-type=warning]{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
1945
1954
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
1955
|
+
._1ysk1g3s .pm-table-wrapper:has(>table[data-initial-width-mode=content]){max-width:var(--ak-editor-table-max-width)!important}
|
|
1946
1956
|
._1yssoqnp [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{margin-bottom:.75rem}
|
|
1947
1957
|
._1yvb1vek [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-border-color:var(--local-border-active)}
|
|
1948
1958
|
._1yvx1j28 .pm-table-container>table>tbody>tr>td[data-reaches-left]{border-left-color:transparent}
|
|
@@ -2187,6 +2197,7 @@
|
|
|
2187
2197
|
._6tn6glyw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{pointer-events:none}
|
|
2188
2198
|
._6udpstnw .ProseMirror .code-block .code-block--end{position:absolute}
|
|
2189
2199
|
._6v8nvbgk .richMedia-resize-handle-right:after{height:4pc}
|
|
2200
|
+
._6v9fmyb0 .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=rule])>.pm-breakout-resize-handle-container--right{right:-4px}
|
|
2190
2201
|
._6w2t1s99 .embedCardView-content-wrap.show-diff-deleted-node .loader-wrapper>div:after{box-shadow:0 0 0 1px var(--ds-border-accent-red,#e2483d)}
|
|
2191
2202
|
._6w2tuh72 .embedCardView-content-wrap.show-diff-deleted-node .loader-wrapper>div:after{box-shadow:0 0 0 1px var(--ds-border-accent-gray,#7d818a)}
|
|
2192
2203
|
._6w3a1tmo .ProseMirror .telepointer.color-10{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
@@ -2274,6 +2285,7 @@
|
|
|
2274
2285
|
._8vye1ssb [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{left:50%}
|
|
2275
2286
|
._8vyeidpf .ProseMirror .pm-table-wrapper>table{margin-right:0}
|
|
2276
2287
|
._8wi61mi1 .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
|
|
2288
|
+
._8wilewfl .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container{overflow-x:visible}
|
|
2277
2289
|
._8wmvoqnp .ProseMirror li>style:first-child+p{margin-top:.75rem}
|
|
2278
2290
|
._8zqr2lzm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-image:var(--ak-editor--table-overflow-shadow)}
|
|
2279
2291
|
._8zz2idpf .pm-table-container>table>tbody>tr>th{border-right-width:0}
|
|
@@ -2510,6 +2522,7 @@
|
|
|
2510
2522
|
._dlrj1i6y [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{outline-offset:var(--ds-space-negative-025,-2px)}
|
|
2511
2523
|
._dnlnm0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h2{clear:both!important}
|
|
2512
2524
|
._dnsrtlke .ProseMirror .ak-editor-annotation-focus{cursor:pointer}
|
|
2525
|
+
._dofuzd3w .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=panel])>.pm-breakout-resize-handle-container{height:calc(100% - 9pt)}
|
|
2513
2526
|
._dpkjh2mm .pm-table-sticky-wrapper>table{position:relative}
|
|
2514
2527
|
._dpu9p1qy .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
|
|
2515
2528
|
._drld15vq [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{visibility:hidden}
|
|
@@ -2632,6 +2645,7 @@
|
|
|
2632
2645
|
._g5of1mi1 .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
|
|
2633
2646
|
._g5xu1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
|
|
2634
2647
|
._g62yutpp .pm-table-container>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
2648
|
+
._g6ebvi1l .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container{width:max-content!important}
|
|
2635
2649
|
._g6l115s3 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-background-selected,#e9f2fe)}
|
|
2636
2650
|
._g7u3dgkc .ak-editor-expand .ak-editor-expand__icon-container svg{color:var(--ds-icon-subtle,#505258)}
|
|
2637
2651
|
._g7vh4jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-direction:normal}
|
|
@@ -2686,6 +2700,7 @@
|
|
|
2686
2700
|
._h0b91j5o .ProseMirror h4 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
|
|
2687
2701
|
._h1671vek [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:active+svg{--checkbox-border-color:var(--local-border-active)}
|
|
2688
2702
|
._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)}
|
|
2703
|
+
._h2quglyw .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container{max-width:none}
|
|
2689
2704
|
._h2zmazsu .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{color:var(--ds-text-subtle,#505258)}
|
|
2690
2705
|
._h3z91q9c [data-prosemirror-node-name=date] .date-lozenger-container span{white-space:nowrap}
|
|
2691
2706
|
._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
@@ -2884,6 +2899,7 @@
|
|
|
2884
2899
|
._kxdfidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{left:0}
|
|
2885
2900
|
._ky807vkz [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{width:1pc}
|
|
2886
2901
|
._kyt0grf3 .ProseMirror li:has(>ul:only-child)>ul{margin-top:0!important}
|
|
2902
|
+
._kze5vi1l .pm-table-container:has(>.pm-table-wrapper>table[data-initial-width-mode=content]){width:max-content!important}
|
|
2887
2903
|
._kzf2h2mm [data-prosemirror-node-name=blockTaskItem] [data-component=task-item-main]{position:relative}
|
|
2888
2904
|
._l1qiidpf .ak-editor-panel.ak-editor-selected-node:not(.danger):before{top:0}
|
|
2889
2905
|
._l2nti7uo .ProseMirror h3{color:var(--ds-text,#292a2e)}
|
|
@@ -3081,6 +3097,7 @@
|
|
|
3081
3097
|
._p3lu1txw .richMedia-resize-handle-left{display:flex}
|
|
3082
3098
|
._p3p6usvi .gridLine{box-sizing:border-box}
|
|
3083
3099
|
._p4wq1osq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{height:100%}
|
|
3100
|
+
._p73zglyw .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper{max-width:none}
|
|
3084
3101
|
._p8rdtlke .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){cursor:pointer}
|
|
3085
3102
|
._p96k1b66 .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{padding-bottom:var(--ds-space-050,4px)}
|
|
3086
3103
|
._pa0l15vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-x:hidden}
|
|
@@ -3093,6 +3110,7 @@
|
|
|
3093
3110
|
._pfwgidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{padding-left:0}
|
|
3094
3111
|
._pg931osq{--ak-editor--breakout-min-width:100%}
|
|
3095
3112
|
._pgjg1j5o .ProseMirror h6 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
|
|
3113
|
+
._pgryglyw .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{max-width:none}
|
|
3096
3114
|
._pgy3idpf .bodiedExtensionView-content-wrap:first-of-type{margin-top:0}
|
|
3097
3115
|
._phftrsbi{--local-border:var(--ds-border-input,#8c8f97)}
|
|
3098
3116
|
._phnn1rpy [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
|
|
@@ -3117,6 +3135,7 @@
|
|
|
3117
3135
|
._pp57mgjw .resizer-handle div[role=presentation]{margin-top:var(--ds-space-negative-200,-1pc)}
|
|
3118
3136
|
._prsvoskh .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
|
|
3119
3137
|
._pru0idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]:has(+.mediaSingleView-content-wrap[layout^=wrap]) .rich-media-item{margin-top:0}
|
|
3138
|
+
._pru7vi1l .ProseMirror table[data-initial-width-mode=content]>tbody>tr>:is(th,td) .pm-table-container>.pm-table-wrapper{width:max-content!important}
|
|
3120
3139
|
._prvjh2mm .ak-editor-panel.ak-editor-selected-node:not(.danger){position:relative}
|
|
3121
3140
|
._ps8p1o8l .ProseMirror .emojiView-content-wrap{display:inline-block}
|
|
3122
3141
|
._ptek1n1a .bodiedExtensionView-content-wrap .bodiedExtension-content-outer-wrapper{margin-bottom:-1px}
|
|
@@ -3329,10 +3348,12 @@
|
|
|
3329
3348
|
._u6kkutpp .pm-breakout-resize-handle-thumb{top:var(--ds-space-150,9pt)}
|
|
3330
3349
|
._u7fhtlke .statusView-content-wrap>span{cursor:pointer}
|
|
3331
3350
|
._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)}
|
|
3351
|
+
._u8ab1g3s .resizer-item:has(table[data-initial-width-mode=content]){max-width:var(--ak-editor-table-max-width)!important}
|
|
3332
3352
|
._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
|
|
3333
3353
|
._u96x1ial .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{z-index:12}
|
|
3334
3354
|
._uazj1k8s .ProseMirror .code-block .line-number-gutter:before{line-height:1.5rem}
|
|
3335
3355
|
._ubim1n1a .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{right:-1px}
|
|
3356
|
+
._ubzd1g3s .pm-table-container:has(>.pm-table-wrapper>table[data-initial-width-mode=content]){max-width:var(--ak-editor-table-max-width)!important}
|
|
3336
3357
|
._ucdskb7n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{flex-shrink:1}
|
|
3337
3358
|
._uck94pcx .ProseMirror .ak-editor-panel[data-panel-type=tip] .ak-editor-panel__icon[data-panel-type=tip]{color:var(--ds-icon-success,#6a9a23)}
|
|
3338
3359
|
._ucr81j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container ::-moz-selection{background-color:transparent}
|
|
@@ -3493,6 +3514,7 @@
|
|
|
3493
3514
|
._x81614y2 .ProseMirror .ak-editor-annotation-blur:has(.card){padding-top:5px}
|
|
3494
3515
|
._xbowidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{top:0}
|
|
3495
3516
|
._xddov77o [data-prosemirror-node-name=status] .lozenge-wrapper{padding-block-start:var(--ds-space-025,2px)}
|
|
3517
|
+
._xeodmyb0 .fabric-editor-breakout-mark:has(>.fabric-editor-breakout-mark-dom>[data-prosemirror-node-name=panel])>.pm-breakout-resize-handle-container--right{right:-4px}
|
|
3496
3518
|
._xf6qn7od table .resizer-hover-zone.resizer-is-extended{padding-top:unset}
|
|
3497
3519
|
._xfo5agmp .ProseMirror .layoutSectionView-content-wrap:hover .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider~[data-layout-column] [data-layout-content]:before{display:none!important}
|
|
3498
3520
|
._xhe7b3bt .ProseMirror .left-shadow:before{content:""}
|