@atlaskit/editor-core 224.1.3 → 224.1.4
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 +24 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +5 -5
- package/dist/cjs/ui/EditorContentContainer/styles/dateStyles.js +6 -1
- package/dist/cjs/ui/EditorContentContainer/styles/emoji.js +12 -2
- package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +6 -1
- package/dist/cjs/ui/EditorContentContainer/styles/statusStyles.js +6 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +5 -5
- package/dist/es2019/ui/EditorContentContainer/styles/dateStyles.js +6 -1
- package/dist/es2019/ui/EditorContentContainer/styles/emoji.js +12 -2
- package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +6 -1
- package/dist/es2019/ui/EditorContentContainer/styles/statusStyles.js +6 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +5 -5
- package/dist/esm/ui/EditorContentContainer/styles/dateStyles.js +6 -1
- package/dist/esm/ui/EditorContentContainer/styles/emoji.js +12 -2
- package/dist/esm/ui/EditorContentContainer/styles/mentions.js +6 -1
- package/dist/esm/ui/EditorContentContainer/styles/statusStyles.js +6 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 224.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ff63426bafe82`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff63426bafe82) -
|
|
8
|
+
Migrate all show-diff decoration consumers off the traditional/standard colour scheme shims onto
|
|
9
|
+
the scheme registry and factory, replacing roughly 30 `colorScheme === 'traditional'` branches,
|
|
10
|
+
and add five structural fields to `DiffColorScheme` so both schemes keep rendering identically.
|
|
11
|
+
|
|
12
|
+
Behind the `platform_editor_show_diff_color_scheme_refactor` experiment, default off, read inline
|
|
13
|
+
at each call site with `isExperimentEnabled` from `@atlaskit/platform-feature-experiments`. Every
|
|
14
|
+
gated call site keeps its pre-refactor implementation in a `*.legacy.ts` sibling, and the
|
|
15
|
+
`standard.ts` / `traditional.ts` shims are retained, so the off cohort runs exactly the code it
|
|
16
|
+
ran before.
|
|
17
|
+
|
|
18
|
+
In editor-core, the atomic inline highlight for date, emoji, mention and status nodes gains a
|
|
19
|
+
`var(--show-diff-atomic-inline-changed-border-color, <token>)` fallback on the consuming
|
|
20
|
+
declarations. The existing two-scheme colour table is unchanged and still drives the off cohort;
|
|
21
|
+
it is removed in a follow-up once the experiment is cleaned up.
|
|
22
|
+
|
|
23
|
+
No visual change in either cohort.
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
|
|
3
27
|
## 224.1.3
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.cc-1wz6obl .ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor){caret-color:transparent}.cc-1wz6obl .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}.cc-1wz6obl .ProseMirror:has(.ProseMirror-hide-cursor){caret-color:transparent}
|
|
27
27
|
.cc-1aoj0mo .dateView-content-wrap.ak-editor-selected-node.danger .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
28
28
|
.cc-5hyj3q .ProseMirror hr.ak-editor-selected-node.danger{background-color:var(--ds-border-danger,#e2483d)}
|
|
29
|
-
.cc-1mmt8n5 .show-diff-atomic-inline-changed-date{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1);outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-medium,6px)}.cc-1mmt8n5 .show-diff-atomic-inline-changed-date.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1mmt8n5 .date-lozenger-container span{white-space:unset}.cc-1mmt8n5 .dateView-content-wrap .date-lozenger-container{line-height:normal;cursor:pointer}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}.cc-1mmt8n5 .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
29
|
+
.cc-1mmt8n5 .show-diff-atomic-inline-changed-date{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1);outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-medium,6px)}.cc-1mmt8n5 .show-diff-atomic-inline-changed-date.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1mmt8n5 .date-lozenger-container span{white-space:unset}.cc-1mmt8n5 .dateView-content-wrap .date-lozenger-container{line-height:normal;cursor:pointer}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}.cc-1mmt8n5 .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
30
30
|
.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span{background-color:var(--ds-background-neutral,#0515240f);color:var(--ds-text,#292a2e);border-radius:var(--ds-radius-small,4px);padding-top:var(--ds-space-025,2px);padding-right:var(--ds-space-050,4px);padding-bottom:var(--ds-space-025,2px);padding-left:var(--ds-space-050,4px);margin-top:0;margin-right:1px;margin-bottom:0;margin-left:1px;position:relative;transition-property:background;transition-duration:.3s;white-space:nowrap;cursor:unset}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb);color:var(--ds-text-accent-red,#ae2e24)}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red:hover{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
|
|
31
31
|
.cc-ak695d .ak-editor-selected-node.danger>[data-decision-wrapper], .cc-ak695d ol[data-node-type=decisionList].ak-editor-selected-node.danger{background-color:var(--ds-background-danger,#ffeceb);box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
32
32
|
.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg[data-icon-source=legacy]{display:none}.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{box-sizing:border-box;padding-inline-end:var(--ds--button--new-icon-padding-end,0);padding-inline-start:var(--ds--button--new-icon-padding-start,0)}@media screen and (forced-colors:active){.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{color:canvastext;filter:grayscale(1)}}.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{width:var(--ds-space-300,24px);height:var(--ds-space-300,24px)}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
.cc-1x753i0{--editor-font-ugc-token-body-small:normal 400 0.875em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
41
41
|
.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%;position:relative;z-index:2}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-right]{float:right}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
|
|
42
42
|
.cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-image, .cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-sprite, .cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}
|
|
43
|
-
.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-1c7fc54 .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-1c7fc54 .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-1c7fc54 .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-1c7fc54 .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-1c7fc54 .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-1c7fc54 .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;max-height:20px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-1c7fc54 .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}
|
|
43
|
+
.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-1c7fc54 .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-1c7fc54 .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-1c7fc54 .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-1c7fc54 .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-1c7fc54 .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-1c7fc54 .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;max-height:20px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-1c7fc54 .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}
|
|
44
44
|
.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode{border-radius:var(--ds-radius-xsmall,2px);position:relative;-webkit-user-select:text}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;pointer-events:none;z-index:12;background-color:var(--ds-blanket-selected,#388bff14)}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode::selection{background-color:transparent}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode::-moz-selection{background-color:transparent}
|
|
45
45
|
.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode{border-radius:var(--ds-radius-xsmall,2px);position:relative;-webkit-user-select:text}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image:before, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite:before, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;pointer-events:none;z-index:12;background-color:var(--ds-blanket-selected,#388bff14)}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode::selection{background-color:transparent}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode::-moz-selection{background-color:transparent}
|
|
46
46
|
.cc-1d3vsly .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1d3vsly .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:24.25px}.cc-1d3vsly .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:22.25px}.cc-1d3vsly .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:20.25px}.cc-1d3vsly .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:18.25px}.cc-1d3vsly .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1d3vsly .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:16.25px;height:16.25px;max-height:16.25px}.cc-1d3vsly .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%;height:100%;object-fit:contain}.cc-1d3vsly .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px);width:var(--ds-space-250,20px)}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
.cc-pxnj3p .mediaGroupView-content-wrap ul{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}
|
|
111
111
|
.cc-1al43g7 .ProseMirror li .rich-media-item{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.cc-1al43g7 .ProseMirror.ua-chrome li>.mediaSingleView-content-wrap:before{content:"";display:block;height:0}.cc-1al43g7 .ProseMirror.ua-firefox .mediaSingleView-content-wrap{-webkit-user-select:none;-ms-user-select:none;user-select:none}.cc-1al43g7 .ProseMirror.ua-firefox .captionView-content-wrap{-webkit-user-select:text;-ms-user-select:text;user-select:text}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{position:relative;z-index:2;max-width:100%;clear:inherit}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=center]{clear:both}.cc-1al43g7 .ProseMirror table .rich-media-item{margin-top:var(--ds-space-150,9pt);margin-bottom:var(--ds-space-150,9pt);clear:both}.cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-left[data-layout], .cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-right[data-layout]{clear:none}.cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-left[data-layout]:first-child, .cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-right[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}.cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{clear:both}.cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-left, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-right, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-right{margin-right:0;margin-left:0}@media (max-width:410px){.cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-left], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-right], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-left], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-right]{float:none;overflow-x:auto;overflow-y:auto;margin:var(--ds-space-150,9pt) 0}}.cc-1al43g7 .ProseMirror [layout=full-width] .rich-media-item, .cc-1al43g7 .ProseMirror [layout=wide] .rich-media-item{margin-left:50%;transform:translateX(-50%)}.cc-1al43g7 .ProseMirror .media-extended-resize-experience[layout^=wrap-]{overflow-x:visible!important;overflow-y:visible!important}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]{clear:none}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+div[class^=fabric-editor-align], .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h1, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h2, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h3, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h4, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h5, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h6, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ol, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+p, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ul{clear:both!important}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-] .rich-media-item{margin-left:0;margin-right:0}.cc-1al43g7 .ProseMirror .media-inline-image-wrapper{height:22px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h1>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:36px;transform:translateY(-3px)}.cc-1al43g7 .ProseMirror h2>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:31px;transform:translateY(-3px)}.cc-1al43g7 .ProseMirror h3>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:25px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h4>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:23px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h5>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:20px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h6>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:18px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-left]{float:left}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]{float:right}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]+.mediaSingleView-content-wrap[layout=wrap-left]{clear:both}.cc-1al43g7 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-right{margin-right:-9pt}.cc-1al43g7 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-left{margin-left:-9pt}.cc-1al43g7 .pm-alt-text-alt-text-floating-toolbar{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}.cc-1al43g7 .richMedia-resize-handle-left, .cc-1al43g7 .richMedia-resize-handle-right{display:flex;flex-direction:column;justify-content:center}.cc-1al43g7 .richMedia-resize-handle-right{align-items:flex-end;padding-right:var(--ds-space-150,9pt);margin-right:-4px}.cc-1al43g7 .richMedia-resize-handle-left{align-items:flex-start;padding-left:var(--ds-space-150,9pt);margin-left:-4px}.cc-1al43g7 .richMedia-resize-handle-left:after, .cc-1al43g7 .richMedia-resize-handle-right:after{content:" ";display:flex;width:3px;height:4pc;border-radius:var(--ds-radius-medium,6px)}.cc-1al43g7 .rich-media-item:hover .richMedia-resize-handle-left:after, .cc-1al43g7 .rich-media-item:hover .richMedia-resize-handle-right:after{background:var(--ds-border,#0b120e24)}.cc-1al43g7 .ak-editor-selected-node .richMedia-resize-handle-left:after, .cc-1al43g7 .ak-editor-selected-node .richMedia-resize-handle-right:after, .cc-1al43g7 .rich-media-item .richMedia-resize-handle-left:hover:after, .cc-1al43g7 .rich-media-item .richMedia-resize-handle-right:hover:after, .cc-1al43g7 .rich-media-item.is-resizing .richMedia-resize-handle-left:after, .cc-1al43g7 .rich-media-item.is-resizing .richMedia-resize-handle-right:after{background:var(--ds-border-focused,#4688ec)}.cc-1al43g7 .__resizable_base__{left:unset!important;width:auto!important;height:auto!important}.cc-1al43g7 .danger>div>div>.media-card-frame, .cc-1al43g7 .danger>span>a{background-color:var(--ds-background-danger,#ffeceb);box-shadow:0 0 0 2px,var(--ds-border-danger,#e2483d);transition:background-color 0s,box-shadow 0s}.cc-1al43g7 .danger .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-danger,#e2483d)}.cc-1al43g7 .danger .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-danger,#e2483d)}.cc-1al43g7 .danger .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)!important}.cc-1al43g7 .danger .richMedia-resize-handle-left:after, .cc-1al43g7 .danger .richMedia-resize-handle-right:after{background:var(--ds-icon-danger,#c9372c)!important}.cc-1al43g7 .danger .resizer-handle-thumb{background:var(--ds-icon-danger,#c9372c)!important}.cc-1al43g7 .danger .inlineCardView-content-wrap>span>a, .cc-1al43g7 .danger div div .media-card-frame{background-color:var(--ds-blanket-danger,#ef5c4814);transition:background-color 0s}.cc-1al43g7 .danger div div .media-card-frame:after{box-shadow:none}.cc-1al43g7 .warning .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-warning,#e06c00)}.cc-1al43g7 .warning .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-warning,#e06c00)}.cc-1al43g7 .warning .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-warning,#e06c00)!important}.cc-1al43g7 .warning .resizer-handle-thumb{background:var(--ds-icon-warning,#e06c00)!important}.cc-1al43g7 .media-filmstrip-list-item{cursor:pointer}.cc-1al43g7 .mediaGroupView-content-wrap.ak-editor-selected-node #newFileExperienceWrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}.cc-1al43g7 .ak-editor-no-interaction #newFileExperienceWrapper{box-shadow:none}
|
|
112
112
|
.cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive, .cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted, .cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}
|
|
113
|
-
.cc-f3tkhc .show-diff-atomic-inline-changed-mention{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention .editor-mention-primitive{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color)}.cc-f3tkhc .editor-mention-primitive{display:inline;border-radius:var(--ds-radius-full,9999px);cursor:pointer;padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em;line-height:1.714;font-weight:var(--ds-font-weight-regular,400);word-break:break-word;background:var(--ds-background-neutral,#0515240f);border:1px solid transparent;color:var(--ds-text-subtle,#505258)}.cc-f3tkhc .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}.cc-f3tkhc .editor-mention-primitive:active{background:var(--ds-background-neutral-pressed,#080f214a)}.cc-f3tkhc .editor-mention-primitive-with-avatar{padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em}.cc-f3tkhc .editor-mention-avatar{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;flex-shrink:0;margin-inline-end:var(--ds-space-050,4px);overflow-x:hidden;overflow-y:hidden;border-radius:var(--ds-radius-full,9999px);vertical-align:-.125em}.cc-f3tkhc .editor-mention-avatar-fallback{vertical-align:.05em}.cc-f3tkhc .editor-mention-avatar-agent{border-radius:0;clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%)}.cc-f3tkhc .editor-mention-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.cc-f3tkhc .editor-mention-primitive.mention-restricted{background-color:transparent;border:1px solid var(--ds-border-bold,#7d818a);color:var(--ds-text,#292a2e)}.cc-f3tkhc .editor-mention-primitive.mention-restricted:hover{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-restricted:active{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db);border:1px solid transparent;color:var(--ds-text-inverse,#fff)}.cc-f3tkhc .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}.cc-f3tkhc .editor-mention-primitive.mention-self:active{background:var(--ds-background-brand-bold-pressed,#144794)}.cc-f3tkhc .editor-mention-primitive.mention-disabled{background:var(--ds-background-disabled,#0515240f);border:1px solid transparent;color:var(--ds-text-disabled,#080f214a);cursor:default}.cc-f3tkhc .editor-mention-primitive.mention-disabled:hover{background:var(--ds-background-disabled,#0515240f)}.cc-f3tkhc .editor-mention-primitive.mention-disabled:active{background:var(--ds-background-disabled,#0515240f)}
|
|
113
|
+
.cc-f3tkhc .show-diff-atomic-inline-changed-mention{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention .editor-mention-primitive{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1))}.cc-f3tkhc .editor-mention-primitive{display:inline;border-radius:var(--ds-radius-full,9999px);cursor:pointer;padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em;line-height:1.714;font-weight:var(--ds-font-weight-regular,400);word-break:break-word;background:var(--ds-background-neutral,#0515240f);border:1px solid transparent;color:var(--ds-text-subtle,#505258)}.cc-f3tkhc .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}.cc-f3tkhc .editor-mention-primitive:active{background:var(--ds-background-neutral-pressed,#080f214a)}.cc-f3tkhc .editor-mention-primitive-with-avatar{padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em}.cc-f3tkhc .editor-mention-avatar{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;flex-shrink:0;margin-inline-end:var(--ds-space-050,4px);overflow-x:hidden;overflow-y:hidden;border-radius:var(--ds-radius-full,9999px);vertical-align:-.125em}.cc-f3tkhc .editor-mention-avatar-fallback{vertical-align:.05em}.cc-f3tkhc .editor-mention-avatar-agent{border-radius:0;clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%)}.cc-f3tkhc .editor-mention-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.cc-f3tkhc .editor-mention-primitive.mention-restricted{background-color:transparent;border:1px solid var(--ds-border-bold,#7d818a);color:var(--ds-text,#292a2e)}.cc-f3tkhc .editor-mention-primitive.mention-restricted:hover{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-restricted:active{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db);border:1px solid transparent;color:var(--ds-text-inverse,#fff)}.cc-f3tkhc .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}.cc-f3tkhc .editor-mention-primitive.mention-self:active{background:var(--ds-background-brand-bold-pressed,#144794)}.cc-f3tkhc .editor-mention-primitive.mention-disabled{background:var(--ds-background-disabled,#0515240f);border:1px solid transparent;color:var(--ds-text-disabled,#080f214a);cursor:default}.cc-f3tkhc .editor-mention-primitive.mention-disabled:hover{background:var(--ds-background-disabled,#0515240f)}.cc-f3tkhc .editor-mention-primitive.mention-disabled:active{background:var(--ds-background-disabled,#0515240f)}
|
|
114
114
|
.cc-18wl5mr .danger .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive::-moz-selection{background-color:transparent}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:hover, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self:hover, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive:hover{background-color:var(--ds-background-selected,#e9f2fe)}.cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}
|
|
115
115
|
.cc-1rxkxid .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent;background-color:var(--ds-background-selected,#e9f2fe);color:var(--ds-text-subtle,#505258)}.cc-1rxkxid .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}.cc-1rxkxid .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f);color:var(--ds-text-subtle,#505258)}
|
|
116
116
|
.cc-q1df3a .ProseMirror .ak-editor-panel .ak-editor-panel__content .ak-editor-panel{border:1px solid var(--ds-border,#0b120e24)}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
.cc-zdnzj .resizer-item{will-change:width}.cc-zdnzj .resizer-item.display-handle>.resizer-handle-wrapper>.resizer-handle, .cc-zdnzj .resizer-item:hover>.resizer-handle-wrapper>.resizer-handle{visibility:visible;opacity:1}.cc-zdnzj .resizer-item.is-resizing .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .resizer-item.resizer-handle-danger .resizer-handle-thumb{transition:none;background:var(--ds-icon-danger,#c9372c)}.cc-zdnzj .resizer-handle{display:flex;visibility:hidden;opacity:0;flex-direction:column;justify-content:center;align-items:center;width:7px;transition:visibility .2s,opacity .2s}.cc-zdnzj .resizer-handle div[role=presentation]:not(:where([popover],dialog,[popover] *,dialog *)){width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:var(--ds-space-negative-200,-1pc);white-space:normal}.cc-zdnzj .resizer-handle.left{align-items:flex-start}.cc-zdnzj .resizer-handle.right{align-items:flex-end}.cc-zdnzj .resizer-handle.small .resizer-handle-thumb{height:43px}.cc-zdnzj .resizer-handle.medium .resizer-handle-thumb{height:4pc}.cc-zdnzj .resizer-handle.large .resizer-handle-thumb{height:6pc}.cc-zdnzj .resizer-handle.clamped .resizer-handle-thumb{height:clamp(43px,calc(100% - 2pc),6pc)}.cc-zdnzj .resizer-handle.sticky .resizer-handle-thumb{position:sticky;top:var(--ds-space-150,9pt);bottom:var(--ds-space-150,9pt)}.cc-zdnzj .resizer-handle:hover .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .resizer-handle:hover .resizer-handle-track{visibility:visible;opacity:.5}.cc-zdnzj .resizer-handle-thumb{content:" ";display:flex;width:3px;margin:0 var(--ds-space-025,2px);height:4pc;transition:background-color .2s;border-radius:var(--ds-radius-medium,6px);border:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:2;outline-color:currentColor;outline-style:none;outline-width:medium;min-height:24px;background:var(--ds-border,#0b120e24)}.cc-zdnzj .resizer-handle-thumb:hover{cursor:col-resize}.cc-zdnzj .resizer-handle-thumb:focus{background:var(--ds-border-selected,#1868db)}.cc-zdnzj .resizer-handle-thumb:focus:after{content:"";position:absolute;top:var(--ds-space-negative-050,-4px);right:var(--ds-space-negative-050,-4px);bottom:var(--ds-space-negative-050,-4px);left:var(--ds-space-negative-050,-4px);border:var(--ds-border-width-selected,2px) solid var(--ds-border-focused,#4688ec);border-radius:inherit;z-index:-1}.cc-zdnzj .resizer-handle-track{visibility:hidden;position:absolute;width:7px;height:calc(100% - 40px);border-radius:var(--ds-radius-small,4px);opacity:0;transition:background-color .2s,visibility .2s,opacity .2s}.cc-zdnzj .resizer-handle-track.none{background:none}.cc-zdnzj .resizer-handle-track.shadow{background:var(--ds-background-selected,#e9f2fe)}.cc-zdnzj .resizer-handle-track.full-height{background:var(--ds-background-selected,#e9f2fe);height:100%;min-height:36px}.cc-zdnzj .ak-editor-selected-node .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .ak-editor-no-interaction .ak-editor-selected-node .resizer-handle:not(:hover) .resizer-handle-thumb{background:var(--ds-border,#0b120e24)}.cc-zdnzj .resizer-hover-zone{position:relative;display:flow-root;width:100%}.cc-zdnzj .resizer-hover-zone.resizer-is-extended{padding:0 var(--ds-space-150,9pt);left:var(--ds-space-negative-150,-9pt)}.cc-zdnzj table .resizer-hover-zone, .cc-zdnzj table .resizer-hover-zone.resizer-is-extended{padding-top:unset;padding-right:unset;padding-bottom:unset;padding-left:unset;left:unset}
|
|
136
136
|
.cc-1nsisym .resizer-handle.bottom{flex-direction:row;align-items:flex-end;width:100%;height:7px}.cc-1nsisym .resizer-handle.bottom .resizer-handle-thumb{width:4pc;height:3px;min-width:24px;min-height:0;margin-top:var(--ds-space-025,2px);margin-right:0;margin-bottom:var(--ds-space-025,2px);margin-left:0}.cc-1nsisym .resizer-handle.bottom .resizer-handle-thumb:hover{cursor:row-resize}.cc-1nsisym .resizer-handle.bottom .resizer-handle-track{width:calc(100% - 40px);height:7px}.cc-1nsisym .resizer-handle.bottom .resizer-handle-track.full-height{width:100%;height:7px;min-width:36px;min-height:0}.cc-1nsisym .resizer-handle.small.bottom .resizer-handle-thumb{width:43px;height:3px}.cc-1nsisym .resizer-handle.medium.bottom .resizer-handle-thumb{width:4pc;height:3px}.cc-1nsisym .resizer-handle.large.bottom .resizer-handle-thumb{width:6pc;height:3px}.cc-1nsisym .resizer-handle.clamped.bottom .resizer-handle-thumb{width:clamp(43px,calc(100% - 2pc),6pc);height:3px}
|
|
137
137
|
.cc-184ku22 .ProseMirror hr{border:none;background-color:var(--ds-border,#0b120e24);height:2px;border-radius:1px;cursor:pointer;padding:var(--ds-space-050,4px) 0;margin:var(--ds-space-300,24px) 0;background-clip:content-box}.cc-184ku22 .ProseMirror hr.ak-editor-selected-node{outline-color:currentColor;outline-style:none;outline-width:medium;background-color:var(--ds-border-selected,#1868db)}
|
|
138
|
-
.cc-ruh3pg .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-ruh3pg .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-ruh3pg .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-ruh3pg .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-ruh3pg .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-ruh3pg .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;min-height:20px;min-width:20px;max-height:28px;max-width:28px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-ruh3pg .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}.cc-ruh3pg .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:28px;width:28px}.cc-ruh3pg .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px;width:26px}.cc-ruh3pg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px;width:24px}.cc-ruh3pg .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:22px;width:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px;width:20px}
|
|
138
|
+
.cc-ruh3pg .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-ruh3pg .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-ruh3pg .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-ruh3pg .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-ruh3pg .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-ruh3pg .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;min-height:20px;min-width:20px;max-height:28px;max-width:28px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-ruh3pg .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}.cc-ruh3pg .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:28px;width:28px}.cc-ruh3pg .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px;width:26px}.cc-ruh3pg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px;width:24px}.cc-ruh3pg .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:22px;width:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px;width:20px}
|
|
139
139
|
.cc-1tcigme .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1tcigme .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:24.25px}.cc-1tcigme .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:22.25px}.cc-1tcigme .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:20.25px}.cc-1tcigme .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:18.25px}.cc-1tcigme .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1tcigme .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:16.25px;height:16.25px;min-height:16.25px;min-width:16.25px;max-height:24.25px;max-width:24.25px}.cc-1tcigme .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%;height:100%;object-fit:contain}.cc-1tcigme .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px);width:var(--ds-space-250,20px)}.cc-1tcigme .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:24.25px;width:24.25px}.cc-1tcigme .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:22.25px;width:22.25px}.cc-1tcigme .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:20.25px;width:20.25px}.cc-1tcigme .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:18.25px;width:18.25px}.cc-1tcigme .ProseMirror h1 .emoji-common-placeholder{height:24.25px;width:24.25px}.cc-1tcigme .ProseMirror h2 .emoji-common-placeholder{height:22.25px;width:22.25px}.cc-1tcigme .ProseMirror h3 .emoji-common-placeholder{height:20.25px;width:20.25px}.cc-1tcigme .ProseMirror h4 .emoji-common-placeholder{height:18.25px;width:18.25px}.cc-1tcigme .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:16.25px;width:16.25px}
|
|
140
140
|
.cc-13ipadj{ms-overflow-style:-ms-autohiding-scrollbar}.cc-13ipadj::-webkit-scrollbar-corner{display:none}.cc-13ipadj::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-subtle,#00000000)}.cc-13ipadj:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e);border-radius:var(--ds-radius-large,8px)}.cc-13ipadj::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
|
|
141
141
|
.cc-xj7ujp .ProseMirror-selectednode{outline-color:currentColor;outline-style:none;outline-width:medium}.cc-xj7ujp .ProseMirror-selectednode:empty{outline:2px solid var(--ds-border-focused,#4688ec)}.cc-1u1dmuf [aria-label="Selection toolbar"]{animation-name:k1xe95hp;animation-duration:.2s;animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
.cc-e4e14o .ProseMirror .decisionItemView-content-wrap, .cc-e4e14o .ProseMirror .taskItemView-content-wrap{position:relative;min-width:3pc}.cc-e4e14o .ProseMirror .decisionItemView-content-wrap{margin-top:0}.cc-e4e14o .ProseMirror .taskItemView-content-wrap span[contenteditable=false]{height:1.714em}.cc-e4e14o .ProseMirror .task-item{line-height:1.714}.cc-e4e14o div[data-task-local-id] span[contenteditable=false]{height:1.714em}.cc-e4e14o div[data-task-local-id] span[contenteditable=false]+div{line-height:1.714em}.cc-e4e14o div[data-task-list-local-id]{margin:var(--ds-space-150,9pt) 0 0 0}.cc-e4e14o div[data-task-list-local-id] div+div{margin-top:var(--ds-space-050,4px)}.cc-e4e14o div[data-task-list-local-id] div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px);margin-left:var(--ds-space-300,24px)}.cc-e4e14o .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-top:0!important;margin-right:0!important;margin-bottom:0!important;margin-left:0!important}
|
|
175
175
|
.cc-yceeaz .ProseMirror [data-node-type=actionList]{margin-top:max(0px,calc(10px + (var(--ak-editor-base-font-size, 1pc) - 13px)*.66667))}.cc-yceeaz .ProseMirror [data-node-type=actionList]>*+*{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}.cc-yceeaz .ProseMirror .taskItemView-content-wrap .taskItemView-content-wrap, .cc-yceeaz .ProseMirror [data-node-type=actionList] [data-node-type=actionList]{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
176
176
|
.cc-ne538a .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node.danger .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
|
|
177
|
-
.cc-1ylkv5y .show-diff-atomic-inline-changed-status{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status .lozenge-wrapper, .cc-1ylkv5y .show-diff-atomic-inline-changed-status .status-lozenge-span>span{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color)}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap{max-width:100%;line-height:0}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap>span{width:100%}.cc-1ylkv5y .statusView-content-wrap>span{cursor:pointer;line-height:0}.cc-1ylkv5y .danger .status-lozenge-span>span{background-color:rgba(255,189,173,.5)}.cc-1ylkv5y .danger .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);max-width:100%;padding-inline:var(--ds-space-050,4px);display:inline-flex;border-radius:var(--ds-radius-small,3px);block-size:min-content;position:static;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;-webkit-appearance:none;appearance:none;border:none}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-text{font:normal var(--ds-font-weight-bold,653) 11px/1pc var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif);overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:calc(200px - var(--ds-space-100, 8px))}
|
|
177
|
+
.cc-1ylkv5y .show-diff-atomic-inline-changed-status{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status .lozenge-wrapper, .cc-1ylkv5y .show-diff-atomic-inline-changed-status .status-lozenge-span>span{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1))}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap{max-width:100%;line-height:0}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap>span{width:100%}.cc-1ylkv5y .statusView-content-wrap>span{cursor:pointer;line-height:0}.cc-1ylkv5y .danger .status-lozenge-span>span{background-color:rgba(255,189,173,.5)}.cc-1ylkv5y .danger .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);max-width:100%;padding-inline:var(--ds-space-050,4px);display:inline-flex;border-radius:var(--ds-radius-small,3px);block-size:min-content;position:static;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;-webkit-appearance:none;appearance:none;border:none}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-text{font:normal var(--ds-font-weight-bold,653) 11px/1pc var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif);overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:calc(200px - var(--ds-space-100, 8px))}
|
|
178
178
|
.cc-1ki047n .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}.cc-1ki047n [data-prosemirror-node-name=status] .lozenge-text{color:#292a2e}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:#dddee1}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:#d8a0f7}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:#8fb8f6}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:#f9c84e}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:#fd9891}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:#b3df72}
|
|
179
179
|
.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::selection, .cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::selection{background-color:transparent}.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::-moz-selection, .cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::-moz-selection{background-color:transparent}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text-subtle,#505258)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-wrapper{background-color:var(--ds-background-discovery,#f8eefe)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery,#803fa5)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-wrapper{background-color:var(--ds-background-information,#e9f2fe)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information,#1558bc)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-wrapper{background-color:var(--ds-background-warning,#fff5db)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning,#9e4c00)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=red] .lozenge-wrapper{background-color:var(--ds-background-danger,#ffeceb)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger,#ae2e24)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=green] .lozenge-wrapper{background-color:var(--ds-background-success,#efffd6)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success,#4c6b1f)}
|
|
180
180
|
.cc-1szti83 [data-prosemirror-node-name=status] .lozenge-wrapper{padding-block-start:var(--ds-space-025,2px);padding-block-end:var(--ds-space-025,2px);padding-inline-start:var(--ds-space-050,4px);padding-inline-end:var(--ds-space-050,4px);align-items:center;border-radius:var(--ds-radius-small,4px);height:1.25rem;border:solid var(--ds-border-width,1px) transparent}.cc-1szti83 [data-prosemirror-node-name=status] .lozenge-text{text-transform:none;font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);border-color:#cacbcf}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text,#292a2e)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:var(--ds-background-discovery-subtler,#eed7fc);border-color:#d8a0f7}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery-bolder,#48245d)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:var(--ds-background-information-subtler,#cfe1fd);border-color:#8fb8f6}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information-bolder,#123263)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:var(--ds-background-danger-subtler,#ffd5d2);border-color:#fd9891}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger-bolder,#5d1f1a)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:var(--ds-background-warning-subtler,#fce4a6);border-color:#fbc828}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning-bolder,#693200)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:var(--ds-background-success-subtler,#d3f1a7);border-color:#b3df72}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success-bolder,#37471f)}.cc-1szti83 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}.cc-1szti83 .danger .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
|
|
@@ -59,10 +59,15 @@ var dateVanillaStyles = exports.dateVanillaStyles = (0, _react.css)((0, _defineP
|
|
|
59
59
|
var dateStyles = exports.dateStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({
|
|
60
60
|
// Show diff: date attr change highlight. Keep this with date node styles so the highlight
|
|
61
61
|
// follows the date node view instead of living in shared smart-card diff styles.
|
|
62
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
63
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
64
|
+
// by that inline variable and will be removed once
|
|
65
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
62
66
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
63
67
|
'.show-diff-atomic-inline-changed-date': {
|
|
64
68
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)",
|
|
65
|
-
|
|
69
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
70
|
+
outline: "2px solid var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")"),
|
|
66
71
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
67
72
|
outlineOffset: '1px',
|
|
68
73
|
borderRadius: "var(--ds-radius-medium, 6px)"
|
|
@@ -23,6 +23,10 @@ var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
|
23
23
|
var emojiStyles = exports.emojiStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({
|
|
24
24
|
// Show diff: emoji attr change highlight. Keep this with emoji node styles so the highlight
|
|
25
25
|
// targets sprite/image/unicode emoji renderers.
|
|
26
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
27
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
28
|
+
// by that inline variable and will be removed once
|
|
29
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
26
30
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
27
31
|
'.show-diff-atomic-inline-changed-emoji': {
|
|
28
32
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -33,7 +37,8 @@ var emojiStyles = exports.emojiStyles = (0, _react.css)((0, _defineProperty2.def
|
|
|
33
37
|
},
|
|
34
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
35
39
|
'.show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite, .emoji-common-emoji-image, .emoji-common-emoji-unicode)': {
|
|
36
|
-
|
|
40
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
41
|
+
outline: "2px solid var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")"),
|
|
37
42
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
38
43
|
outlineOffset: '1px',
|
|
39
44
|
borderRadius: "var(--ds-radius-xsmall, 2px)"
|
|
@@ -93,6 +98,10 @@ var emojiStyles = exports.emojiStyles = (0, _react.css)((0, _defineProperty2.def
|
|
|
93
98
|
var scaledEmojiStyles = exports.scaledEmojiStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({
|
|
94
99
|
// Show diff: emoji attr change highlight. Keep this with scaled emoji node styles too,
|
|
95
100
|
// because scaled emoji styles replace the base emoji style bucket when enabled.
|
|
101
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
102
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
103
|
+
// by that inline variable and will be removed once
|
|
104
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
96
105
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
97
106
|
'.show-diff-atomic-inline-changed-emoji': {
|
|
98
107
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -103,7 +112,8 @@ var scaledEmojiStyles = exports.scaledEmojiStyles = (0, _react.css)((0, _defineP
|
|
|
103
112
|
},
|
|
104
113
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
105
114
|
'.show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite, .emoji-common-emoji-image, .emoji-common-emoji-unicode)': {
|
|
106
|
-
|
|
115
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
116
|
+
outline: "2px solid var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")"),
|
|
107
117
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
108
118
|
outlineOffset: '1px',
|
|
109
119
|
borderRadius: "var(--ds-radius-xsmall, 2px)"
|
|
@@ -50,6 +50,10 @@ _selectionStyles.backgroundSelectionStyles, mentionsSelectedColor])), '.danger',
|
|
|
50
50
|
var mentionNodeStyles = exports.mentionNodeStyles = (0, _react.css)({
|
|
51
51
|
// Show diff: mention attr change highlight. Keep this with mention node styles so the
|
|
52
52
|
// highlight targets the mention primitive's rounded shape.
|
|
53
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
54
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
55
|
+
// by that inline variable and will be removed once
|
|
56
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
53
57
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
54
58
|
'.show-diff-atomic-inline-changed-mention': {
|
|
55
59
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -60,7 +64,8 @@ var mentionNodeStyles = exports.mentionNodeStyles = (0, _react.css)({
|
|
|
60
64
|
},
|
|
61
65
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
62
66
|
'.show-diff-atomic-inline-changed-mention .editor-mention-primitive': {
|
|
63
|
-
|
|
67
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
68
|
+
boxShadow: "0 0 0 2px var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")")
|
|
64
69
|
},
|
|
65
70
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
66
71
|
'.editor-mention-primitive': {
|
|
@@ -18,6 +18,10 @@ var _react = require("@emotion/react");
|
|
|
18
18
|
var statusStyles = exports.statusStyles = (0, _react.css)({
|
|
19
19
|
// Show diff: status attr change highlight. Keep this with status node styles so the highlight
|
|
20
20
|
// targets the lozenge shape rather than the decoration wrapper.
|
|
21
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
22
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
23
|
+
// by that inline variable and will be removed once
|
|
24
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
21
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
22
26
|
'.show-diff-atomic-inline-changed-status': {
|
|
23
27
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -28,7 +32,8 @@ var statusStyles = exports.statusStyles = (0, _react.css)({
|
|
|
28
32
|
},
|
|
29
33
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
30
34
|
'.show-diff-atomic-inline-changed-status .status-lozenge-span > span, .show-diff-atomic-inline-changed-status .lozenge-wrapper': {
|
|
31
|
-
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
36
|
+
boxShadow: "0 0 0 2px var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")")
|
|
32
37
|
},
|
|
33
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
34
39
|
'.pm-table-cell-content-wrap, .pm-table-header-content-wrap, [data-layout-section]': {
|
|
@@ -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 = "224.1.
|
|
9
|
+
var version = exports.version = "224.1.3";
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.cc-1wz6obl .ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor){caret-color:transparent}.cc-1wz6obl .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}.cc-1wz6obl .ProseMirror:has(.ProseMirror-hide-cursor){caret-color:transparent}
|
|
27
27
|
.cc-1aoj0mo .dateView-content-wrap.ak-editor-selected-node.danger .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
28
28
|
.cc-5hyj3q .ProseMirror hr.ak-editor-selected-node.danger{background-color:var(--ds-border-danger,#e2483d)}
|
|
29
|
-
.cc-1mmt8n5 .show-diff-atomic-inline-changed-date{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1);outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-medium,6px)}.cc-1mmt8n5 .show-diff-atomic-inline-changed-date.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1mmt8n5 .date-lozenger-container span{white-space:unset}.cc-1mmt8n5 .dateView-content-wrap .date-lozenger-container{line-height:normal;cursor:pointer}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}.cc-1mmt8n5 .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
29
|
+
.cc-1mmt8n5 .show-diff-atomic-inline-changed-date{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1);outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-medium,6px)}.cc-1mmt8n5 .show-diff-atomic-inline-changed-date.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1mmt8n5 .date-lozenger-container span{white-space:unset}.cc-1mmt8n5 .dateView-content-wrap .date-lozenger-container{line-height:normal;cursor:pointer}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}.cc-1mmt8n5 .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
30
30
|
.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span{background-color:var(--ds-background-neutral,#0515240f);color:var(--ds-text,#292a2e);border-radius:var(--ds-radius-small,4px);padding-top:var(--ds-space-025,2px);padding-right:var(--ds-space-050,4px);padding-bottom:var(--ds-space-025,2px);padding-left:var(--ds-space-050,4px);margin-top:0;margin-right:1px;margin-bottom:0;margin-left:1px;position:relative;transition-property:background;transition-duration:.3s;white-space:nowrap;cursor:unset}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb);color:var(--ds-text-accent-red,#ae2e24)}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red:hover{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
|
|
31
31
|
.cc-ak695d .ak-editor-selected-node.danger>[data-decision-wrapper], .cc-ak695d ol[data-node-type=decisionList].ak-editor-selected-node.danger{background-color:var(--ds-background-danger,#ffeceb);box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
32
32
|
.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg[data-icon-source=legacy]{display:none}.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{box-sizing:border-box;padding-inline-end:var(--ds--button--new-icon-padding-end,0);padding-inline-start:var(--ds--button--new-icon-padding-start,0)}@media screen and (forced-colors:active){.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{color:canvastext;filter:grayscale(1)}}.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{width:var(--ds-space-300,24px);height:var(--ds-space-300,24px)}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
.cc-1x753i0{--editor-font-ugc-token-body-small:normal 400 0.875em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
41
41
|
.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%;position:relative;z-index:2}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-right]{float:right}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
|
|
42
42
|
.cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-image, .cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-sprite, .cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}
|
|
43
|
-
.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-1c7fc54 .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-1c7fc54 .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-1c7fc54 .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-1c7fc54 .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-1c7fc54 .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-1c7fc54 .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;max-height:20px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-1c7fc54 .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}
|
|
43
|
+
.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-1c7fc54 .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-1c7fc54 .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-1c7fc54 .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-1c7fc54 .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-1c7fc54 .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-1c7fc54 .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;max-height:20px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-1c7fc54 .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}
|
|
44
44
|
.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode{border-radius:var(--ds-radius-xsmall,2px);position:relative;-webkit-user-select:text}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;pointer-events:none;z-index:12;background-color:var(--ds-blanket-selected,#388bff14)}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode::selection{background-color:transparent}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode::-moz-selection{background-color:transparent}
|
|
45
45
|
.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode{border-radius:var(--ds-radius-xsmall,2px);position:relative;-webkit-user-select:text}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image:before, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite:before, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;pointer-events:none;z-index:12;background-color:var(--ds-blanket-selected,#388bff14)}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode::selection{background-color:transparent}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode::-moz-selection{background-color:transparent}
|
|
46
46
|
.cc-1d3vsly .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1d3vsly .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:24.25px}.cc-1d3vsly .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:22.25px}.cc-1d3vsly .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:20.25px}.cc-1d3vsly .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:18.25px}.cc-1d3vsly .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1d3vsly .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:16.25px;height:16.25px;max-height:16.25px}.cc-1d3vsly .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%;height:100%;object-fit:contain}.cc-1d3vsly .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px);width:var(--ds-space-250,20px)}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
.cc-pxnj3p .mediaGroupView-content-wrap ul{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}
|
|
111
111
|
.cc-1al43g7 .ProseMirror li .rich-media-item{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.cc-1al43g7 .ProseMirror.ua-chrome li>.mediaSingleView-content-wrap:before{content:"";display:block;height:0}.cc-1al43g7 .ProseMirror.ua-firefox .mediaSingleView-content-wrap{-webkit-user-select:none;-ms-user-select:none;user-select:none}.cc-1al43g7 .ProseMirror.ua-firefox .captionView-content-wrap{-webkit-user-select:text;-ms-user-select:text;user-select:text}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{position:relative;z-index:2;max-width:100%;clear:inherit}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=center]{clear:both}.cc-1al43g7 .ProseMirror table .rich-media-item{margin-top:var(--ds-space-150,9pt);margin-bottom:var(--ds-space-150,9pt);clear:both}.cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-left[data-layout], .cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-right[data-layout]{clear:none}.cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-left[data-layout]:first-child, .cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-right[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}.cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{clear:both}.cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-left, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-right, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-right{margin-right:0;margin-left:0}@media (max-width:410px){.cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-left], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-right], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-left], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-right]{float:none;overflow-x:auto;overflow-y:auto;margin:var(--ds-space-150,9pt) 0}}.cc-1al43g7 .ProseMirror [layout=full-width] .rich-media-item, .cc-1al43g7 .ProseMirror [layout=wide] .rich-media-item{margin-left:50%;transform:translateX(-50%)}.cc-1al43g7 .ProseMirror .media-extended-resize-experience[layout^=wrap-]{overflow-x:visible!important;overflow-y:visible!important}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]{clear:none}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+div[class^=fabric-editor-align], .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h1, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h2, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h3, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h4, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h5, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h6, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ol, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+p, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ul{clear:both!important}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-] .rich-media-item{margin-left:0;margin-right:0}.cc-1al43g7 .ProseMirror .media-inline-image-wrapper{height:22px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h1>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:36px;transform:translateY(-3px)}.cc-1al43g7 .ProseMirror h2>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:31px;transform:translateY(-3px)}.cc-1al43g7 .ProseMirror h3>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:25px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h4>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:23px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h5>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:20px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h6>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:18px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-left]{float:left}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]{float:right}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]+.mediaSingleView-content-wrap[layout=wrap-left]{clear:both}.cc-1al43g7 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-right{margin-right:-9pt}.cc-1al43g7 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-left{margin-left:-9pt}.cc-1al43g7 .pm-alt-text-alt-text-floating-toolbar{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}.cc-1al43g7 .richMedia-resize-handle-left, .cc-1al43g7 .richMedia-resize-handle-right{display:flex;flex-direction:column;justify-content:center}.cc-1al43g7 .richMedia-resize-handle-right{align-items:flex-end;padding-right:var(--ds-space-150,9pt);margin-right:-4px}.cc-1al43g7 .richMedia-resize-handle-left{align-items:flex-start;padding-left:var(--ds-space-150,9pt);margin-left:-4px}.cc-1al43g7 .richMedia-resize-handle-left:after, .cc-1al43g7 .richMedia-resize-handle-right:after{content:" ";display:flex;width:3px;height:4pc;border-radius:var(--ds-radius-medium,6px)}.cc-1al43g7 .rich-media-item:hover .richMedia-resize-handle-left:after, .cc-1al43g7 .rich-media-item:hover .richMedia-resize-handle-right:after{background:var(--ds-border,#0b120e24)}.cc-1al43g7 .ak-editor-selected-node .richMedia-resize-handle-left:after, .cc-1al43g7 .ak-editor-selected-node .richMedia-resize-handle-right:after, .cc-1al43g7 .rich-media-item .richMedia-resize-handle-left:hover:after, .cc-1al43g7 .rich-media-item .richMedia-resize-handle-right:hover:after, .cc-1al43g7 .rich-media-item.is-resizing .richMedia-resize-handle-left:after, .cc-1al43g7 .rich-media-item.is-resizing .richMedia-resize-handle-right:after{background:var(--ds-border-focused,#4688ec)}.cc-1al43g7 .__resizable_base__{left:unset!important;width:auto!important;height:auto!important}.cc-1al43g7 .danger>div>div>.media-card-frame, .cc-1al43g7 .danger>span>a{background-color:var(--ds-background-danger,#ffeceb);box-shadow:0 0 0 2px,var(--ds-border-danger,#e2483d);transition:background-color 0s,box-shadow 0s}.cc-1al43g7 .danger .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-danger,#e2483d)}.cc-1al43g7 .danger .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-danger,#e2483d)}.cc-1al43g7 .danger .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)!important}.cc-1al43g7 .danger .richMedia-resize-handle-left:after, .cc-1al43g7 .danger .richMedia-resize-handle-right:after{background:var(--ds-icon-danger,#c9372c)!important}.cc-1al43g7 .danger .resizer-handle-thumb{background:var(--ds-icon-danger,#c9372c)!important}.cc-1al43g7 .danger .inlineCardView-content-wrap>span>a, .cc-1al43g7 .danger div div .media-card-frame{background-color:var(--ds-blanket-danger,#ef5c4814);transition:background-color 0s}.cc-1al43g7 .danger div div .media-card-frame:after{box-shadow:none}.cc-1al43g7 .warning .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-warning,#e06c00)}.cc-1al43g7 .warning .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-warning,#e06c00)}.cc-1al43g7 .warning .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-warning,#e06c00)!important}.cc-1al43g7 .warning .resizer-handle-thumb{background:var(--ds-icon-warning,#e06c00)!important}.cc-1al43g7 .media-filmstrip-list-item{cursor:pointer}.cc-1al43g7 .mediaGroupView-content-wrap.ak-editor-selected-node #newFileExperienceWrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}.cc-1al43g7 .ak-editor-no-interaction #newFileExperienceWrapper{box-shadow:none}
|
|
112
112
|
.cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive, .cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted, .cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}
|
|
113
|
-
.cc-f3tkhc .show-diff-atomic-inline-changed-mention{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention .editor-mention-primitive{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color)}.cc-f3tkhc .editor-mention-primitive{display:inline;border-radius:var(--ds-radius-full,9999px);cursor:pointer;padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em;line-height:1.714;font-weight:var(--ds-font-weight-regular,400);word-break:break-word;background:var(--ds-background-neutral,#0515240f);border:1px solid transparent;color:var(--ds-text-subtle,#505258)}.cc-f3tkhc .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}.cc-f3tkhc .editor-mention-primitive:active{background:var(--ds-background-neutral-pressed,#080f214a)}.cc-f3tkhc .editor-mention-primitive-with-avatar{padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em}.cc-f3tkhc .editor-mention-avatar{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;flex-shrink:0;margin-inline-end:var(--ds-space-050,4px);overflow-x:hidden;overflow-y:hidden;border-radius:var(--ds-radius-full,9999px);vertical-align:-.125em}.cc-f3tkhc .editor-mention-avatar-fallback{vertical-align:.05em}.cc-f3tkhc .editor-mention-avatar-agent{border-radius:0;clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%)}.cc-f3tkhc .editor-mention-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.cc-f3tkhc .editor-mention-primitive.mention-restricted{background-color:transparent;border:1px solid var(--ds-border-bold,#7d818a);color:var(--ds-text,#292a2e)}.cc-f3tkhc .editor-mention-primitive.mention-restricted:hover{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-restricted:active{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db);border:1px solid transparent;color:var(--ds-text-inverse,#fff)}.cc-f3tkhc .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}.cc-f3tkhc .editor-mention-primitive.mention-self:active{background:var(--ds-background-brand-bold-pressed,#144794)}.cc-f3tkhc .editor-mention-primitive.mention-disabled{background:var(--ds-background-disabled,#0515240f);border:1px solid transparent;color:var(--ds-text-disabled,#080f214a);cursor:default}.cc-f3tkhc .editor-mention-primitive.mention-disabled:hover{background:var(--ds-background-disabled,#0515240f)}.cc-f3tkhc .editor-mention-primitive.mention-disabled:active{background:var(--ds-background-disabled,#0515240f)}
|
|
113
|
+
.cc-f3tkhc .show-diff-atomic-inline-changed-mention{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention .editor-mention-primitive{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1))}.cc-f3tkhc .editor-mention-primitive{display:inline;border-radius:var(--ds-radius-full,9999px);cursor:pointer;padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em;line-height:1.714;font-weight:var(--ds-font-weight-regular,400);word-break:break-word;background:var(--ds-background-neutral,#0515240f);border:1px solid transparent;color:var(--ds-text-subtle,#505258)}.cc-f3tkhc .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}.cc-f3tkhc .editor-mention-primitive:active{background:var(--ds-background-neutral-pressed,#080f214a)}.cc-f3tkhc .editor-mention-primitive-with-avatar{padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em}.cc-f3tkhc .editor-mention-avatar{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;flex-shrink:0;margin-inline-end:var(--ds-space-050,4px);overflow-x:hidden;overflow-y:hidden;border-radius:var(--ds-radius-full,9999px);vertical-align:-.125em}.cc-f3tkhc .editor-mention-avatar-fallback{vertical-align:.05em}.cc-f3tkhc .editor-mention-avatar-agent{border-radius:0;clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%)}.cc-f3tkhc .editor-mention-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.cc-f3tkhc .editor-mention-primitive.mention-restricted{background-color:transparent;border:1px solid var(--ds-border-bold,#7d818a);color:var(--ds-text,#292a2e)}.cc-f3tkhc .editor-mention-primitive.mention-restricted:hover{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-restricted:active{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db);border:1px solid transparent;color:var(--ds-text-inverse,#fff)}.cc-f3tkhc .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}.cc-f3tkhc .editor-mention-primitive.mention-self:active{background:var(--ds-background-brand-bold-pressed,#144794)}.cc-f3tkhc .editor-mention-primitive.mention-disabled{background:var(--ds-background-disabled,#0515240f);border:1px solid transparent;color:var(--ds-text-disabled,#080f214a);cursor:default}.cc-f3tkhc .editor-mention-primitive.mention-disabled:hover{background:var(--ds-background-disabled,#0515240f)}.cc-f3tkhc .editor-mention-primitive.mention-disabled:active{background:var(--ds-background-disabled,#0515240f)}
|
|
114
114
|
.cc-18wl5mr .danger .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive::-moz-selection{background-color:transparent}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:hover, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self:hover, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive:hover{background-color:var(--ds-background-selected,#e9f2fe)}.cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}
|
|
115
115
|
.cc-1rxkxid .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent;background-color:var(--ds-background-selected,#e9f2fe);color:var(--ds-text-subtle,#505258)}.cc-1rxkxid .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}.cc-1rxkxid .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f);color:var(--ds-text-subtle,#505258)}
|
|
116
116
|
.cc-q1df3a .ProseMirror .ak-editor-panel .ak-editor-panel__content .ak-editor-panel{border:1px solid var(--ds-border,#0b120e24)}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
.cc-zdnzj .resizer-item{will-change:width}.cc-zdnzj .resizer-item.display-handle>.resizer-handle-wrapper>.resizer-handle, .cc-zdnzj .resizer-item:hover>.resizer-handle-wrapper>.resizer-handle{visibility:visible;opacity:1}.cc-zdnzj .resizer-item.is-resizing .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .resizer-item.resizer-handle-danger .resizer-handle-thumb{transition:none;background:var(--ds-icon-danger,#c9372c)}.cc-zdnzj .resizer-handle{display:flex;visibility:hidden;opacity:0;flex-direction:column;justify-content:center;align-items:center;width:7px;transition:visibility .2s,opacity .2s}.cc-zdnzj .resizer-handle div[role=presentation]:not(:where([popover],dialog,[popover] *,dialog *)){width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:var(--ds-space-negative-200,-1pc);white-space:normal}.cc-zdnzj .resizer-handle.left{align-items:flex-start}.cc-zdnzj .resizer-handle.right{align-items:flex-end}.cc-zdnzj .resizer-handle.small .resizer-handle-thumb{height:43px}.cc-zdnzj .resizer-handle.medium .resizer-handle-thumb{height:4pc}.cc-zdnzj .resizer-handle.large .resizer-handle-thumb{height:6pc}.cc-zdnzj .resizer-handle.clamped .resizer-handle-thumb{height:clamp(43px,calc(100% - 2pc),6pc)}.cc-zdnzj .resizer-handle.sticky .resizer-handle-thumb{position:sticky;top:var(--ds-space-150,9pt);bottom:var(--ds-space-150,9pt)}.cc-zdnzj .resizer-handle:hover .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .resizer-handle:hover .resizer-handle-track{visibility:visible;opacity:.5}.cc-zdnzj .resizer-handle-thumb{content:" ";display:flex;width:3px;margin:0 var(--ds-space-025,2px);height:4pc;transition:background-color .2s;border-radius:var(--ds-radius-medium,6px);border:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:2;outline-color:currentColor;outline-style:none;outline-width:medium;min-height:24px;background:var(--ds-border,#0b120e24)}.cc-zdnzj .resizer-handle-thumb:hover{cursor:col-resize}.cc-zdnzj .resizer-handle-thumb:focus{background:var(--ds-border-selected,#1868db)}.cc-zdnzj .resizer-handle-thumb:focus:after{content:"";position:absolute;top:var(--ds-space-negative-050,-4px);right:var(--ds-space-negative-050,-4px);bottom:var(--ds-space-negative-050,-4px);left:var(--ds-space-negative-050,-4px);border:var(--ds-border-width-selected,2px) solid var(--ds-border-focused,#4688ec);border-radius:inherit;z-index:-1}.cc-zdnzj .resizer-handle-track{visibility:hidden;position:absolute;width:7px;height:calc(100% - 40px);border-radius:var(--ds-radius-small,4px);opacity:0;transition:background-color .2s,visibility .2s,opacity .2s}.cc-zdnzj .resizer-handle-track.none{background:none}.cc-zdnzj .resizer-handle-track.shadow{background:var(--ds-background-selected,#e9f2fe)}.cc-zdnzj .resizer-handle-track.full-height{background:var(--ds-background-selected,#e9f2fe);height:100%;min-height:36px}.cc-zdnzj .ak-editor-selected-node .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .ak-editor-no-interaction .ak-editor-selected-node .resizer-handle:not(:hover) .resizer-handle-thumb{background:var(--ds-border,#0b120e24)}.cc-zdnzj .resizer-hover-zone{position:relative;display:flow-root;width:100%}.cc-zdnzj .resizer-hover-zone.resizer-is-extended{padding:0 var(--ds-space-150,9pt);left:var(--ds-space-negative-150,-9pt)}.cc-zdnzj table .resizer-hover-zone, .cc-zdnzj table .resizer-hover-zone.resizer-is-extended{padding-top:unset;padding-right:unset;padding-bottom:unset;padding-left:unset;left:unset}
|
|
136
136
|
.cc-1nsisym .resizer-handle.bottom{flex-direction:row;align-items:flex-end;width:100%;height:7px}.cc-1nsisym .resizer-handle.bottom .resizer-handle-thumb{width:4pc;height:3px;min-width:24px;min-height:0;margin-top:var(--ds-space-025,2px);margin-right:0;margin-bottom:var(--ds-space-025,2px);margin-left:0}.cc-1nsisym .resizer-handle.bottom .resizer-handle-thumb:hover{cursor:row-resize}.cc-1nsisym .resizer-handle.bottom .resizer-handle-track{width:calc(100% - 40px);height:7px}.cc-1nsisym .resizer-handle.bottom .resizer-handle-track.full-height{width:100%;height:7px;min-width:36px;min-height:0}.cc-1nsisym .resizer-handle.small.bottom .resizer-handle-thumb{width:43px;height:3px}.cc-1nsisym .resizer-handle.medium.bottom .resizer-handle-thumb{width:4pc;height:3px}.cc-1nsisym .resizer-handle.large.bottom .resizer-handle-thumb{width:6pc;height:3px}.cc-1nsisym .resizer-handle.clamped.bottom .resizer-handle-thumb{width:clamp(43px,calc(100% - 2pc),6pc);height:3px}
|
|
137
137
|
.cc-184ku22 .ProseMirror hr{border:none;background-color:var(--ds-border,#0b120e24);height:2px;border-radius:1px;cursor:pointer;padding:var(--ds-space-050,4px) 0;margin:var(--ds-space-300,24px) 0;background-clip:content-box}.cc-184ku22 .ProseMirror hr.ak-editor-selected-node{outline-color:currentColor;outline-style:none;outline-width:medium;background-color:var(--ds-border-selected,#1868db)}
|
|
138
|
-
.cc-ruh3pg .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-ruh3pg .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-ruh3pg .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-ruh3pg .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-ruh3pg .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-ruh3pg .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;min-height:20px;min-width:20px;max-height:28px;max-width:28px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-ruh3pg .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}.cc-ruh3pg .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:28px;width:28px}.cc-ruh3pg .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px;width:26px}.cc-ruh3pg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px;width:24px}.cc-ruh3pg .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:22px;width:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px;width:20px}
|
|
138
|
+
.cc-ruh3pg .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-ruh3pg .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-ruh3pg .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-ruh3pg .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-ruh3pg .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-ruh3pg .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;min-height:20px;min-width:20px;max-height:28px;max-width:28px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-ruh3pg .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}.cc-ruh3pg .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:28px;width:28px}.cc-ruh3pg .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px;width:26px}.cc-ruh3pg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px;width:24px}.cc-ruh3pg .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:22px;width:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px;width:20px}
|
|
139
139
|
.cc-1tcigme .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1tcigme .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:24.25px}.cc-1tcigme .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:22.25px}.cc-1tcigme .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:20.25px}.cc-1tcigme .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:18.25px}.cc-1tcigme .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1tcigme .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:16.25px;height:16.25px;min-height:16.25px;min-width:16.25px;max-height:24.25px;max-width:24.25px}.cc-1tcigme .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%;height:100%;object-fit:contain}.cc-1tcigme .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px);width:var(--ds-space-250,20px)}.cc-1tcigme .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:24.25px;width:24.25px}.cc-1tcigme .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:22.25px;width:22.25px}.cc-1tcigme .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:20.25px;width:20.25px}.cc-1tcigme .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:18.25px;width:18.25px}.cc-1tcigme .ProseMirror h1 .emoji-common-placeholder{height:24.25px;width:24.25px}.cc-1tcigme .ProseMirror h2 .emoji-common-placeholder{height:22.25px;width:22.25px}.cc-1tcigme .ProseMirror h3 .emoji-common-placeholder{height:20.25px;width:20.25px}.cc-1tcigme .ProseMirror h4 .emoji-common-placeholder{height:18.25px;width:18.25px}.cc-1tcigme .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:16.25px;width:16.25px}
|
|
140
140
|
.cc-13ipadj{ms-overflow-style:-ms-autohiding-scrollbar}.cc-13ipadj::-webkit-scrollbar-corner{display:none}.cc-13ipadj::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-subtle,#00000000)}.cc-13ipadj:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e);border-radius:var(--ds-radius-large,8px)}.cc-13ipadj::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
|
|
141
141
|
.cc-xj7ujp .ProseMirror-selectednode{outline-color:currentColor;outline-style:none;outline-width:medium}.cc-xj7ujp .ProseMirror-selectednode:empty{outline:2px solid var(--ds-border-focused,#4688ec)}.cc-1u1dmuf [aria-label="Selection toolbar"]{animation-name:k1xe95hp;animation-duration:.2s;animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
.cc-e4e14o .ProseMirror .decisionItemView-content-wrap, .cc-e4e14o .ProseMirror .taskItemView-content-wrap{position:relative;min-width:3pc}.cc-e4e14o .ProseMirror .decisionItemView-content-wrap{margin-top:0}.cc-e4e14o .ProseMirror .taskItemView-content-wrap span[contenteditable=false]{height:1.714em}.cc-e4e14o .ProseMirror .task-item{line-height:1.714}.cc-e4e14o div[data-task-local-id] span[contenteditable=false]{height:1.714em}.cc-e4e14o div[data-task-local-id] span[contenteditable=false]+div{line-height:1.714em}.cc-e4e14o div[data-task-list-local-id]{margin:var(--ds-space-150,9pt) 0 0 0}.cc-e4e14o div[data-task-list-local-id] div+div{margin-top:var(--ds-space-050,4px)}.cc-e4e14o div[data-task-list-local-id] div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px);margin-left:var(--ds-space-300,24px)}.cc-e4e14o .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-top:0!important;margin-right:0!important;margin-bottom:0!important;margin-left:0!important}
|
|
175
175
|
.cc-yceeaz .ProseMirror [data-node-type=actionList]{margin-top:max(0px,calc(10px + (var(--ak-editor-base-font-size, 1pc) - 13px)*.66667))}.cc-yceeaz .ProseMirror [data-node-type=actionList]>*+*{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}.cc-yceeaz .ProseMirror .taskItemView-content-wrap .taskItemView-content-wrap, .cc-yceeaz .ProseMirror [data-node-type=actionList] [data-node-type=actionList]{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
176
176
|
.cc-ne538a .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node.danger .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
|
|
177
|
-
.cc-1ylkv5y .show-diff-atomic-inline-changed-status{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status .lozenge-wrapper, .cc-1ylkv5y .show-diff-atomic-inline-changed-status .status-lozenge-span>span{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color)}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap{max-width:100%;line-height:0}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap>span{width:100%}.cc-1ylkv5y .statusView-content-wrap>span{cursor:pointer;line-height:0}.cc-1ylkv5y .danger .status-lozenge-span>span{background-color:rgba(255,189,173,.5)}.cc-1ylkv5y .danger .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);max-width:100%;padding-inline:var(--ds-space-050,4px);display:inline-flex;border-radius:var(--ds-radius-small,3px);block-size:min-content;position:static;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;-webkit-appearance:none;appearance:none;border:none}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-text{font:normal var(--ds-font-weight-bold,653) 11px/1pc var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif);overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:calc(200px - var(--ds-space-100, 8px))}
|
|
177
|
+
.cc-1ylkv5y .show-diff-atomic-inline-changed-status{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status .lozenge-wrapper, .cc-1ylkv5y .show-diff-atomic-inline-changed-status .status-lozenge-span>span{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1))}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap{max-width:100%;line-height:0}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap>span{width:100%}.cc-1ylkv5y .statusView-content-wrap>span{cursor:pointer;line-height:0}.cc-1ylkv5y .danger .status-lozenge-span>span{background-color:rgba(255,189,173,.5)}.cc-1ylkv5y .danger .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);max-width:100%;padding-inline:var(--ds-space-050,4px);display:inline-flex;border-radius:var(--ds-radius-small,3px);block-size:min-content;position:static;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;-webkit-appearance:none;appearance:none;border:none}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-text{font:normal var(--ds-font-weight-bold,653) 11px/1pc var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif);overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:calc(200px - var(--ds-space-100, 8px))}
|
|
178
178
|
.cc-1ki047n .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}.cc-1ki047n [data-prosemirror-node-name=status] .lozenge-text{color:#292a2e}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:#dddee1}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:#d8a0f7}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:#8fb8f6}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:#f9c84e}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:#fd9891}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:#b3df72}
|
|
179
179
|
.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::selection, .cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::selection{background-color:transparent}.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::-moz-selection, .cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::-moz-selection{background-color:transparent}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text-subtle,#505258)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-wrapper{background-color:var(--ds-background-discovery,#f8eefe)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery,#803fa5)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-wrapper{background-color:var(--ds-background-information,#e9f2fe)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information,#1558bc)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-wrapper{background-color:var(--ds-background-warning,#fff5db)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning,#9e4c00)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=red] .lozenge-wrapper{background-color:var(--ds-background-danger,#ffeceb)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger,#ae2e24)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=green] .lozenge-wrapper{background-color:var(--ds-background-success,#efffd6)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success,#4c6b1f)}
|
|
180
180
|
.cc-1szti83 [data-prosemirror-node-name=status] .lozenge-wrapper{padding-block-start:var(--ds-space-025,2px);padding-block-end:var(--ds-space-025,2px);padding-inline-start:var(--ds-space-050,4px);padding-inline-end:var(--ds-space-050,4px);align-items:center;border-radius:var(--ds-radius-small,4px);height:1.25rem;border:solid var(--ds-border-width,1px) transparent}.cc-1szti83 [data-prosemirror-node-name=status] .lozenge-text{text-transform:none;font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);border-color:#cacbcf}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text,#292a2e)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:var(--ds-background-discovery-subtler,#eed7fc);border-color:#d8a0f7}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery-bolder,#48245d)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:var(--ds-background-information-subtler,#cfe1fd);border-color:#8fb8f6}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information-bolder,#123263)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:var(--ds-background-danger-subtler,#ffd5d2);border-color:#fd9891}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger-bolder,#5d1f1a)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:var(--ds-background-warning-subtler,#fce4a6);border-color:#fbc828}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning-bolder,#693200)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:var(--ds-background-success-subtler,#d3f1a7);border-color:#b3df72}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success-bolder,#37471f)}.cc-1szti83 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}.cc-1szti83 .danger .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
|
|
@@ -60,10 +60,15 @@ export const dateVanillaStyles = css({
|
|
|
60
60
|
export const dateStyles = css({
|
|
61
61
|
// Show diff: date attr change highlight. Keep this with date node styles so the highlight
|
|
62
62
|
// follows the date node view instead of living in shared smart-card diff styles.
|
|
63
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
64
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
65
|
+
// by that inline variable and will be removed once
|
|
66
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
63
67
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
64
68
|
'.show-diff-atomic-inline-changed-date': {
|
|
65
69
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)",
|
|
66
|
-
|
|
70
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
71
|
+
outline: `2px solid var(--show-diff-atomic-inline-changed-border-color, ${"var(--ds-border-accent-purple, #AF59E1)"})`,
|
|
67
72
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
68
73
|
outlineOffset: '1px',
|
|
69
74
|
borderRadius: "var(--ds-radius-medium, 6px)"
|
|
@@ -14,6 +14,10 @@ import { akEditorFullPageDefaultFontSize, akEditorSelectedNodeClassName } from '
|
|
|
14
14
|
export const emojiStyles = css({
|
|
15
15
|
// Show diff: emoji attr change highlight. Keep this with emoji node styles so the highlight
|
|
16
16
|
// targets sprite/image/unicode emoji renderers.
|
|
17
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
18
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
19
|
+
// by that inline variable and will be removed once
|
|
20
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
17
21
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
18
22
|
'.show-diff-atomic-inline-changed-emoji': {
|
|
19
23
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -24,7 +28,8 @@ export const emojiStyles = css({
|
|
|
24
28
|
},
|
|
25
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
26
30
|
'.show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite, .emoji-common-emoji-image, .emoji-common-emoji-unicode)': {
|
|
27
|
-
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
32
|
+
outline: `2px solid var(--show-diff-atomic-inline-changed-border-color, ${"var(--ds-border-accent-purple, #AF59E1)"})`,
|
|
28
33
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
29
34
|
outlineOffset: '1px',
|
|
30
35
|
borderRadius: "var(--ds-radius-xsmall, 2px)"
|
|
@@ -90,6 +95,10 @@ export const emojiStyles = css({
|
|
|
90
95
|
export const scaledEmojiStyles = css({
|
|
91
96
|
// Show diff: emoji attr change highlight. Keep this with scaled emoji node styles too,
|
|
92
97
|
// because scaled emoji styles replace the base emoji style bucket when enabled.
|
|
98
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
99
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
100
|
+
// by that inline variable and will be removed once
|
|
101
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
93
102
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
94
103
|
'.show-diff-atomic-inline-changed-emoji': {
|
|
95
104
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -100,7 +109,8 @@ export const scaledEmojiStyles = css({
|
|
|
100
109
|
},
|
|
101
110
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
102
111
|
'.show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite, .emoji-common-emoji-image, .emoji-common-emoji-unicode)': {
|
|
103
|
-
|
|
112
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
113
|
+
outline: `2px solid var(--show-diff-atomic-inline-changed-border-color, ${"var(--ds-border-accent-purple, #AF59E1)"})`,
|
|
104
114
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
105
115
|
outlineOffset: '1px',
|
|
106
116
|
borderRadius: "var(--ds-radius-xsmall, 2px)"
|
|
@@ -56,6 +56,10 @@ export const mentionsStyles = css({
|
|
|
56
56
|
export const mentionNodeStyles = css({
|
|
57
57
|
// Show diff: mention attr change highlight. Keep this with mention node styles so the
|
|
58
58
|
// highlight targets the mention primitive's rounded shape.
|
|
59
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
60
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
61
|
+
// by that inline variable and will be removed once
|
|
62
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
59
63
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
60
64
|
'.show-diff-atomic-inline-changed-mention': {
|
|
61
65
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -66,7 +70,8 @@ export const mentionNodeStyles = css({
|
|
|
66
70
|
},
|
|
67
71
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
68
72
|
'.show-diff-atomic-inline-changed-mention .editor-mention-primitive': {
|
|
69
|
-
|
|
73
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
74
|
+
boxShadow: `0 0 0 2px var(--show-diff-atomic-inline-changed-border-color, ${"var(--ds-border-accent-purple, #AF59E1)"})`
|
|
70
75
|
},
|
|
71
76
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
72
77
|
'.editor-mention-primitive': {
|
|
@@ -11,6 +11,10 @@ import { css } from '@emotion/react';
|
|
|
11
11
|
export const statusStyles = css({
|
|
12
12
|
// Show diff: status attr change highlight. Keep this with status node styles so the highlight
|
|
13
13
|
// targets the lozenge shape rather than the decoration wrapper.
|
|
14
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
15
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
16
|
+
// by that inline variable and will be removed once
|
|
17
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
14
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
15
19
|
'.show-diff-atomic-inline-changed-status': {
|
|
16
20
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -21,7 +25,8 @@ export const statusStyles = css({
|
|
|
21
25
|
},
|
|
22
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
23
27
|
'.show-diff-atomic-inline-changed-status .status-lozenge-span > span, .show-diff-atomic-inline-changed-status .lozenge-wrapper': {
|
|
24
|
-
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
29
|
+
boxShadow: `0 0 0 2px var(--show-diff-atomic-inline-changed-border-color, ${"var(--ds-border-accent-purple, #AF59E1)"})`
|
|
25
30
|
},
|
|
26
31
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
27
32
|
'.pm-table-cell-content-wrap, .pm-table-header-content-wrap, [data-layout-section]': {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.cc-1wz6obl .ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor){caret-color:transparent}.cc-1wz6obl .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}.cc-1wz6obl .ProseMirror:has(.ProseMirror-hide-cursor){caret-color:transparent}
|
|
27
27
|
.cc-1aoj0mo .dateView-content-wrap.ak-editor-selected-node.danger .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
28
28
|
.cc-5hyj3q .ProseMirror hr.ak-editor-selected-node.danger{background-color:var(--ds-border-danger,#e2483d)}
|
|
29
|
-
.cc-1mmt8n5 .show-diff-atomic-inline-changed-date{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1);outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-medium,6px)}.cc-1mmt8n5 .show-diff-atomic-inline-changed-date.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1mmt8n5 .date-lozenger-container span{white-space:unset}.cc-1mmt8n5 .dateView-content-wrap .date-lozenger-container{line-height:normal;cursor:pointer}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}.cc-1mmt8n5 .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
29
|
+
.cc-1mmt8n5 .show-diff-atomic-inline-changed-date{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1);outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-medium,6px)}.cc-1mmt8n5 .show-diff-atomic-inline-changed-date.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1mmt8n5 .date-lozenger-container span{white-space:unset}.cc-1mmt8n5 .dateView-content-wrap .date-lozenger-container{line-height:normal;cursor:pointer}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}.cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection, .cc-1mmt8n5 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}.cc-1mmt8n5 .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
30
30
|
.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span{background-color:var(--ds-background-neutral,#0515240f);color:var(--ds-text,#292a2e);border-radius:var(--ds-radius-small,4px);padding-top:var(--ds-space-025,2px);padding-right:var(--ds-space-050,4px);padding-bottom:var(--ds-space-025,2px);padding-left:var(--ds-space-050,4px);margin-top:0;margin-right:1px;margin-bottom:0;margin-left:1px;position:relative;transition-property:background;transition-duration:.3s;white-space:nowrap;cursor:unset}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb);color:var(--ds-text-accent-red,#ae2e24)}.cc-avdkma [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red:hover{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
|
|
31
31
|
.cc-ak695d .ak-editor-selected-node.danger>[data-decision-wrapper], .cc-ak695d ol[data-node-type=decisionList].ak-editor-selected-node.danger{background-color:var(--ds-background-danger,#ffeceb);box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
32
32
|
.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg[data-icon-source=legacy]{display:none}.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{box-sizing:border-box;padding-inline-end:var(--ds--button--new-icon-padding-end,0);padding-inline-start:var(--ds--button--new-icon-padding-start,0)}@media screen and (forced-colors:active){.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{color:canvastext;filter:grayscale(1)}}.cc-9wx0ks [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{width:var(--ds-space-300,24px);height:var(--ds-space-300,24px)}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
.cc-1x753i0{--editor-font-ugc-token-body-small:normal 400 0.875em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
41
41
|
.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%;position:relative;z-index:2}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-right]{float:right}.cc-epa0ej .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
|
|
42
42
|
.cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-image, .cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-sprite, .cc-30ls2d .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}
|
|
43
|
-
.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-1c7fc54 .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-1c7fc54 .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-1c7fc54 .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-1c7fc54 .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-1c7fc54 .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-1c7fc54 .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;max-height:20px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-1c7fc54 .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}
|
|
43
|
+
.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1c7fc54 .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-1c7fc54 .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-1c7fc54 .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-1c7fc54 .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-1c7fc54 .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-1c7fc54 .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-1c7fc54 .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-1c7fc54 .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;max-height:20px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-1c7fc54 .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}
|
|
44
44
|
.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode{border-radius:var(--ds-radius-xsmall,2px);position:relative;-webkit-user-select:text}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;pointer-events:none;z-index:12;background-color:var(--ds-blanket-selected,#388bff14)}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode ::selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode::selection{background-color:transparent}.cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode ::-moz-selection, .cc-1w90uvx .ProseMirror .ak-editor-selected-node .emoji-common-emoji-unicode::-moz-selection{background-color:transparent}
|
|
45
45
|
.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode{border-radius:var(--ds-radius-xsmall,2px);position:relative;-webkit-user-select:text}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image:before, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite:before, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;pointer-events:none;z-index:12;background-color:var(--ds-blanket-selected,#388bff14)}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode ::selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode::selection{background-color:transparent}.cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-image::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-sprite::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode ::-moz-selection, .cc-15yelzs .ProseMirror .ak-editor-selected-node[data-emoji-id] .emoji-common-emoji-unicode::-moz-selection{background-color:transparent}
|
|
46
46
|
.cc-1d3vsly .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1d3vsly .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:24.25px}.cc-1d3vsly .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:22.25px}.cc-1d3vsly .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:20.25px}.cc-1d3vsly .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:18.25px}.cc-1d3vsly .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1d3vsly .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:16.25px;height:16.25px;max-height:16.25px}.cc-1d3vsly .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%;height:100%;object-fit:contain}.cc-1d3vsly .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px);width:var(--ds-space-250,20px)}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
.cc-pxnj3p .mediaGroupView-content-wrap ul{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}
|
|
111
111
|
.cc-1al43g7 .ProseMirror li .rich-media-item{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.cc-1al43g7 .ProseMirror.ua-chrome li>.mediaSingleView-content-wrap:before{content:"";display:block;height:0}.cc-1al43g7 .ProseMirror.ua-firefox .mediaSingleView-content-wrap{-webkit-user-select:none;-ms-user-select:none;user-select:none}.cc-1al43g7 .ProseMirror.ua-firefox .captionView-content-wrap{-webkit-user-select:text;-ms-user-select:text;user-select:text}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{position:relative;z-index:2;max-width:100%;clear:inherit}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=center]{clear:both}.cc-1al43g7 .ProseMirror table .rich-media-item{margin-top:var(--ds-space-150,9pt);margin-bottom:var(--ds-space-150,9pt);clear:both}.cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-left[data-layout], .cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-right[data-layout]{clear:none}.cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-left[data-layout]:first-child, .cc-1al43g7 .ProseMirror table .rich-media-item.image-wrap-right[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}.cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{clear:both}.cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-left, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-right, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left, .cc-1al43g7 .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-right{margin-right:0;margin-left:0}@media (max-width:410px){.cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-left], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-right], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-left], .cc-1al43g7 .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-right]{float:none;overflow-x:auto;overflow-y:auto;margin:var(--ds-space-150,9pt) 0}}.cc-1al43g7 .ProseMirror [layout=full-width] .rich-media-item, .cc-1al43g7 .ProseMirror [layout=wide] .rich-media-item{margin-left:50%;transform:translateX(-50%)}.cc-1al43g7 .ProseMirror .media-extended-resize-experience[layout^=wrap-]{overflow-x:visible!important;overflow-y:visible!important}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]{clear:none}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+div[class^=fabric-editor-align], .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h1, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h2, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h3, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h4, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h5, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h6, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ol, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+p, .cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ul{clear:both!important}.cc-1al43g7 .ProseMirror [layout^=wrap-]+[layout^=wrap-] .rich-media-item{margin-left:0;margin-right:0}.cc-1al43g7 .ProseMirror .media-inline-image-wrapper{height:22px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h1>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h1>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:36px;transform:translateY(-3px)}.cc-1al43g7 .ProseMirror h2>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h2>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:31px;transform:translateY(-3px)}.cc-1al43g7 .ProseMirror h3>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:25px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h4>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h4>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:23px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h5>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h5>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:20px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror h6>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>.mediaInlineView-content-wrap>.media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper, .cc-1al43g7 .ProseMirror h6>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:18px;transform:translateY(-2px)}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-left]{float:left}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]{float:right}.cc-1al43g7 .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]+.mediaSingleView-content-wrap[layout=wrap-left]{clear:both}.cc-1al43g7 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-right{margin-right:-9pt}.cc-1al43g7 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-left{margin-left:-9pt}.cc-1al43g7 .pm-alt-text-alt-text-floating-toolbar{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}.cc-1al43g7 .richMedia-resize-handle-left, .cc-1al43g7 .richMedia-resize-handle-right{display:flex;flex-direction:column;justify-content:center}.cc-1al43g7 .richMedia-resize-handle-right{align-items:flex-end;padding-right:var(--ds-space-150,9pt);margin-right:-4px}.cc-1al43g7 .richMedia-resize-handle-left{align-items:flex-start;padding-left:var(--ds-space-150,9pt);margin-left:-4px}.cc-1al43g7 .richMedia-resize-handle-left:after, .cc-1al43g7 .richMedia-resize-handle-right:after{content:" ";display:flex;width:3px;height:4pc;border-radius:var(--ds-radius-medium,6px)}.cc-1al43g7 .rich-media-item:hover .richMedia-resize-handle-left:after, .cc-1al43g7 .rich-media-item:hover .richMedia-resize-handle-right:after{background:var(--ds-border,#0b120e24)}.cc-1al43g7 .ak-editor-selected-node .richMedia-resize-handle-left:after, .cc-1al43g7 .ak-editor-selected-node .richMedia-resize-handle-right:after, .cc-1al43g7 .rich-media-item .richMedia-resize-handle-left:hover:after, .cc-1al43g7 .rich-media-item .richMedia-resize-handle-right:hover:after, .cc-1al43g7 .rich-media-item.is-resizing .richMedia-resize-handle-left:after, .cc-1al43g7 .rich-media-item.is-resizing .richMedia-resize-handle-right:after{background:var(--ds-border-focused,#4688ec)}.cc-1al43g7 .__resizable_base__{left:unset!important;width:auto!important;height:auto!important}.cc-1al43g7 .danger>div>div>.media-card-frame, .cc-1al43g7 .danger>span>a{background-color:var(--ds-background-danger,#ffeceb);box-shadow:0 0 0 2px,var(--ds-border-danger,#e2483d);transition:background-color 0s,box-shadow 0s}.cc-1al43g7 .danger .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-danger,#e2483d)}.cc-1al43g7 .danger .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-danger,#e2483d)}.cc-1al43g7 .danger .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)!important}.cc-1al43g7 .danger .richMedia-resize-handle-left:after, .cc-1al43g7 .danger .richMedia-resize-handle-right:after{background:var(--ds-icon-danger,#c9372c)!important}.cc-1al43g7 .danger .resizer-handle-thumb{background:var(--ds-icon-danger,#c9372c)!important}.cc-1al43g7 .danger .inlineCardView-content-wrap>span>a, .cc-1al43g7 .danger div div .media-card-frame{background-color:var(--ds-blanket-danger,#ef5c4814);transition:background-color 0s}.cc-1al43g7 .danger div div .media-card-frame:after{box-shadow:none}.cc-1al43g7 .warning .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-warning,#e06c00)}.cc-1al43g7 .warning .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-warning,#e06c00)}.cc-1al43g7 .warning .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-warning,#e06c00)!important}.cc-1al43g7 .warning .resizer-handle-thumb{background:var(--ds-icon-warning,#e06c00)!important}.cc-1al43g7 .media-filmstrip-list-item{cursor:pointer}.cc-1al43g7 .mediaGroupView-content-wrap.ak-editor-selected-node #newFileExperienceWrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}.cc-1al43g7 .ak-editor-no-interaction #newFileExperienceWrapper{box-shadow:none}
|
|
112
112
|
.cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive, .cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted, .cc-t8jrt0 .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}
|
|
113
|
-
.cc-f3tkhc .show-diff-atomic-inline-changed-mention{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention .editor-mention-primitive{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color)}.cc-f3tkhc .editor-mention-primitive{display:inline;border-radius:var(--ds-radius-full,9999px);cursor:pointer;padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em;line-height:1.714;font-weight:var(--ds-font-weight-regular,400);word-break:break-word;background:var(--ds-background-neutral,#0515240f);border:1px solid transparent;color:var(--ds-text-subtle,#505258)}.cc-f3tkhc .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}.cc-f3tkhc .editor-mention-primitive:active{background:var(--ds-background-neutral-pressed,#080f214a)}.cc-f3tkhc .editor-mention-primitive-with-avatar{padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em}.cc-f3tkhc .editor-mention-avatar{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;flex-shrink:0;margin-inline-end:var(--ds-space-050,4px);overflow-x:hidden;overflow-y:hidden;border-radius:var(--ds-radius-full,9999px);vertical-align:-.125em}.cc-f3tkhc .editor-mention-avatar-fallback{vertical-align:.05em}.cc-f3tkhc .editor-mention-avatar-agent{border-radius:0;clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%)}.cc-f3tkhc .editor-mention-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.cc-f3tkhc .editor-mention-primitive.mention-restricted{background-color:transparent;border:1px solid var(--ds-border-bold,#7d818a);color:var(--ds-text,#292a2e)}.cc-f3tkhc .editor-mention-primitive.mention-restricted:hover{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-restricted:active{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db);border:1px solid transparent;color:var(--ds-text-inverse,#fff)}.cc-f3tkhc .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}.cc-f3tkhc .editor-mention-primitive.mention-self:active{background:var(--ds-background-brand-bold-pressed,#144794)}.cc-f3tkhc .editor-mention-primitive.mention-disabled{background:var(--ds-background-disabled,#0515240f);border:1px solid transparent;color:var(--ds-text-disabled,#080f214a);cursor:default}.cc-f3tkhc .editor-mention-primitive.mention-disabled:hover{background:var(--ds-background-disabled,#0515240f)}.cc-f3tkhc .editor-mention-primitive.mention-disabled:active{background:var(--ds-background-disabled,#0515240f)}
|
|
113
|
+
.cc-f3tkhc .show-diff-atomic-inline-changed-mention{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-f3tkhc .show-diff-atomic-inline-changed-mention .editor-mention-primitive{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1))}.cc-f3tkhc .editor-mention-primitive{display:inline;border-radius:var(--ds-radius-full,9999px);cursor:pointer;padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em;line-height:1.714;font-weight:var(--ds-font-weight-regular,400);word-break:break-word;background:var(--ds-background-neutral,#0515240f);border:1px solid transparent;color:var(--ds-text-subtle,#505258)}.cc-f3tkhc .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}.cc-f3tkhc .editor-mention-primitive:active{background:var(--ds-background-neutral-pressed,#080f214a)}.cc-f3tkhc .editor-mention-primitive-with-avatar{padding-top:1px;padding-right:.3em;padding-bottom:1px;padding-left:.23em}.cc-f3tkhc .editor-mention-avatar{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;flex-shrink:0;margin-inline-end:var(--ds-space-050,4px);overflow-x:hidden;overflow-y:hidden;border-radius:var(--ds-radius-full,9999px);vertical-align:-.125em}.cc-f3tkhc .editor-mention-avatar-fallback{vertical-align:.05em}.cc-f3tkhc .editor-mention-avatar-agent{border-radius:0;clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%)}.cc-f3tkhc .editor-mention-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.cc-f3tkhc .editor-mention-primitive.mention-restricted{background-color:transparent;border:1px solid var(--ds-border-bold,#7d818a);color:var(--ds-text,#292a2e)}.cc-f3tkhc .editor-mention-primitive.mention-restricted:hover{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-restricted:active{background-color:transparent}.cc-f3tkhc .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db);border:1px solid transparent;color:var(--ds-text-inverse,#fff)}.cc-f3tkhc .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}.cc-f3tkhc .editor-mention-primitive.mention-self:active{background:var(--ds-background-brand-bold-pressed,#144794)}.cc-f3tkhc .editor-mention-primitive.mention-disabled{background:var(--ds-background-disabled,#0515240f);border:1px solid transparent;color:var(--ds-text-disabled,#080f214a);cursor:default}.cc-f3tkhc .editor-mention-primitive.mention-disabled:hover{background:var(--ds-background-disabled,#0515240f)}.cc-f3tkhc .editor-mention-primitive.mention-disabled:active{background:var(--ds-background-disabled,#0515240f)}
|
|
114
114
|
.cc-18wl5mr .danger .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self::selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self ::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self::-moz-selection, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive::-moz-selection{background-color:transparent}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}.cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:hover, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive.mention-self:hover, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive:active, .cc-18wl5mr .ak-editor-selected-node>.editor-mention-primitive:hover{background-color:var(--ds-background-selected,#e9f2fe)}.cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive, .cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted, .cc-18wl5mr .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}
|
|
115
115
|
.cc-1rxkxid .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent;background-color:var(--ds-background-selected,#e9f2fe);color:var(--ds-text-subtle,#505258)}.cc-1rxkxid .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d);background-color:var(--ds-background-danger,#ffeceb)}.cc-1rxkxid .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f);color:var(--ds-text-subtle,#505258)}
|
|
116
116
|
.cc-q1df3a .ProseMirror .ak-editor-panel .ak-editor-panel__content .ak-editor-panel{border:1px solid var(--ds-border,#0b120e24)}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
.cc-zdnzj .resizer-item{will-change:width}.cc-zdnzj .resizer-item.display-handle>.resizer-handle-wrapper>.resizer-handle, .cc-zdnzj .resizer-item:hover>.resizer-handle-wrapper>.resizer-handle{visibility:visible;opacity:1}.cc-zdnzj .resizer-item.is-resizing .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .resizer-item.resizer-handle-danger .resizer-handle-thumb{transition:none;background:var(--ds-icon-danger,#c9372c)}.cc-zdnzj .resizer-handle{display:flex;visibility:hidden;opacity:0;flex-direction:column;justify-content:center;align-items:center;width:7px;transition:visibility .2s,opacity .2s}.cc-zdnzj .resizer-handle div[role=presentation]:not(:where([popover],dialog,[popover] *,dialog *)){width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:var(--ds-space-negative-200,-1pc);white-space:normal}.cc-zdnzj .resizer-handle.left{align-items:flex-start}.cc-zdnzj .resizer-handle.right{align-items:flex-end}.cc-zdnzj .resizer-handle.small .resizer-handle-thumb{height:43px}.cc-zdnzj .resizer-handle.medium .resizer-handle-thumb{height:4pc}.cc-zdnzj .resizer-handle.large .resizer-handle-thumb{height:6pc}.cc-zdnzj .resizer-handle.clamped .resizer-handle-thumb{height:clamp(43px,calc(100% - 2pc),6pc)}.cc-zdnzj .resizer-handle.sticky .resizer-handle-thumb{position:sticky;top:var(--ds-space-150,9pt);bottom:var(--ds-space-150,9pt)}.cc-zdnzj .resizer-handle:hover .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .resizer-handle:hover .resizer-handle-track{visibility:visible;opacity:.5}.cc-zdnzj .resizer-handle-thumb{content:" ";display:flex;width:3px;margin:0 var(--ds-space-025,2px);height:4pc;transition:background-color .2s;border-radius:var(--ds-radius-medium,6px);border:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:2;outline-color:currentColor;outline-style:none;outline-width:medium;min-height:24px;background:var(--ds-border,#0b120e24)}.cc-zdnzj .resizer-handle-thumb:hover{cursor:col-resize}.cc-zdnzj .resizer-handle-thumb:focus{background:var(--ds-border-selected,#1868db)}.cc-zdnzj .resizer-handle-thumb:focus:after{content:"";position:absolute;top:var(--ds-space-negative-050,-4px);right:var(--ds-space-negative-050,-4px);bottom:var(--ds-space-negative-050,-4px);left:var(--ds-space-negative-050,-4px);border:var(--ds-border-width-selected,2px) solid var(--ds-border-focused,#4688ec);border-radius:inherit;z-index:-1}.cc-zdnzj .resizer-handle-track{visibility:hidden;position:absolute;width:7px;height:calc(100% - 40px);border-radius:var(--ds-radius-small,4px);opacity:0;transition:background-color .2s,visibility .2s,opacity .2s}.cc-zdnzj .resizer-handle-track.none{background:none}.cc-zdnzj .resizer-handle-track.shadow{background:var(--ds-background-selected,#e9f2fe)}.cc-zdnzj .resizer-handle-track.full-height{background:var(--ds-background-selected,#e9f2fe);height:100%;min-height:36px}.cc-zdnzj .ak-editor-selected-node .resizer-handle-thumb{background:var(--ds-border-focused,#4688ec)}.cc-zdnzj .ak-editor-no-interaction .ak-editor-selected-node .resizer-handle:not(:hover) .resizer-handle-thumb{background:var(--ds-border,#0b120e24)}.cc-zdnzj .resizer-hover-zone{position:relative;display:flow-root;width:100%}.cc-zdnzj .resizer-hover-zone.resizer-is-extended{padding:0 var(--ds-space-150,9pt);left:var(--ds-space-negative-150,-9pt)}.cc-zdnzj table .resizer-hover-zone, .cc-zdnzj table .resizer-hover-zone.resizer-is-extended{padding-top:unset;padding-right:unset;padding-bottom:unset;padding-left:unset;left:unset}
|
|
136
136
|
.cc-1nsisym .resizer-handle.bottom{flex-direction:row;align-items:flex-end;width:100%;height:7px}.cc-1nsisym .resizer-handle.bottom .resizer-handle-thumb{width:4pc;height:3px;min-width:24px;min-height:0;margin-top:var(--ds-space-025,2px);margin-right:0;margin-bottom:var(--ds-space-025,2px);margin-left:0}.cc-1nsisym .resizer-handle.bottom .resizer-handle-thumb:hover{cursor:row-resize}.cc-1nsisym .resizer-handle.bottom .resizer-handle-track{width:calc(100% - 40px);height:7px}.cc-1nsisym .resizer-handle.bottom .resizer-handle-track.full-height{width:100%;height:7px;min-width:36px;min-height:0}.cc-1nsisym .resizer-handle.small.bottom .resizer-handle-thumb{width:43px;height:3px}.cc-1nsisym .resizer-handle.medium.bottom .resizer-handle-thumb{width:4pc;height:3px}.cc-1nsisym .resizer-handle.large.bottom .resizer-handle-thumb{width:6pc;height:3px}.cc-1nsisym .resizer-handle.clamped.bottom .resizer-handle-thumb{width:clamp(43px,calc(100% - 2pc),6pc);height:3px}
|
|
137
137
|
.cc-184ku22 .ProseMirror hr{border:none;background-color:var(--ds-border,#0b120e24);height:2px;border-radius:1px;cursor:pointer;padding:var(--ds-space-050,4px) 0;margin:var(--ds-space-300,24px) 0;background-clip:content-box}.cc-184ku22 .ProseMirror hr.ak-editor-selected-node{outline-color:currentColor;outline-style:none;outline-width:medium;background-color:var(--ds-border-selected,#1868db)}
|
|
138
|
-
.cc-ruh3pg .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color);outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-ruh3pg .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-ruh3pg .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-ruh3pg .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-ruh3pg .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-ruh3pg .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;min-height:20px;min-width:20px;max-height:28px;max-width:28px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-ruh3pg .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}.cc-ruh3pg .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:28px;width:28px}.cc-ruh3pg .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px;width:26px}.cc-ruh3pg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px;width:24px}.cc-ruh3pg .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:22px;width:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px;width:20px}
|
|
138
|
+
.cc-ruh3pg .show-diff-atomic-inline-changed-emoji{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-ruh3pg .show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-emoji-unicode){outline:2px solid var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1));outline-offset:1px;border-radius:var(--ds-radius-xsmall,2px)}.cc-ruh3pg .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:28px}.cc-ruh3pg .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:26px}.cc-ruh3pg .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:24px}.cc-ruh3pg .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:20px}.cc-ruh3pg .ProseMirror .emojiView-content-wrap{display:inline-block}.cc-ruh3pg .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){background:no-repeat transparent;display:inline-block;height:20px;min-height:20px;min-width:20px;max-height:28px;max-width:28px;cursor:pointer;vertical-align:middle;-webkit-user-select:all;user-select:all}.cc-ruh3pg .ProseMirror .emoji-common-emoji-unicode{cursor:pointer}.cc-ruh3pg .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:28px;width:28px}.cc-ruh3pg .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px;width:26px}.cc-ruh3pg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px;width:24px}.cc-ruh3pg .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:22px;width:22px}.cc-ruh3pg .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px;width:20px}
|
|
139
139
|
.cc-1tcigme .ProseMirror [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1tcigme .ProseMirror h1 [data-emoji-type=unicode]{--emoji-common-unicode-size:24.25px}.cc-1tcigme .ProseMirror h2 [data-emoji-type=unicode]{--emoji-common-unicode-size:22.25px}.cc-1tcigme .ProseMirror h3 [data-emoji-type=unicode]{--emoji-common-unicode-size:20.25px}.cc-1tcigme .ProseMirror h4 [data-emoji-type=unicode]{--emoji-common-unicode-size:18.25px}.cc-1tcigme .ProseMirror :is(h5,h6,p) [data-emoji-type=unicode]{--emoji-common-unicode-size:16.25px}.cc-1tcigme .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:16.25px;height:16.25px;min-height:16.25px;min-width:16.25px;max-height:24.25px;max-width:24.25px}.cc-1tcigme .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%;height:100%;object-fit:contain}.cc-1tcigme .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px);width:var(--ds-space-250,20px)}.cc-1tcigme .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:24.25px;width:24.25px}.cc-1tcigme .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:22.25px;width:22.25px}.cc-1tcigme .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:20.25px;width:20.25px}.cc-1tcigme .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:18.25px;width:18.25px}.cc-1tcigme .ProseMirror h1 .emoji-common-placeholder{height:24.25px;width:24.25px}.cc-1tcigme .ProseMirror h2 .emoji-common-placeholder{height:22.25px;width:22.25px}.cc-1tcigme .ProseMirror h3 .emoji-common-placeholder{height:20.25px;width:20.25px}.cc-1tcigme .ProseMirror h4 .emoji-common-placeholder{height:18.25px;width:18.25px}.cc-1tcigme .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:16.25px;width:16.25px}
|
|
140
140
|
.cc-13ipadj{ms-overflow-style:-ms-autohiding-scrollbar}.cc-13ipadj::-webkit-scrollbar-corner{display:none}.cc-13ipadj::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-subtle,#00000000)}.cc-13ipadj:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e);border-radius:var(--ds-radius-large,8px)}.cc-13ipadj::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
|
|
141
141
|
.cc-xj7ujp .ProseMirror-selectednode{outline-color:currentColor;outline-style:none;outline-width:medium}.cc-xj7ujp .ProseMirror-selectednode:empty{outline:2px solid var(--ds-border-focused,#4688ec)}.cc-1u1dmuf [aria-label="Selection toolbar"]{animation-name:k1xe95hp;animation-duration:.2s;animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
.cc-e4e14o .ProseMirror .decisionItemView-content-wrap, .cc-e4e14o .ProseMirror .taskItemView-content-wrap{position:relative;min-width:3pc}.cc-e4e14o .ProseMirror .decisionItemView-content-wrap{margin-top:0}.cc-e4e14o .ProseMirror .taskItemView-content-wrap span[contenteditable=false]{height:1.714em}.cc-e4e14o .ProseMirror .task-item{line-height:1.714}.cc-e4e14o div[data-task-local-id] span[contenteditable=false]{height:1.714em}.cc-e4e14o div[data-task-local-id] span[contenteditable=false]+div{line-height:1.714em}.cc-e4e14o div[data-task-list-local-id]{margin:var(--ds-space-150,9pt) 0 0 0}.cc-e4e14o div[data-task-list-local-id] div+div{margin-top:var(--ds-space-050,4px)}.cc-e4e14o div[data-task-list-local-id] div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px);margin-left:var(--ds-space-300,24px)}.cc-e4e14o .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-top:0!important;margin-right:0!important;margin-bottom:0!important;margin-left:0!important}
|
|
175
175
|
.cc-yceeaz .ProseMirror [data-node-type=actionList]{margin-top:max(0px,calc(10px + (var(--ak-editor-base-font-size, 1pc) - 13px)*.66667))}.cc-yceeaz .ProseMirror [data-node-type=actionList]>*+*{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}.cc-yceeaz .ProseMirror .taskItemView-content-wrap .taskItemView-content-wrap, .cc-yceeaz .ProseMirror [data-node-type=actionList] [data-node-type=actionList]{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
176
176
|
.cc-ne538a .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node.danger .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
|
|
177
|
-
.cc-1ylkv5y .show-diff-atomic-inline-changed-status{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status .lozenge-wrapper, .cc-1ylkv5y .show-diff-atomic-inline-changed-status .status-lozenge-span>span{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color)}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap{max-width:100%;line-height:0}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap>span{width:100%}.cc-1ylkv5y .statusView-content-wrap>span{cursor:pointer;line-height:0}.cc-1ylkv5y .danger .status-lozenge-span>span{background-color:rgba(255,189,173,.5)}.cc-1ylkv5y .danger .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);max-width:100%;padding-inline:var(--ds-space-050,4px);display:inline-flex;border-radius:var(--ds-radius-small,3px);block-size:min-content;position:static;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;-webkit-appearance:none;appearance:none;border:none}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-text{font:normal var(--ds-font-weight-bold,653) 11px/1pc var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif);overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:calc(200px - var(--ds-space-100, 8px))}
|
|
177
|
+
.cc-1ylkv5y .show-diff-atomic-inline-changed-status{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-purple,#af59e1)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status.show-diff-atomic-inline-changed-traditional{--show-diff-atomic-inline-changed-border-color:var(--ds-border-accent-green,#22a06b)}.cc-1ylkv5y .show-diff-atomic-inline-changed-status .lozenge-wrapper, .cc-1ylkv5y .show-diff-atomic-inline-changed-status .status-lozenge-span>span{box-shadow:0 0 0 2px var(--show-diff-atomic-inline-changed-border-color,var(--ds-border-accent-purple,#af59e1))}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap{max-width:100%;line-height:0}.cc-1ylkv5y .pm-table-cell-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y .pm-table-header-content-wrap .statusView-content-wrap>span, .cc-1ylkv5y [data-layout-section] .statusView-content-wrap>span{width:100%}.cc-1ylkv5y .statusView-content-wrap>span{cursor:pointer;line-height:0}.cc-1ylkv5y .danger .status-lozenge-span>span{background-color:rgba(255,189,173,.5)}.cc-1ylkv5y .danger .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);max-width:100%;padding-inline:var(--ds-space-050,4px);display:inline-flex;border-radius:var(--ds-radius-small,3px);block-size:min-content;position:static;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;-webkit-appearance:none;appearance:none;border:none}.cc-1ylkv5y [data-prosemirror-node-name=status] .lozenge-text{font:normal var(--ds-font-weight-bold,653) 11px/1pc var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif);overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:calc(200px - var(--ds-space-100, 8px))}
|
|
178
178
|
.cc-1ki047n .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}.cc-1ki047n [data-prosemirror-node-name=status] .lozenge-text{color:#292a2e}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:#dddee1}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:#d8a0f7}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:#8fb8f6}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:#f9c84e}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:#fd9891}.cc-1ki047n [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:#b3df72}
|
|
179
179
|
.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db);border-color:transparent}.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::selection, .cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::selection{background-color:transparent}.cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::-moz-selection, .cc-x6toxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::-moz-selection{background-color:transparent}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text-subtle,#505258)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-wrapper{background-color:var(--ds-background-discovery,#f8eefe)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery,#803fa5)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-wrapper{background-color:var(--ds-background-information,#e9f2fe)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information,#1558bc)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-wrapper{background-color:var(--ds-background-warning,#fff5db)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning,#9e4c00)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=red] .lozenge-wrapper{background-color:var(--ds-background-danger,#ffeceb)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger,#ae2e24)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=green] .lozenge-wrapper{background-color:var(--ds-background-success,#efffd6)}.cc-x6toxh [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success,#4c6b1f)}
|
|
180
180
|
.cc-1szti83 [data-prosemirror-node-name=status] .lozenge-wrapper{padding-block-start:var(--ds-space-025,2px);padding-block-end:var(--ds-space-025,2px);padding-inline-start:var(--ds-space-050,4px);padding-inline-end:var(--ds-space-050,4px);align-items:center;border-radius:var(--ds-radius-small,4px);height:1.25rem;border:solid var(--ds-border-width,1px) transparent}.cc-1szti83 [data-prosemirror-node-name=status] .lozenge-text{text-transform:none;font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f);border-color:#cacbcf}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text,#292a2e)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:var(--ds-background-discovery-subtler,#eed7fc);border-color:#d8a0f7}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery-bolder,#48245d)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:var(--ds-background-information-subtler,#cfe1fd);border-color:#8fb8f6}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information-bolder,#123263)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:var(--ds-background-danger-subtler,#ffd5d2);border-color:#fd9891}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger-bolder,#5d1f1a)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:var(--ds-background-warning-subtler,#fce4a6);border-color:#fbc828}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning-bolder,#693200)}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:var(--ds-background-success-subtler,#d3f1a7);border-color:#b3df72}.cc-1szti83 [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success-bolder,#37471f)}.cc-1szti83 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}.cc-1szti83 .danger .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
|
|
@@ -52,10 +52,15 @@ export var dateVanillaStyles = css(_defineProperty(_defineProperty(_defineProper
|
|
|
52
52
|
export var dateStyles = css(_defineProperty(_defineProperty(_defineProperty({
|
|
53
53
|
// Show diff: date attr change highlight. Keep this with date node styles so the highlight
|
|
54
54
|
// follows the date node view instead of living in shared smart-card diff styles.
|
|
55
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
56
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
57
|
+
// by that inline variable and will be removed once
|
|
58
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
55
59
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
56
60
|
'.show-diff-atomic-inline-changed-date': {
|
|
57
61
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)",
|
|
58
|
-
|
|
62
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
63
|
+
outline: "2px solid var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")"),
|
|
59
64
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
60
65
|
outlineOffset: '1px',
|
|
61
66
|
borderRadius: "var(--ds-radius-medium, 6px)"
|
|
@@ -15,6 +15,10 @@ import { akEditorFullPageDefaultFontSize, akEditorSelectedNodeClassName } from '
|
|
|
15
15
|
export var emojiStyles = css(_defineProperty(_defineProperty(_defineProperty({
|
|
16
16
|
// Show diff: emoji attr change highlight. Keep this with emoji node styles so the highlight
|
|
17
17
|
// targets sprite/image/unicode emoji renderers.
|
|
18
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
19
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
20
|
+
// by that inline variable and will be removed once
|
|
21
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
18
22
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
19
23
|
'.show-diff-atomic-inline-changed-emoji': {
|
|
20
24
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -25,7 +29,8 @@ export var emojiStyles = css(_defineProperty(_defineProperty(_defineProperty({
|
|
|
25
29
|
},
|
|
26
30
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
27
31
|
'.show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite, .emoji-common-emoji-image, .emoji-common-emoji-unicode)': {
|
|
28
|
-
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
33
|
+
outline: "2px solid var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")"),
|
|
29
34
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
30
35
|
outlineOffset: '1px',
|
|
31
36
|
borderRadius: "var(--ds-radius-xsmall, 2px)"
|
|
@@ -85,6 +90,10 @@ export var emojiStyles = css(_defineProperty(_defineProperty(_defineProperty({
|
|
|
85
90
|
export var scaledEmojiStyles = css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
|
|
86
91
|
// Show diff: emoji attr change highlight. Keep this with scaled emoji node styles too,
|
|
87
92
|
// because scaled emoji styles replace the base emoji style bucket when enabled.
|
|
93
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
94
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
95
|
+
// by that inline variable and will be removed once
|
|
96
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
88
97
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
89
98
|
'.show-diff-atomic-inline-changed-emoji': {
|
|
90
99
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -95,7 +104,8 @@ export var scaledEmojiStyles = css(_defineProperty(_defineProperty(_defineProper
|
|
|
95
104
|
},
|
|
96
105
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
97
106
|
'.show-diff-atomic-inline-changed-emoji :is(.emoji-common-emoji-sprite, .emoji-common-emoji-image, .emoji-common-emoji-unicode)': {
|
|
98
|
-
|
|
107
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
108
|
+
outline: "2px solid var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")"),
|
|
99
109
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
100
110
|
outlineOffset: '1px',
|
|
101
111
|
borderRadius: "var(--ds-radius-xsmall, 2px)"
|
|
@@ -43,6 +43,10 @@ backgroundSelectionStyles, mentionsSelectedColor])), '.danger', _defineProperty(
|
|
|
43
43
|
export var mentionNodeStyles = css({
|
|
44
44
|
// Show diff: mention attr change highlight. Keep this with mention node styles so the
|
|
45
45
|
// highlight targets the mention primitive's rounded shape.
|
|
46
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
47
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
48
|
+
// by that inline variable and will be removed once
|
|
49
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
46
50
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
47
51
|
'.show-diff-atomic-inline-changed-mention': {
|
|
48
52
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -53,7 +57,8 @@ export var mentionNodeStyles = css({
|
|
|
53
57
|
},
|
|
54
58
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
55
59
|
'.show-diff-atomic-inline-changed-mention .editor-mention-primitive': {
|
|
56
|
-
|
|
60
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
61
|
+
boxShadow: "0 0 0 2px var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")")
|
|
57
62
|
},
|
|
58
63
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
59
64
|
'.editor-mention-primitive': {
|
|
@@ -11,6 +11,10 @@ import { css } from '@emotion/react';
|
|
|
11
11
|
export var statusStyles = css({
|
|
12
12
|
// Show diff: status attr change highlight. Keep this with status node styles so the highlight
|
|
13
13
|
// targets the lozenge shape rather than the decoration wrapper.
|
|
14
|
+
// The plugin may set --show-diff-atomic-inline-changed-border-color inline on the decoration,
|
|
15
|
+
// which overrides the declarations below. EDITOR-8281: this two-scheme colour table is superseded
|
|
16
|
+
// by that inline variable and will be removed once
|
|
17
|
+
// platform_editor_show_diff_color_scheme_refactor is cleaned up.
|
|
14
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
15
19
|
'.show-diff-atomic-inline-changed-status': {
|
|
16
20
|
'--show-diff-atomic-inline-changed-border-color': "var(--ds-border-accent-purple, #AF59E1)"
|
|
@@ -21,7 +25,8 @@ export var statusStyles = css({
|
|
|
21
25
|
},
|
|
22
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
23
27
|
'.show-diff-atomic-inline-changed-status .status-lozenge-span > span, .show-diff-atomic-inline-changed-status .lozenge-wrapper': {
|
|
24
|
-
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
29
|
+
boxShadow: "0 0 0 2px var(--show-diff-atomic-inline-changed-border-color, ".concat("var(--ds-border-accent-purple, #AF59E1)", ")")
|
|
25
30
|
},
|
|
26
31
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
27
32
|
'.pm-table-cell-content-wrap, .pm-table-header-content-wrap, [data-layout-section]': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "224.1.
|
|
3
|
+
"version": "224.1.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
70
70
|
"@atlaskit/react-ufo": "^7.6.0",
|
|
71
71
|
"@atlaskit/task-decision": "^21.8.0",
|
|
72
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
72
|
+
"@atlaskit/tmp-editor-statsig": "^152.0.0",
|
|
73
73
|
"@atlaskit/tokens": "^16.7.0",
|
|
74
74
|
"@atlaskit/tooltip": "^24.0.0",
|
|
75
75
|
"@atlaskit/width-detector": "^7.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@atlassian/editor-rovo-bridge": "^13.1.0",
|
|
128
128
|
"@atlassian/experiment-test-utils": "^0.2.0",
|
|
129
129
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
130
|
-
"@atlassian/search-client": "^2.
|
|
130
|
+
"@atlassian/search-client": "^2.13.0",
|
|
131
131
|
"@atlassian/search-provider": "^16.0.0",
|
|
132
132
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
133
133
|
"@atlassian/user-profile-card": "^1.29.0",
|