@a3s-lab/office 0.2.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/COLLABORATION_ROADMAP.md +426 -0
- package/README.md +649 -10
- package/dist/0~1403.js +1 -1
- package/dist/0~2805.js +1279 -0
- package/dist/{0~use-office-draft.js → 0~345.js} +30 -1
- package/dist/0~3539.js +1 -1
- package/dist/0~3557.js +1 -1
- package/dist/0~3635.js +1 -1
- package/dist/0~4595.js +123 -12
- package/dist/0~4980.js +154 -0
- package/dist/0~5050.js +124 -113
- package/dist/{0~9512.js → 0~6090.js} +540 -3
- package/dist/0~7048.js +92 -66
- package/dist/0~7614.js +2 -1
- package/dist/0~7754.js +5653 -0
- package/dist/0~9445.js +1 -1
- package/dist/0~document-editor.js +4992 -3323
- package/dist/0~markdown-editor.js +250 -44
- package/dist/0~pdf-viewer.js +1016 -24
- package/dist/0~presentation-editor.js +179 -8
- package/dist/0~spreadsheet-editor.js +3371 -578
- package/dist/0~work-docx-export.js +6801 -658
- package/dist/0~work-docx-import.js +1388 -795
- package/dist/0~work-office-diagnostics.js +524 -30
- package/dist/0~work-pptx-export.js +2 -1
- package/dist/0~work-pptx-import.js +1 -2
- package/dist/0~work-presentation-charts.js +1 -1
- package/dist/2591.js +197 -0
- package/dist/3818.js +1090 -0
- package/dist/4104.js +970 -60
- package/dist/432.js +171 -14
- package/dist/4476.js +2008 -0
- package/dist/4560.js +674 -0
- package/dist/4650.js +70 -0
- package/dist/{1134.js → 5184.js} +183 -1
- package/dist/6489.js +18 -18
- package/dist/7060.js +132 -0
- package/dist/8715.js +2 -136
- package/dist/8928.js +16778 -0
- package/dist/9787.js +209 -0
- package/dist/core.d.ts +29 -9
- package/dist/core.js +10 -2
- package/dist/index.js +13 -3
- package/dist/internal/collaboration/office-collaboration-flat-json.d.ts +13 -0
- package/dist/internal/collaboration/office-collaboration-json.d.ts +4 -0
- package/dist/internal/collaboration/office-collaboration-presence.d.ts +86 -0
- package/dist/internal/collaboration/office-collaboration-transport.d.ts +42 -0
- package/dist/internal/collaboration/office-collaboration.d.ts +85 -0
- package/dist/internal/collaboration/office-document-collaboration-bibliography.d.ts +7 -0
- package/dist/internal/collaboration/office-document-collaboration-claims.d.ts +9 -0
- package/dist/internal/collaboration/office-document-collaboration-comments.d.ts +7 -0
- package/dist/internal/collaboration/office-document-collaboration-sidecar-utils.d.ts +27 -0
- package/dist/internal/collaboration/office-document-collaboration-sidecars.d.ts +16 -0
- package/dist/internal/collaboration/office-document-collaboration.d.ts +45 -0
- package/dist/internal/collaboration/office-markdown-collaboration.d.ts +31 -0
- package/dist/internal/collaboration/office-pdf-collaboration-claims.d.ts +4 -0
- package/dist/internal/collaboration/office-pdf-collaboration-conflicts.d.ts +2 -0
- package/dist/internal/collaboration/office-pdf-collaboration-model.d.ts +26 -0
- package/dist/internal/collaboration/office-pdf-collaboration-records.d.ts +21 -0
- package/dist/internal/collaboration/office-pdf-collaboration-types.d.ts +91 -0
- package/dist/internal/collaboration/office-pdf-collaboration-validation.d.ts +4 -0
- package/dist/internal/collaboration/office-pdf-collaboration.d.ts +35 -0
- package/dist/internal/collaboration/office-presentation-collaboration-model.d.ts +25 -0
- package/dist/internal/collaboration/office-presentation-collaboration-records.d.ts +22 -0
- package/dist/internal/collaboration/office-presentation-collaboration-validation.d.ts +4 -0
- package/dist/internal/collaboration/office-presentation-collaboration.d.ts +32 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration-cells.d.ts +13 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration-claims.d.ts +4 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration-conflicts.d.ts +2 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration-flat-json.d.ts +10 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration-model.d.ts +31 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration-records.d.ts +17 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration-validation.d.ts +4 -0
- package/dist/internal/collaboration/office-spreadsheet-collaboration.d.ts +32 -0
- package/dist/internal/design-system/primitives/navigation/tabs.d.ts +3 -1
- package/dist/internal/features/work/components/work-document-page-border.d.ts +6 -0
- package/dist/internal/features/work/editors/document-command-catalog.d.ts +536 -0
- package/dist/internal/features/work/editors/document-editor-focus.d.ts +1 -1
- package/dist/internal/features/work/editors/document-editor-support.d.ts +7 -3
- package/dist/internal/features/work/editors/document-editor.d.ts +8 -2
- package/dist/internal/features/work/editors/document-external-content.d.ts +14 -0
- package/dist/internal/features/work/editors/document-format-clipboard.d.ts +6 -0
- package/dist/internal/features/work/editors/document-format-tools.d.ts +4 -0
- package/dist/internal/features/work/editors/document-layout-panel.d.ts +4 -1
- package/dist/internal/features/work/editors/document-page-chrome-wps-shortcuts.d.ts +2 -0
- package/dist/internal/features/work/editors/document-page-layout-ribbon.d.ts +14 -0
- package/dist/internal/features/work/editors/document-page-stack.d.ts +10 -1
- package/dist/internal/features/work/editors/document-page-thumbnail.d.ts +2 -0
- package/dist/internal/features/work/editors/document-pagination-run-coordinator.d.ts +26 -0
- package/dist/internal/features/work/editors/document-picture-properties-dialog-model.d.ts +20 -1
- package/dist/internal/features/work/editors/document-review-navigation.d.ts +9 -0
- package/dist/internal/features/work/editors/document-statistics-dialog.d.ts +7 -0
- package/dist/internal/features/work/editors/document-status-bar.d.ts +2 -1
- package/dist/internal/features/work/editors/document-table-properties-dialog-model.d.ts +4 -1
- package/dist/internal/features/work/editors/document-toolbar.d.ts +19 -42
- package/dist/internal/features/work/editors/document-wps-shortcuts.d.ts +12 -0
- package/dist/internal/features/work/editors/document-zoom.d.ts +17 -0
- package/dist/internal/features/work/editors/markdown-editor-focus.d.ts +1 -1
- package/dist/internal/features/work/editors/markdown-editor.d.ts +5 -1
- package/dist/internal/features/work/editors/markdown-toolbar.d.ts +2 -1
- package/dist/internal/features/work/editors/office-collaboration-participants.d.ts +3 -0
- package/dist/internal/features/work/editors/office-collaboration-presence-context.d.ts +17 -0
- package/dist/internal/features/work/editors/office-collaboration-presence-ui.d.ts +25 -0
- package/dist/internal/features/work/editors/office-editor-focus-handoff.d.ts +27 -0
- package/dist/internal/features/work/editors/pdf-annotation-controller.d.ts +5 -0
- package/dist/internal/features/work/editors/pdf-collaboration-presence.d.ts +3 -0
- package/dist/internal/features/work/editors/pdf-collaboration-projection.d.ts +10 -0
- package/dist/internal/features/work/editors/pdf-evidence-contract.d.ts +36 -0
- package/dist/internal/features/work/editors/pdf-evidence-overlay.d.ts +37 -0
- package/dist/internal/features/work/editors/pdf-toolbar.d.ts +2 -1
- package/dist/internal/features/work/editors/pdf-viewer-controller.d.ts +7 -1
- package/dist/internal/features/work/editors/pdf-viewer.d.ts +11 -1
- package/dist/internal/features/work/editors/presentation-collaboration-presence.d.ts +5 -0
- package/dist/internal/features/work/editors/presentation-editor-focus.d.ts +3 -2
- package/dist/internal/features/work/editors/presentation-editor-types.d.ts +3 -0
- package/dist/internal/features/work/editors/presentation-editor.d.ts +1 -1
- package/dist/internal/features/work/editors/spreadsheet-auto-filter.d.ts +9 -0
- package/dist/internal/features/work/editors/spreadsheet-cell-clear.d.ts +3 -0
- package/dist/internal/features/work/editors/spreadsheet-cell-merge.d.ts +12 -0
- package/dist/internal/features/work/editors/spreadsheet-clipboard-shortcuts.d.ts +3 -7
- package/dist/internal/features/work/editors/spreadsheet-collaboration-presence.d.ts +9 -0
- package/dist/internal/features/work/editors/spreadsheet-command-catalog.d.ts +464 -0
- package/dist/internal/features/work/editors/spreadsheet-command-controller.d.ts +45 -9
- package/dist/internal/features/work/editors/spreadsheet-context-menu.d.ts +2 -0
- package/dist/internal/features/work/editors/spreadsheet-editor-ribbon.d.ts +9 -28
- package/dist/internal/features/work/editors/spreadsheet-editor.d.ts +8 -2
- package/dist/internal/features/work/editors/spreadsheet-format-painter.d.ts +27 -0
- package/dist/internal/features/work/editors/spreadsheet-freeze-panes.d.ts +14 -0
- package/dist/internal/features/work/editors/use-document-insert-commands.d.ts +3 -2
- package/dist/internal/features/work/editors/use-document-pagination.d.ts +6 -1
- package/dist/internal/features/work/editors/use-document-review-conflicts.d.ts +28 -0
- package/dist/internal/features/work/editors/use-spreadsheet-auto-filter.d.ts +21 -0
- package/dist/internal/features/work/editors/use-spreadsheet-collaboration.d.ts +27 -0
- package/dist/internal/features/work/editors/use-spreadsheet-format-painter.d.ts +18 -0
- package/dist/internal/features/work/editors/work-office-chrome.d.ts +22 -3
- package/dist/internal/features/work/editors/work-office-ribbon-overflow.d.ts +2 -0
- package/dist/internal/features/work/work-document-bookmark-references.d.ts +37 -0
- package/dist/internal/features/work/work-document-bookmarks.d.ts +29 -0
- package/dist/internal/features/work/work-document-caption-nodes.d.ts +4 -1
- package/dist/internal/features/work/work-document-comments.d.ts +1 -1
- package/dist/internal/features/work/work-document-equations.d.ts +513 -0
- package/dist/internal/features/work/work-document-extensions.d.ts +1 -0
- package/dist/internal/features/work/work-document-field-identity.d.ts +2 -0
- package/dist/internal/features/work/work-document-field-node.d.ts +2 -2
- package/dist/internal/features/work/work-document-fields.d.ts +7 -0
- package/dist/internal/features/work/work-document-image-identity.d.ts +30 -0
- package/dist/internal/features/work/work-document-image-layout.d.ts +46 -1
- package/dist/internal/features/work/work-document-image-wrap-contour.d.ts +16 -0
- package/dist/internal/features/work/work-document-incremental-layout.d.ts +2 -2
- package/dist/internal/features/work/work-document-model-codec.d.ts +4 -1
- package/dist/internal/features/work/work-document-note-integrity.d.ts +2 -0
- package/dist/internal/features/work/work-document-page-borders.d.ts +25 -0
- package/dist/internal/features/work/work-document-page-capture.d.ts +8 -0
- package/dist/internal/features/work/work-document-page-frames.d.ts +15 -0
- package/dist/internal/features/work/work-document-page-margins.d.ts +56 -0
- package/dist/internal/features/work/work-document-page-size.d.ts +47 -0
- package/dist/internal/features/work/work-document-pagination-measurement.d.ts +1 -2
- package/dist/internal/features/work/work-document-pagination-types.d.ts +7 -2
- package/dist/internal/features/work/work-document-pagination.d.ts +2 -2
- package/dist/internal/features/work/work-document-paragraph-borders.d.ts +32 -0
- package/dist/internal/features/work/work-document-paragraph-identity.d.ts +26 -0
- package/dist/internal/features/work/work-document-paragraph-shading.d.ts +18 -0
- package/dist/internal/features/work/work-document-review-conflicts.d.ts +35 -0
- package/dist/internal/features/work/work-document-section.d.ts +4 -0
- package/dist/internal/features/work/work-document-snapshot.d.ts +19 -0
- package/dist/internal/features/work/work-document-source.d.ts +23 -0
- package/dist/internal/features/work/work-document-table-column-widths.d.ts +7 -0
- package/dist/internal/features/work/work-document-table-property-changes.d.ts +3 -0
- package/dist/internal/features/work/work-document-table-row-identity.d.ts +15 -0
- package/dist/internal/features/work/work-document-table-sizing.d.ts +3 -0
- package/dist/internal/features/work/work-document-text-layout.d.ts +3 -1
- package/dist/internal/features/work/work-document-word-line-metrics.d.ts +2 -0
- package/dist/internal/features/work/work-docx-bookmark-diagnostics.d.ts +3 -0
- package/dist/internal/features/work/work-docx-bookmark-import.d.ts +24 -0
- package/dist/internal/features/work/work-docx-bookmarks.d.ts +17 -0
- package/dist/internal/features/work/work-docx-comment-durable-id-preservation.d.ts +2 -0
- package/dist/internal/features/work/work-docx-comment-export.d.ts +3 -0
- package/dist/internal/features/work/work-docx-comment-metadata.d.ts +2 -0
- package/dist/internal/features/work/work-docx-drawing-extension-preservation.d.ts +4 -0
- package/dist/internal/features/work/work-docx-equation-diagnostics.d.ts +3 -0
- package/dist/internal/features/work/work-docx-equation-export.d.ts +14 -0
- package/dist/internal/features/work/work-docx-equation-import.d.ts +30 -0
- package/dist/internal/features/work/work-docx-equation-story.d.ts +9 -0
- package/dist/internal/features/work/work-docx-export-formatting.d.ts +3 -1
- package/dist/internal/features/work/work-docx-export-image.d.ts +5 -1
- package/dist/internal/features/work/work-docx-export.d.ts +1 -1
- package/dist/internal/features/work/work-docx-field-instructions.d.ts +8 -0
- package/dist/internal/features/work/work-docx-font-table-preservation.d.ts +3 -0
- package/dist/internal/features/work/work-docx-ignorable-extension-preservation.d.ts +15 -0
- package/dist/internal/features/work/work-docx-image-crop.d.ts +12 -0
- package/dist/internal/features/work/work-docx-image-identity.d.ts +17 -0
- package/dist/internal/features/work/work-docx-image-layer.d.ts +12 -0
- package/dist/internal/features/work/work-docx-image-layout-import.d.ts +14 -2
- package/dist/internal/features/work/work-docx-image-wrap.d.ts +15 -0
- package/dist/internal/features/work/work-docx-import.d.ts +13 -3
- package/dist/internal/features/work/work-docx-list-export.d.ts +18 -0
- package/dist/internal/features/work/work-docx-list-import.d.ts +14 -0
- package/dist/internal/features/work/work-docx-note-comment-content-control-block-preservation.d.ts +18 -0
- package/dist/internal/features/work/work-docx-note-comment-content-control-model.d.ts +47 -0
- package/dist/internal/features/work/work-docx-note-comment-content-control-preservation.d.ts +4 -0
- package/dist/internal/features/work/work-docx-note-comment-content-control-properties.d.ts +17 -0
- package/dist/internal/features/work/work-docx-note-comment-content-control-table-model.d.ts +17 -0
- package/dist/internal/features/work/work-docx-note-comment-content-control-xml.d.ts +14 -0
- package/dist/internal/features/work/work-docx-note-comment-extension-preservation.d.ts +2 -0
- package/dist/internal/features/work/work-docx-note-comment-hyperlink-content.d.ts +40 -0
- package/dist/internal/features/work/work-docx-note-comment-hyperlink-preservation.d.ts +5 -0
- package/dist/internal/features/work/work-docx-note-comment-hyperlink-relationships.d.ts +35 -0
- package/dist/internal/features/work/work-docx-note-comment-identity.d.ts +15 -0
- package/dist/internal/features/work/work-docx-note-comment-run-preservation.d.ts +4 -0
- package/dist/internal/features/work/work-docx-note-comment-run-properties.d.ts +2 -0
- package/dist/internal/features/work/work-docx-note-image-import.d.ts +12 -0
- package/dist/internal/features/work/work-docx-note-image-relationships.d.ts +1 -0
- package/dist/internal/features/work/work-docx-numbering-extension-preservation.d.ts +6 -0
- package/dist/internal/features/work/work-docx-numbering.d.ts +1 -0
- package/dist/internal/features/work/work-docx-page-borders-diagnostics.d.ts +3 -0
- package/dist/internal/features/work/work-docx-page-borders-import.d.ts +10 -0
- package/dist/internal/features/work/work-docx-page-margins-diagnostics.d.ts +3 -0
- package/dist/internal/features/work/work-docx-page-margins-import.d.ts +18 -0
- package/dist/internal/features/work/work-docx-page-size-diagnostics.d.ts +2 -0
- package/dist/internal/features/work/work-docx-page-size-import.d.ts +17 -0
- package/dist/internal/features/work/work-docx-paragraph-borders-diagnostics.d.ts +3 -0
- package/dist/internal/features/work/work-docx-paragraph-borders-export.d.ts +18 -0
- package/dist/internal/features/work/work-docx-paragraph-borders-import.d.ts +24 -0
- package/dist/internal/features/work/work-docx-paragraph-default-collapsed.d.ts +19 -0
- package/dist/internal/features/work/work-docx-paragraph-extension-preservation.d.ts +2 -0
- package/dist/internal/features/work/work-docx-paragraph-identity-import.d.ts +10 -0
- package/dist/internal/features/work/work-docx-paragraph-identity.d.ts +18 -0
- package/dist/internal/features/work/work-docx-paragraph-pagination-import.d.ts +6 -1
- package/dist/internal/features/work/work-docx-paragraph-shading-diagnostics.d.ts +3 -0
- package/dist/internal/features/work/work-docx-paragraph-shading-export.d.ts +5 -0
- package/dist/internal/features/work/work-docx-paragraph-shading-import.d.ts +18 -0
- package/dist/internal/features/work/work-docx-run-formatting-import.d.ts +3 -0
- package/dist/internal/features/work/work-docx-settings-preservation.d.ts +10 -0
- package/dist/internal/features/work/work-docx-settings-xml.d.ts +16 -0
- package/dist/internal/features/work/work-docx-style-extension-preservation.d.ts +2 -0
- package/dist/internal/features/work/work-docx-table-cell-export.d.ts +2 -1
- package/dist/internal/features/work/work-docx-table-cell-import.d.ts +3 -0
- package/dist/internal/features/work/work-docx-table-extension-preservation.d.ts +2 -0
- package/dist/internal/features/work/work-docx-table-row-import.d.ts +2 -0
- package/dist/internal/features/work/work-docx-table-sizing-import.d.ts +1 -0
- package/dist/internal/features/work/work-docx-theme-reference.d.ts +23 -0
- package/dist/internal/features/work/work-docx-theme.d.ts +4 -1
- package/dist/internal/features/work/work-docx-twips.d.ts +12 -0
- package/dist/internal/features/work/work-file-contract.d.ts +1 -0
- package/dist/internal/features/work/work-file-io.d.ts +1 -1
- package/dist/internal/features/work/work-markdown-extensions.d.ts +4 -1
- package/dist/internal/features/work/work-ooxml-package-preservation.d.ts +12 -0
- package/dist/internal/features/work/work-ooxml-package-security.d.ts +6 -0
- package/dist/internal/features/work/work-ooxml-relationship-preservation.d.ts +10 -0
- package/dist/internal/features/work/work-ooxml-xml.d.ts +2 -0
- package/dist/internal/features/work/work-pdf-export.d.ts +10 -0
- package/dist/internal/features/work/work-repository.d.ts +2 -0
- package/dist/internal/features/work/work-types.d.ts +15 -2
- package/dist/internal/kernel/office-kernel-client-types.d.ts +1 -0
- package/dist/internal/kernel/office-kernel-protocol.d.ts +7 -0
- package/dist/internal/kernel/office-kernel-version.d.ts +1 -1
- package/dist/office-kernel.wasm +0 -0
- package/dist/office-kernel.worker.js +93 -41
- package/dist/react.d.ts +18 -12
- package/dist/react.js +1 -1
- package/dist/styles.css +1367 -16
- package/dist/vue.d.ts +48 -5
- package/dist/vue.js +42 -3
- package/dist/web-component.d.ts +24 -2
- package/dist/web-component.js +101 -2
- package/docs/latest/en/browser-editor-architecture.md +262 -47
- package/package.json +29 -4
- package/dist/0~152.js +0 -94
- package/dist/0~2582.js +0 -485
- package/dist/0~4750.js +0 -939
- package/dist/0~5861.js +0 -596
- package/dist/0~work-document-extensions.js +0 -3045
- package/dist/0~work-document-model-codec.js +0 -42
- package/dist/0~work-docx-bibliography.js +0 -347
- package/dist/0~work-docx-page-color.js +0 -42
- package/dist/2881.js +0 -1455
- package/dist/8728.js +0 -723
package/dist/styles.css
CHANGED
|
@@ -5115,6 +5115,23 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5115
5115
|
}
|
|
5116
5116
|
|
|
5117
5117
|
@media (width <= 520px) {
|
|
5118
|
+
.work-office-select-menu {
|
|
5119
|
+
overscroll-behavior: contain;
|
|
5120
|
+
max-height: min(420px, 100dvh - 32px);
|
|
5121
|
+
}
|
|
5122
|
+
|
|
5123
|
+
.work-office-select-menu > button {
|
|
5124
|
+
border-radius: 7px;
|
|
5125
|
+
min-height: 44px;
|
|
5126
|
+
padding: 9px 10px;
|
|
5127
|
+
font-size: 11px;
|
|
5128
|
+
}
|
|
5129
|
+
|
|
5130
|
+
.work-office-select-group-label {
|
|
5131
|
+
padding: 8px 10px 5px;
|
|
5132
|
+
font-size: 9px;
|
|
5133
|
+
}
|
|
5134
|
+
|
|
5118
5135
|
.work-office-color-menu {
|
|
5119
5136
|
width: min(304px, 100vw - 16px);
|
|
5120
5137
|
max-width: calc(100vw - 16px);
|
|
@@ -5275,6 +5292,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5275
5292
|
flex: none;
|
|
5276
5293
|
min-width: 0;
|
|
5277
5294
|
display: flex;
|
|
5295
|
+
position: relative;
|
|
5278
5296
|
box-shadow: 0 2px 7px #181f2e0a;
|
|
5279
5297
|
}
|
|
5280
5298
|
|
|
@@ -5313,6 +5331,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5313
5331
|
min-width: 0;
|
|
5314
5332
|
color: var(--a3s-muted);
|
|
5315
5333
|
white-space: nowrap;
|
|
5334
|
+
flex: 1;
|
|
5316
5335
|
align-items: center;
|
|
5317
5336
|
gap: 6px;
|
|
5318
5337
|
font-size: 10px;
|
|
@@ -5320,6 +5339,11 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5320
5339
|
overflow: hidden;
|
|
5321
5340
|
}
|
|
5322
5341
|
|
|
5342
|
+
.work-office-preview-bar > .work-office-collaboration {
|
|
5343
|
+
margin-left: auto;
|
|
5344
|
+
margin-right: 8px;
|
|
5345
|
+
}
|
|
5346
|
+
|
|
5323
5347
|
.work-office-preview-summary > svg {
|
|
5324
5348
|
color: var(--work-office-accent, var(--a3s-blue));
|
|
5325
5349
|
flex: none;
|
|
@@ -5375,6 +5399,17 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5375
5399
|
font-size: 12px;
|
|
5376
5400
|
}
|
|
5377
5401
|
|
|
5402
|
+
.work-office-ribbon-tabs > button[data-contextual="true"] {
|
|
5403
|
+
background: color-mix(in srgb, var(--work-office-accent) 7%, transparent);
|
|
5404
|
+
box-shadow: inset 0 2px
|
|
5405
|
+
color-mix(in srgb, var(--work-office-accent) 48%, transparent);
|
|
5406
|
+
color: color-mix(in srgb, var(--work-office-accent) 82%, var(--a3s-ink));
|
|
5407
|
+
}
|
|
5408
|
+
|
|
5409
|
+
.work-office-ribbon-tabs > button[data-contextual="true"]:hover:not(:disabled) {
|
|
5410
|
+
background: color-mix(in srgb, var(--work-office-accent) 11%, transparent);
|
|
5411
|
+
}
|
|
5412
|
+
|
|
5378
5413
|
.work-office-ribbon-tabs > button:after {
|
|
5379
5414
|
left: 4px;
|
|
5380
5415
|
right: 4px;
|
|
@@ -5401,6 +5436,11 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5401
5436
|
background: var(--work-office-accent);
|
|
5402
5437
|
}
|
|
5403
5438
|
|
|
5439
|
+
.work-office-ribbon[data-contextual-active="true"] > .work-office-ribbon-panel {
|
|
5440
|
+
box-shadow: inset 0 1px
|
|
5441
|
+
color-mix(in srgb, var(--work-office-accent) 28%, transparent);
|
|
5442
|
+
}
|
|
5443
|
+
|
|
5404
5444
|
.work-office-ribbon-tab-navigation {
|
|
5405
5445
|
border-left: 1px solid var(--a3s-line);
|
|
5406
5446
|
background: var(--a3s-panel);
|
|
@@ -5443,6 +5483,57 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5443
5483
|
opacity: .28;
|
|
5444
5484
|
}
|
|
5445
5485
|
|
|
5486
|
+
.work-office-quick-access {
|
|
5487
|
+
border-right: 1px solid var(--a3s-line);
|
|
5488
|
+
flex: none;
|
|
5489
|
+
align-items: center;
|
|
5490
|
+
gap: 1px;
|
|
5491
|
+
height: 36px;
|
|
5492
|
+
padding: 0 5px;
|
|
5493
|
+
display: flex;
|
|
5494
|
+
}
|
|
5495
|
+
|
|
5496
|
+
.work-office-quick-access > button, .work-office-ribbon-collapse {
|
|
5497
|
+
width: 26px;
|
|
5498
|
+
height: 26px;
|
|
5499
|
+
color: var(--a3s-muted);
|
|
5500
|
+
cursor: pointer;
|
|
5501
|
+
background: none;
|
|
5502
|
+
border: 0;
|
|
5503
|
+
border-radius: 5px;
|
|
5504
|
+
outline: 0;
|
|
5505
|
+
place-items: center;
|
|
5506
|
+
padding: 0;
|
|
5507
|
+
display: grid;
|
|
5508
|
+
}
|
|
5509
|
+
|
|
5510
|
+
.work-office-quick-access > button:hover:not(:disabled), .work-office-quick-access > button:focus-visible, .work-office-ribbon-collapse:hover, .work-office-ribbon-collapse:focus-visible {
|
|
5511
|
+
background: color-mix(in srgb,
|
|
5512
|
+
var(--work-office-accent) 8%,
|
|
5513
|
+
var(--a3s-panel));
|
|
5514
|
+
color: var(--work-office-accent);
|
|
5515
|
+
}
|
|
5516
|
+
|
|
5517
|
+
.work-office-quick-access > button:focus-visible, .work-office-ribbon-collapse:focus-visible {
|
|
5518
|
+
box-shadow: inset 0 0 0 1px var(--work-office-accent);
|
|
5519
|
+
}
|
|
5520
|
+
|
|
5521
|
+
.work-office-quick-access > button:disabled {
|
|
5522
|
+
cursor: default;
|
|
5523
|
+
opacity: .34;
|
|
5524
|
+
}
|
|
5525
|
+
|
|
5526
|
+
.work-office-quick-access > button > span {
|
|
5527
|
+
place-items: center;
|
|
5528
|
+
display: grid;
|
|
5529
|
+
}
|
|
5530
|
+
|
|
5531
|
+
.work-office-ribbon-collapse {
|
|
5532
|
+
flex: 0 0 26px;
|
|
5533
|
+
align-self: center;
|
|
5534
|
+
margin: 0 5px 0 2px;
|
|
5535
|
+
}
|
|
5536
|
+
|
|
5446
5537
|
.work-office-file-menu {
|
|
5447
5538
|
border-right: 1px solid var(--a3s-line);
|
|
5448
5539
|
flex: none;
|
|
@@ -5552,6 +5643,22 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5552
5643
|
position: relative;
|
|
5553
5644
|
}
|
|
5554
5645
|
|
|
5646
|
+
.work-office-ribbon-panel[hidden] {
|
|
5647
|
+
display: none;
|
|
5648
|
+
}
|
|
5649
|
+
|
|
5650
|
+
.work-office-ribbon[data-collapsed="true"] .work-office-ribbon-panel:not([hidden]) {
|
|
5651
|
+
z-index: 10;
|
|
5652
|
+
border-top: 1px solid var(--a3s-line);
|
|
5653
|
+
border-bottom: 1px solid var(--a3s-line);
|
|
5654
|
+
background: var(--a3s-panel);
|
|
5655
|
+
position: absolute;
|
|
5656
|
+
top: 36px;
|
|
5657
|
+
left: 0;
|
|
5658
|
+
right: 0;
|
|
5659
|
+
box-shadow: 0 12px 26px #181f2e26;
|
|
5660
|
+
}
|
|
5661
|
+
|
|
5555
5662
|
.work-office-ribbon-panel[data-empty="true"] {
|
|
5556
5663
|
display: none;
|
|
5557
5664
|
}
|
|
@@ -5664,6 +5771,25 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5664
5771
|
overflow: hidden;
|
|
5665
5772
|
}
|
|
5666
5773
|
|
|
5774
|
+
.work-office-ribbon .work-office-toolbar[data-density="compact-low"] .work-office-ribbon-group[data-priority="low"], .work-office-ribbon .work-office-toolbar[data-density="compact-normal"] .work-office-ribbon-group:not([data-priority="high"]) {
|
|
5775
|
+
padding-left: 4px;
|
|
5776
|
+
padding-right: 4px;
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.work-office-ribbon .work-office-toolbar[data-density="compact-low"] .work-office-ribbon-group[data-priority="low"] > div, .work-office-ribbon .work-office-toolbar[data-density="compact-normal"] .work-office-ribbon-group:not([data-priority="high"]) > div {
|
|
5780
|
+
gap: 0;
|
|
5781
|
+
}
|
|
5782
|
+
|
|
5783
|
+
.work-office-ribbon .work-office-toolbar[data-density="compact-low"] .work-office-ribbon-group[data-priority="low"] button.with-label, .work-office-ribbon .work-office-toolbar[data-density="compact-normal"] .work-office-ribbon-group:not([data-priority="high"]) button.with-label {
|
|
5784
|
+
width: 38px;
|
|
5785
|
+
min-width: 38px;
|
|
5786
|
+
padding-inline: 4px;
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5789
|
+
.work-office-ribbon .work-office-toolbar[data-density="compact-low"] .work-office-ribbon-group[data-priority="low"] button.with-label > span, .work-office-ribbon .work-office-toolbar[data-density="compact-normal"] .work-office-ribbon-group:not([data-priority="high"]) button.with-label > span {
|
|
5790
|
+
display: none;
|
|
5791
|
+
}
|
|
5792
|
+
|
|
5667
5793
|
.work-office-ribbon .work-office-toolbar button.with-label {
|
|
5668
5794
|
flex-direction: column;
|
|
5669
5795
|
gap: 3px;
|
|
@@ -5733,6 +5859,329 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5733
5859
|
overflow: hidden;
|
|
5734
5860
|
}
|
|
5735
5861
|
|
|
5862
|
+
.work-office-collaboration {
|
|
5863
|
+
flex: none;
|
|
5864
|
+
min-width: 0;
|
|
5865
|
+
display: flex;
|
|
5866
|
+
}
|
|
5867
|
+
|
|
5868
|
+
.work-office-collaboration-trigger, .work-office-status button.work-office-collaboration-trigger {
|
|
5869
|
+
width: auto;
|
|
5870
|
+
min-width: 24px;
|
|
5871
|
+
height: 24px;
|
|
5872
|
+
color: var(--a3s-muted);
|
|
5873
|
+
font: 600 10px / 1 var(--a3s-ui-font);
|
|
5874
|
+
cursor: pointer;
|
|
5875
|
+
background: none;
|
|
5876
|
+
border: 0;
|
|
5877
|
+
border-radius: 6px;
|
|
5878
|
+
justify-content: center;
|
|
5879
|
+
align-items: center;
|
|
5880
|
+
gap: 6px;
|
|
5881
|
+
padding: 0 6px;
|
|
5882
|
+
display: flex;
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5885
|
+
.work-office-collaboration-trigger:hover, .work-office-collaboration-trigger[aria-expanded="true"] {
|
|
5886
|
+
background: var(--a3s-panel-soft);
|
|
5887
|
+
color: var(--a3s-ink);
|
|
5888
|
+
}
|
|
5889
|
+
|
|
5890
|
+
.work-office-collaboration-trigger:focus-visible {
|
|
5891
|
+
outline: 2px solid
|
|
5892
|
+
color-mix(in srgb,
|
|
5893
|
+
var(--work-office-accent, var(--a3s-blue)) 42%,
|
|
5894
|
+
transparent);
|
|
5895
|
+
outline-offset: 1px;
|
|
5896
|
+
}
|
|
5897
|
+
|
|
5898
|
+
.work-office-collaboration-stack {
|
|
5899
|
+
align-items: center;
|
|
5900
|
+
padding-left: 4px;
|
|
5901
|
+
display: flex;
|
|
5902
|
+
}
|
|
5903
|
+
|
|
5904
|
+
.work-office-collaboration-avatar, .work-office-collaboration-overflow {
|
|
5905
|
+
border: 2px solid var(--a3s-panel);
|
|
5906
|
+
background: var(--work-office-presence-color, var(--a3s-blue));
|
|
5907
|
+
color: #fff;
|
|
5908
|
+
width: 28px;
|
|
5909
|
+
height: 28px;
|
|
5910
|
+
font: 700 11px / 1 var(--a3s-ui-font);
|
|
5911
|
+
isolation: isolate;
|
|
5912
|
+
border-radius: 50%;
|
|
5913
|
+
flex: 0 0 28px;
|
|
5914
|
+
place-items: center;
|
|
5915
|
+
display: grid;
|
|
5916
|
+
position: relative;
|
|
5917
|
+
overflow: visible;
|
|
5918
|
+
}
|
|
5919
|
+
|
|
5920
|
+
.work-office-collaboration-avatar[data-compact="true"], .work-office-collaboration-overflow {
|
|
5921
|
+
border-width: 1.5px;
|
|
5922
|
+
flex-basis: 19px;
|
|
5923
|
+
width: 19px;
|
|
5924
|
+
height: 19px;
|
|
5925
|
+
margin-left: -4px;
|
|
5926
|
+
font-size: 8px;
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5929
|
+
.work-office-collaboration-avatar > img {
|
|
5930
|
+
z-index: 1;
|
|
5931
|
+
border-radius: inherit;
|
|
5932
|
+
object-fit: cover;
|
|
5933
|
+
width: 100%;
|
|
5934
|
+
height: 100%;
|
|
5935
|
+
position: absolute;
|
|
5936
|
+
inset: 0;
|
|
5937
|
+
}
|
|
5938
|
+
|
|
5939
|
+
.work-office-collaboration-avatar:after {
|
|
5940
|
+
z-index: 2;
|
|
5941
|
+
border: 1.5px solid var(--a3s-panel);
|
|
5942
|
+
content: "";
|
|
5943
|
+
background: #16a34a;
|
|
5944
|
+
border-radius: 50%;
|
|
5945
|
+
width: 7px;
|
|
5946
|
+
height: 7px;
|
|
5947
|
+
position: absolute;
|
|
5948
|
+
bottom: -2px;
|
|
5949
|
+
right: -2px;
|
|
5950
|
+
}
|
|
5951
|
+
|
|
5952
|
+
.work-office-collaboration-avatar[data-compact="true"]:after {
|
|
5953
|
+
border-width: 1px;
|
|
5954
|
+
width: 5px;
|
|
5955
|
+
height: 5px;
|
|
5956
|
+
bottom: -1px;
|
|
5957
|
+
right: -1px;
|
|
5958
|
+
}
|
|
5959
|
+
|
|
5960
|
+
.work-office-collaboration-avatar[data-activity="idle"]:after {
|
|
5961
|
+
background: #d97706;
|
|
5962
|
+
}
|
|
5963
|
+
|
|
5964
|
+
.work-office-collaboration-avatar[data-activity="away"]:after {
|
|
5965
|
+
background: var(--a3s-faint);
|
|
5966
|
+
}
|
|
5967
|
+
|
|
5968
|
+
.work-office-collaboration-overflow {
|
|
5969
|
+
z-index: 4;
|
|
5970
|
+
background: var(--a3s-panel-strong);
|
|
5971
|
+
color: var(--a3s-muted);
|
|
5972
|
+
}
|
|
5973
|
+
|
|
5974
|
+
.work-office-collaboration-summary {
|
|
5975
|
+
text-overflow: ellipsis;
|
|
5976
|
+
white-space: nowrap;
|
|
5977
|
+
max-width: 92px;
|
|
5978
|
+
overflow: hidden;
|
|
5979
|
+
}
|
|
5980
|
+
|
|
5981
|
+
.work-office-collaboration-popover {
|
|
5982
|
+
width: min(320px, 100vw - 32px);
|
|
5983
|
+
padding: 0;
|
|
5984
|
+
overflow: hidden;
|
|
5985
|
+
}
|
|
5986
|
+
|
|
5987
|
+
.work-office-collaboration-heading {
|
|
5988
|
+
border-bottom: 1px solid var(--a3s-line);
|
|
5989
|
+
align-items: center;
|
|
5990
|
+
gap: 10px;
|
|
5991
|
+
padding: 12px 14px 10px;
|
|
5992
|
+
display: flex;
|
|
5993
|
+
}
|
|
5994
|
+
|
|
5995
|
+
.work-office-collaboration-heading-icon {
|
|
5996
|
+
background: color-mix(in srgb,
|
|
5997
|
+
var(--work-office-accent, var(--a3s-blue)) 10%,
|
|
5998
|
+
var(--a3s-panel));
|
|
5999
|
+
width: 30px;
|
|
6000
|
+
height: 30px;
|
|
6001
|
+
color: var(--work-office-accent, var(--a3s-blue));
|
|
6002
|
+
border-radius: 8px;
|
|
6003
|
+
flex: 0 0 30px;
|
|
6004
|
+
place-items: center;
|
|
6005
|
+
display: grid;
|
|
6006
|
+
}
|
|
6007
|
+
|
|
6008
|
+
.work-office-collaboration-heading > span:last-child {
|
|
6009
|
+
gap: 3px;
|
|
6010
|
+
display: grid;
|
|
6011
|
+
}
|
|
6012
|
+
|
|
6013
|
+
.work-office-collaboration-heading strong {
|
|
6014
|
+
color: var(--a3s-ink);
|
|
6015
|
+
font-size: 12px;
|
|
6016
|
+
}
|
|
6017
|
+
|
|
6018
|
+
.work-office-collaboration-heading small {
|
|
6019
|
+
color: var(--a3s-muted);
|
|
6020
|
+
font-size: 10px;
|
|
6021
|
+
}
|
|
6022
|
+
|
|
6023
|
+
.work-office-collaboration-list {
|
|
6024
|
+
gap: 2px;
|
|
6025
|
+
max-height: min(320px, 100dvh - 140px);
|
|
6026
|
+
margin: 0;
|
|
6027
|
+
padding: 6px;
|
|
6028
|
+
list-style: none;
|
|
6029
|
+
display: grid;
|
|
6030
|
+
overflow-y: auto;
|
|
6031
|
+
}
|
|
6032
|
+
|
|
6033
|
+
.work-office-collaboration-list > li {
|
|
6034
|
+
border-radius: 7px;
|
|
6035
|
+
min-width: 0;
|
|
6036
|
+
}
|
|
6037
|
+
|
|
6038
|
+
.work-office-collaboration-list > li[data-local="true"] {
|
|
6039
|
+
background: var(--a3s-panel-soft);
|
|
6040
|
+
}
|
|
6041
|
+
|
|
6042
|
+
.work-office-collaboration-participant {
|
|
6043
|
+
box-sizing: border-box;
|
|
6044
|
+
border-radius: inherit;
|
|
6045
|
+
width: 100%;
|
|
6046
|
+
min-width: 0;
|
|
6047
|
+
color: inherit;
|
|
6048
|
+
font: inherit;
|
|
6049
|
+
text-align: left;
|
|
6050
|
+
background: none;
|
|
6051
|
+
border: 0;
|
|
6052
|
+
outline: 0;
|
|
6053
|
+
grid-template-columns: 28px minmax(0, 1fr);
|
|
6054
|
+
align-items: center;
|
|
6055
|
+
gap: 10px;
|
|
6056
|
+
padding: 8px;
|
|
6057
|
+
display: grid;
|
|
6058
|
+
}
|
|
6059
|
+
|
|
6060
|
+
button.work-office-collaboration-participant {
|
|
6061
|
+
cursor: pointer;
|
|
6062
|
+
grid-template-columns: 28px minmax(0, 1fr) 18px;
|
|
6063
|
+
}
|
|
6064
|
+
|
|
6065
|
+
button.work-office-collaboration-participant:hover {
|
|
6066
|
+
background: color-mix(in srgb,
|
|
6067
|
+
var(--work-office-accent, var(--a3s-blue)) 7%,
|
|
6068
|
+
var(--a3s-panel));
|
|
6069
|
+
}
|
|
6070
|
+
|
|
6071
|
+
button.work-office-collaboration-participant:focus-visible {
|
|
6072
|
+
box-shadow: inset 0 0 0 2px
|
|
6073
|
+
color-mix(in srgb,
|
|
6074
|
+
var(--work-office-accent, var(--a3s-blue)) 44%,
|
|
6075
|
+
transparent);
|
|
6076
|
+
}
|
|
6077
|
+
|
|
6078
|
+
.work-office-collaboration-locate {
|
|
6079
|
+
color: var(--work-office-accent, var(--a3s-blue));
|
|
6080
|
+
opacity: .72;
|
|
6081
|
+
}
|
|
6082
|
+
|
|
6083
|
+
button.work-office-collaboration-participant:hover .work-office-collaboration-locate, button.work-office-collaboration-participant:focus-visible .work-office-collaboration-locate {
|
|
6084
|
+
opacity: 1;
|
|
6085
|
+
}
|
|
6086
|
+
|
|
6087
|
+
.work-office-collaboration-person, .work-office-collaboration-name {
|
|
6088
|
+
align-items: center;
|
|
6089
|
+
min-width: 0;
|
|
6090
|
+
display: flex;
|
|
6091
|
+
}
|
|
6092
|
+
|
|
6093
|
+
.work-office-collaboration-person {
|
|
6094
|
+
flex-direction: column;
|
|
6095
|
+
align-items: stretch;
|
|
6096
|
+
gap: 4px;
|
|
6097
|
+
}
|
|
6098
|
+
|
|
6099
|
+
.work-office-collaboration-name {
|
|
6100
|
+
gap: 5px;
|
|
6101
|
+
}
|
|
6102
|
+
|
|
6103
|
+
.work-office-collaboration-name strong {
|
|
6104
|
+
color: var(--a3s-ink);
|
|
6105
|
+
text-overflow: ellipsis;
|
|
6106
|
+
white-space: nowrap;
|
|
6107
|
+
font-size: 11px;
|
|
6108
|
+
overflow: hidden;
|
|
6109
|
+
}
|
|
6110
|
+
|
|
6111
|
+
.work-office-collaboration-name small {
|
|
6112
|
+
background: var(--a3s-panel-strong);
|
|
6113
|
+
color: var(--a3s-muted);
|
|
6114
|
+
border-radius: 999px;
|
|
6115
|
+
flex: none;
|
|
6116
|
+
padding: 2px 5px;
|
|
6117
|
+
font-size: 8px;
|
|
6118
|
+
line-height: 1;
|
|
6119
|
+
}
|
|
6120
|
+
|
|
6121
|
+
.work-office-collaboration-detail {
|
|
6122
|
+
color: var(--a3s-muted);
|
|
6123
|
+
text-overflow: ellipsis;
|
|
6124
|
+
white-space: nowrap;
|
|
6125
|
+
font-size: 9px;
|
|
6126
|
+
overflow: hidden;
|
|
6127
|
+
}
|
|
6128
|
+
|
|
6129
|
+
.work-office-remote-presence-layer {
|
|
6130
|
+
z-index: 12;
|
|
6131
|
+
pointer-events: none;
|
|
6132
|
+
-webkit-user-select: none;
|
|
6133
|
+
user-select: none;
|
|
6134
|
+
position: absolute;
|
|
6135
|
+
inset: 0;
|
|
6136
|
+
overflow: visible;
|
|
6137
|
+
}
|
|
6138
|
+
|
|
6139
|
+
.work-office-remote-selection, .work-office-remote-caret {
|
|
6140
|
+
box-sizing: border-box;
|
|
6141
|
+
pointer-events: none;
|
|
6142
|
+
position: absolute;
|
|
6143
|
+
}
|
|
6144
|
+
|
|
6145
|
+
.work-office-remote-selection {
|
|
6146
|
+
background: color-mix(in srgb,
|
|
6147
|
+
var(--work-office-presence-color) 22%,
|
|
6148
|
+
transparent);
|
|
6149
|
+
box-shadow: inset 0 -1px 0
|
|
6150
|
+
color-mix(in srgb, var(--work-office-presence-color) 66%, transparent);
|
|
6151
|
+
border-radius: 2px;
|
|
6152
|
+
}
|
|
6153
|
+
|
|
6154
|
+
.work-office-remote-caret {
|
|
6155
|
+
z-index: 1;
|
|
6156
|
+
border-left: 2px solid var(--work-office-presence-color);
|
|
6157
|
+
min-height: 1em;
|
|
6158
|
+
width: 2px !important;
|
|
6159
|
+
}
|
|
6160
|
+
|
|
6161
|
+
.work-office-remote-caret > span {
|
|
6162
|
+
background: var(--work-office-presence-color);
|
|
6163
|
+
color: #fff;
|
|
6164
|
+
max-width: 160px;
|
|
6165
|
+
font: 650 9px / 1.25 var(--a3s-ui-font);
|
|
6166
|
+
text-overflow: ellipsis;
|
|
6167
|
+
white-space: nowrap;
|
|
6168
|
+
border-radius: 4px 4px 4px 0;
|
|
6169
|
+
padding: 3px 6px;
|
|
6170
|
+
position: absolute;
|
|
6171
|
+
bottom: 100%;
|
|
6172
|
+
left: -2px;
|
|
6173
|
+
overflow: hidden;
|
|
6174
|
+
box-shadow: 0 3px 8px #0f172a29;
|
|
6175
|
+
}
|
|
6176
|
+
|
|
6177
|
+
:is(.work-office-remote-selection, .work-office-remote-caret)[data-activity="idle"] {
|
|
6178
|
+
opacity: .68;
|
|
6179
|
+
}
|
|
6180
|
+
|
|
6181
|
+
:is(.work-office-remote-selection, .work-office-remote-caret)[data-activity="away"] {
|
|
6182
|
+
opacity: .42;
|
|
6183
|
+
}
|
|
6184
|
+
|
|
5736
6185
|
.work-office-status-info output {
|
|
5737
6186
|
text-overflow: ellipsis;
|
|
5738
6187
|
white-space: nowrap;
|
|
@@ -5744,6 +6193,44 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5744
6193
|
gap: 4px;
|
|
5745
6194
|
}
|
|
5746
6195
|
|
|
6196
|
+
@media (width <= 760px) {
|
|
6197
|
+
.work-office-collaboration-trigger {
|
|
6198
|
+
padding-inline: 3px;
|
|
6199
|
+
}
|
|
6200
|
+
|
|
6201
|
+
.work-office-collaboration-summary {
|
|
6202
|
+
display: none;
|
|
6203
|
+
}
|
|
6204
|
+
}
|
|
6205
|
+
|
|
6206
|
+
@media (forced-colors: active) {
|
|
6207
|
+
.work-office-collaboration-avatar, .work-office-collaboration-overflow {
|
|
6208
|
+
color: highlighttext;
|
|
6209
|
+
background: highlight;
|
|
6210
|
+
border-color: canvas;
|
|
6211
|
+
}
|
|
6212
|
+
|
|
6213
|
+
.work-office-collaboration-trigger:focus-visible {
|
|
6214
|
+
outline-color: highlight;
|
|
6215
|
+
}
|
|
6216
|
+
|
|
6217
|
+
button.work-office-collaboration-participant:focus-visible {
|
|
6218
|
+
outline-offset: -2px;
|
|
6219
|
+
box-shadow: none;
|
|
6220
|
+
outline: 2px solid highlight;
|
|
6221
|
+
}
|
|
6222
|
+
|
|
6223
|
+
.work-office-remote-selection {
|
|
6224
|
+
box-shadow: none;
|
|
6225
|
+
background: none;
|
|
6226
|
+
border: 1px solid highlight;
|
|
6227
|
+
}
|
|
6228
|
+
|
|
6229
|
+
.work-office-remote-caret {
|
|
6230
|
+
border-color: highlight;
|
|
6231
|
+
}
|
|
6232
|
+
}
|
|
6233
|
+
|
|
5747
6234
|
.work-office-status button {
|
|
5748
6235
|
width: 23px;
|
|
5749
6236
|
height: 22px;
|
|
@@ -5757,6 +6244,15 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
5757
6244
|
display: grid;
|
|
5758
6245
|
}
|
|
5759
6246
|
|
|
6247
|
+
.work-office-status button.work-office-status-text-button {
|
|
6248
|
+
width: auto;
|
|
6249
|
+
min-width: 0;
|
|
6250
|
+
color: inherit;
|
|
6251
|
+
font: inherit;
|
|
6252
|
+
white-space: nowrap;
|
|
6253
|
+
padding: 0 5px;
|
|
6254
|
+
}
|
|
6255
|
+
|
|
5760
6256
|
.work-office-status button:hover:not(:disabled), .work-office-status button[aria-pressed="true"] {
|
|
5761
6257
|
background: var(--a3s-panel-soft);
|
|
5762
6258
|
color: var(--a3s-ink);
|
|
@@ -6659,6 +7155,11 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
6659
7155
|
display: flex;
|
|
6660
7156
|
}
|
|
6661
7157
|
|
|
7158
|
+
.work-document-review-conflict.ds-inline-notice {
|
|
7159
|
+
flex: none;
|
|
7160
|
+
margin: 8px 12px 0;
|
|
7161
|
+
}
|
|
7162
|
+
|
|
6662
7163
|
.work-document-font-tools, .work-document-paragraph-tools {
|
|
6663
7164
|
align-content: center;
|
|
6664
7165
|
gap: 2px;
|
|
@@ -6691,6 +7192,31 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
6691
7192
|
width: 82px;
|
|
6692
7193
|
}
|
|
6693
7194
|
|
|
7195
|
+
.work-document-ribbon .work-office-ribbon-group > .work-document-page-setup-choice {
|
|
7196
|
+
align-content: center;
|
|
7197
|
+
gap: 2px;
|
|
7198
|
+
width: 84px;
|
|
7199
|
+
padding-inline: 1px;
|
|
7200
|
+
display: grid;
|
|
7201
|
+
}
|
|
7202
|
+
|
|
7203
|
+
.work-document-page-setup-choice > span {
|
|
7204
|
+
color: var(--a3s-faint);
|
|
7205
|
+
text-overflow: ellipsis;
|
|
7206
|
+
white-space: nowrap;
|
|
7207
|
+
padding-inline: 2px;
|
|
7208
|
+
font-size: 8px;
|
|
7209
|
+
line-height: 10px;
|
|
7210
|
+
overflow: hidden;
|
|
7211
|
+
}
|
|
7212
|
+
|
|
7213
|
+
.work-document-ribbon .work-document-page-setup-choice .work-office-select > button[role="combobox"] {
|
|
7214
|
+
gap: 4px;
|
|
7215
|
+
min-width: 0;
|
|
7216
|
+
height: 28px;
|
|
7217
|
+
padding-inline: 6px 5px;
|
|
7218
|
+
}
|
|
7219
|
+
|
|
6694
7220
|
.work-document-selection-toolbar {
|
|
6695
7221
|
z-index: 70;
|
|
6696
7222
|
box-sizing: border-box;
|
|
@@ -7213,7 +7739,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
7213
7739
|
display: grid;
|
|
7214
7740
|
}
|
|
7215
7741
|
|
|
7216
|
-
.work-document-picture-properties-section.position, .work-document-picture-properties-alt-text {
|
|
7742
|
+
.work-document-picture-properties-section.position, .work-document-picture-properties-section.layer, .work-document-picture-properties-section.crop, .work-document-picture-properties-alt-text {
|
|
7217
7743
|
grid-column: 1 / -1;
|
|
7218
7744
|
}
|
|
7219
7745
|
|
|
@@ -7256,6 +7782,44 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
7256
7782
|
display: grid;
|
|
7257
7783
|
}
|
|
7258
7784
|
|
|
7785
|
+
.work-document-picture-properties-position-grid {
|
|
7786
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7787
|
+
gap: 8px 12px;
|
|
7788
|
+
display: grid;
|
|
7789
|
+
}
|
|
7790
|
+
|
|
7791
|
+
.work-document-picture-properties-wrap-side {
|
|
7792
|
+
min-height: 34px;
|
|
7793
|
+
color: var(--a3s-muted);
|
|
7794
|
+
grid-template-columns: 64px minmax(0, 1fr);
|
|
7795
|
+
align-items: center;
|
|
7796
|
+
gap: 8px;
|
|
7797
|
+
font-size: 11px;
|
|
7798
|
+
display: grid;
|
|
7799
|
+
}
|
|
7800
|
+
|
|
7801
|
+
.work-document-picture-properties-crop-grid {
|
|
7802
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7803
|
+
gap: 8px 12px;
|
|
7804
|
+
display: grid;
|
|
7805
|
+
}
|
|
7806
|
+
|
|
7807
|
+
.work-document-picture-properties-layer-options {
|
|
7808
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7809
|
+
gap: 6px 12px;
|
|
7810
|
+
display: grid;
|
|
7811
|
+
}
|
|
7812
|
+
|
|
7813
|
+
.work-document-picture-properties-layer-options .work-office-checkbox {
|
|
7814
|
+
border-radius: 6px;
|
|
7815
|
+
min-height: 34px;
|
|
7816
|
+
padding: 5px 6px;
|
|
7817
|
+
}
|
|
7818
|
+
|
|
7819
|
+
.work-document-picture-properties-position-grid .work-document-picture-properties-number-row {
|
|
7820
|
+
grid-template-columns: 64px minmax(0, 1fr) 34px;
|
|
7821
|
+
}
|
|
7822
|
+
|
|
7259
7823
|
.work-document-picture-properties-choice-grid label {
|
|
7260
7824
|
cursor: pointer;
|
|
7261
7825
|
min-width: 0;
|
|
@@ -7656,7 +8220,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
7656
8220
|
gap: 20px;
|
|
7657
8221
|
}
|
|
7658
8222
|
|
|
7659
|
-
.work-document-picture-properties-section.position, .work-document-picture-properties-alt-text {
|
|
8223
|
+
.work-document-picture-properties-section.position, .work-document-picture-properties-section.layer, .work-document-picture-properties-section.crop, .work-document-picture-properties-alt-text {
|
|
7660
8224
|
grid-column: auto;
|
|
7661
8225
|
}
|
|
7662
8226
|
|
|
@@ -7665,6 +8229,10 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
7665
8229
|
min-height: 44px;
|
|
7666
8230
|
}
|
|
7667
8231
|
|
|
8232
|
+
.work-document-picture-properties-position-grid, .work-document-picture-properties-crop-grid, .work-document-picture-properties-layer-options {
|
|
8233
|
+
grid-template-columns: 1fr;
|
|
8234
|
+
}
|
|
8235
|
+
|
|
7668
8236
|
.work-document-picture-properties-number-row .work-office-number-field {
|
|
7669
8237
|
grid-template-columns: minmax(0, 1fr) 88px;
|
|
7670
8238
|
height: 44px;
|
|
@@ -7689,7 +8257,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
7689
8257
|
padding-inline: 4px;
|
|
7690
8258
|
}
|
|
7691
8259
|
|
|
7692
|
-
.work-document-picture-properties-section > .work-office-checkbox {
|
|
8260
|
+
.work-document-picture-properties-section > .work-office-checkbox, .work-document-picture-properties-layer-options .work-office-checkbox {
|
|
7693
8261
|
min-height: 44px;
|
|
7694
8262
|
padding-block: 8px;
|
|
7695
8263
|
}
|
|
@@ -8856,6 +9424,14 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
8856
9424
|
display: none;
|
|
8857
9425
|
}
|
|
8858
9426
|
|
|
9427
|
+
.work-document-ribbon .work-office-toolbar[data-density="compact-low"] .work-office-ribbon-group[data-priority="low"] .work-document-style-gallery, .work-document-ribbon .work-office-toolbar[data-density="compact-normal"] .work-office-ribbon-group:not([data-priority="high"]) .work-document-style-gallery {
|
|
9428
|
+
display: none;
|
|
9429
|
+
}
|
|
9430
|
+
|
|
9431
|
+
.work-document-ribbon .work-office-toolbar[data-density="compact-low"] .work-office-ribbon-group[data-priority="low"] .work-document-style-select, .work-document-ribbon .work-office-toolbar[data-density="compact-normal"] .work-office-ribbon-group:not([data-priority="high"]) .work-document-style-select {
|
|
9432
|
+
display: block;
|
|
9433
|
+
}
|
|
9434
|
+
|
|
8859
9435
|
@media (width <= 900px) {
|
|
8860
9436
|
.work-document-style-gallery {
|
|
8861
9437
|
display: none;
|
|
@@ -9353,22 +9929,50 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9353
9929
|
background-color: #0000 !important;
|
|
9354
9930
|
}
|
|
9355
9931
|
|
|
9356
|
-
.work-document-page-stack {
|
|
9357
|
-
z-index: 0;
|
|
9932
|
+
.work-document-page-stack, .work-document-page-border-stack {
|
|
9933
|
+
z-index: 0;
|
|
9934
|
+
pointer-events: none;
|
|
9935
|
+
-webkit-user-select: none;
|
|
9936
|
+
user-select: none;
|
|
9937
|
+
position: absolute;
|
|
9938
|
+
inset: 0;
|
|
9939
|
+
overflow: visible;
|
|
9940
|
+
}
|
|
9941
|
+
|
|
9942
|
+
.work-document-page-border-stack.front {
|
|
9943
|
+
z-index: 6;
|
|
9944
|
+
}
|
|
9945
|
+
|
|
9946
|
+
.work-document-page-border-surface {
|
|
9947
|
+
position: absolute;
|
|
9948
|
+
overflow: hidden;
|
|
9949
|
+
}
|
|
9950
|
+
|
|
9951
|
+
.work-document-page-border {
|
|
9952
|
+
box-sizing: border-box;
|
|
9358
9953
|
pointer-events: none;
|
|
9359
9954
|
-webkit-user-select: none;
|
|
9360
9955
|
user-select: none;
|
|
9361
9956
|
position: absolute;
|
|
9362
|
-
|
|
9363
|
-
|
|
9957
|
+
}
|
|
9958
|
+
|
|
9959
|
+
.work-pdf-export-page.document > .work-document-page-border.back {
|
|
9960
|
+
z-index: 0;
|
|
9961
|
+
}
|
|
9962
|
+
|
|
9963
|
+
.work-pdf-export-page.document > .work-document-page-border.front {
|
|
9964
|
+
z-index: 6;
|
|
9965
|
+
}
|
|
9966
|
+
|
|
9967
|
+
.work-pdf-export-page.document > :is(.work-document-print-body, .work-document-page-notes) {
|
|
9968
|
+
z-index: 1;
|
|
9969
|
+
position: relative;
|
|
9364
9970
|
}
|
|
9365
9971
|
|
|
9366
9972
|
.work-document-page-sheet {
|
|
9367
9973
|
box-sizing: border-box;
|
|
9368
9974
|
border: 1px solid var(--a3s-line);
|
|
9369
9975
|
position: absolute;
|
|
9370
|
-
left: 0;
|
|
9371
|
-
right: 0;
|
|
9372
9976
|
box-shadow: 0 8px 28px #1e26371a;
|
|
9373
9977
|
}
|
|
9374
9978
|
|
|
@@ -9377,6 +9981,14 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9377
9981
|
position: relative;
|
|
9378
9982
|
}
|
|
9379
9983
|
|
|
9984
|
+
.work-document-editable {
|
|
9985
|
+
position: relative;
|
|
9986
|
+
}
|
|
9987
|
+
|
|
9988
|
+
.work-document-editable .ProseMirror[data-document-format-painter="true"] {
|
|
9989
|
+
cursor: copy;
|
|
9990
|
+
}
|
|
9991
|
+
|
|
9380
9992
|
.work-document-page.letter {
|
|
9381
9993
|
width: 816px;
|
|
9382
9994
|
min-height: 1056px;
|
|
@@ -9400,6 +10012,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9400
10012
|
}
|
|
9401
10013
|
|
|
9402
10014
|
.work-document-page .tiptap, .work-document-preview-page, .work-pdf-export-page.document {
|
|
10015
|
+
isolation: isolate;
|
|
9403
10016
|
color: #20232b;
|
|
9404
10017
|
font-family: var(--work-document-render-font-family);
|
|
9405
10018
|
font-size: var(--work-document-render-font-size);
|
|
@@ -9438,10 +10051,15 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9438
10051
|
position: absolute;
|
|
9439
10052
|
}
|
|
9440
10053
|
|
|
10054
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) > header, :is(.work-document-preview-page, .work-pdf-export-page.document) > footer {
|
|
10055
|
+
min-height: 0;
|
|
10056
|
+
}
|
|
10057
|
+
|
|
9441
10058
|
.work-document-page-header, :is(.work-document-preview-page, .work-pdf-export-page.document) > header {
|
|
9442
|
-
|
|
10059
|
+
top: var(--work-document-page-header-distance, 0px);
|
|
10060
|
+
height: var(--work-document-page-header-height, var(--work-document-page-margin-top, 86px));
|
|
9443
10061
|
justify-content: center;
|
|
9444
|
-
|
|
10062
|
+
align-items: flex-start;
|
|
9445
10063
|
}
|
|
9446
10064
|
|
|
9447
10065
|
.work-document-page-header {
|
|
@@ -9449,9 +10067,10 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9449
10067
|
}
|
|
9450
10068
|
|
|
9451
10069
|
.work-document-page-footer, :is(.work-document-preview-page, .work-pdf-export-page.document) > footer {
|
|
9452
|
-
|
|
10070
|
+
bottom: var(--work-document-page-footer-distance, 0px);
|
|
10071
|
+
height: var(--work-document-page-footer-height, var(--work-document-page-margin-bottom, 96px));
|
|
9453
10072
|
justify-content: space-between;
|
|
9454
|
-
|
|
10073
|
+
align-items: flex-end;
|
|
9455
10074
|
}
|
|
9456
10075
|
|
|
9457
10076
|
.work-document-page-footer {
|
|
@@ -9584,11 +10203,15 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9584
10203
|
|
|
9585
10204
|
.work-document-page .tiptap .work-document-page-break-chrome.header {
|
|
9586
10205
|
top: var(--work-document-next-page-header-top);
|
|
10206
|
+
right: var(--work-document-next-page-margin-right, var(--work-document-page-margin-right));
|
|
10207
|
+
left: var(--work-document-next-page-margin-left, var(--work-document-page-margin-left));
|
|
9587
10208
|
height: var(--work-document-page-header-height);
|
|
9588
10209
|
}
|
|
9589
10210
|
|
|
9590
10211
|
.work-document-page .tiptap .work-document-page-break-chrome.footer {
|
|
9591
10212
|
top: var(--work-document-previous-page-footer-top);
|
|
10213
|
+
right: var(--work-document-previous-page-margin-right, var(--work-document-page-margin-right));
|
|
10214
|
+
left: var(--work-document-previous-page-margin-left, var(--work-document-page-margin-left));
|
|
9592
10215
|
height: var(--work-document-page-footer-height);
|
|
9593
10216
|
justify-content: space-between;
|
|
9594
10217
|
}
|
|
@@ -9932,6 +10555,41 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9932
10555
|
display: block !important;
|
|
9933
10556
|
}
|
|
9934
10557
|
|
|
10558
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"]:not([data-office-image-layout="inline"]) {
|
|
10559
|
+
z-index: var(--work-document-image-z-index, 1);
|
|
10560
|
+
position: relative;
|
|
10561
|
+
}
|
|
10562
|
+
|
|
10563
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="none"] {
|
|
10564
|
+
translate: var(--work-document-image-free-translate-x, 0)
|
|
10565
|
+
var(--work-document-image-free-translate-y, 0);
|
|
10566
|
+
margin: 0;
|
|
10567
|
+
position: absolute;
|
|
10568
|
+
left: auto;
|
|
10569
|
+
right: auto;
|
|
10570
|
+
}
|
|
10571
|
+
|
|
10572
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="none"]:not([data-office-image-horizontal-offset])[data-office-image-alignment="left"] {
|
|
10573
|
+
left: 0;
|
|
10574
|
+
}
|
|
10575
|
+
|
|
10576
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="none"]:not([data-office-image-horizontal-offset])[data-office-image-alignment="center"] {
|
|
10577
|
+
--work-document-image-free-translate-x: -50%;
|
|
10578
|
+
left: 50%;
|
|
10579
|
+
}
|
|
10580
|
+
|
|
10581
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="none"]:not([data-office-image-horizontal-offset])[data-office-image-alignment="right"] {
|
|
10582
|
+
right: 0;
|
|
10583
|
+
}
|
|
10584
|
+
|
|
10585
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="none"][data-office-image-horizontal-offset] {
|
|
10586
|
+
--work-document-image-free-translate-x: var(--work-document-image-horizontal-offset, 0);
|
|
10587
|
+
}
|
|
10588
|
+
|
|
10589
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="none"][data-office-image-vertical-offset] {
|
|
10590
|
+
--work-document-image-free-translate-y: var(--work-document-image-vertical-offset, 0);
|
|
10591
|
+
}
|
|
10592
|
+
|
|
9935
10593
|
.work-document-page .tiptap [data-resize-container][data-node="image"] [data-resize-wrapper], .work-document-page .tiptap [data-resize-container][data-node="image"] img {
|
|
9936
10594
|
max-width: 100%;
|
|
9937
10595
|
}
|
|
@@ -9967,7 +10625,22 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9967
10625
|
var(--work-document-image-wrap-distance, 3mm);
|
|
9968
10626
|
}
|
|
9969
10627
|
|
|
9970
|
-
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="
|
|
10628
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"]:is([data-office-image-layout="tight"], [data-office-image-layout="through"])[data-office-image-alignment="left"] {
|
|
10629
|
+
float: left;
|
|
10630
|
+
margin: 0;
|
|
10631
|
+
}
|
|
10632
|
+
|
|
10633
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"]:is([data-office-image-layout="tight"], [data-office-image-layout="through"])[data-office-image-alignment="right"] {
|
|
10634
|
+
float: right;
|
|
10635
|
+
margin: 0;
|
|
10636
|
+
}
|
|
10637
|
+
|
|
10638
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"]:is([data-office-image-layout="tight"], [data-office-image-layout="through"]):is([data-office-image-alignment="left"], [data-office-image-alignment="right"]) {
|
|
10639
|
+
shape-margin: var(--work-document-image-wrap-distance, 3mm);
|
|
10640
|
+
shape-outside: var(--work-document-image-wrap-contour, inset(0));
|
|
10641
|
+
}
|
|
10642
|
+
|
|
10643
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="square"][data-office-image-alignment="center"], .work-document-page .tiptap [data-resize-container][data-node="image"]:is([data-office-image-layout="tight"], [data-office-image-layout="through"])[data-office-image-alignment="center"], .work-document-page .tiptap [data-resize-container][data-node="image"][data-office-image-layout="topBottom"] {
|
|
9971
10644
|
clear: both;
|
|
9972
10645
|
}
|
|
9973
10646
|
|
|
@@ -9975,6 +10648,24 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
9975
10648
|
margin-block: var(--work-document-image-wrap-distance, 3mm);
|
|
9976
10649
|
}
|
|
9977
10650
|
|
|
10651
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"]:is([data-office-image-layout="square"], [data-office-image-layout="tight"], [data-office-image-layout="through"], [data-office-image-layout="topBottom"]):is([data-office-image-horizontal-offset], [data-office-image-vertical-offset]) {
|
|
10652
|
+
translate: var(--work-document-image-horizontal-offset, 0)
|
|
10653
|
+
var(--work-document-image-vertical-offset, 0);
|
|
10654
|
+
}
|
|
10655
|
+
|
|
10656
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"]:is([data-office-image-crop-top], [data-office-image-crop-right], [data-office-image-crop-bottom], [data-office-image-crop-left]) [data-resize-wrapper] {
|
|
10657
|
+
overflow: hidden;
|
|
10658
|
+
}
|
|
10659
|
+
|
|
10660
|
+
.work-document-page .tiptap [data-resize-container][data-node="image"]:is([data-office-image-crop-top], [data-office-image-crop-right], [data-office-image-crop-bottom], [data-office-image-crop-left]) img {
|
|
10661
|
+
max-width: none;
|
|
10662
|
+
transform: translate(var(--work-document-image-crop-translate-x, 0),
|
|
10663
|
+
var(--work-document-image-crop-translate-y, 0))
|
|
10664
|
+
scale(var(--work-document-image-crop-scale-x, 1),
|
|
10665
|
+
var(--work-document-image-crop-scale-y, 1));
|
|
10666
|
+
transform-origin: 0 0;
|
|
10667
|
+
}
|
|
10668
|
+
|
|
9978
10669
|
.work-document-page .tiptap .ProseMirror:after {
|
|
9979
10670
|
clear: both;
|
|
9980
10671
|
content: "";
|
|
@@ -10066,6 +10757,38 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10066
10757
|
box-shadow: 0 8px 30px #1e263712;
|
|
10067
10758
|
}
|
|
10068
10759
|
|
|
10760
|
+
.work-document-statistics {
|
|
10761
|
+
border: 1px solid var(--a3s-line);
|
|
10762
|
+
border-radius: 7px;
|
|
10763
|
+
margin: 0;
|
|
10764
|
+
display: grid;
|
|
10765
|
+
overflow: hidden;
|
|
10766
|
+
}
|
|
10767
|
+
|
|
10768
|
+
.work-document-statistics > div {
|
|
10769
|
+
background: var(--a3s-panel);
|
|
10770
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
10771
|
+
gap: 24px;
|
|
10772
|
+
padding: 9px 12px;
|
|
10773
|
+
font-size: 12px;
|
|
10774
|
+
display: grid;
|
|
10775
|
+
}
|
|
10776
|
+
|
|
10777
|
+
.work-document-statistics > div + div {
|
|
10778
|
+
border-top: 1px solid var(--a3s-line);
|
|
10779
|
+
}
|
|
10780
|
+
|
|
10781
|
+
.work-document-statistics dt {
|
|
10782
|
+
color: var(--a3s-muted);
|
|
10783
|
+
}
|
|
10784
|
+
|
|
10785
|
+
.work-document-statistics dd {
|
|
10786
|
+
color: var(--a3s-ink);
|
|
10787
|
+
font-variant-numeric: tabular-nums;
|
|
10788
|
+
margin: 0;
|
|
10789
|
+
font-weight: 620;
|
|
10790
|
+
}
|
|
10791
|
+
|
|
10069
10792
|
@media (width <= 1080px) {
|
|
10070
10793
|
.work-export-button {
|
|
10071
10794
|
padding: 0 9px;
|
|
@@ -10092,7 +10815,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10092
10815
|
}
|
|
10093
10816
|
|
|
10094
10817
|
@media (width <= 760px) {
|
|
10095
|
-
.work-document-footer .work-office-status-info [
|
|
10818
|
+
.work-document-footer .work-office-status-info [data-document-status-item="section"], .work-document-footer .work-office-status-info [data-document-status-item="spellcheck"] {
|
|
10096
10819
|
display: none;
|
|
10097
10820
|
}
|
|
10098
10821
|
|
|
@@ -10101,6 +10824,37 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10101
10824
|
}
|
|
10102
10825
|
}
|
|
10103
10826
|
|
|
10827
|
+
@media (width <= 520px) {
|
|
10828
|
+
.work-document-footer.work-office-status {
|
|
10829
|
+
flex-basis: 40px;
|
|
10830
|
+
gap: 6px;
|
|
10831
|
+
height: 40px;
|
|
10832
|
+
padding-inline: 8px;
|
|
10833
|
+
}
|
|
10834
|
+
|
|
10835
|
+
.work-document-footer .work-office-status-info {
|
|
10836
|
+
gap: 8px;
|
|
10837
|
+
}
|
|
10838
|
+
|
|
10839
|
+
.work-document-footer .work-office-status-info [data-document-status-item="word-count"], .work-document-footer .work-office-status-view [data-document-status-control="view-mode"] {
|
|
10840
|
+
display: none;
|
|
10841
|
+
}
|
|
10842
|
+
|
|
10843
|
+
.work-document-footer .work-office-status-view {
|
|
10844
|
+
gap: 2px;
|
|
10845
|
+
}
|
|
10846
|
+
|
|
10847
|
+
.work-document-footer.work-office-status button {
|
|
10848
|
+
width: 36px;
|
|
10849
|
+
height: 36px;
|
|
10850
|
+
}
|
|
10851
|
+
|
|
10852
|
+
.work-document-footer .work-office-status-slider {
|
|
10853
|
+
width: 48px;
|
|
10854
|
+
margin-inline: 0;
|
|
10855
|
+
}
|
|
10856
|
+
}
|
|
10857
|
+
|
|
10104
10858
|
.work-document-layout-panel > legend {
|
|
10105
10859
|
float: none;
|
|
10106
10860
|
color: var(--a3s-ink);
|
|
@@ -10359,6 +11113,25 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10359
11113
|
min-height: 460px;
|
|
10360
11114
|
}
|
|
10361
11115
|
|
|
11116
|
+
.work-document-page.paginated .tiptap > .work-document-section {
|
|
11117
|
+
box-sizing: border-box;
|
|
11118
|
+
width: var(--work-document-section-body-width, auto);
|
|
11119
|
+
margin-right: 0;
|
|
11120
|
+
margin-left: calc((100% - var(--work-document-section-page-width, 100%)) /
|
|
11121
|
+
2 +
|
|
11122
|
+
var(--work-document-section-margin-left, 0px));
|
|
11123
|
+
}
|
|
11124
|
+
|
|
11125
|
+
.work-document-page.paginated .tiptap > .work-document-section + .work-document-section {
|
|
11126
|
+
border-top: 0;
|
|
11127
|
+
margin-top: 0;
|
|
11128
|
+
padding-top: 0;
|
|
11129
|
+
}
|
|
11130
|
+
|
|
11131
|
+
.work-document-page.paginated .tiptap > .work-document-section + .work-document-section:before {
|
|
11132
|
+
display: none;
|
|
11133
|
+
}
|
|
11134
|
+
|
|
10362
11135
|
.work-document-page .tiptap > .work-document-section + .work-document-section {
|
|
10363
11136
|
border-top: 1px dashed #9ea8b9;
|
|
10364
11137
|
margin-top: 46px;
|
|
@@ -10516,6 +11289,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10516
11289
|
.work-document-print-body > article {
|
|
10517
11290
|
flex: none;
|
|
10518
11291
|
min-height: 0;
|
|
11292
|
+
position: relative;
|
|
10519
11293
|
}
|
|
10520
11294
|
|
|
10521
11295
|
.work-document-print-body > .work-document-custom-column-layout {
|
|
@@ -10598,6 +11372,41 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10598
11372
|
display: block;
|
|
10599
11373
|
}
|
|
10600
11374
|
|
|
11375
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) img[data-office-image-layout]:not([data-office-image-layout="inline"]) {
|
|
11376
|
+
z-index: var(--work-document-image-z-index, 1);
|
|
11377
|
+
position: relative;
|
|
11378
|
+
}
|
|
11379
|
+
|
|
11380
|
+
.work-pdf-export-page.document .work-document-print-body img[data-office-image-layout="none"] {
|
|
11381
|
+
translate: var(--work-document-image-free-translate-x, 0)
|
|
11382
|
+
var(--work-document-image-free-translate-y, 0);
|
|
11383
|
+
margin: 0;
|
|
11384
|
+
position: absolute;
|
|
11385
|
+
left: auto;
|
|
11386
|
+
right: auto;
|
|
11387
|
+
}
|
|
11388
|
+
|
|
11389
|
+
.work-pdf-export-page.document .work-document-print-body img[data-office-image-layout="none"]:not([data-office-image-horizontal-offset])[data-office-image-alignment="left"] {
|
|
11390
|
+
left: 0;
|
|
11391
|
+
}
|
|
11392
|
+
|
|
11393
|
+
.work-pdf-export-page.document .work-document-print-body img[data-office-image-layout="none"]:not([data-office-image-horizontal-offset])[data-office-image-alignment="center"] {
|
|
11394
|
+
--work-document-image-free-translate-x: -50%;
|
|
11395
|
+
left: 50%;
|
|
11396
|
+
}
|
|
11397
|
+
|
|
11398
|
+
.work-pdf-export-page.document .work-document-print-body img[data-office-image-layout="none"]:not([data-office-image-horizontal-offset])[data-office-image-alignment="right"] {
|
|
11399
|
+
right: 0;
|
|
11400
|
+
}
|
|
11401
|
+
|
|
11402
|
+
.work-pdf-export-page.document .work-document-print-body img[data-office-image-layout="none"][data-office-image-horizontal-offset] {
|
|
11403
|
+
--work-document-image-free-translate-x: var(--work-document-image-horizontal-offset, 0);
|
|
11404
|
+
}
|
|
11405
|
+
|
|
11406
|
+
.work-pdf-export-page.document .work-document-print-body img[data-office-image-layout="none"][data-office-image-vertical-offset] {
|
|
11407
|
+
--work-document-image-free-translate-y: var(--work-document-image-vertical-offset, 0);
|
|
11408
|
+
}
|
|
11409
|
+
|
|
10601
11410
|
:is(.work-document-preview-page, .work-pdf-export-page.document) img[data-office-image-layout="inline"][data-office-image-alignment="left"], :is(.work-document-preview-page, .work-pdf-export-page.document) img[data-office-image-layout="topBottom"][data-office-image-alignment="left"] {
|
|
10602
11411
|
margin-left: 0;
|
|
10603
11412
|
margin-right: auto;
|
|
@@ -10625,7 +11434,22 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10625
11434
|
var(--work-document-image-wrap-distance, 3mm);
|
|
10626
11435
|
}
|
|
10627
11436
|
|
|
10628
|
-
:is(.work-document-preview-page, .work-pdf-export-page.document) img[data-office-image-layout="
|
|
11437
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) img:is([data-office-image-layout="tight"], [data-office-image-layout="through"])[data-office-image-alignment="left"] {
|
|
11438
|
+
float: left;
|
|
11439
|
+
margin: 0;
|
|
11440
|
+
}
|
|
11441
|
+
|
|
11442
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) img:is([data-office-image-layout="tight"], [data-office-image-layout="through"])[data-office-image-alignment="right"] {
|
|
11443
|
+
float: right;
|
|
11444
|
+
margin: 0;
|
|
11445
|
+
}
|
|
11446
|
+
|
|
11447
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) img:is([data-office-image-layout="tight"], [data-office-image-layout="through"]):is([data-office-image-alignment="left"], [data-office-image-alignment="right"]) {
|
|
11448
|
+
shape-margin: var(--work-document-image-wrap-distance, 3mm);
|
|
11449
|
+
shape-outside: var(--work-document-image-wrap-contour, inset(0));
|
|
11450
|
+
}
|
|
11451
|
+
|
|
11452
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) img[data-office-image-layout="square"][data-office-image-alignment="center"], :is(.work-document-preview-page, .work-pdf-export-page.document) img:is([data-office-image-layout="tight"], [data-office-image-layout="through"])[data-office-image-alignment="center"], :is(.work-document-preview-page, .work-pdf-export-page.document) img[data-office-image-layout="topBottom"] {
|
|
10629
11453
|
clear: both;
|
|
10630
11454
|
}
|
|
10631
11455
|
|
|
@@ -10633,6 +11457,23 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10633
11457
|
margin-block: var(--work-document-image-wrap-distance, 3mm);
|
|
10634
11458
|
}
|
|
10635
11459
|
|
|
11460
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) img:is([data-office-image-layout="square"], [data-office-image-layout="tight"], [data-office-image-layout="through"], [data-office-image-layout="topBottom"]):is([data-office-image-horizontal-offset], [data-office-image-vertical-offset]) {
|
|
11461
|
+
translate: var(--work-document-image-horizontal-offset, 0)
|
|
11462
|
+
var(--work-document-image-vertical-offset, 0);
|
|
11463
|
+
}
|
|
11464
|
+
|
|
11465
|
+
:is(.work-document-preview-page, .work-pdf-export-page.document) img:is([data-office-image-crop-top], [data-office-image-crop-right], [data-office-image-crop-bottom], [data-office-image-crop-left]) {
|
|
11466
|
+
clip-path: inset(var(--work-document-image-crop-top, 0)
|
|
11467
|
+
var(--work-document-image-crop-right, 0)
|
|
11468
|
+
var(--work-document-image-crop-bottom, 0)
|
|
11469
|
+
var(--work-document-image-crop-left, 0));
|
|
11470
|
+
transform: translate(var(--work-document-image-crop-translate-x, 0),
|
|
11471
|
+
var(--work-document-image-crop-translate-y, 0))
|
|
11472
|
+
scale(var(--work-document-image-crop-scale-x, 1),
|
|
11473
|
+
var(--work-document-image-crop-scale-y, 1));
|
|
11474
|
+
transform-origin: 0 0;
|
|
11475
|
+
}
|
|
11476
|
+
|
|
10636
11477
|
:is(.work-document-preview-page, .work-pdf-export-page.document):after {
|
|
10637
11478
|
clear: both;
|
|
10638
11479
|
content: "";
|
|
@@ -10649,6 +11490,25 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10649
11490
|
}
|
|
10650
11491
|
}
|
|
10651
11492
|
|
|
11493
|
+
.work-document-bookmark-boundary {
|
|
11494
|
+
border: 0;
|
|
11495
|
+
block-size: 0;
|
|
11496
|
+
inline-size: 0;
|
|
11497
|
+
margin: 0;
|
|
11498
|
+
padding: 0;
|
|
11499
|
+
font-size: 0;
|
|
11500
|
+
line-height: 0;
|
|
11501
|
+
display: inline;
|
|
11502
|
+
}
|
|
11503
|
+
|
|
11504
|
+
:is(.work-document-editable, .work-document-preview-page, .work-pdf-export-page.document) a.work-document-link-missing {
|
|
11505
|
+
color: var(--a3s-red);
|
|
11506
|
+
text-underline-offset: .16em;
|
|
11507
|
+
text-decoration-line: underline;
|
|
11508
|
+
text-decoration-style: wavy;
|
|
11509
|
+
text-decoration-color: currentColor;
|
|
11510
|
+
}
|
|
11511
|
+
|
|
10652
11512
|
.work-document-caption {
|
|
10653
11513
|
color: #4d5668;
|
|
10654
11514
|
text-align: center;
|
|
@@ -10744,6 +11604,44 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
10744
11604
|
padding: 0;
|
|
10745
11605
|
}
|
|
10746
11606
|
|
|
11607
|
+
.work-document-equation {
|
|
11608
|
+
vertical-align: -.12em;
|
|
11609
|
+
border-radius: .2em;
|
|
11610
|
+
max-width: 100%;
|
|
11611
|
+
margin-inline: .08em;
|
|
11612
|
+
padding-inline: .08em;
|
|
11613
|
+
line-height: 1.2;
|
|
11614
|
+
display: inline-flex;
|
|
11615
|
+
}
|
|
11616
|
+
|
|
11617
|
+
.work-document-equation.block {
|
|
11618
|
+
justify-content: center;
|
|
11619
|
+
width: 100%;
|
|
11620
|
+
margin-block: .35em;
|
|
11621
|
+
display: flex;
|
|
11622
|
+
}
|
|
11623
|
+
|
|
11624
|
+
.work-document-equation.block.justification-left {
|
|
11625
|
+
justify-content: flex-start;
|
|
11626
|
+
}
|
|
11627
|
+
|
|
11628
|
+
.work-document-equation.block.justification-right {
|
|
11629
|
+
justify-content: flex-end;
|
|
11630
|
+
}
|
|
11631
|
+
|
|
11632
|
+
.work-document-equation math {
|
|
11633
|
+
max-width: 100%;
|
|
11634
|
+
font-family: Cambria Math, STIX Two Math, math, serif;
|
|
11635
|
+
font-size: 1.08em;
|
|
11636
|
+
overflow: auto hidden;
|
|
11637
|
+
}
|
|
11638
|
+
|
|
11639
|
+
.work-document-editor:not(.preview) .work-document-equation.ProseMirror-selectednode {
|
|
11640
|
+
outline: 2px solid
|
|
11641
|
+
color-mix(in srgb, var(--ds-primary, #2563eb) 68%, transparent);
|
|
11642
|
+
outline-offset: 2px;
|
|
11643
|
+
}
|
|
11644
|
+
|
|
10747
11645
|
.work-document-workspace {
|
|
10748
11646
|
flex: 1;
|
|
10749
11647
|
min-width: 0;
|
|
@@ -12017,6 +12915,81 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
12017
12915
|
background: color-mix(in srgb, var(--work-office-accent) 18%, transparent);
|
|
12018
12916
|
}
|
|
12019
12917
|
|
|
12918
|
+
.work-markdown-source-presence-layer {
|
|
12919
|
+
z-index: 3;
|
|
12920
|
+
pointer-events: none;
|
|
12921
|
+
-webkit-user-select: none;
|
|
12922
|
+
user-select: none;
|
|
12923
|
+
position: absolute;
|
|
12924
|
+
overflow: hidden;
|
|
12925
|
+
}
|
|
12926
|
+
|
|
12927
|
+
.work-markdown-source-presence-mirror {
|
|
12928
|
+
box-sizing: border-box;
|
|
12929
|
+
color: #0000;
|
|
12930
|
+
min-height: 100%;
|
|
12931
|
+
font-family: var(--font-mono);
|
|
12932
|
+
font-size: calc(14px * var(--work-markdown-zoom) / 100);
|
|
12933
|
+
overflow-wrap: break-word;
|
|
12934
|
+
tab-size: 2;
|
|
12935
|
+
white-space: pre-wrap;
|
|
12936
|
+
margin: 0;
|
|
12937
|
+
padding: 38px clamp(28px, 5vw, 72px) 80px;
|
|
12938
|
+
line-height: 1.8;
|
|
12939
|
+
position: absolute;
|
|
12940
|
+
top: 0;
|
|
12941
|
+
left: 0;
|
|
12942
|
+
}
|
|
12943
|
+
|
|
12944
|
+
.work-markdown-workspace.split .work-markdown-source-presence-mirror {
|
|
12945
|
+
padding: 32px clamp(24px, 3.5vw, 46px) 72px;
|
|
12946
|
+
}
|
|
12947
|
+
|
|
12948
|
+
.work-markdown-source-remote-range {
|
|
12949
|
+
background: color-mix(in srgb,
|
|
12950
|
+
var(--work-office-presence-color) 22%,
|
|
12951
|
+
transparent);
|
|
12952
|
+
-webkit-box-decoration-break: clone;
|
|
12953
|
+
box-decoration-break: clone;
|
|
12954
|
+
box-shadow: inset 0 -1px 0
|
|
12955
|
+
color-mix(in srgb, var(--work-office-presence-color) 66%, transparent);
|
|
12956
|
+
border-radius: 2px;
|
|
12957
|
+
position: relative;
|
|
12958
|
+
}
|
|
12959
|
+
|
|
12960
|
+
.work-markdown-source-remote-range[data-collapsed="true"] {
|
|
12961
|
+
border-left: 2px solid var(--work-office-presence-color);
|
|
12962
|
+
box-shadow: none;
|
|
12963
|
+
background: none;
|
|
12964
|
+
border-radius: 0;
|
|
12965
|
+
}
|
|
12966
|
+
|
|
12967
|
+
.work-markdown-source-remote-range:after {
|
|
12968
|
+
z-index: 1;
|
|
12969
|
+
background: var(--work-office-presence-color);
|
|
12970
|
+
color: #fff;
|
|
12971
|
+
content: attr(data-participant-name);
|
|
12972
|
+
max-width: 160px;
|
|
12973
|
+
font: 650 9px / 1.25 var(--a3s-ui-font);
|
|
12974
|
+
text-overflow: ellipsis;
|
|
12975
|
+
white-space: nowrap;
|
|
12976
|
+
border-radius: 4px 4px 4px 0;
|
|
12977
|
+
padding: 3px 6px;
|
|
12978
|
+
position: absolute;
|
|
12979
|
+
bottom: 100%;
|
|
12980
|
+
left: -2px;
|
|
12981
|
+
overflow: hidden;
|
|
12982
|
+
box-shadow: 0 3px 8px #0f172a29;
|
|
12983
|
+
}
|
|
12984
|
+
|
|
12985
|
+
.work-markdown-source-presence-mirror[data-activity="idle"] {
|
|
12986
|
+
opacity: .68;
|
|
12987
|
+
}
|
|
12988
|
+
|
|
12989
|
+
.work-markdown-source-presence-mirror[data-activity="away"] {
|
|
12990
|
+
opacity: .42;
|
|
12991
|
+
}
|
|
12992
|
+
|
|
12020
12993
|
.work-markdown-workspace.split .work-markdown-pane.source textarea {
|
|
12021
12994
|
min-height: calc(100% - 32px);
|
|
12022
12995
|
padding: 32px clamp(24px, 3.5vw, 46px) 72px;
|
|
@@ -12033,6 +13006,7 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
12033
13006
|
width: min(880px, 100% - 64px);
|
|
12034
13007
|
min-height: calc(100% - 64px);
|
|
12035
13008
|
margin: 32px auto;
|
|
13009
|
+
position: relative;
|
|
12036
13010
|
box-shadow: 0 1px 2px #161c280a, 0 12px 34px #161c280d;
|
|
12037
13011
|
}
|
|
12038
13012
|
|
|
@@ -12395,6 +13369,10 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
12395
13369
|
padding: 28px 20px 64px;
|
|
12396
13370
|
}
|
|
12397
13371
|
|
|
13372
|
+
.work-markdown-workspace.split .work-markdown-source-presence-mirror {
|
|
13373
|
+
padding: 28px 20px 64px;
|
|
13374
|
+
}
|
|
13375
|
+
|
|
12398
13376
|
.work-markdown-workspace.split .work-markdown-canvas {
|
|
12399
13377
|
min-height: 100%;
|
|
12400
13378
|
}
|
|
@@ -12445,6 +13423,10 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
12445
13423
|
font-size: 12px;
|
|
12446
13424
|
}
|
|
12447
13425
|
|
|
13426
|
+
.work-spreadsheet-editor[data-format-painter] .work-spreadsheet-canvas :is(.fortune-container, .fortune-sheet-overlay, canvas) {
|
|
13427
|
+
cursor: copy !important;
|
|
13428
|
+
}
|
|
13429
|
+
|
|
12448
13430
|
.work-spreadsheet-find-bar {
|
|
12449
13431
|
z-index: 30;
|
|
12450
13432
|
border: 1px solid var(--a3s-line-strong);
|
|
@@ -13247,6 +14229,98 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
13247
14229
|
display: none !important;
|
|
13248
14230
|
}
|
|
13249
14231
|
|
|
14232
|
+
.work-spreadsheet-editor .luckysheet-filter-options {
|
|
14233
|
+
border: 1px solid
|
|
14234
|
+
color-mix(in srgb, var(--work-spreadsheet-accent) 58%, var(--a3s-line));
|
|
14235
|
+
background: var(--a3s-panel);
|
|
14236
|
+
min-width: 20px;
|
|
14237
|
+
min-height: 20px;
|
|
14238
|
+
color: var(--work-spreadsheet-header-text);
|
|
14239
|
+
cursor: pointer;
|
|
14240
|
+
border-radius: 3px;
|
|
14241
|
+
place-items: center;
|
|
14242
|
+
display: grid;
|
|
14243
|
+
}
|
|
14244
|
+
|
|
14245
|
+
.work-spreadsheet-editor .luckysheet-filter-options .caret.down {
|
|
14246
|
+
border-top-color: var(--work-spreadsheet-accent);
|
|
14247
|
+
}
|
|
14248
|
+
|
|
14249
|
+
.work-spreadsheet-editor .luckysheet-filter-options:hover, .work-spreadsheet-editor .luckysheet-filter-options:focus-visible {
|
|
14250
|
+
background: var(--work-spreadsheet-chrome-hover);
|
|
14251
|
+
color: var(--work-spreadsheet-accent);
|
|
14252
|
+
}
|
|
14253
|
+
|
|
14254
|
+
.work-spreadsheet-editor .luckysheet-filter-options:focus-visible {
|
|
14255
|
+
outline: 2px solid
|
|
14256
|
+
color-mix(in srgb, var(--work-spreadsheet-accent) 72%, white);
|
|
14257
|
+
outline-offset: 1px;
|
|
14258
|
+
}
|
|
14259
|
+
|
|
14260
|
+
.work-spreadsheet-editor .luckysheet-filter-options-active {
|
|
14261
|
+
background: var(--work-spreadsheet-accent);
|
|
14262
|
+
color: #fff;
|
|
14263
|
+
}
|
|
14264
|
+
|
|
14265
|
+
.work-spreadsheet-editor .fortune-filter-menu {
|
|
14266
|
+
overscroll-behavior: contain;
|
|
14267
|
+
border-radius: var(--a3s-overlay-radius);
|
|
14268
|
+
background: var(--a3s-overlay-surface);
|
|
14269
|
+
max-width: min(320px, 100vw - 16px);
|
|
14270
|
+
max-height: min(620px, 100dvh - 16px);
|
|
14271
|
+
box-shadow: var(--a3s-shadow-soft);
|
|
14272
|
+
color: var(--a3s-ink);
|
|
14273
|
+
font: 500 12px / 1.4 var(--a3s-ui-font);
|
|
14274
|
+
scrollbar-color: var(--a3s-line-strong) transparent;
|
|
14275
|
+
scrollbar-width: thin;
|
|
14276
|
+
border: 0;
|
|
14277
|
+
overflow: auto;
|
|
14278
|
+
}
|
|
14279
|
+
|
|
14280
|
+
.work-spreadsheet-editor .fortune-filter-menu .luckysheet-cols-menuitem:focus-visible, .work-spreadsheet-editor .fortune-filter-menu .fortune-byvalue-btn:focus-visible, .work-spreadsheet-editor .fortune-filter-menu .select-item:focus-visible, .work-spreadsheet-editor .fortune-filter-menu .button-basic:focus-visible, .work-spreadsheet-editor .fortune-filter-menu input:focus-visible {
|
|
14281
|
+
outline: 2px solid
|
|
14282
|
+
color-mix(in srgb, var(--work-spreadsheet-accent) 70%, white);
|
|
14283
|
+
outline-offset: -1px;
|
|
14284
|
+
border-radius: 4px;
|
|
14285
|
+
}
|
|
14286
|
+
|
|
14287
|
+
.work-spreadsheet-editor .fortune-filter-menu .filtermenu-input-container input {
|
|
14288
|
+
border-color: var(--a3s-line-strong);
|
|
14289
|
+
background: var(--a3s-panel);
|
|
14290
|
+
color: var(--a3s-ink);
|
|
14291
|
+
font-family: var(--a3s-ui-font);
|
|
14292
|
+
border-radius: 5px;
|
|
14293
|
+
}
|
|
14294
|
+
|
|
14295
|
+
.work-spreadsheet-editor .fortune-filter-menu .filtermenu-input-container input::placeholder {
|
|
14296
|
+
color: var(--a3s-muted);
|
|
14297
|
+
}
|
|
14298
|
+
|
|
14299
|
+
.work-spreadsheet-editor .fortune-filter-menu input[type="checkbox"] {
|
|
14300
|
+
accent-color: var(--work-spreadsheet-accent);
|
|
14301
|
+
}
|
|
14302
|
+
|
|
14303
|
+
.work-spreadsheet-editor .fortune-filter-menu .fortune-byvalue-btn {
|
|
14304
|
+
color: var(--work-spreadsheet-accent);
|
|
14305
|
+
}
|
|
14306
|
+
|
|
14307
|
+
.work-spreadsheet-editor .fortune-filter-menu .button-primary {
|
|
14308
|
+
background: var(--work-spreadsheet-accent);
|
|
14309
|
+
color: #fff;
|
|
14310
|
+
}
|
|
14311
|
+
|
|
14312
|
+
.work-spreadsheet-editor .fortune-filter-menu .button-default {
|
|
14313
|
+
border-color: var(--a3s-line-strong);
|
|
14314
|
+
background: var(--a3s-panel);
|
|
14315
|
+
color: var(--a3s-ink);
|
|
14316
|
+
}
|
|
14317
|
+
|
|
14318
|
+
@media (width <= 640px) {
|
|
14319
|
+
.work-spreadsheet-editor .fortune-filter-menu .filtermenu-input-container input {
|
|
14320
|
+
font-size: 16px;
|
|
14321
|
+
}
|
|
14322
|
+
}
|
|
14323
|
+
|
|
13250
14324
|
.work-spreadsheet-editor .fortune-modal-container {
|
|
13251
14325
|
backdrop-filter: blur(3px);
|
|
13252
14326
|
background: #090c166b;
|
|
@@ -13556,6 +14630,92 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
13556
14630
|
--work-office-menu-accent: var(--work-spreadsheet-menu-accent);
|
|
13557
14631
|
}
|
|
13558
14632
|
|
|
14633
|
+
.work-spreadsheet-ribbon-menu-trigger > span:after {
|
|
14634
|
+
content: "";
|
|
14635
|
+
vertical-align: 2px;
|
|
14636
|
+
border-top: 4px solid;
|
|
14637
|
+
border-left: 3px solid #0000;
|
|
14638
|
+
border-right: 3px solid #0000;
|
|
14639
|
+
margin-left: 4px;
|
|
14640
|
+
display: inline-block;
|
|
14641
|
+
}
|
|
14642
|
+
|
|
14643
|
+
.work-spreadsheet-ribbon-split-root {
|
|
14644
|
+
border-radius: 6px;
|
|
14645
|
+
flex: none;
|
|
14646
|
+
align-items: stretch;
|
|
14647
|
+
height: 51px;
|
|
14648
|
+
display: inline-flex;
|
|
14649
|
+
}
|
|
14650
|
+
|
|
14651
|
+
.work-office-ribbon .work-office-toolbar .work-spreadsheet-ribbon-split-primary.with-label {
|
|
14652
|
+
border-radius: 6px 0 0 6px;
|
|
14653
|
+
min-width: 51px;
|
|
14654
|
+
padding-right: 4px;
|
|
14655
|
+
}
|
|
14656
|
+
|
|
14657
|
+
.work-office-ribbon .work-office-toolbar .work-spreadsheet-ribbon-split-disclosure {
|
|
14658
|
+
border-left: 1px solid color-mix(in srgb, var(--a3s-line) 72%, transparent);
|
|
14659
|
+
border-radius: 0 6px 6px 0;
|
|
14660
|
+
width: 18px;
|
|
14661
|
+
min-width: 18px;
|
|
14662
|
+
height: 51px;
|
|
14663
|
+
padding: 0;
|
|
14664
|
+
}
|
|
14665
|
+
|
|
14666
|
+
.work-spreadsheet-ribbon-split-disclosure svg {
|
|
14667
|
+
transition: transform .12s;
|
|
14668
|
+
}
|
|
14669
|
+
|
|
14670
|
+
.work-spreadsheet-ribbon-split-disclosure[aria-expanded="true"] svg {
|
|
14671
|
+
transform: rotate(180deg);
|
|
14672
|
+
}
|
|
14673
|
+
|
|
14674
|
+
.work-spreadsheet-ribbon-split-primary:focus-visible, .work-spreadsheet-ribbon-split-disclosure:focus-visible {
|
|
14675
|
+
box-shadow: inset 0 0 0 1px var(--work-spreadsheet-accent);
|
|
14676
|
+
outline: 0;
|
|
14677
|
+
}
|
|
14678
|
+
|
|
14679
|
+
.work-office-ribbon .work-office-toolbar[data-density="compact-low"] .work-office-ribbon-group[data-priority="low"] .work-spreadsheet-ribbon-split-primary.with-label, .work-office-ribbon .work-office-toolbar[data-density="compact-normal"] .work-office-ribbon-group:not([data-priority="high"]) .work-spreadsheet-ribbon-split-primary.with-label {
|
|
14680
|
+
width: 38px;
|
|
14681
|
+
min-width: 38px;
|
|
14682
|
+
padding-inline: 4px;
|
|
14683
|
+
}
|
|
14684
|
+
|
|
14685
|
+
.work-spreadsheet-ribbon-menu {
|
|
14686
|
+
--work-office-menu-accent: var(--work-office-control-accent, #159469);
|
|
14687
|
+
width: min(264px, 100vw - 32px);
|
|
14688
|
+
}
|
|
14689
|
+
|
|
14690
|
+
.work-spreadsheet-ribbon-menu > button {
|
|
14691
|
+
grid-template-columns: 20px minmax(0, 1fr);
|
|
14692
|
+
}
|
|
14693
|
+
|
|
14694
|
+
.work-spreadsheet-ribbon-menu > button > span:last-child {
|
|
14695
|
+
white-space: normal;
|
|
14696
|
+
}
|
|
14697
|
+
|
|
14698
|
+
.work-spreadsheet-ribbon-menu-item-icon {
|
|
14699
|
+
width: 20px;
|
|
14700
|
+
height: 20px;
|
|
14701
|
+
color: var(--work-office-menu-accent);
|
|
14702
|
+
place-items: center;
|
|
14703
|
+
display: grid;
|
|
14704
|
+
}
|
|
14705
|
+
|
|
14706
|
+
.work-spreadsheet-ribbon-menu-item-icon > svg {
|
|
14707
|
+
width: 16px;
|
|
14708
|
+
height: 16px;
|
|
14709
|
+
}
|
|
14710
|
+
|
|
14711
|
+
.work-spreadsheet-ribbon-menu > button.danger {
|
|
14712
|
+
color: color-mix(in srgb, var(--a3s-red) 88%, var(--a3s-ink));
|
|
14713
|
+
}
|
|
14714
|
+
|
|
14715
|
+
.work-spreadsheet-ribbon-menu > button.danger .work-spreadsheet-ribbon-menu-item-icon {
|
|
14716
|
+
color: currentColor;
|
|
14717
|
+
}
|
|
14718
|
+
|
|
13559
14719
|
.work-spreadsheet-sheet-list {
|
|
13560
14720
|
min-width: 220px;
|
|
13561
14721
|
}
|
|
@@ -15910,6 +17070,72 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
15910
17070
|
position: absolute;
|
|
15911
17071
|
}
|
|
15912
17072
|
|
|
17073
|
+
.work-presentation-remote-presence-layer {
|
|
17074
|
+
z-index: 14;
|
|
17075
|
+
pointer-events: none;
|
|
17076
|
+
-webkit-user-select: none;
|
|
17077
|
+
user-select: none;
|
|
17078
|
+
position: absolute;
|
|
17079
|
+
inset: 0;
|
|
17080
|
+
overflow: visible;
|
|
17081
|
+
}
|
|
17082
|
+
|
|
17083
|
+
.work-presentation-remote-element {
|
|
17084
|
+
box-sizing: border-box;
|
|
17085
|
+
border: 1.5px solid var(--work-office-presence-color);
|
|
17086
|
+
outline: 1px solid
|
|
17087
|
+
color-mix(in srgb, var(--work-office-presence-color) 18%, transparent);
|
|
17088
|
+
outline-offset: 2px;
|
|
17089
|
+
transform-origin: center;
|
|
17090
|
+
display: block;
|
|
17091
|
+
position: absolute;
|
|
17092
|
+
}
|
|
17093
|
+
|
|
17094
|
+
.work-presentation-remote-element > span, .work-presentation-remote-slide-marker {
|
|
17095
|
+
background: var(--work-office-presence-color);
|
|
17096
|
+
color: #fff;
|
|
17097
|
+
max-width: 160px;
|
|
17098
|
+
font: 650 9px / 1.25 var(--a3s-ui-font);
|
|
17099
|
+
text-overflow: ellipsis;
|
|
17100
|
+
white-space: nowrap;
|
|
17101
|
+
border-radius: 4px;
|
|
17102
|
+
padding: 3px 6px;
|
|
17103
|
+
overflow: hidden;
|
|
17104
|
+
box-shadow: 0 3px 8px #0f172a29;
|
|
17105
|
+
}
|
|
17106
|
+
|
|
17107
|
+
.work-presentation-remote-element > span {
|
|
17108
|
+
border-radius: 4px 4px 4px 0;
|
|
17109
|
+
position: absolute;
|
|
17110
|
+
bottom: 100%;
|
|
17111
|
+
left: -2px;
|
|
17112
|
+
}
|
|
17113
|
+
|
|
17114
|
+
.work-presentation-remote-slide-marker {
|
|
17115
|
+
position: absolute;
|
|
17116
|
+
right: 8px;
|
|
17117
|
+
}
|
|
17118
|
+
|
|
17119
|
+
:is(.work-presentation-remote-element, .work-presentation-remote-slide-marker)[data-activity="idle"] {
|
|
17120
|
+
opacity: .68;
|
|
17121
|
+
}
|
|
17122
|
+
|
|
17123
|
+
:is(.work-presentation-remote-element, .work-presentation-remote-slide-marker)[data-activity="away"] {
|
|
17124
|
+
opacity: .42;
|
|
17125
|
+
}
|
|
17126
|
+
|
|
17127
|
+
@media (forced-colors: active) {
|
|
17128
|
+
.work-presentation-remote-element {
|
|
17129
|
+
border-color: highlight;
|
|
17130
|
+
outline-color: highlight;
|
|
17131
|
+
}
|
|
17132
|
+
|
|
17133
|
+
.work-presentation-remote-element > span, .work-presentation-remote-slide-marker {
|
|
17134
|
+
color: highlighttext;
|
|
17135
|
+
background: highlight;
|
|
17136
|
+
}
|
|
17137
|
+
}
|
|
17138
|
+
|
|
15913
17139
|
.work-slide-selection-resize-handle {
|
|
15914
17140
|
cursor: nwse-resize;
|
|
15915
17141
|
pointer-events: auto;
|
|
@@ -17565,6 +18791,119 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
17565
18791
|
overflow: hidden;
|
|
17566
18792
|
}
|
|
17567
18793
|
|
|
18794
|
+
.work-pdf-embed:focus-visible {
|
|
18795
|
+
outline: 2px solid color-mix(in srgb, var(--work-pdf-accent) 66%, #fff);
|
|
18796
|
+
outline-offset: -2px;
|
|
18797
|
+
}
|
|
18798
|
+
|
|
18799
|
+
.work-pdf-remote-presence-layer {
|
|
18800
|
+
z-index: 4;
|
|
18801
|
+
pointer-events: none;
|
|
18802
|
+
-webkit-user-select: none;
|
|
18803
|
+
user-select: none;
|
|
18804
|
+
gap: 5px;
|
|
18805
|
+
width: max-content;
|
|
18806
|
+
max-width: min(220px, 100% - 24px);
|
|
18807
|
+
display: grid;
|
|
18808
|
+
position: absolute;
|
|
18809
|
+
top: 12px;
|
|
18810
|
+
right: 12px;
|
|
18811
|
+
}
|
|
18812
|
+
|
|
18813
|
+
.work-pdf-remote-participant {
|
|
18814
|
+
border: 1px solid color-mix(in srgb, var(--a3s-line) 82%, transparent);
|
|
18815
|
+
background: var(--a3s-panel);
|
|
18816
|
+
min-width: 0;
|
|
18817
|
+
color: var(--a3s-ink);
|
|
18818
|
+
border-radius: 7px;
|
|
18819
|
+
grid-template-columns: 19px minmax(0, 1fr);
|
|
18820
|
+
align-items: center;
|
|
18821
|
+
gap: 7px;
|
|
18822
|
+
padding: 5px 8px 5px 5px;
|
|
18823
|
+
display: grid;
|
|
18824
|
+
}
|
|
18825
|
+
|
|
18826
|
+
.work-pdf-remote-participant > span:last-child {
|
|
18827
|
+
gap: 2px;
|
|
18828
|
+
min-width: 0;
|
|
18829
|
+
display: grid;
|
|
18830
|
+
}
|
|
18831
|
+
|
|
18832
|
+
.work-pdf-remote-participant strong, .work-pdf-remote-participant small {
|
|
18833
|
+
text-overflow: ellipsis;
|
|
18834
|
+
white-space: nowrap;
|
|
18835
|
+
overflow: hidden;
|
|
18836
|
+
}
|
|
18837
|
+
|
|
18838
|
+
.work-pdf-remote-participant strong {
|
|
18839
|
+
font: 650 9px / 1.2 var(--a3s-ui-font);
|
|
18840
|
+
}
|
|
18841
|
+
|
|
18842
|
+
.work-pdf-remote-participant small {
|
|
18843
|
+
color: color-mix(in srgb,
|
|
18844
|
+
var(--work-office-presence-color) 72%,
|
|
18845
|
+
var(--a3s-ink));
|
|
18846
|
+
font: 500 8px / 1.2 var(--a3s-ui-font);
|
|
18847
|
+
}
|
|
18848
|
+
|
|
18849
|
+
.work-pdf-remote-participant[data-activity="idle"] {
|
|
18850
|
+
opacity: .74;
|
|
18851
|
+
}
|
|
18852
|
+
|
|
18853
|
+
.work-pdf-remote-participant[data-activity="away"] {
|
|
18854
|
+
opacity: .5;
|
|
18855
|
+
}
|
|
18856
|
+
|
|
18857
|
+
.work-pdf-evidence-overlay {
|
|
18858
|
+
z-index: 2;
|
|
18859
|
+
pointer-events: none;
|
|
18860
|
+
border: 0;
|
|
18861
|
+
min-inline-size: 0;
|
|
18862
|
+
margin: 0;
|
|
18863
|
+
padding: 0;
|
|
18864
|
+
position: absolute;
|
|
18865
|
+
inset: 0;
|
|
18866
|
+
overflow: hidden;
|
|
18867
|
+
}
|
|
18868
|
+
|
|
18869
|
+
.work-pdf-evidence-region {
|
|
18870
|
+
box-sizing: border-box;
|
|
18871
|
+
cursor: pointer;
|
|
18872
|
+
pointer-events: auto;
|
|
18873
|
+
background: #e1313117;
|
|
18874
|
+
border: 1px solid #d22f2fa3;
|
|
18875
|
+
border-radius: 2px;
|
|
18876
|
+
outline: 0;
|
|
18877
|
+
min-width: 2px;
|
|
18878
|
+
min-height: 2px;
|
|
18879
|
+
padding: 0;
|
|
18880
|
+
position: absolute;
|
|
18881
|
+
box-shadow: inset 0 0 0 1px #ffffff47;
|
|
18882
|
+
}
|
|
18883
|
+
|
|
18884
|
+
.work-pdf-evidence-region:hover, .work-pdf-evidence-region:focus-visible, .work-pdf-evidence-region[data-selected] {
|
|
18885
|
+
z-index: 1;
|
|
18886
|
+
background: #e1313126;
|
|
18887
|
+
border: 2px solid #d72f2f;
|
|
18888
|
+
box-shadow: 0 0 0 2px #ffffffd1, 0 2px 8px #62111138;
|
|
18889
|
+
}
|
|
18890
|
+
|
|
18891
|
+
.work-pdf-evidence-status {
|
|
18892
|
+
z-index: 3;
|
|
18893
|
+
color: #ffffffd6;
|
|
18894
|
+
pointer-events: none;
|
|
18895
|
+
background: #181c22d1;
|
|
18896
|
+
border: 1px solid #ffffff29;
|
|
18897
|
+
border-radius: 5px;
|
|
18898
|
+
max-width: min(280px, 100% - 24px);
|
|
18899
|
+
padding: 5px 9px;
|
|
18900
|
+
font-size: 10px;
|
|
18901
|
+
line-height: 1.4;
|
|
18902
|
+
position: absolute;
|
|
18903
|
+
bottom: 12px;
|
|
18904
|
+
right: 12px;
|
|
18905
|
+
}
|
|
18906
|
+
|
|
17568
18907
|
.work-pdf-loading {
|
|
17569
18908
|
z-index: 3;
|
|
17570
18909
|
background: color-mix(in srgb, var(--a3s-bg) 88%, transparent);
|
|
@@ -17578,6 +18917,18 @@ html[data-ds-resizing="horizontal"], html[data-ds-resizing="horizontal"] * {
|
|
|
17578
18917
|
inset: 0;
|
|
17579
18918
|
}
|
|
17580
18919
|
|
|
18920
|
+
@media (forced-colors: active) {
|
|
18921
|
+
.work-pdf-embed:focus-visible {
|
|
18922
|
+
outline-color: highlight;
|
|
18923
|
+
}
|
|
18924
|
+
|
|
18925
|
+
.work-pdf-remote-participant {
|
|
18926
|
+
color: canvastext;
|
|
18927
|
+
background: canvas;
|
|
18928
|
+
border-color: highlight;
|
|
18929
|
+
}
|
|
18930
|
+
}
|
|
18931
|
+
|
|
17581
18932
|
.work-pdf-state.ds-state-view {
|
|
17582
18933
|
background: var(--a3s-bg);
|
|
17583
18934
|
flex: 1;
|