superdoc 2.2.1 → 2.3.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/AGENTS.md +337 -0
- package/LICENSE +661 -0
- package/NOTICE +8 -0
- package/README.md +107 -0
- package/dist/chunks/FindReplaceSurface-BEW-1NhM.es.js +344 -0
- package/dist/chunks/FindReplaceSurface-DLxnCQOB.cjs +346 -0
- package/dist/chunks/PasswordPromptSurface-BA6HHqEa.es.js +111 -0
- package/dist/chunks/PasswordPromptSurface-DMbfDvpQ.cjs +113 -0
- package/dist/chunks/PdfViewer-CNOtyS-I.es.js +531 -0
- package/dist/chunks/PdfViewer-CoFiGAhm.cjs +535 -0
- package/dist/chunks/_plugin-vue_export-helper-BTwbGDKw.cjs +11 -0
- package/dist/chunks/_plugin-vue_export-helper-CInC0bKI.es.js +6 -0
- package/dist/chunks/blank-docx-CJAXnJKp.es.js +2 -0
- package/dist/chunks/blank-docx-DA-G-3VB.cjs +7 -0
- package/dist/chunks/constants-CY3R3_kF.es.js +3 -0
- package/dist/chunks/constants-sbCZ2O_A.cjs +14 -0
- package/dist/chunks/create-super-doc-ui-CXCqHc2m.cjs +9451 -0
- package/dist/chunks/create-super-doc-ui-fxF2Q8Ib.es.js +9188 -0
- package/dist/chunks/eventemitter3-B60Fsz-a.es.js +131 -0
- package/dist/chunks/eventemitter3-DCfwFVNn.cjs +137 -0
- package/dist/chunks/jszip-BdUBlUeG.cjs +4679 -0
- package/dist/chunks/jszip-DzmwAHr3.es.js +4650 -0
- package/dist/chunks/rolldown-runtime-BJVcqBbz.es.js +43 -0
- package/dist/chunks/rolldown-runtime-_dR15c8t.cjs +68 -0
- package/dist/chunks/uuid-B2Sqk-3p.es.js +32 -0
- package/dist/chunks/uuid-CFp0WGVU.cjs +38 -0
- package/dist/collaboration-upgrade-engine.cjs +37 -0
- package/dist/collaboration-upgrade-engine.es.js +30 -0
- package/dist/document-api/src/authorities/authorities.d.ts +29 -0
- package/dist/document-api/src/authorities/authorities.types.d.ts +113 -0
- package/dist/document-api/src/blocks/blocks.d.ts +29 -0
- package/dist/document-api/src/bookmarks/bookmarks.d.ts +15 -0
- package/dist/document-api/src/bookmarks/bookmarks.types.d.ts +82 -0
- package/dist/document-api/src/capabilities/capabilities.d.ts +82 -0
- package/dist/document-api/src/captions/captions.d.ts +17 -0
- package/dist/document-api/src/captions/captions.types.d.ts +61 -0
- package/dist/document-api/src/citations/citations.d.ts +39 -0
- package/dist/document-api/src/citations/citations.types.d.ts +151 -0
- package/dist/document-api/src/clear-content/clear-content.d.ts +25 -0
- package/dist/document-api/src/clipboard/clipboard.d.ts +11 -0
- package/dist/document-api/src/comments/comments.d.ts +222 -0
- package/dist/document-api/src/comments/comments.types.d.ts +227 -0
- package/dist/document-api/src/content-controls/content-controls.d.ts +136 -0
- package/dist/document-api/src/content-controls/content-controls.types.d.ts +453 -0
- package/dist/document-api/src/contract/command-catalog.d.ts +17 -0
- package/dist/document-api/src/contract/index.d.ts +9 -0
- package/dist/document-api/src/contract/metadata-types.d.ts +30 -0
- package/dist/document-api/src/contract/operation-definitions.d.ts +3645 -0
- package/dist/document-api/src/contract/operation-map.d.ts +5 -0
- package/dist/document-api/src/contract/operation-registry.d.ts +2002 -0
- package/dist/document-api/src/contract/reference-aliases.d.ts +19 -0
- package/dist/document-api/src/contract/reference-doc-map.d.ts +12 -0
- package/dist/document-api/src/contract/schemas.d.ts +35 -0
- package/dist/document-api/src/contract/step-op-catalog.d.ts +26 -0
- package/dist/document-api/src/contract/types.d.ts +31 -0
- package/dist/document-api/src/create/create.d.ts +27 -0
- package/dist/document-api/src/cross-refs/cross-refs.d.ts +15 -0
- package/dist/document-api/src/cross-refs/cross-refs.types.d.ts +68 -0
- package/dist/document-api/src/customXml/customXml.d.ts +19 -0
- package/dist/document-api/src/customXml/customXml.types.d.ts +148 -0
- package/dist/document-api/src/delete/delete.d.ts +20 -0
- package/dist/document-api/src/diff/diff.d.ts +14 -0
- package/dist/document-api/src/diff/diff.types.d.ts +83 -0
- package/dist/document-api/src/diff/index.d.ts +3 -0
- package/dist/document-api/src/errors.d.ts +11 -0
- package/dist/document-api/src/export/export.d.ts +10 -0
- package/dist/document-api/src/export/export.types.d.ts +40 -0
- package/dist/document-api/src/extract/extract.d.ts +15 -0
- package/dist/document-api/src/fields/fields.d.ts +15 -0
- package/dist/document-api/src/fields/fields.types.d.ts +90 -0
- package/dist/document-api/src/find/find.d.ts +52 -0
- package/dist/document-api/src/footnotes/footnotes.d.ts +17 -0
- package/dist/document-api/src/footnotes/footnotes.types.d.ts +104 -0
- package/dist/document-api/src/format/format.d.ts +92 -0
- package/dist/document-api/src/format/inline-run-patch.d.ts +138 -0
- package/dist/document-api/src/get/get.d.ts +19 -0
- package/dist/document-api/src/get-html/get-html.d.ts +27 -0
- package/dist/document-api/src/get-markdown/get-markdown.d.ts +22 -0
- package/dist/document-api/src/get-node/get-node.d.ts +46 -0
- package/dist/document-api/src/get-text/get-text.d.ts +22 -0
- package/dist/document-api/src/header-footers/header-footers.d.ts +37 -0
- package/dist/document-api/src/header-footers/header-footers.types.d.ts +116 -0
- package/dist/document-api/src/history/history.d.ts +38 -0
- package/dist/document-api/src/history/history.types.d.ts +100 -0
- package/dist/document-api/src/hyperlinks/hyperlinks.d.ts +17 -0
- package/dist/document-api/src/hyperlinks/hyperlinks.types.d.ts +112 -0
- package/dist/document-api/src/images/images.d.ts +63 -0
- package/dist/document-api/src/images/images.types.d.ts +209 -0
- package/dist/document-api/src/images/z-order.d.ts +10 -0
- package/dist/document-api/src/index/index.d.ts +29 -0
- package/dist/document-api/src/index/index.types.d.ts +125 -0
- package/dist/document-api/src/index.d.ts +560 -0
- package/dist/document-api/src/info/info.d.ts +19 -0
- package/dist/document-api/src/inline-semantics/directives.d.ts +95 -0
- package/dist/document-api/src/inline-semantics/error-types.d.ts +68 -0
- package/dist/document-api/src/inline-semantics/index.d.ts +20 -0
- package/dist/document-api/src/inline-semantics/property-ids.d.ts +24 -0
- package/dist/document-api/src/inline-semantics/token-parsers.d.ts +59 -0
- package/dist/document-api/src/inline-semantics/token-sets.d.ts +34 -0
- package/dist/document-api/src/insert/insert.d.ts +65 -0
- package/dist/document-api/src/invoke/invoke.d.ts +17 -0
- package/dist/document-api/src/lists/lists.d.ts +100 -0
- package/dist/document-api/src/lists/lists.types.d.ts +499 -0
- package/dist/document-api/src/markdown-to-fragment/markdown-to-fragment.d.ts +15 -0
- package/dist/document-api/src/metadata/anchored-metadata.d.ts +33 -0
- package/dist/document-api/src/metadata/anchored-metadata.types.d.ts +175 -0
- package/dist/document-api/src/paragraphs/paragraphs.d.ts +84 -0
- package/dist/document-api/src/paragraphs/paragraphs.types.d.ts +214 -0
- package/dist/document-api/src/permission-ranges/permission-ranges.d.ts +15 -0
- package/dist/document-api/src/permission-ranges/permission-ranges.types.d.ts +49 -0
- package/dist/document-api/src/plan/plan.d.ts +73 -0
- package/dist/document-api/src/protection/protection.d.ts +11 -0
- package/dist/document-api/src/protection/protection.types.d.ts +47 -0
- package/dist/document-api/src/ranges/index.d.ts +2 -0
- package/dist/document-api/src/ranges/ranges.types.d.ts +121 -0
- package/dist/document-api/src/ranges/resolve.d.ts +2 -0
- package/dist/document-api/src/receipt-bridge.d.ts +30 -0
- package/dist/document-api/src/replace/replace.d.ts +24 -0
- package/dist/document-api/src/sections/sections.d.ts +42 -0
- package/dist/document-api/src/sections/sections.types.d.ts +236 -0
- package/dist/document-api/src/selection/selection.d.ts +23 -0
- package/dist/document-api/src/selection/selection.types.d.ts +85 -0
- package/dist/document-api/src/selection-mutation.d.ts +46 -0
- package/dist/document-api/src/styles/apply.d.ts +142 -0
- package/dist/document-api/src/styles/catalog.d.ts +154 -0
- package/dist/document-api/src/styles/index.d.ts +14 -0
- package/dist/document-api/src/styles/registry.d.ts +43 -0
- package/dist/document-api/src/styles/schema.d.ts +9 -0
- package/dist/document-api/src/styles/validation.d.ts +38 -0
- package/dist/document-api/src/tables/color-formats.d.ts +12 -0
- package/dist/document-api/src/tables/tables.d.ts +83 -0
- package/dist/document-api/src/templates/apply.d.ts +160 -0
- package/dist/document-api/src/templates/index.d.ts +7 -0
- package/dist/document-api/src/toc/toc.d.ts +25 -0
- package/dist/document-api/src/toc/toc.types.d.ts +247 -0
- package/dist/document-api/src/track-changes/track-changes.d.ts +177 -0
- package/dist/document-api/src/types/adapter-result.d.ts +10 -0
- package/dist/document-api/src/types/address.d.ts +169 -0
- package/dist/document-api/src/types/base.d.ts +89 -0
- package/dist/document-api/src/types/blocks.types.d.ts +190 -0
- package/dist/document-api/src/types/clipboard.d.ts +216 -0
- package/dist/document-api/src/types/comments.types.d.ts +17 -0
- package/dist/document-api/src/types/create.types.d.ts +56 -0
- package/dist/document-api/src/types/discovery.d.ts +99 -0
- package/dist/document-api/src/types/extract.types.d.ts +163 -0
- package/dist/document-api/src/types/fragment.d.ts +29 -0
- package/dist/document-api/src/types/index.d.ts +30 -0
- package/dist/document-api/src/types/info.types.d.ts +109 -0
- package/dist/document-api/src/types/inline.types.d.ts +28 -0
- package/dist/document-api/src/types/media.types.d.ts +72 -0
- package/dist/document-api/src/types/mutation-plan.types.d.ts +264 -0
- package/dist/document-api/src/types/node.d.ts +9 -0
- package/dist/document-api/src/types/paragraph.types.d.ts +61 -0
- package/dist/document-api/src/types/placement.d.ts +24 -0
- package/dist/document-api/src/types/query-match.types.d.ts +212 -0
- package/dist/document-api/src/types/query.d.ts +133 -0
- package/dist/document-api/src/types/receipt.d.ts +191 -0
- package/dist/document-api/src/types/references.types.d.ts +9 -0
- package/dist/document-api/src/types/sd-contract.d.ts +54 -0
- package/dist/document-api/src/types/sd-envelope.d.ts +59 -0
- package/dist/document-api/src/types/sd-nodes.d.ts +375 -0
- package/dist/document-api/src/types/sd-objects.d.ts +144 -0
- package/dist/document-api/src/types/sd-props.d.ts +240 -0
- package/dist/document-api/src/types/sd-sections.d.ts +126 -0
- package/dist/document-api/src/types/sd-styles.d.ts +36 -0
- package/dist/document-api/src/types/step-manifest.types.d.ts +30 -0
- package/dist/document-api/src/types/story.types.d.ts +123 -0
- package/dist/document-api/src/types/structural-input.d.ts +40 -0
- package/dist/document-api/src/types/structured.types.d.ts +21 -0
- package/dist/document-api/src/types/style-policy.types.d.ts +49 -0
- package/dist/document-api/src/types/table-operations.types.d.ts +618 -0
- package/dist/document-api/src/types/tables.types.d.ts +43 -0
- package/dist/document-api/src/types/toc.types.d.ts +1 -0
- package/dist/document-api/src/types/track-changes.types.d.ts +703 -0
- package/dist/document-api/src/validation/create-location-validator.d.ts +2 -0
- package/dist/document-api/src/validation/fragment-validator.d.ts +13 -0
- package/dist/document-api/src/validation/selection-target-validator.d.ts +7 -0
- package/dist/document-api/src/validation/story-validator.d.ts +12 -0
- package/dist/document-api/src/validation-primitives.d.ts +29 -0
- package/dist/document-api/src/write/locator.d.ts +24 -0
- package/dist/document-api/src/write/write.d.ts +73 -0
- package/dist/images/altText_add.svg +3 -0
- package/dist/images/altText_disclaimer.svg +3 -0
- package/dist/images/altText_done.svg +3 -0
- package/dist/images/altText_spinner.svg +30 -0
- package/dist/images/altText_warning.svg +3 -0
- package/dist/images/annotation-check.svg +11 -0
- package/dist/images/annotation-comment.svg +16 -0
- package/dist/images/annotation-help.svg +26 -0
- package/dist/images/annotation-insert.svg +10 -0
- package/dist/images/annotation-key.svg +11 -0
- package/dist/images/annotation-newparagraph.svg +11 -0
- package/dist/images/annotation-noicon.svg +7 -0
- package/dist/images/annotation-note.svg +42 -0
- package/dist/images/annotation-paperclip.svg +6 -0
- package/dist/images/annotation-paragraph.svg +16 -0
- package/dist/images/annotation-pushpin.svg +7 -0
- package/dist/images/checkmark.svg +5 -0
- package/dist/images/comment-actionsButton.svg +3 -0
- package/dist/images/comment-closeButton.svg +3 -0
- package/dist/images/comment-editButton.svg +8 -0
- package/dist/images/comment-popup-editButton.svg +5 -0
- package/dist/images/cursor-editorFreeHighlight.svg +6 -0
- package/dist/images/cursor-editorFreeText.svg +3 -0
- package/dist/images/cursor-editorInk.svg +4 -0
- package/dist/images/cursor-editorTextHighlight.svg +8 -0
- package/dist/images/editor-toolbar-delete.svg +5 -0
- package/dist/images/editor-toolbar-edit.svg +3 -0
- package/dist/images/findbarButton-next.svg +3 -0
- package/dist/images/findbarButton-previous.svg +3 -0
- package/dist/images/gv-toolbarButton-download.svg +3 -0
- package/dist/images/loading-icon.gif +0 -0
- package/dist/images/loading.svg +1 -0
- package/dist/images/messageBar_closingButton.svg +3 -0
- package/dist/images/messageBar_info.svg +3 -0
- package/dist/images/messageBar_warning.svg +3 -0
- package/dist/images/pages_closeButton.svg +3 -0
- package/dist/images/pages_selected.svg +7 -0
- package/dist/images/pages_viewArrow.svg +3 -0
- package/dist/images/pages_viewButton.svg +3 -0
- package/dist/images/secondaryToolbarButton-documentProperties.svg +3 -0
- package/dist/images/secondaryToolbarButton-firstPage.svg +3 -0
- package/dist/images/secondaryToolbarButton-handTool.svg +3 -0
- package/dist/images/secondaryToolbarButton-lastPage.svg +3 -0
- package/dist/images/secondaryToolbarButton-rotateCcw.svg +3 -0
- package/dist/images/secondaryToolbarButton-rotateCw.svg +3 -0
- package/dist/images/secondaryToolbarButton-scrollHorizontal.svg +3 -0
- package/dist/images/secondaryToolbarButton-scrollPage.svg +3 -0
- package/dist/images/secondaryToolbarButton-scrollVertical.svg +3 -0
- package/dist/images/secondaryToolbarButton-scrollWrapped.svg +3 -0
- package/dist/images/secondaryToolbarButton-selectTool.svg +3 -0
- package/dist/images/secondaryToolbarButton-spreadEven.svg +3 -0
- package/dist/images/secondaryToolbarButton-spreadNone.svg +3 -0
- package/dist/images/secondaryToolbarButton-spreadOdd.svg +3 -0
- package/dist/images/toolbarButton-bookmark.svg +3 -0
- package/dist/images/toolbarButton-currentOutlineItem.svg +3 -0
- package/dist/images/toolbarButton-download.svg +4 -0
- package/dist/images/toolbarButton-editorFreeText.svg +5 -0
- package/dist/images/toolbarButton-editorHighlight.svg +6 -0
- package/dist/images/toolbarButton-editorInk.svg +4 -0
- package/dist/images/toolbarButton-editorSignature.svg +6 -0
- package/dist/images/toolbarButton-editorStamp.svg +8 -0
- package/dist/images/toolbarButton-menuArrow.svg +3 -0
- package/dist/images/toolbarButton-openFile.svg +3 -0
- package/dist/images/toolbarButton-pageDown.svg +3 -0
- package/dist/images/toolbarButton-pageUp.svg +3 -0
- package/dist/images/toolbarButton-presentationMode.svg +3 -0
- package/dist/images/toolbarButton-print.svg +3 -0
- package/dist/images/toolbarButton-search.svg +3 -0
- package/dist/images/toolbarButton-secondaryToolbarToggle.svg +3 -0
- package/dist/images/toolbarButton-viewAttachments.svg +3 -0
- package/dist/images/toolbarButton-viewLayers.svg +3 -0
- package/dist/images/toolbarButton-viewOutline.svg +3 -0
- package/dist/images/toolbarButton-viewThumbnail.svg +3 -0
- package/dist/images/toolbarButton-viewsManagerToggle.svg +3 -0
- package/dist/images/toolbarButton-zoomIn.svg +3 -0
- package/dist/images/toolbarButton-zoomOut.svg +3 -0
- package/dist/images/treeitem-collapsed.svg +1 -0
- package/dist/images/treeitem-expanded.svg +1 -0
- package/dist/layout-engine/contracts/src/author-colors.d.ts +56 -0
- package/dist/layout-engine/contracts/src/cell-spacing.d.ts +12 -0
- package/dist/layout-engine/contracts/src/clip-path-inset.d.ts +27 -0
- package/dist/layout-engine/contracts/src/column-layout.d.ts +79 -0
- package/dist/layout-engine/contracts/src/direction-context.d.ts +219 -0
- package/dist/layout-engine/contracts/src/drawing-taxonomy.d.ts +126 -0
- package/dist/layout-engine/contracts/src/engines/image-wrap.d.ts +54 -0
- package/dist/layout-engine/contracts/src/engines/index.d.ts +17 -0
- package/dist/layout-engine/contracts/src/engines/lists.d.ts +57 -0
- package/dist/layout-engine/contracts/src/engines/paragraph.d.ts +59 -0
- package/dist/layout-engine/contracts/src/engines/tables.d.ts +89 -0
- package/dist/layout-engine/contracts/src/engines/tabs.d.ts +117 -0
- package/dist/layout-engine/contracts/src/graphic-placement.d.ts +76 -0
- package/dist/layout-engine/contracts/src/header-footer-inheritance.d.ts +22 -0
- package/dist/layout-engine/contracts/src/header-footer-resolution.d.ts +28 -0
- package/dist/layout-engine/contracts/src/incremental-dependency.d.ts +10 -0
- package/dist/layout-engine/contracts/src/index.d.ts +2459 -0
- package/dist/layout-engine/contracts/src/justify-utils.d.ts +98 -0
- package/dist/layout-engine/contracts/src/layout-identity.d.ts +136 -0
- package/dist/layout-engine/contracts/src/ooxml-z-index.d.ts +46 -0
- package/dist/layout-engine/contracts/src/page-number-formatting.d.ts +26 -0
- package/dist/layout-engine/contracts/src/page-ref-anchor.d.ts +2 -0
- package/dist/layout-engine/contracts/src/pm-range.d.ts +45 -0
- package/dist/layout-engine/contracts/src/resolved-layout.d.ts +541 -0
- package/dist/layout-engine/contracts/src/run-helpers.d.ts +23 -0
- package/dist/layout-engine/contracts/src/sdt-container.d.ts +13 -0
- package/dist/layout-engine/contracts/src/segment-geometry.d.ts +192 -0
- package/dist/layout-engine/contracts/src/semantic-colors.d.ts +150 -0
- package/dist/layout-engine/contracts/src/table-cell-spacing.d.ts +12 -0
- package/dist/layout-engine/contracts/src/table-column-rescale.d.ts +13 -0
- package/dist/layout-engine/contracts/src/vertical-text.d.ts +43 -0
- package/dist/layout-engine/dom-contract/src/class-names.d.ts +62 -0
- package/dist/layout-engine/dom-contract/src/data-attrs.d.ts +103 -0
- package/dist/layout-engine/dom-contract/src/index.d.ts +18 -0
- package/dist/layout-engine/dom-contract/src/selectors.d.ts +47 -0
- package/dist/layout-engine/layout-bridge/src/cache-warmer.d.ts +73 -0
- package/dist/layout-engine/layout-bridge/src/cache.d.ts +143 -0
- package/dist/layout-engine/layout-bridge/src/cacheInvalidation.d.ts +117 -0
- package/dist/layout-engine/layout-bridge/src/cursor-renderer.d.ts +201 -0
- package/dist/layout-engine/layout-bridge/src/debounced-passes.d.ts +130 -0
- package/dist/layout-engine/layout-bridge/src/diff.d.ts +36 -0
- package/dist/layout-engine/layout-bridge/src/dirty-tracker.d.ts +128 -0
- package/dist/layout-engine/layout-bridge/src/dom-mapping.d.ts +80 -0
- package/dist/layout-engine/layout-bridge/src/featureFlags.d.ts +95 -0
- package/dist/layout-engine/layout-bridge/src/field-annotation-key.d.ts +2 -0
- package/dist/layout-engine/layout-bridge/src/focus-watchdog.d.ts +170 -0
- package/dist/layout-engine/layout-bridge/src/font-metrics-cache.d.ts +164 -0
- package/dist/layout-engine/layout-bridge/src/footnote-scorer.d.ts +63 -0
- package/dist/layout-engine/layout-bridge/src/headerFooterUtils.d.ts +218 -0
- package/dist/layout-engine/layout-bridge/src/ime-handler.d.ts +81 -0
- package/dist/layout-engine/layout-bridge/src/incrementalLayout.d.ts +390 -0
- package/dist/layout-engine/layout-bridge/src/index.d.ts +211 -0
- package/dist/layout-engine/layout-bridge/src/instrumentation.d.ts +245 -0
- package/dist/layout-engine/layout-bridge/src/layoutHeaderFooter.d.ts +123 -0
- package/dist/layout-engine/layout-bridge/src/list-indent-utils.d.ts +205 -0
- package/dist/layout-engine/layout-bridge/src/local-paragraph-layout.d.ts +93 -0
- package/dist/layout-engine/layout-bridge/src/neutral-hit.d.ts +142 -0
- package/dist/layout-engine/layout-bridge/src/neutral-segment-geometry.d.ts +32 -0
- package/dist/layout-engine/layout-bridge/src/page-geometry-helper.d.ts +197 -0
- package/dist/layout-engine/layout-bridge/src/paragraph-hash-utils.d.ts +126 -0
- package/dist/layout-engine/layout-bridge/src/paragraph-line-cache.d.ts +152 -0
- package/dist/layout-engine/layout-bridge/src/performance-metrics.d.ts +249 -0
- package/dist/layout-engine/layout-bridge/src/pm-dom-fallback.d.ts +188 -0
- package/dist/layout-engine/layout-bridge/src/pm-position-validator.d.ts +100 -0
- package/dist/layout-engine/layout-bridge/src/position-hit.d.ts +167 -0
- package/dist/layout-engine/layout-bridge/src/remeasure.d.ts +75 -0
- package/dist/layout-engine/layout-bridge/src/resolveHeaderFooterTokens.d.ts +76 -0
- package/dist/layout-engine/layout-bridge/src/rtl-text-geometry.d.ts +34 -0
- package/dist/layout-engine/layout-bridge/src/run-visual-marks.d.ts +12 -0
- package/dist/layout-engine/layout-bridge/src/safety-net.d.ts +234 -0
- package/dist/layout-engine/layout-bridge/src/sectionAwareHeaderFooter.d.ts +15 -0
- package/dist/layout-engine/layout-bridge/src/table-handler.d.ts +86 -0
- package/dist/layout-engine/layout-bridge/src/text-boundaries.d.ts +17 -0
- package/dist/layout-engine/layout-bridge/src/text-measurement.d.ts +69 -0
- package/dist/layout-engine/layout-bridge/src/track-changes-handler.d.ts +90 -0
- package/dist/layout-engine/layout-bridge/src/tracked-changes-utils.d.ts +41 -0
- package/dist/layout-engine/layout-engine/src/anchors.d.ts +52 -0
- package/dist/layout-engine/layout-engine/src/column-balancing.d.ts +255 -0
- package/dist/layout-engine/layout-engine/src/column-utils.d.ts +1 -0
- package/dist/layout-engine/layout-engine/src/floating-objects.d.ts +60 -0
- package/dist/layout-engine/layout-engine/src/floating-table-anchor.d.ts +21 -0
- package/dist/layout-engine/layout-engine/src/index.d.ts +349 -0
- package/dist/layout-engine/layout-engine/src/layout-drawing.d.ts +60 -0
- package/dist/layout-engine/layout-engine/src/layout-image.d.ts +16 -0
- package/dist/layout-engine/layout-engine/src/layout-paragraph.d.ts +101 -0
- package/dist/layout-engine/layout-engine/src/layout-table.d.ts +71 -0
- package/dist/layout-engine/layout-engine/src/layout-textbox.d.ts +4 -0
- package/dist/layout-engine/layout-engine/src/layout-utils.d.ts +104 -0
- package/dist/layout-engine/layout-engine/src/normalize-header-footer-fragments.d.ts +45 -0
- package/dist/layout-engine/layout-engine/src/pageNumbering.d.ts +73 -0
- package/dist/layout-engine/layout-engine/src/paginator.d.ts +131 -0
- package/dist/layout-engine/layout-engine/src/paragraph-layout-eligibility.d.ts +1 -0
- package/dist/layout-engine/layout-engine/src/resolvePageRefs.d.ts +31 -0
- package/dist/layout-engine/layout-engine/src/resolvePageTokens.d.ts +82 -0
- package/dist/layout-engine/layout-engine/src/section-breaks.d.ts +98 -0
- package/dist/layout-engine/layout-engine/src/section-props.d.ts +65 -0
- package/dist/layout-engine/layout-engine/src/table-cell-slice.d.ts +98 -0
- package/dist/layout-engine/painters/dom/src/_test-utils.d.ts +21 -0
- package/dist/layout-engine/painters/dom/src/chart-renderer.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/constants.d.ts +10 -0
- package/dist/layout-engine/painters/dom/src/css-token.d.ts +10 -0
- package/dist/layout-engine/painters/dom/src/features/feature-registry.d.ts +41 -0
- package/dist/layout-engine/painters/dom/src/features/inline-direction/index.d.ts +22 -0
- package/dist/layout-engine/painters/dom/src/features/inline-direction/rtl-styles.d.ts +27 -0
- package/dist/layout-engine/painters/dom/src/features/inline-direction/run-direction.d.ts +75 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/accent.d.ts +25 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/bar.d.ts +16 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/box.d.ts +38 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/delimiter.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/equation-array.d.ts +19 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/fraction.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/function.d.ts +16 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/group-character.d.ts +26 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/index.d.ts +27 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/lower-limit.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/math-run.d.ts +47 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/matrix.d.ts +23 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/nary.d.ts +23 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/phantom.d.ts +17 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/pre-sub-superscript.d.ts +25 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/radical.d.ts +14 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/sub-superscript.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/subscript.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/superscript.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/features/math/converters/upper-limit.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/features/math/index.d.ts +14 -0
- package/dist/layout-engine/painters/dom/src/features/math/omml-to-mathml.d.ts +18 -0
- package/dist/layout-engine/painters/dom/src/features/math/types.d.ts +41 -0
- package/dist/layout-engine/painters/dom/src/images/drawing-image.d.ts +5 -0
- package/dist/layout-engine/painters/dom/src/images/hyperlink.d.ts +2 -0
- package/dist/layout-engine/painters/dom/src/images/image-block.d.ts +15 -0
- package/dist/layout-engine/painters/dom/src/images/image-clip-path.d.ts +17 -0
- package/dist/layout-engine/painters/dom/src/images/image-fragment.d.ts +34 -0
- package/dist/layout-engine/painters/dom/src/images/image-selectors.d.ts +9 -0
- package/dist/layout-engine/painters/dom/src/images/types.d.ts +2 -0
- package/dist/layout-engine/painters/dom/src/index.d.ts +125 -0
- package/dist/layout-engine/painters/dom/src/page-content.d.ts +209 -0
- package/dist/layout-engine/painters/dom/src/paragraph/block-version.d.ts +8 -0
- package/dist/layout-engine/painters/dom/src/paragraph/borders/border-layer.d.ts +59 -0
- package/dist/layout-engine/painters/dom/src/paragraph/borders/group-analysis.d.ts +38 -0
- package/dist/layout-engine/painters/dom/src/paragraph/borders/index.d.ts +18 -0
- package/dist/layout-engine/painters/dom/src/paragraph/frame.d.ts +3 -0
- package/dist/layout-engine/painters/dom/src/paragraph/indentation.d.ts +25 -0
- package/dist/layout-engine/painters/dom/src/paragraph/list-marker.d.ts +51 -0
- package/dist/layout-engine/painters/dom/src/paragraph/marker-tracked-change.d.ts +34 -0
- package/dist/layout-engine/painters/dom/src/paragraph/renderParagraphContent.d.ts +87 -0
- package/dist/layout-engine/painters/dom/src/paragraph/renderParagraphFragment.d.ts +33 -0
- package/dist/layout-engine/painters/dom/src/paragraph/styles.d.ts +3 -0
- package/dist/layout-engine/painters/dom/src/paragraph-hash-utils.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/pm-position-validation.d.ts +149 -0
- package/dist/layout-engine/painters/dom/src/renderer.d.ts +681 -0
- package/dist/layout-engine/painters/dom/src/ruler/index.d.ts +41 -0
- package/dist/layout-engine/painters/dom/src/ruler/ruler-core.d.ts +195 -0
- package/dist/layout-engine/painters/dom/src/ruler/ruler-renderer.d.ts +97 -0
- package/dist/layout-engine/painters/dom/src/ruler/ruler-styles.d.ts +31 -0
- package/dist/layout-engine/painters/dom/src/runs/field-annotation-run.d.ts +14 -0
- package/dist/layout-engine/painters/dom/src/runs/font-synthesis.d.ts +1 -0
- package/dist/layout-engine/painters/dom/src/runs/formatting-marks.d.ts +3 -0
- package/dist/layout-engine/painters/dom/src/runs/hash.d.ts +82 -0
- package/dist/layout-engine/painters/dom/src/runs/image-run.d.ts +37 -0
- package/dist/layout-engine/painters/dom/src/runs/index.d.ts +13 -0
- package/dist/layout-engine/painters/dom/src/runs/links.d.ts +58 -0
- package/dist/layout-engine/painters/dom/src/runs/math-run.d.ts +7 -0
- package/dist/layout-engine/painters/dom/src/runs/render-line.d.ts +2 -0
- package/dist/layout-engine/painters/dom/src/runs/render-run.d.ts +12 -0
- package/dist/layout-engine/painters/dom/src/runs/tab-run.d.ts +66 -0
- package/dist/layout-engine/painters/dom/src/runs/text-run.d.ts +35 -0
- package/dist/layout-engine/painters/dom/src/runs/tracked-changes.d.ts +90 -0
- package/dist/layout-engine/painters/dom/src/runs/types.d.ts +67 -0
- package/dist/layout-engine/painters/dom/src/sdt/boundaries.d.ts +16 -0
- package/dist/layout-engine/painters/dom/src/sdt/container.d.ts +32 -0
- package/dist/layout-engine/painters/dom/src/sdt/dataset.d.ts +7 -0
- package/dist/layout-engine/painters/dom/src/sdt/inline.d.ts +9 -0
- package/dist/layout-engine/painters/dom/src/sdt/snapshot.d.ts +29 -0
- package/dist/layout-engine/painters/dom/src/styles.d.ts +71 -0
- package/dist/layout-engine/painters/dom/src/svg-utils.d.ts +101 -0
- package/dist/layout-engine/painters/dom/src/table/border-utils.d.ts +185 -0
- package/dist/layout-engine/painters/dom/src/table/grid-geometry.d.ts +69 -0
- package/dist/layout-engine/painters/dom/src/table/renderTableCell.d.ts +170 -0
- package/dist/layout-engine/painters/dom/src/table/renderTableFragment.d.ts +132 -0
- package/dist/layout-engine/painters/dom/src/table/renderTableRow.d.ts +146 -0
- package/dist/layout-engine/painters/dom/src/test-utils/normalize-line.d.ts +39 -0
- package/dist/layout-engine/painters/dom/src/utils/anchor-helpers.d.ts +3 -0
- package/dist/layout-engine/painters/dom/src/utils/apply-styles.d.ts +1 -0
- package/dist/layout-engine/painters/dom/src/utils/layout-identity.d.ts +9 -0
- package/dist/layout-engine/painters/dom/src/utils/source-anchor.d.ts +2 -0
- package/dist/layout-engine/style-engine/src/bench/resolveSdtMetadata.bench.d.ts +1 -0
- package/dist/layout-engine/style-engine/src/cascade.d.ts +43 -0
- package/dist/layout-engine/style-engine/src/index.d.ts +121 -0
- package/dist/layout-engine/style-engine/src/normalize/colors.d.ts +13 -0
- package/dist/layout-engine/style-engine/src/normalize/index.d.ts +13 -0
- package/dist/layout-engine/style-engine/src/normalize/paragraph-attrs.d.ts +3 -0
- package/dist/layout-engine/style-engine/src/normalize/run-attrs.d.ts +17 -0
- package/dist/layout-engine/style-engine/src/normalize/types.d.ts +36 -0
- package/dist/layout-engine/style-engine/src/normalize/units.d.ts +13 -0
- package/dist/layout-engine/style-engine/src/ooxml/index.d.ts +64 -0
- package/dist/layout-engine/style-engine/src/ooxml/numbering-types.d.ts +126 -0
- package/dist/layout-engine/style-engine/src/ooxml/styles-types.d.ts +363 -0
- package/dist/layout-engine/style-engine/src/ooxml/table-style-selection.d.ts +86 -0
- package/dist/layout-engine/style-engine/src/ooxml/types.d.ts +459 -0
- package/dist/layout-engine/style-engine/src/ooxml/word-style-model/parse-theme.d.ts +33 -0
- package/dist/layout-engine/style-engine/src/ooxml/word-style-model/parse-xml.d.ts +29 -0
- package/dist/public/ui-react.cjs +175 -0
- package/dist/public/ui-react.es.js +159 -0
- package/dist/public/ui.cjs +5 -0
- package/dist/public/ui.es.js +2 -0
- package/dist/shared/common/comments-types.d.ts +102 -0
- package/dist/shared/common/layout-constants.d.ts +7 -0
- package/dist/shared/common/list-marker-utils.d.ts +186 -0
- package/dist/shared/common/list-numbering/index.d.ts +16 -0
- package/dist/shared/font-system/src/activation.d.ts +64 -0
- package/dist/shared/font-system/src/bundled-manifest.d.ts +32 -0
- package/dist/shared/font-system/src/bundled.d.ts +41 -0
- package/dist/shared/font-system/src/document-font-options.d.ts +53 -0
- package/dist/shared/font-system/src/epoch.d.ts +6 -0
- package/dist/shared/font-system/src/font-offerings.d.ts +120 -0
- package/dist/shared/font-system/src/index.d.ts +35 -0
- package/dist/shared/font-system/src/os2.d.ts +30 -0
- package/dist/shared/font-system/src/registry.d.ts +188 -0
- package/dist/shared/font-system/src/report.d.ts +98 -0
- package/dist/shared/font-system/src/resolver.d.ts +215 -0
- package/dist/shared/font-system/src/substitution-evidence.d.ts +103 -0
- package/dist/shared/font-system/src/types.d.ts +128 -0
- package/dist/style.css +3316 -0
- package/dist/style.layered.css +3316 -0
- package/dist/superdoc/src/SuperDoc.vue.d.ts +88 -0
- package/dist/superdoc/src/cdn-entry.d.ts +2 -0
- package/dist/superdoc/src/components/CommentsLayer/CommentDialog.vue.d.ts +62 -0
- package/dist/superdoc/src/components/CommentsLayer/CommentHeader.vue.d.ts +26 -0
- package/dist/superdoc/src/components/CommentsLayer/CommentInput.vue.d.ts +19 -0
- package/dist/superdoc/src/components/CommentsLayer/CommentsDropdown.vue.d.ts +30 -0
- package/dist/superdoc/src/components/CommentsLayer/InternalDropdown.vue.d.ts +10 -0
- package/dist/superdoc/src/components/CommentsLayer/collect-removed-comment-ids.d.ts +1 -0
- package/dist/superdoc/src/components/CommentsLayer/collect-tracked-change-thread.d.ts +6 -0
- package/dist/superdoc/src/components/CommentsLayer/comment-schemas.d.ts +18 -0
- package/dist/superdoc/src/components/CommentsLayer/commentsList/commentsList.vue.d.ts +9 -0
- package/dist/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts +21 -0
- package/dist/superdoc/src/components/CommentsLayer/floating-comment-positioning.d.ts +28 -0
- package/dist/superdoc/src/components/CommentsLayer/helpers.d.ts +7 -0
- package/dist/superdoc/src/components/CommentsLayer/tracked-change-threading.d.ts +2 -0
- package/dist/superdoc/src/components/CommentsLayer/types.d.ts +3 -0
- package/dist/superdoc/src/components/CommentsLayer/use-comment.d.ts +8 -0
- package/dist/superdoc/src/components/CommentsLayer/use-conversation.d.ts +22 -0
- package/dist/superdoc/src/components/CommentsLayer/use-floating-comment.d.ts +11 -0
- package/dist/superdoc/src/components/HtmlViewer/HtmlViewer.vue.d.ts +10 -0
- package/dist/superdoc/src/components/PdfViewer/PdfViewer.vue.d.ts +61 -0
- package/dist/superdoc/src/components/PdfViewer/PdfViewerDocument.vue.d.ts +21 -0
- package/dist/superdoc/src/components/PdfViewer/PdfViewerPage.vue.d.ts +24 -0
- package/dist/superdoc/src/components/Whiteboard/WhiteboardLayer.vue.d.ts +19 -0
- package/dist/superdoc/src/components/Whiteboard/WhiteboardPage.vue.d.ts +17 -0
- package/dist/superdoc/src/components/Whiteboard/use-whiteboard.d.ts +18 -0
- package/dist/superdoc/src/components/surfaces/FindReplaceSurface.vue.d.ts +19 -0
- package/dist/superdoc/src/components/surfaces/PasswordPromptSurface.vue.d.ts +17 -0
- package/dist/superdoc/src/components/surfaces/SurfaceDialog.vue.d.ts +12 -0
- package/dist/superdoc/src/components/surfaces/SurfaceExternalMount.vue.d.ts +19 -0
- package/dist/superdoc/src/components/surfaces/SurfaceFloating.vue.d.ts +10 -0
- package/dist/superdoc/src/components/surfaces/SurfaceHost.vue.d.ts +31 -0
- package/dist/superdoc/src/components/surfaces/focusable-selector.d.ts +5 -0
- package/dist/superdoc/src/composables/find-shortcut-owner.d.ts +32 -0
- package/dist/superdoc/src/composables/replace-continuation.d.ts +37 -0
- package/dist/superdoc/src/composables/use-ai.d.ts +10 -0
- package/dist/superdoc/src/composables/use-comment-small-screen.d.ts +10 -0
- package/dist/superdoc/src/composables/use-compact-comment-popover.d.ts +21 -0
- package/dist/superdoc/src/composables/use-document.d.ts +34 -0
- package/dist/superdoc/src/composables/use-field.d.ts +33 -0
- package/dist/superdoc/src/composables/use-find-replace.d.ts +83 -0
- package/dist/superdoc/src/composables/use-high-contrast-mode.d.ts +4 -0
- package/dist/superdoc/src/composables/use-link-popover.d.ts +221 -0
- package/dist/superdoc/src/composables/use-password-prompt.d.ts +33 -0
- package/dist/superdoc/src/composables/use-selected-text.d.ts +16 -0
- package/dist/superdoc/src/composables/use-viewport-fit.d.ts +50 -0
- package/dist/superdoc/src/composables/useUiFontFamily.d.ts +24 -0
- package/dist/superdoc/src/core/EventEmitter.d.ts +55 -0
- package/dist/superdoc/src/core/SuperDoc.d.ts +775 -0
- package/dist/superdoc/src/core/collaboration/collaboration-comments.d.ts +4 -0
- package/dist/superdoc/src/core/collaboration/collaboration.d.ts +28 -0
- package/dist/superdoc/src/core/collaboration/helpers.d.ts +8 -0
- package/dist/superdoc/src/core/collaboration/permissions.d.ts +19 -0
- package/dist/superdoc/src/core/collaboration/resolve-v2-collaboration-target.d.ts +99 -0
- package/dist/superdoc/src/core/collaboration/room-overwrite.d.ts +22 -0
- package/dist/superdoc/src/core/collaboration/v2-awareness-bridge.d.ts +57 -0
- package/dist/superdoc/src/core/config/merge-defined.d.ts +35 -0
- package/dist/superdoc/src/core/config/normalize-interaction-config.d.ts +15 -0
- package/dist/superdoc/src/core/config/normalize-surfaces-config.d.ts +23 -0
- package/dist/superdoc/src/core/config/normalize-ui-config.d.ts +62 -0
- package/dist/superdoc/src/core/create-app.d.ts +32 -0
- package/dist/superdoc/src/core/editor-runtime/conformance/fake-v2-runtime.d.ts +9 -0
- package/dist/superdoc/src/core/editor-runtime/editor-runtime-registry.d.ts +117 -0
- package/dist/superdoc/src/core/editor-runtime/index.d.ts +1 -0
- package/dist/superdoc/src/core/editor-runtime/root-marker.d.ts +33 -0
- package/dist/superdoc/src/core/editor-runtime/types.d.ts +405 -0
- package/dist/superdoc/src/core/editor-runtime/v2/v2-editor-runtime-adapter.d.ts +185 -0
- package/dist/superdoc/src/core/editor-runtime/v2/v2-session-shortcut-routes.d.ts +47 -0
- package/dist/superdoc/src/core/extensions/define.d.ts +56 -0
- package/dist/superdoc/src/core/extensions/index.d.ts +2 -0
- package/dist/superdoc/src/core/extensions/types.d.ts +519 -0
- package/dist/superdoc/src/core/helpers/export.d.ts +2 -0
- package/dist/superdoc/src/core/helpers/file.d.ts +43 -0
- package/dist/superdoc/src/core/helpers/normalize-track-changes-config.d.ts +60 -0
- package/dist/superdoc/src/core/helpers/normalize-user.d.ts +13 -0
- package/dist/superdoc/src/core/index.d.ts +1 -0
- package/dist/superdoc/src/core/pdf/helpers/constants.d.ts +2 -0
- package/dist/superdoc/src/core/pdf/helpers/floor.d.ts +1 -0
- package/dist/superdoc/src/core/pdf/helpers/range.d.ts +1 -0
- package/dist/superdoc/src/core/pdf/helpers/read-file.d.ts +1 -0
- package/dist/superdoc/src/core/pdf/pdf-adapter.d.ts +66 -0
- package/dist/superdoc/src/core/surface-manager.d.ts +90 -0
- package/dist/superdoc/src/core/theme/create-theme.d.ts +82 -0
- package/dist/superdoc/src/core/types/index.d.ts +3006 -0
- package/dist/superdoc/src/core/v2-integration/browser-peer-runtime.d.ts +3 -0
- package/dist/superdoc/src/core/v2-integration/cdn-engine-loader.d.ts +16 -0
- package/dist/superdoc/src/core/v2-integration/v2-integration.d.ts +97 -0
- package/dist/superdoc/src/core/whiteboard/Whiteboard.d.ts +247 -0
- package/dist/superdoc/src/core/whiteboard/WhiteboardPage.d.ts +251 -0
- package/dist/superdoc/src/core/whiteboard/WhiteboardRenderer.d.ts +2 -0
- package/dist/superdoc/src/core/whiteboard/helpers/createTextarea.d.ts +1 -0
- package/dist/superdoc/src/core/whiteboard/helpers/flattenPoints.d.ts +1 -0
- package/dist/superdoc/src/core/whiteboard/helpers/getRandomId.d.ts +1 -0
- package/dist/superdoc/src/helpers/collect-touched-tracked-change-ids.d.ts +11 -0
- package/dist/superdoc/src/helpers/comment-focus.d.ts +4 -0
- package/dist/superdoc/src/helpers/comment-small-screen.d.ts +14 -0
- package/dist/superdoc/src/helpers/deprecation.d.ts +26 -0
- package/dist/superdoc/src/helpers/floor.d.ts +1 -0
- package/dist/superdoc/src/helpers/group-changes.d.ts +1 -0
- package/dist/superdoc/src/helpers/interaction-trace.d.ts +26 -0
- package/dist/superdoc/src/helpers/selection-source.d.ts +1 -0
- package/dist/superdoc/src/helpers/transaction-touches-structural-change.d.ts +19 -0
- package/dist/superdoc/src/helpers/use-selection.d.ts +17 -0
- package/dist/superdoc/src/helpers/v2-author-required-rejection.d.ts +22 -0
- package/dist/superdoc/src/helpers/v2-remote-review-hydration.d.ts +12 -0
- package/dist/superdoc/src/helpers/v2-review-mutation-impact.d.ts +15 -0
- package/dist/superdoc/src/helpers/v2-review-mutation-reconciler.d.ts +19 -0
- package/dist/superdoc/src/helpers/v2-review-target.d.ts +7 -0
- package/dist/superdoc/src/helpers/v2-selection-sync.d.ts +12 -0
- package/dist/superdoc/src/helpers/v2-typing-mutation-event.d.ts +5 -0
- package/dist/superdoc/src/icons.d.ts +11 -0
- package/dist/superdoc/src/index.d.cts +13 -0
- package/dist/superdoc/src/index.d.ts +11 -0
- package/dist/superdoc/src/internal/toolbar/built-in/AIWriter.vue.d.ts +21 -0
- package/dist/superdoc/src/internal/toolbar/built-in/AlignmentButtons.vue.d.ts +6 -0
- package/dist/superdoc/src/internal/toolbar/built-in/ButtonGroup.vue.d.ts +10 -0
- package/dist/superdoc/src/internal/toolbar/built-in/DocumentMode.vue.d.ts +10 -0
- package/dist/superdoc/src/internal/toolbar/built-in/FontFamilyCombobox.vue.d.ts +10 -0
- package/dist/superdoc/src/internal/toolbar/built-in/FontSizeCombobox.vue.d.ts +10 -0
- package/dist/superdoc/src/internal/toolbar/built-in/IconGrid.vue.d.ts +14 -0
- package/dist/superdoc/src/internal/toolbar/built-in/IconGridRow.vue.d.ts +13 -0
- package/dist/superdoc/src/internal/toolbar/built-in/LinkInput.vue.d.ts +37 -0
- package/dist/superdoc/src/internal/toolbar/built-in/LinkedStyle.vue.d.ts +12 -0
- package/dist/superdoc/src/internal/toolbar/built-in/OverflowMenu.vue.d.ts +10 -0
- package/dist/superdoc/src/internal/toolbar/built-in/SdTooltip.vue.d.ts +34 -0
- package/dist/superdoc/src/internal/toolbar/built-in/StyleButtonsList.vue.d.ts +14 -0
- package/dist/superdoc/src/internal/toolbar/built-in/TableActions.vue.d.ts +8 -0
- package/dist/superdoc/src/internal/toolbar/built-in/TableGrid.vue.d.ts +6 -0
- package/dist/superdoc/src/internal/toolbar/built-in/Toolbar.vue.d.ts +4 -0
- package/dist/superdoc/src/internal/toolbar/built-in/ToolbarButton.vue.d.ts +24 -0
- package/dist/superdoc/src/internal/toolbar/built-in/ToolbarButtonIcon.vue.d.ts +11 -0
- package/dist/superdoc/src/internal/toolbar/built-in/ToolbarComboBox.vue.d.ts +18 -0
- package/dist/superdoc/src/internal/toolbar/built-in/ToolbarDropdown.vue.d.ts +38 -0
- package/dist/superdoc/src/internal/toolbar/built-in/ToolbarSeparator.vue.d.ts +8 -0
- package/dist/superdoc/src/internal/toolbar/built-in/color-dropdown-helpers.d.ts +24 -0
- package/dist/superdoc/src/internal/toolbar/built-in/constants.d.ts +102 -0
- package/dist/superdoc/src/internal/toolbar/built-in/default-items.d.ts +17 -0
- package/dist/superdoc/src/internal/toolbar/built-in/font-options.d.ts +1 -0
- package/dist/superdoc/src/internal/toolbar/built-in/font-typeahead.d.ts +11 -0
- package/dist/superdoc/src/internal/toolbar/built-in/format-negation.d.ts +5 -0
- package/dist/superdoc/src/internal/toolbar/built-in/general.d.ts +1 -0
- package/dist/superdoc/src/internal/toolbar/built-in/helpers.d.ts +5 -0
- package/dist/superdoc/src/internal/toolbar/built-in/list-style-buttons.d.ts +10 -0
- package/dist/superdoc/src/internal/toolbar/built-in/scroll-helpers.d.ts +4 -0
- package/dist/superdoc/src/internal/toolbar/built-in/toolbar-focus-helpers.d.ts +1 -0
- package/dist/superdoc/src/internal/toolbar/built-in/toolbarIcons.d.ts +76 -0
- package/dist/superdoc/src/internal/toolbar/built-in/toolbarTexts.d.ts +58 -0
- package/dist/superdoc/src/internal/toolbar/built-in/url-safety.d.ts +8 -0
- package/dist/superdoc/src/internal/toolbar/built-in/use-toolbar-item.d.ts +48 -0
- package/dist/superdoc/src/internal/toolbar/built-in-toolbar.d.ts +237 -0
- package/dist/superdoc/src/internal/toolbar/compatibility-catalog.d.ts +59 -0
- package/dist/superdoc/src/internal/toolbar/image-upload.d.ts +63 -0
- package/dist/superdoc/src/internal/toolbar/index.d.ts +10 -0
- package/dist/superdoc/src/main.d.ts +1 -0
- package/dist/superdoc/src/public/browser-document-api.d.ts +53 -0
- package/dist/superdoc/src/public/collaboration-upgrade-engine.d.cts +26 -0
- package/dist/superdoc/src/public/collaboration-upgrade-engine.d.ts +130 -0
- package/dist/superdoc/src/public/index.d.cts +359 -0
- package/dist/superdoc/src/public/index.d.ts +179 -0
- package/dist/superdoc/src/public/ui/commands.d.ts +249 -0
- package/dist/superdoc/src/public/ui/create-super-doc-ui.d.ts +18 -0
- package/dist/superdoc/src/public/ui/entity-at.d.ts +29 -0
- package/dist/superdoc/src/public/ui/equality.d.ts +10 -0
- package/dist/superdoc/src/public/ui/format-painter-helpers.d.ts +36 -0
- package/dist/superdoc/src/public/ui/react.d.ts +81 -0
- package/dist/superdoc/src/public/ui/reasons.d.ts +99 -0
- package/dist/superdoc/src/public/ui/types.d.ts +1425 -0
- package/dist/superdoc/src/public/ui-react.d.cts +20 -0
- package/dist/superdoc/src/public/ui-react.d.ts +20 -0
- package/dist/superdoc/src/public/ui.d.cts +194 -0
- package/dist/superdoc/src/public/ui.d.ts +29 -0
- package/dist/superdoc/src/stores/comments-store.d.ts +676 -0
- package/dist/superdoc/src/stores/helpers/floating-comment-instances.d.ts +14 -0
- package/dist/superdoc/src/stores/helpers/tracked-change-thread-index.d.ts +14 -0
- package/dist/superdoc/src/stores/hrbr-fields-store.d.ts +43 -0
- package/dist/superdoc/src/stores/superdoc-store.d.ts +2182 -0
- package/dist/superdoc.cjs +36521 -0
- package/dist/superdoc.es.js +36449 -0
- package/dist/word-layout/src/index.d.ts +64 -0
- package/dist/word-layout/src/list-marker.d.ts +68 -0
- package/dist/word-layout/src/marker-utils.d.ts +20 -0
- package/dist/word-layout/src/numbering-manager.d.ts +85 -0
- package/dist/word-layout/src/tab-layout.d.ts +193 -0
- package/dist/word-layout/src/types.d.ts +106 -0
- package/dist/word-layout/src/unit-conversions.d.ts +120 -0
- package/dist-cdn/style.layered.css +2 -0
- package/dist-cdn/superdoc.min.css +2 -0
- package/dist-cdn/superdoc.min.js +108 -0
- package/package.json +137 -24
- package/.npmignore +0 -4
- package/data.json +0 -17
- package/index.js +0 -2
- package/lib/Augmenter.js +0 -27
- package/lib/Runner.js +0 -80
- package/lib/Stopper.js +0 -71
- package/test/superdoc.js +0 -126
- package/utils/app.js +0 -18
- package/utils/server.js +0 -2
- package/web/index.js +0 -54
- package/web/public/style.css +0 -76
- package/web/views/index.ejs +0 -53
- package/web/views/layout.ejs +0 -13
- package/web/views/method.ejs +0 -59
package/dist/style.css
ADDED
|
@@ -0,0 +1,3316 @@
|
|
|
1
|
+
@import "@superdoc/docx-engine/style.css";
|
|
2
|
+
:root {
|
|
3
|
+
/* SuperDoc CSS Variables */
|
|
4
|
+
|
|
5
|
+
/* Primitive: colors */
|
|
6
|
+
--sd-color-blue-50: #ebf0ff;
|
|
7
|
+
--sd-color-blue-100: #d6e1ff;
|
|
8
|
+
--sd-color-blue-200: #adc3ff;
|
|
9
|
+
--sd-color-blue-300: #85a5ff;
|
|
10
|
+
--sd-color-blue-400: #5c87ff;
|
|
11
|
+
--sd-color-blue-500: #1355ff;
|
|
12
|
+
--sd-color-blue-600: #0f44cc;
|
|
13
|
+
--sd-color-blue-700: #0b3399;
|
|
14
|
+
--sd-color-blue-800: #082266;
|
|
15
|
+
--sd-color-blue-900: #041133;
|
|
16
|
+
|
|
17
|
+
--sd-color-gray-50: #fafafa;
|
|
18
|
+
--sd-color-gray-100: #f5f5f5;
|
|
19
|
+
--sd-color-gray-200: #f2f2f2;
|
|
20
|
+
--sd-color-gray-300: #e0e0e0;
|
|
21
|
+
--sd-color-gray-400: #dbdbdb;
|
|
22
|
+
--sd-color-gray-500: #ababab;
|
|
23
|
+
--sd-color-gray-600: #888888;
|
|
24
|
+
--sd-color-gray-700: #666666;
|
|
25
|
+
--sd-color-gray-800: #424242;
|
|
26
|
+
--sd-color-gray-900: #212121;
|
|
27
|
+
|
|
28
|
+
--sd-color-red-500: #ed4337;
|
|
29
|
+
--sd-color-green-500: #00853d;
|
|
30
|
+
--sd-color-rose-500: #cb0e47;
|
|
31
|
+
|
|
32
|
+
/* Primitive: font-size */
|
|
33
|
+
--sd-font-size-50: 10px;
|
|
34
|
+
--sd-font-size-100: 11px;
|
|
35
|
+
--sd-font-size-200: 12px;
|
|
36
|
+
--sd-font-size-300: 13px;
|
|
37
|
+
--sd-font-size-400: 14px;
|
|
38
|
+
--sd-font-size-500: 15px;
|
|
39
|
+
--sd-font-size-600: 16px;
|
|
40
|
+
|
|
41
|
+
/* Primitive: radius — old names (--sd-radius-sm/md/lg) honored via fallback */
|
|
42
|
+
--sd-radius-50: var(--sd-radius-sm, 4px);
|
|
43
|
+
--sd-radius-100: 6px;
|
|
44
|
+
--sd-radius-200: var(--sd-radius-md, 8px);
|
|
45
|
+
--sd-radius-300: var(--sd-radius-lg, 12px);
|
|
46
|
+
|
|
47
|
+
/*
|
|
48
|
+
* UI: general (semantic tier)
|
|
49
|
+
*
|
|
50
|
+
* These are the "5-variable theme" — change these and the entire UI updates.
|
|
51
|
+
* Component-specific variables below cascade from these defaults.
|
|
52
|
+
*
|
|
53
|
+
* Old-name fallbacks (var(--sd-old-name, ...)) honor pre-existing customer
|
|
54
|
+
* overrides. They resolve at computed-value time, so setting the old name on
|
|
55
|
+
* any element still works. These fallbacks will be removed in the next major.
|
|
56
|
+
*/
|
|
57
|
+
--sd-ui-font-family: var(--sd-font-family, Arial, Helvetica, sans-serif);
|
|
58
|
+
--sd-ui-text: var(--sd-text-primary, #47484a);
|
|
59
|
+
--sd-ui-text-muted: var(--sd-text-muted, var(--sd-color-gray-700));
|
|
60
|
+
--sd-ui-text-disabled: var(--sd-text-placeholder, var(--sd-color-gray-500));
|
|
61
|
+
--sd-ui-bg: var(--sd-surface-card, #ffffff);
|
|
62
|
+
--sd-ui-hover-bg: var(--sd-surface-hover, var(--sd-color-gray-400));
|
|
63
|
+
--sd-ui-active-bg: #c8d0d8;
|
|
64
|
+
--sd-ui-disabled-bg: var(--sd-surface-muted, var(--sd-color-gray-100));
|
|
65
|
+
--sd-ui-border: var(--sd-border-default, var(--sd-color-gray-400));
|
|
66
|
+
--sd-ui-action: var(--sd-action-primary, var(--sd-color-blue-500));
|
|
67
|
+
--sd-ui-action-hover: var(--sd-action-primary-hover, var(--sd-color-blue-600));
|
|
68
|
+
--sd-ui-action-text: #ffffff;
|
|
69
|
+
--sd-ui-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
|
|
70
|
+
--sd-ui-radius: var(--sd-radius-100);
|
|
71
|
+
|
|
72
|
+
--sd-ui-font-size-50: var(--sd-font-size-50);
|
|
73
|
+
--sd-ui-font-size-100: var(--sd-font-size-100);
|
|
74
|
+
--sd-ui-font-size-200: var(--sd-font-size-200);
|
|
75
|
+
--sd-ui-font-size-300: var(--sd-font-size-300);
|
|
76
|
+
--sd-ui-font-size-400: var(--sd-font-size-400);
|
|
77
|
+
--sd-ui-font-size-500: var(--sd-font-size-500);
|
|
78
|
+
--sd-ui-font-size-600: var(--sd-font-size-600);
|
|
79
|
+
|
|
80
|
+
/* UI: dropdown — cascades from semantic tier */
|
|
81
|
+
--sd-ui-dropdown-border: var(--sd-ui-border);
|
|
82
|
+
--sd-ui-dropdown-bg: var(--sd-ui-bg);
|
|
83
|
+
--sd-ui-dropdown-option-radius: 3px;
|
|
84
|
+
--sd-ui-dropdown-text: var(--sd-ui-text);
|
|
85
|
+
--sd-ui-dropdown-hover-text: var(--sd-ui-dropdown-text);
|
|
86
|
+
--sd-ui-dropdown-selected-text: var(--sd-ui-dropdown-text);
|
|
87
|
+
--sd-ui-dropdown-hover-bg: var(--sd-ui-hover-bg);
|
|
88
|
+
--sd-ui-dropdown-active-bg: var(--sd-ui-active-bg);
|
|
89
|
+
--sd-ui-dropdown-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
|
|
90
|
+
|
|
91
|
+
/* UI: tooltip — intentionally inverted palette (dark bg, light text) */
|
|
92
|
+
--sd-ui-tooltip-bg: #262626;
|
|
93
|
+
--sd-ui-tooltip-text: #ffffff;
|
|
94
|
+
--sd-ui-tooltip-radius: var(--sd-radius-100);
|
|
95
|
+
--sd-ui-tooltip-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
|
|
96
|
+
|
|
97
|
+
/* UI: toolbar — cascades from semantic tier */
|
|
98
|
+
--sd-ui-toolbar-height: 32px;
|
|
99
|
+
--sd-ui-toolbar-padding-x: 16px;
|
|
100
|
+
--sd-ui-toolbar-padding-y: 4px;
|
|
101
|
+
--sd-ui-toolbar-item-gap: 2px;
|
|
102
|
+
--sd-ui-toolbar-item-padding: 5px;
|
|
103
|
+
--sd-ui-toolbar-bg: var(--sd-ui-bg);
|
|
104
|
+
--sd-ui-toolbar-button-text: var(--sd-ui-text);
|
|
105
|
+
--sd-ui-toolbar-button-hover-bg: var(--sd-ui-hover-bg);
|
|
106
|
+
--sd-ui-toolbar-button-active-bg: var(--sd-ui-active-bg);
|
|
107
|
+
--sd-ui-toolbar-z-index: 10;
|
|
108
|
+
--sd-ui-ruler-bg: var(--sd-ui-bg);
|
|
109
|
+
--sd-ui-ruler-z-index: 10;
|
|
110
|
+
|
|
111
|
+
/* UI: context menu — cascades from semantic tier */
|
|
112
|
+
--sd-ui-menu-bg: var(--sd-ui-bg);
|
|
113
|
+
--sd-ui-menu-text: var(--sd-ui-text);
|
|
114
|
+
--sd-ui-menu-font-size: var(--sd-font-size-200);
|
|
115
|
+
--sd-ui-menu-radius: 0;
|
|
116
|
+
--sd-ui-menu-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.1);
|
|
117
|
+
--sd-ui-menu-border: var(--sd-ui-border);
|
|
118
|
+
--sd-ui-menu-input-border: var(--sd-ui-border);
|
|
119
|
+
--sd-ui-menu-input-focus-border: var(--sd-ui-action);
|
|
120
|
+
--sd-ui-menu-item-hover-bg: var(--sd-ui-hover-bg);
|
|
121
|
+
--sd-ui-menu-item-active-bg: var(--sd-ui-active-bg);
|
|
122
|
+
--sd-ui-menu-item-active-text: var(--sd-ui-action);
|
|
123
|
+
/* SD-2747: context menu's slash-filter search header + empty-state styling */
|
|
124
|
+
--sd-ui-menu-header-bg: #fafafa;
|
|
125
|
+
--sd-ui-menu-text-muted: #888;
|
|
126
|
+
--sd-ui-font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
|
|
127
|
+
|
|
128
|
+
/* UI: tools */
|
|
129
|
+
--sd-ui-tools-gap: 6px;
|
|
130
|
+
--sd-ui-tools-item-size: 50px;
|
|
131
|
+
--sd-ui-tools-item-radius: var(--sd-radius-300);
|
|
132
|
+
--sd-ui-tools-item-bg: rgba(219, 219, 219, 0.6);
|
|
133
|
+
--sd-ui-tools-icon-size: 20px;
|
|
134
|
+
|
|
135
|
+
/* UI: comments — cascades from semantic tier, old names honored via fallback */
|
|
136
|
+
--sd-ui-comments-card-bg: var(--sd-comment-bg, #f3f6fd);
|
|
137
|
+
--sd-ui-comments-card-hover-bg: var(--sd-comment-bg-hover, var(--sd-ui-comments-card-bg));
|
|
138
|
+
--sd-ui-comments-card-active-bg: var(--sd-comment-bg-active, var(--sd-ui-bg));
|
|
139
|
+
--sd-ui-comments-card-resolved-bg: var(--sd-comment-bg-resolved, var(--sd-ui-disabled-bg));
|
|
140
|
+
--sd-ui-comments-card-active-border: var(--sd-comment-border-active, var(--sd-ui-border));
|
|
141
|
+
--sd-ui-comments-card-radius: var(--sd-comment-radius, var(--sd-radius-300));
|
|
142
|
+
--sd-ui-comments-card-padding: var(--sd-comment-padding, 16px);
|
|
143
|
+
--sd-ui-comments-card-shadow: var(--sd-comment-shadow, 0px 4px 12px 0px rgba(50, 50, 50, 0.15));
|
|
144
|
+
--sd-ui-comments-separator: var(--sd-comment-separator, var(--sd-ui-border));
|
|
145
|
+
--sd-ui-comments-transition: var(--sd-comment-transition, all 200ms ease);
|
|
146
|
+
--sd-ui-comments-author-text: var(--sd-comment-author-color, var(--sd-ui-text));
|
|
147
|
+
--sd-ui-comments-author-size: var(--sd-comment-author-size, var(--sd-font-size-400));
|
|
148
|
+
--sd-ui-comments-author-weight: var(--sd-comment-author-weight, 600);
|
|
149
|
+
--sd-ui-comments-tag-text: var(--sd-ui-text-muted);
|
|
150
|
+
--sd-ui-comments-tag-bg: var(--sd-color-gray-200);
|
|
151
|
+
--sd-ui-comments-timestamp-text: var(--sd-comment-time-color, var(--sd-ui-text-muted));
|
|
152
|
+
--sd-ui-comments-timestamp-size: var(--sd-comment-time-size, var(--sd-font-size-200));
|
|
153
|
+
--sd-ui-comments-body-text: var(--sd-ui-text);
|
|
154
|
+
--sd-ui-comments-body-size: var(--sd-comment-body-size, var(--sd-font-size-400));
|
|
155
|
+
--sd-ui-comments-resolved-text: var(--sd-color-green-500);
|
|
156
|
+
--sd-ui-comments-insert-text: var(--sd-comment-tc-insert-color, #1f6feb);
|
|
157
|
+
--sd-ui-comments-delete-text: var(--sd-comment-tc-delete-color, var(--sd-color-rose-500));
|
|
158
|
+
--sd-ui-comments-move-to-text: var(--sd-comment-tc-move-to-color, var(--sd-color-green-500));
|
|
159
|
+
--sd-ui-comments-move-from-text: var(--sd-comment-tc-move-from-color, var(--sd-color-green-500));
|
|
160
|
+
--sd-ui-comments-dropdown-border: var(--sd-ui-border);
|
|
161
|
+
--sd-ui-comments-dropdown-bg: var(--sd-ui-bg);
|
|
162
|
+
--sd-ui-comments-dropdown-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
|
|
163
|
+
--sd-ui-comments-option-size: var(--sd-font-size-400);
|
|
164
|
+
--sd-ui-comments-option-text: var(--sd-ui-comments-body-text);
|
|
165
|
+
--sd-ui-comments-option-hover-text: var(--sd-ui-comments-option-text);
|
|
166
|
+
--sd-ui-comments-option-selected-text: var(--sd-ui-comments-option-text);
|
|
167
|
+
--sd-ui-comments-option-hover-bg: var(--sd-ui-hover-bg);
|
|
168
|
+
--sd-ui-comments-input-bg: var(--sd-ui-bg);
|
|
169
|
+
--sd-ui-comments-input-border: var(--sd-ui-border);
|
|
170
|
+
--sd-ui-comments-internal-bg: var(--sd-comment-internal-bg, #cde6e6);
|
|
171
|
+
--sd-ui-comments-external-bg: var(--sd-comment-external-bg, #f5cfda);
|
|
172
|
+
|
|
173
|
+
/* Styles: comments — old names honored via fallback */
|
|
174
|
+
--sd-comments-highlight-external-base: #b1124b;
|
|
175
|
+
--sd-comments-highlight-external: var(--sd-comment-highlight-external, #b1124b40);
|
|
176
|
+
--sd-comments-highlight-external-active: #b1124b66;
|
|
177
|
+
--sd-comments-highlight-external-faded: #b1124b20;
|
|
178
|
+
--sd-comments-highlight-internal-base: #078383;
|
|
179
|
+
--sd-comments-highlight-internal: var(--sd-comment-highlight-internal, #07838340);
|
|
180
|
+
--sd-comments-highlight-internal-active: #07838366;
|
|
181
|
+
--sd-comments-highlight-internal-faded: #07838320;
|
|
182
|
+
--sd-comments-highlight-external-nested-border: #b1124b99;
|
|
183
|
+
--sd-comments-highlight-internal-nested-border: #07838399;
|
|
184
|
+
--sd-comments-highlight-hover: #1354ff55;
|
|
185
|
+
--sd-comments-selection-background: #1354ff55;
|
|
186
|
+
|
|
187
|
+
/* Styles: tracked changes — old names honored via fallback */
|
|
188
|
+
--sd-tracked-changes-insert-background: var(--sd-track-insert-bg, #1f6feb22);
|
|
189
|
+
--sd-tracked-changes-insert-border: var(--sd-track-insert-border, #1f6feb);
|
|
190
|
+
--sd-tracked-changes-insert-border-width: 1px;
|
|
191
|
+
--sd-tracked-changes-insert-text: currentColor;
|
|
192
|
+
--sd-tracked-changes-insert-decoration-line: none;
|
|
193
|
+
--sd-tracked-changes-insert-decoration-thickness: 1px;
|
|
194
|
+
--sd-tracked-changes-insert-underline-offset: 0px;
|
|
195
|
+
--sd-tracked-changes-delete-background: var(--sd-track-delete-bg, #cb0e4722);
|
|
196
|
+
--sd-tracked-changes-delete-border: var(--sd-track-delete-border, #cb0e47);
|
|
197
|
+
--sd-tracked-changes-delete-border-width: 1px;
|
|
198
|
+
--sd-tracked-changes-delete-text: currentColor;
|
|
199
|
+
--sd-tracked-changes-delete-decoration-thickness: 2px;
|
|
200
|
+
--sd-tracked-changes-format-border: var(--sd-track-format-border, gold);
|
|
201
|
+
--sd-tracked-changes-move-to-border: var(--sd-tracked-changes-semantic-color, #00853d);
|
|
202
|
+
--sd-tracked-changes-move-to-background: var(--sd-tracked-changes-semantic-background, #00853d22);
|
|
203
|
+
--sd-tracked-changes-move-to-background-focused: var(--sd-tracked-changes-semantic-background-focused, #00853d44);
|
|
204
|
+
--sd-tracked-changes-move-to-text: var(--sd-tracked-changes-semantic-color, #00853d);
|
|
205
|
+
--sd-tracked-changes-move-from-border: var(--sd-tracked-changes-semantic-color, #00853d);
|
|
206
|
+
--sd-tracked-changes-move-from-background: var(--sd-tracked-changes-semantic-background, #00853d22);
|
|
207
|
+
--sd-tracked-changes-move-from-background-focused: var(--sd-tracked-changes-semantic-background-focused, #00853d44);
|
|
208
|
+
--sd-tracked-changes-move-from-text: var(--sd-tracked-changes-semantic-color, #00853d);
|
|
209
|
+
--sd-tracked-changes-insert-background-focused: #1f6feb44;
|
|
210
|
+
--sd-tracked-changes-delete-background-focused: #cb0e4744;
|
|
211
|
+
--sd-tracked-changes-format-background-focused: #ffd70033;
|
|
212
|
+
|
|
213
|
+
/* Styles: tracked table-structure changes (whole-table / table-row
|
|
214
|
+
insertion/deletion, table split). These categories are CSS-themed ONLY —
|
|
215
|
+
they are not part of modules.trackChanges.semanticColors. Override these
|
|
216
|
+
variables to recolor them. */
|
|
217
|
+
--sd-tracked-changes-table-insertion-border: #1f6feb;
|
|
218
|
+
--sd-tracked-changes-table-insertion-background: #1f6feb22;
|
|
219
|
+
--sd-tracked-changes-table-insertion-background-focused: #1f6feb44;
|
|
220
|
+
--sd-tracked-changes-table-insertion-text: currentColor;
|
|
221
|
+
--sd-tracked-changes-table-deletion-border: #cb0e47;
|
|
222
|
+
--sd-tracked-changes-table-deletion-background: #cb0e4722;
|
|
223
|
+
--sd-tracked-changes-table-deletion-background-focused: #cb0e4744;
|
|
224
|
+
--sd-tracked-changes-table-deletion-text: #cb0e47;
|
|
225
|
+
--sd-tracked-changes-table-row-insertion-border: #1f6feb;
|
|
226
|
+
--sd-tracked-changes-table-row-insertion-background: #1f6feb22;
|
|
227
|
+
--sd-tracked-changes-table-row-insertion-background-focused: #1f6feb44;
|
|
228
|
+
--sd-tracked-changes-table-row-insertion-text: currentColor;
|
|
229
|
+
--sd-tracked-changes-table-row-deletion-border: #cb0e47;
|
|
230
|
+
--sd-tracked-changes-table-row-deletion-background: #cb0e4722;
|
|
231
|
+
--sd-tracked-changes-table-row-deletion-background-focused: #cb0e4744;
|
|
232
|
+
--sd-tracked-changes-table-row-deletion-text: #cb0e47;
|
|
233
|
+
--sd-tracked-changes-table-split-border: #bc4c00;
|
|
234
|
+
--sd-tracked-changes-table-split-background: #bc4c0022;
|
|
235
|
+
--sd-tracked-changes-table-split-background-focused: #bc4c0044;
|
|
236
|
+
--sd-tracked-changes-table-split-text: #bc4c00;
|
|
237
|
+
|
|
238
|
+
/* Styles: content controls (SDT) — blue accent, intentionally standalone.
|
|
239
|
+
These theme the BUILT-IN chrome (modules.contentControls.chrome: 'default'). */
|
|
240
|
+
--sd-content-controls-block-border: #629be7;
|
|
241
|
+
--sd-content-controls-block-hover-border: transparent;
|
|
242
|
+
--sd-content-controls-block-hover-bg: var(--sd-ui-hover-bg);
|
|
243
|
+
--sd-content-controls-inline-border: #629be7;
|
|
244
|
+
--sd-content-controls-inline-hover-border: transparent;
|
|
245
|
+
--sd-content-controls-inline-hover-bg: var(--sd-ui-hover-bg);
|
|
246
|
+
--sd-content-controls-label-border: #629be7;
|
|
247
|
+
--sd-content-controls-label-bg: #629be7ee;
|
|
248
|
+
--sd-content-controls-label-text: #ffffff;
|
|
249
|
+
--sd-content-controls-lock-hover-bg: rgba(98, 155, 231, 0.08);
|
|
250
|
+
|
|
251
|
+
/* Custom SDT styling under chrome:'none' (SD-3322). The built-in chrome is
|
|
252
|
+
off, so set these on the painted wrapper (target via data-sdt-* attributes)
|
|
253
|
+
to paint your own field/clause look. The painter applies them across rest,
|
|
254
|
+
hover, and selected, so no !important and no state-class selectors are
|
|
255
|
+
needed. Unset by default (chrome:'none' stays visually empty). `border` is a
|
|
256
|
+
full shorthand, e.g. `1px solid #1355ff`; block adds a `-border-left` for an
|
|
257
|
+
accent rail. Inline:
|
|
258
|
+
--sd-content-controls-custom-inline-bg
|
|
259
|
+
--sd-content-controls-custom-inline-border
|
|
260
|
+
--sd-content-controls-custom-inline-radius
|
|
261
|
+
--sd-content-controls-custom-inline-padding
|
|
262
|
+
--sd-content-controls-custom-inline-hover-bg
|
|
263
|
+
--sd-content-controls-custom-inline-selected-bg
|
|
264
|
+
Block (same set, plus):
|
|
265
|
+
--sd-content-controls-custom-block-border-left */
|
|
266
|
+
|
|
267
|
+
/* UI: surface system — dialog and floating overlays */
|
|
268
|
+
--sd-ui-surface-bg: var(--sd-popover-bg, var(--sd-ui-bg));
|
|
269
|
+
--sd-ui-surface-border: var(--sd-ui-border);
|
|
270
|
+
--sd-ui-surface-shadow: var(--sd-popover-shadow, 0 8px 32px rgba(0, 0, 0, 0.18));
|
|
271
|
+
--sd-ui-surface-radius: var(--sd-popover-radius, var(--sd-radius-200));
|
|
272
|
+
--sd-ui-surface-z-index: 100;
|
|
273
|
+
--sd-ui-surface-title-padding: 16px 20px 0;
|
|
274
|
+
--sd-ui-surface-content-padding: 16px 20px 20px;
|
|
275
|
+
--sd-ui-dialog-backdrop: rgba(0, 0, 0, 0.4);
|
|
276
|
+
--sd-ui-dialog-max-width: 480px;
|
|
277
|
+
--sd-ui-floating-width: 360px;
|
|
278
|
+
--sd-ui-floating-max-width: 480px;
|
|
279
|
+
--sd-ui-floating-max-height: min(60vh, calc(100% - 32px));
|
|
280
|
+
--sd-ui-floating-edge-offset: 16px;
|
|
281
|
+
|
|
282
|
+
/* UI: find/replace surface */
|
|
283
|
+
--sd-ui-find-replace-gap: 6px;
|
|
284
|
+
--sd-ui-find-replace-input-height: 32px;
|
|
285
|
+
--sd-ui-find-replace-input-padding: 4px 8px;
|
|
286
|
+
--sd-ui-find-replace-input-font-size: var(--sd-ui-font-size-400, 14px);
|
|
287
|
+
--sd-ui-find-replace-input-bg: var(--sd-ui-surface-bg, #fff);
|
|
288
|
+
--sd-ui-find-replace-input-border: var(--sd-ui-border);
|
|
289
|
+
--sd-ui-find-replace-input-focus-border: var(--sd-ui-action);
|
|
290
|
+
--sd-ui-find-replace-input-radius: 6px;
|
|
291
|
+
--sd-ui-find-replace-count-color: var(--sd-ui-text-muted, #6b7280);
|
|
292
|
+
--sd-ui-find-replace-count-font-size: 12px;
|
|
293
|
+
--sd-ui-find-replace-btn-size: 28px;
|
|
294
|
+
--sd-ui-find-replace-btn-radius: 6px;
|
|
295
|
+
--sd-ui-find-replace-btn-hover-bg: var(--sd-ui-hover-bg, rgba(0, 0, 0, 0.06));
|
|
296
|
+
--sd-ui-find-replace-btn-color: var(--sd-ui-text);
|
|
297
|
+
--sd-ui-find-replace-btn-disabled-opacity: 0.4;
|
|
298
|
+
--sd-ui-find-replace-toggle-active-bg: color-mix(in srgb, var(--sd-ui-action) 12%, transparent);
|
|
299
|
+
--sd-ui-find-replace-toggle-active-color: var(--sd-ui-action);
|
|
300
|
+
--sd-ui-find-replace-toggle-active-border: color-mix(in srgb, var(--sd-ui-action) 30%, transparent);
|
|
301
|
+
--sd-ui-find-replace-action-btn-bg: var(--sd-ui-action);
|
|
302
|
+
--sd-ui-find-replace-action-btn-color: #fff;
|
|
303
|
+
--sd-ui-find-replace-action-btn-hover-bg: var(--sd-ui-action-hover, var(--sd-ui-action));
|
|
304
|
+
--sd-ui-find-replace-nav-gap: 2px;
|
|
305
|
+
--sd-ui-find-replace-options-gap: 4px;
|
|
306
|
+
--sd-ui-find-replace-btn-icon-font-size: 12px;
|
|
307
|
+
--sd-ui-find-replace-btn-toggle-font-size: 11px;
|
|
308
|
+
--sd-ui-find-replace-action-btn-padding: 0 12px;
|
|
309
|
+
--sd-ui-find-replace-btn-toggle-padding: 0 3px;
|
|
310
|
+
--sd-ui-find-replace-count-inset: 8px;
|
|
311
|
+
|
|
312
|
+
/* Search highlights (editor + presentation mode) */
|
|
313
|
+
--sd-ui-search-match-bg: rgba(255, 213, 0, 0.4);
|
|
314
|
+
--sd-ui-search-match-active-bg: rgba(255, 150, 0, 0.6);
|
|
315
|
+
|
|
316
|
+
/* UI: password prompt */
|
|
317
|
+
--sd-ui-password-prompt-gap: 12px;
|
|
318
|
+
--sd-ui-password-prompt-heading-size: var(--sd-ui-font-size-500, 15px);
|
|
319
|
+
--sd-ui-password-prompt-heading-weight: 600;
|
|
320
|
+
--sd-ui-password-prompt-heading-color: var(--sd-ui-text);
|
|
321
|
+
--sd-ui-password-prompt-description-size: var(--sd-ui-font-size-400, 14px);
|
|
322
|
+
--sd-ui-password-prompt-description-color: var(--sd-ui-text);
|
|
323
|
+
--sd-ui-password-prompt-input-padding: 8px 10px;
|
|
324
|
+
--sd-ui-password-prompt-input-size: var(--sd-ui-font-size-400, 14px);
|
|
325
|
+
--sd-ui-password-prompt-input-color: var(--sd-ui-text);
|
|
326
|
+
--sd-ui-password-prompt-input-bg: var(--sd-ui-surface-bg, #fff);
|
|
327
|
+
--sd-ui-password-prompt-input-border: var(--sd-ui-border);
|
|
328
|
+
--sd-ui-password-prompt-input-focus-border: var(--sd-ui-action);
|
|
329
|
+
--sd-ui-password-prompt-input-radius: 4px;
|
|
330
|
+
--sd-ui-password-prompt-input-disabled-opacity: 0.6;
|
|
331
|
+
--sd-ui-password-prompt-error-size: var(--sd-ui-font-size-300, 13px);
|
|
332
|
+
--sd-ui-password-prompt-error-color: var(--sd-color-red-500);
|
|
333
|
+
--sd-ui-password-prompt-actions-gap: 8px;
|
|
334
|
+
--sd-ui-password-prompt-btn-padding: 6px 16px;
|
|
335
|
+
--sd-ui-password-prompt-btn-size: var(--sd-ui-font-size-400, 14px);
|
|
336
|
+
--sd-ui-password-prompt-btn-radius: 4px;
|
|
337
|
+
--sd-ui-password-prompt-btn-disabled-opacity: 0.5;
|
|
338
|
+
--sd-ui-password-prompt-cancel-bg: transparent;
|
|
339
|
+
--sd-ui-password-prompt-cancel-border: var(--sd-ui-border);
|
|
340
|
+
--sd-ui-password-prompt-cancel-color: var(--sd-ui-text);
|
|
341
|
+
--sd-ui-password-prompt-cancel-hover-bg: var(--sd-color-gray-100, #f5f5f5);
|
|
342
|
+
--sd-ui-password-prompt-submit-bg: var(--sd-ui-action);
|
|
343
|
+
--sd-ui-password-prompt-submit-border: var(--sd-ui-action);
|
|
344
|
+
--sd-ui-password-prompt-submit-color: var(--sd-ui-action-text, #fff);
|
|
345
|
+
--sd-ui-password-prompt-submit-hover-bg: var(--sd-ui-action-hover);
|
|
346
|
+
/* Styles: layout — cascades from semantic tier */
|
|
347
|
+
--sd-layout-page-bg: var(--sd-ui-bg);
|
|
348
|
+
--sd-layout-page-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
|
|
349
|
+
--sd-formatting-mark-color: var(--sd-color-blue-500);
|
|
350
|
+
--sd-formatting-paragraph-mark-gap: 0.2em;
|
|
351
|
+
|
|
352
|
+
/* Proofing: underline colors and metrics */
|
|
353
|
+
--sd-proofing-spelling-color: #e53e3e;
|
|
354
|
+
--sd-proofing-grammar-color: #3182ce;
|
|
355
|
+
--sd-proofing-style-color: #805ad5;
|
|
356
|
+
--sd-proofing-underline-thickness: 1.5px;
|
|
357
|
+
--sd-proofing-underline-offset: 2px;
|
|
358
|
+
}
|
|
359
|
+
/*
|
|
360
|
+
* Backward-compatible aliases for renamed CSS variables.
|
|
361
|
+
*
|
|
362
|
+
* Most old names are honored via var() fallbacks in variables.css — if a
|
|
363
|
+
* customer sets --sd-comment-bg, the new --sd-ui-comments-card-bg picks it up
|
|
364
|
+
* automatically. This file only covers aliases where the old name maps to a
|
|
365
|
+
* different concept (no direct 1:1 fallback possible).
|
|
366
|
+
*
|
|
367
|
+
* These aliases will be removed in the next major version.
|
|
368
|
+
*/
|
|
369
|
+
:root {
|
|
370
|
+
/* Old semantic names that map to primitives (no new-token equivalent) */
|
|
371
|
+
--sd-surface-canvas: var(--sd-color-gray-50);
|
|
372
|
+
--sd-surface-selected: var(--sd-color-blue-100);
|
|
373
|
+
--sd-text-secondary: var(--sd-color-gray-700);
|
|
374
|
+
|
|
375
|
+
/* Old names that map to a different concept in the new system */
|
|
376
|
+
--sd-surface-page: var(--sd-ui-bg);
|
|
377
|
+
--sd-border-subtle: var(--sd-ui-comments-separator);
|
|
378
|
+
--sd-border-focus: var(--sd-ui-action);
|
|
379
|
+
}
|
|
380
|
+
/* Preset theme: Docs-like */
|
|
381
|
+
.sd-theme-docs {
|
|
382
|
+
/* UI base */
|
|
383
|
+
--sd-ui-font-family: Arial, sans-serif;
|
|
384
|
+
--sd-ui-text: #202124;
|
|
385
|
+
--sd-ui-bg: #f1f3f4;
|
|
386
|
+
--sd-ui-border: #dadce0;
|
|
387
|
+
--sd-ui-action: #1a73e8;
|
|
388
|
+
--sd-ui-action-hover: #185abc;
|
|
389
|
+
|
|
390
|
+
/* UI: toolbar/dropdown/context */
|
|
391
|
+
--sd-ui-toolbar-bg: #f0f4f9;
|
|
392
|
+
--sd-ui-toolbar-button-text: #3c4043;
|
|
393
|
+
--sd-ui-toolbar-button-hover-bg: #e8eaed;
|
|
394
|
+
--sd-ui-toolbar-button-active-bg: #d2e3fc;
|
|
395
|
+
--sd-ui-toolbar-item-padding: 4px;
|
|
396
|
+
|
|
397
|
+
--sd-ui-dropdown-border: #dadce0;
|
|
398
|
+
--sd-ui-dropdown-bg: #ffffff;
|
|
399
|
+
--sd-ui-dropdown-hover-bg: #e8eaed;
|
|
400
|
+
--sd-ui-dropdown-active-bg: #d2e3fc;
|
|
401
|
+
--sd-ui-dropdown-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
|
|
402
|
+
|
|
403
|
+
--sd-ui-menu-bg: #ffffff;
|
|
404
|
+
--sd-ui-menu-border: #dadce0;
|
|
405
|
+
--sd-ui-menu-shadow: 0 1px 2px rgba(60, 64, 67, 0.25), 0 3px 8px rgba(60, 64, 67, 0.18);
|
|
406
|
+
--sd-ui-menu-item-hover-bg: #e8eaed;
|
|
407
|
+
--sd-ui-menu-item-active-bg: #d2e3fc;
|
|
408
|
+
|
|
409
|
+
/* Comments */
|
|
410
|
+
--sd-ui-comments-card-bg: #d7dde8;
|
|
411
|
+
--sd-ui-comments-card-active-bg: #ffffff;
|
|
412
|
+
--sd-ui-comments-card-active-border: #c7cdd6;
|
|
413
|
+
--sd-ui-comments-card-shadow: 0 1px 2px rgba(60, 64, 67, 0.2), 0 2px 6px rgba(60, 64, 67, 0.18);
|
|
414
|
+
--sd-ui-comments-separator: #c7cdd6;
|
|
415
|
+
--sd-ui-comments-timestamp-text: #5f6368;
|
|
416
|
+
--sd-ui-comments-input-bg: #fff;
|
|
417
|
+
--sd-ui-comments-option-hover-bg: #e8eaed;
|
|
418
|
+
--sd-ui-comments-input-border: #80868b;
|
|
419
|
+
|
|
420
|
+
--sd-comments-highlight-external-base: #f9ab00;
|
|
421
|
+
--sd-comments-highlight-external: #f9ab0033;
|
|
422
|
+
--sd-comments-highlight-external-active: #f9ab0044;
|
|
423
|
+
--sd-comments-highlight-external-faded: #f9ab001f;
|
|
424
|
+
--sd-comments-highlight-external-nested-border: #f9ab0088;
|
|
425
|
+
--sd-comments-highlight-internal-base: #188038;
|
|
426
|
+
--sd-comments-highlight-internal: #18803833;
|
|
427
|
+
--sd-comments-highlight-internal-active: #18803844;
|
|
428
|
+
--sd-comments-highlight-internal-faded: #1880381f;
|
|
429
|
+
--sd-comments-highlight-internal-nested-border: #18803888;
|
|
430
|
+
|
|
431
|
+
/* Layout */
|
|
432
|
+
--sd-layout-page-bg: #ffffff;
|
|
433
|
+
--sd-layout-page-shadow: 0 1px 2px rgba(60, 64, 67, 0.2), 0 2px 6px rgba(60, 64, 67, 0.12);
|
|
434
|
+
|
|
435
|
+
/* Surfaces */
|
|
436
|
+
--sd-ui-surface-bg: #ffffff;
|
|
437
|
+
--sd-ui-surface-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
|
|
438
|
+
--sd-ui-dialog-backdrop: rgba(0, 0, 0, 0.32);
|
|
439
|
+
}
|
|
440
|
+
/* Preset theme: Microsoft Word-like */
|
|
441
|
+
.sd-theme-word {
|
|
442
|
+
/* UI base */
|
|
443
|
+
--sd-ui-font-family: 'Segoe UI', Arial, sans-serif;
|
|
444
|
+
--sd-ui-text: #323130;
|
|
445
|
+
--sd-ui-bg: #f3f2f1;
|
|
446
|
+
--sd-ui-border: #d2d0ce;
|
|
447
|
+
--sd-ui-action: #185abd;
|
|
448
|
+
--sd-ui-action-hover: #134a9e;
|
|
449
|
+
|
|
450
|
+
/* UI: toolbar/dropdown/context */
|
|
451
|
+
--sd-ui-toolbar-bg: #f3f2f1;
|
|
452
|
+
--sd-ui-toolbar-button-text: #201f1e;
|
|
453
|
+
--sd-ui-toolbar-button-hover-bg: #e8e6e4;
|
|
454
|
+
--sd-ui-toolbar-button-active-bg: #d2d0ce;
|
|
455
|
+
--sd-ui-toolbar-item-padding: 4px;
|
|
456
|
+
|
|
457
|
+
--sd-ui-dropdown-border: #d2d0ce;
|
|
458
|
+
--sd-ui-dropdown-bg: #ffffff;
|
|
459
|
+
--sd-ui-dropdown-hover-bg: #e8e6e4;
|
|
460
|
+
--sd-ui-dropdown-active-bg: #d2d0ce;
|
|
461
|
+
--sd-ui-dropdown-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.08);
|
|
462
|
+
|
|
463
|
+
--sd-ui-menu-bg: #ffffff;
|
|
464
|
+
--sd-ui-menu-border: #d2d0ce;
|
|
465
|
+
--sd-ui-menu-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
|
|
466
|
+
--sd-ui-menu-item-hover-bg: #f3f2f1;
|
|
467
|
+
--sd-ui-menu-item-active-bg: #edebe9;
|
|
468
|
+
|
|
469
|
+
/* Comments */
|
|
470
|
+
--sd-ui-comments-card-bg: #ebebeb;
|
|
471
|
+
--sd-ui-comments-card-active-bg: #ffffff;
|
|
472
|
+
--sd-ui-comments-card-active-border: #d2d0ce;
|
|
473
|
+
--sd-ui-comments-card-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 10px 20px rgba(0, 0, 0, 0.1);
|
|
474
|
+
--sd-ui-comments-separator: #c8c6c4;
|
|
475
|
+
--sd-ui-comments-timestamp-text: #605e5c;
|
|
476
|
+
--sd-ui-comments-input-bg: #fff;
|
|
477
|
+
--sd-ui-comments-option-hover-bg: #f3f2f1;
|
|
478
|
+
--sd-ui-comments-input-border: #8a8886;
|
|
479
|
+
|
|
480
|
+
--sd-comments-highlight-external-base: #8a8886;
|
|
481
|
+
--sd-comments-highlight-external: #8a888633;
|
|
482
|
+
--sd-comments-highlight-external-active: #8a888655;
|
|
483
|
+
--sd-comments-highlight-external-faded: #8a88861f;
|
|
484
|
+
--sd-comments-highlight-external-nested-border: #8a888688;
|
|
485
|
+
--sd-comments-highlight-internal-base: #0f6cbd;
|
|
486
|
+
--sd-comments-highlight-internal: #0f6cbd33;
|
|
487
|
+
--sd-comments-highlight-internal-active: #0f6cbd55;
|
|
488
|
+
--sd-comments-highlight-internal-faded: #0f6cbd1f;
|
|
489
|
+
--sd-comments-highlight-internal-nested-border: #0f6cbd88;
|
|
490
|
+
|
|
491
|
+
/* Layout */
|
|
492
|
+
--sd-layout-page-bg: #ffffff;
|
|
493
|
+
--sd-layout-page-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.08);
|
|
494
|
+
|
|
495
|
+
/* Surfaces */
|
|
496
|
+
--sd-ui-surface-bg: #ffffff;
|
|
497
|
+
--sd-ui-surface-shadow: 0 2px 6px rgba(0, 0, 0, 0.14), 0 8px 24px rgba(0, 0, 0, 0.1);
|
|
498
|
+
--sd-ui-dialog-backdrop: rgba(0, 0, 0, 0.4);
|
|
499
|
+
}
|
|
500
|
+
/* Preset theme: Blueprint */
|
|
501
|
+
.sd-theme-blueprint {
|
|
502
|
+
/* UI base */
|
|
503
|
+
--sd-ui-font-family: 'IBM Plex Sans', 'Segoe UI', Arial, sans-serif;
|
|
504
|
+
--sd-ui-text: #0f172a;
|
|
505
|
+
--sd-ui-text-muted: #334155;
|
|
506
|
+
--sd-ui-text-disabled: #64748b;
|
|
507
|
+
--sd-ui-bg: #e8eff5;
|
|
508
|
+
--sd-ui-hover-bg: #d3e2ef;
|
|
509
|
+
--sd-ui-active-bg: #bfd4e6;
|
|
510
|
+
--sd-ui-border: #9fb4c7;
|
|
511
|
+
--sd-ui-action: #0f766e;
|
|
512
|
+
--sd-ui-action-hover: #115e59;
|
|
513
|
+
--sd-ui-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
|
|
514
|
+
|
|
515
|
+
/* Toolbar / dropdown / context */
|
|
516
|
+
--sd-ui-toolbar-bg: #dbe6f0;
|
|
517
|
+
--sd-ui-toolbar-button-text: #0f172a;
|
|
518
|
+
--sd-ui-toolbar-button-hover-bg: #c9dced;
|
|
519
|
+
--sd-ui-toolbar-button-active-bg: #b7cee3;
|
|
520
|
+
--sd-ui-dropdown-bg: #ffffff;
|
|
521
|
+
--sd-ui-dropdown-border: #8ea5b8;
|
|
522
|
+
--sd-ui-dropdown-hover-bg: #e7f0f8;
|
|
523
|
+
--sd-ui-dropdown-active-bg: #cde2f3;
|
|
524
|
+
--sd-ui-dropdown-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
|
|
525
|
+
--sd-ui-menu-bg: #ffffff;
|
|
526
|
+
--sd-ui-menu-border: #8ea5b8;
|
|
527
|
+
--sd-ui-menu-item-hover-bg: #e2eef8;
|
|
528
|
+
--sd-ui-menu-item-active-bg: #cde2f3;
|
|
529
|
+
--sd-ui-menu-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
|
|
530
|
+
|
|
531
|
+
/* Layout */
|
|
532
|
+
--sd-layout-page-bg: #ffffff;
|
|
533
|
+
--sd-layout-page-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
|
|
534
|
+
|
|
535
|
+
/* Comments */
|
|
536
|
+
--sd-ui-comments-card-bg: #dbe7f2;
|
|
537
|
+
--sd-ui-comments-card-active-bg: #ffffff;
|
|
538
|
+
--sd-ui-comments-card-active-border: #8ea5b8;
|
|
539
|
+
--sd-ui-comments-card-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
|
|
540
|
+
--sd-ui-comments-input-border: #7f96aa;
|
|
541
|
+
--sd-ui-comments-separator: #9fb4c7;
|
|
542
|
+
--sd-ui-comments-timestamp-text: #475569;
|
|
543
|
+
--sd-ui-comments-input-bg: #fff;
|
|
544
|
+
|
|
545
|
+
/* Highlights */
|
|
546
|
+
--sd-comments-highlight-external-base: #b45309;
|
|
547
|
+
--sd-comments-highlight-external: #b4530933;
|
|
548
|
+
--sd-comments-highlight-external-active: #b4530944;
|
|
549
|
+
--sd-comments-highlight-external-faded: #b453091f;
|
|
550
|
+
--sd-comments-highlight-external-nested-border: #b4530988;
|
|
551
|
+
--sd-comments-highlight-internal-base: #0f766e;
|
|
552
|
+
--sd-comments-highlight-internal: #0f766e33;
|
|
553
|
+
--sd-comments-highlight-internal-active: #0f766e44;
|
|
554
|
+
--sd-comments-highlight-internal-faded: #0f766e1f;
|
|
555
|
+
--sd-comments-highlight-internal-nested-border: #0f766e88;
|
|
556
|
+
|
|
557
|
+
/* Surfaces */
|
|
558
|
+
--sd-ui-surface-bg: #ffffff;
|
|
559
|
+
--sd-ui-surface-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
|
|
560
|
+
--sd-ui-dialog-backdrop: rgba(15, 23, 42, 0.45);
|
|
561
|
+
}
|
|
562
|
+
.superdoc *,
|
|
563
|
+
.superdoc ::before,
|
|
564
|
+
.superdoc ::after,
|
|
565
|
+
.superdoc-toolbar *,
|
|
566
|
+
.superdoc-toolbar ::before,
|
|
567
|
+
.superdoc-toolbar ::after {
|
|
568
|
+
box-sizing: border-box;
|
|
569
|
+
}
|
|
570
|
+
.superdoc .sd-disabled,
|
|
571
|
+
.superdoc-toolbar .sd-disabled {
|
|
572
|
+
opacity: 0.5;
|
|
573
|
+
cursor: not-allowed;
|
|
574
|
+
pointer-events: none;
|
|
575
|
+
}
|
|
576
|
+
.sd-button {
|
|
577
|
+
border-radius: 8px;
|
|
578
|
+
background-color: white;
|
|
579
|
+
padding: 8px 12px;
|
|
580
|
+
outline: none;
|
|
581
|
+
border: 1px solid #dbdbdb;
|
|
582
|
+
font-weight: 600;
|
|
583
|
+
font-size: 14px;
|
|
584
|
+
cursor: pointer;
|
|
585
|
+
transition: all 250ms ease;
|
|
586
|
+
}
|
|
587
|
+
.sd-button:hover {
|
|
588
|
+
background-color: #dbdbdb;
|
|
589
|
+
}
|
|
590
|
+
.sd-button.primary {
|
|
591
|
+
background-color: #1355ff;
|
|
592
|
+
border: none;
|
|
593
|
+
color: white;
|
|
594
|
+
}
|
|
595
|
+
.sd-button.primary:hover {
|
|
596
|
+
background-color: #0d3fcc;
|
|
597
|
+
}
|
|
598
|
+
.sd-comment-box {
|
|
599
|
+
width: 300px;
|
|
600
|
+
}
|
|
601
|
+
.superdoc-field {
|
|
602
|
+
border-radius: 8px;
|
|
603
|
+
padding: 12px;
|
|
604
|
+
outline: none;
|
|
605
|
+
border: 1px solid #dbdbdb;
|
|
606
|
+
width: 100%;
|
|
607
|
+
}
|
|
608
|
+
.superdoc-field:focus,
|
|
609
|
+
.superdoc-field:active {
|
|
610
|
+
border: 1px solid #1355ff;
|
|
611
|
+
}
|
|
612
|
+
.superdoc-field .ProseMirror {
|
|
613
|
+
border: 0;
|
|
614
|
+
outline: 0;
|
|
615
|
+
margin: 0;
|
|
616
|
+
}
|
|
617
|
+
.sd-editor-placeholder::before {
|
|
618
|
+
content: attr(data-placeholder);
|
|
619
|
+
color: #aaa;
|
|
620
|
+
pointer-events: none;
|
|
621
|
+
display: block;
|
|
622
|
+
height: 0;
|
|
623
|
+
}
|
|
624
|
+
.superdoc svg {
|
|
625
|
+
width: 100%;
|
|
626
|
+
height: 100%;
|
|
627
|
+
display: block;
|
|
628
|
+
fill: currentColor;
|
|
629
|
+
}
|
|
630
|
+
.superdoc-toolbar svg {
|
|
631
|
+
width: 100%;
|
|
632
|
+
height: 100%;
|
|
633
|
+
display: block;
|
|
634
|
+
fill: currentColor;
|
|
635
|
+
pointer-events: none;
|
|
636
|
+
}
|
|
637
|
+
.superdoc-toolbar svg path {
|
|
638
|
+
stroke: currentColor;
|
|
639
|
+
}
|
|
640
|
+
/* Web Layout Mode (OOXML ST_View 'web') - content reflows to container width */
|
|
641
|
+
.superdoc--web-layout,
|
|
642
|
+
.superdoc--web-layout .superdoc__layers,
|
|
643
|
+
.superdoc--web-layout .superdoc__document,
|
|
644
|
+
.superdoc--web-layout .superdoc__sub-document {
|
|
645
|
+
width: 100%;
|
|
646
|
+
}
|
|
647
|
+
/* --- Upgrade transition (upgradeToCollaboration) --- */
|
|
648
|
+
.sd-upgrade-overlay {
|
|
649
|
+
position: absolute;
|
|
650
|
+
inset: 0;
|
|
651
|
+
z-index: 9999;
|
|
652
|
+
pointer-events: none;
|
|
653
|
+
overflow: hidden;
|
|
654
|
+
}
|
|
655
|
+
.sd-upgrade-overlay [contenteditable] {
|
|
656
|
+
pointer-events: none;
|
|
657
|
+
user-select: none;
|
|
658
|
+
}
|
|
659
|
+
/* visibility: hidden (not display: none) so layout engine can still measure */
|
|
660
|
+
.sd-upgrade-hidden {
|
|
661
|
+
visibility: hidden !important;
|
|
662
|
+
}
|
|
663
|
+
/* --- Search highlights (transient, used in both editor and presentation mode) --- */
|
|
664
|
+
/* AIDEV-NOTE: SD-3045. The DomPainter writes `style.backgroundColor = run.highlight`
|
|
665
|
+
* inline on the same span the search DecorationBridge tags. Inline styles win over
|
|
666
|
+
* class selectors, so on every run whose source rPr carries a highlight mark
|
|
667
|
+
* (e.g. `<w:highlight w:val="white"/>`), the search highlight was invisible —
|
|
668
|
+
* the inline background painted over the class's transient yellow/orange.
|
|
669
|
+
* `!important` is the desired semantic here: while a search session is live, the
|
|
670
|
+
* find-match colour must override any source-doc highlight. The class is only
|
|
671
|
+
* present during a search; clearing the session removes it and the original
|
|
672
|
+
* highlight is restored. */
|
|
673
|
+
.superdoc .ProseMirror-search-match:not([data-sd-search-exact-highlight]) {
|
|
674
|
+
background: var(--sd-ui-search-match-bg) !important;
|
|
675
|
+
}
|
|
676
|
+
.superdoc .ProseMirror-active-search-match:not([data-sd-search-exact-highlight]) {
|
|
677
|
+
background: var(--sd-ui-search-match-active-bg) !important;
|
|
678
|
+
}
|
|
679
|
+
::highlight(superdoc-search-match) {
|
|
680
|
+
background: var(--sd-ui-search-match-bg);
|
|
681
|
+
}
|
|
682
|
+
::highlight(superdoc-search-active-match) {
|
|
683
|
+
background: var(--sd-ui-search-match-active-bg);
|
|
684
|
+
}
|
|
685
|
+
/* Proofing underlines are render-only v1/v2 UI state. They must not alter DOCX
|
|
686
|
+
* bytes or layout identity; the runtime owns adding/removing these classes. */
|
|
687
|
+
.superdoc .sd-proofing-spelling,
|
|
688
|
+
.superdoc .sd-proofing-grammar,
|
|
689
|
+
.superdoc .sd-proofing-style {
|
|
690
|
+
text-decoration-line: underline;
|
|
691
|
+
text-decoration-style: wavy;
|
|
692
|
+
text-decoration-thickness: var(--sd-proofing-underline-thickness, 1.5px);
|
|
693
|
+
text-underline-offset: var(--sd-proofing-underline-offset, 2px);
|
|
694
|
+
}
|
|
695
|
+
.superdoc .sd-proofing-spelling {
|
|
696
|
+
text-decoration-color: var(--sd-proofing-spelling-color, #e53e3e);
|
|
697
|
+
}
|
|
698
|
+
.superdoc .sd-proofing-grammar {
|
|
699
|
+
text-decoration-color: var(--sd-proofing-grammar-color, #3182ce);
|
|
700
|
+
}
|
|
701
|
+
.superdoc .sd-proofing-style {
|
|
702
|
+
text-decoration-color: var(--sd-proofing-style-color, #805ad5);
|
|
703
|
+
}
|
|
704
|
+
/* CSS Custom Highlight variant: the v2 runtime paints per-word squiggles over
|
|
705
|
+
* exact text ranges (no DOM mutation). Highlight names match the class names. */
|
|
706
|
+
::highlight(sd-proofing-spelling),
|
|
707
|
+
::highlight(sd-proofing-grammar),
|
|
708
|
+
::highlight(sd-proofing-style) {
|
|
709
|
+
text-decoration-line: underline;
|
|
710
|
+
text-decoration-style: wavy;
|
|
711
|
+
text-decoration-thickness: var(--sd-proofing-underline-thickness, 1.5px);
|
|
712
|
+
text-underline-offset: var(--sd-proofing-underline-offset, 2px);
|
|
713
|
+
}
|
|
714
|
+
::highlight(sd-proofing-spelling) {
|
|
715
|
+
text-decoration-color: var(--sd-proofing-spelling-color, #e53e3e);
|
|
716
|
+
}
|
|
717
|
+
::highlight(sd-proofing-grammar) {
|
|
718
|
+
text-decoration-color: var(--sd-proofing-grammar-color, #3182ce);
|
|
719
|
+
}
|
|
720
|
+
::highlight(sd-proofing-style) {
|
|
721
|
+
text-decoration-color: var(--sd-proofing-style-color, #805ad5);
|
|
722
|
+
}
|
|
723
|
+
/* Contained Mode - fixed-height container embedding with internal scrolling */
|
|
724
|
+
.superdoc--contained,
|
|
725
|
+
.superdoc--contained .superdoc__layers,
|
|
726
|
+
.superdoc--contained .superdoc__document,
|
|
727
|
+
.superdoc--contained .superdoc__sub-document {
|
|
728
|
+
height: 100%;
|
|
729
|
+
}
|
|
730
|
+
/* Sub-document scroll fallback for non-document-editor content (PDF, HTML).
|
|
731
|
+
* The document editor manages its own scroll container, but PDF/HTML viewers
|
|
732
|
+
* don't, so they need the sub-document to scroll. */
|
|
733
|
+
.superdoc--contained .superdoc__sub-document {
|
|
734
|
+
overflow: auto;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.comments-dropdown[data-v-7eced80a] {
|
|
738
|
+
display: inline-flex;
|
|
739
|
+
}
|
|
740
|
+
.comments-dropdown__trigger[data-v-7eced80a] {
|
|
741
|
+
display: inline-flex;
|
|
742
|
+
}
|
|
743
|
+
.comments-dropdown__menu[data-v-7eced80a] {
|
|
744
|
+
min-width: 120px;
|
|
745
|
+
border-radius: 8px;
|
|
746
|
+
border: 1px solid var(--sd-ui-comments-dropdown-border, #dbdbdb);
|
|
747
|
+
background: var(--sd-ui-comments-dropdown-bg, #fff);
|
|
748
|
+
box-shadow: var(--sd-ui-comments-dropdown-shadow, 0 8px 24px rgba(0, 0, 0, 0.12));
|
|
749
|
+
padding: 4px;
|
|
750
|
+
box-sizing: border-box;
|
|
751
|
+
}
|
|
752
|
+
.comments-dropdown__option[data-v-7eced80a] {
|
|
753
|
+
font-size: var(--sd-ui-comments-option-size, 14px);
|
|
754
|
+
color: var(--sd-ui-comments-option-text, #212121);
|
|
755
|
+
display: flex;
|
|
756
|
+
align-items: center;
|
|
757
|
+
gap: 8px;
|
|
758
|
+
min-height: 34px;
|
|
759
|
+
padding: 4px 8px;
|
|
760
|
+
border-radius: 6px;
|
|
761
|
+
cursor: pointer;
|
|
762
|
+
box-sizing: border-box;
|
|
763
|
+
}
|
|
764
|
+
.comments-dropdown__option[data-v-7eced80a]:hover {
|
|
765
|
+
background-color: var(--sd-ui-comments-option-hover-bg, #f3f3f5);
|
|
766
|
+
color: var(--sd-ui-comments-option-hover-text, #212121);
|
|
767
|
+
}
|
|
768
|
+
.comments-dropdown__option.sd-disabled[data-v-7eced80a] {
|
|
769
|
+
opacity: 0.5;
|
|
770
|
+
pointer-events: none;
|
|
771
|
+
}
|
|
772
|
+
.comments-dropdown__option-icon[data-v-7eced80a] {
|
|
773
|
+
display: inline-flex;
|
|
774
|
+
justify-content: center;
|
|
775
|
+
align-items: center;
|
|
776
|
+
flex-shrink: 0;
|
|
777
|
+
width: 16px;
|
|
778
|
+
height: 16px;
|
|
779
|
+
}
|
|
780
|
+
.comments-dropdown__option-icon[data-v-7eced80a] svg {
|
|
781
|
+
width: 100%;
|
|
782
|
+
height: 100%;
|
|
783
|
+
display: block;
|
|
784
|
+
fill: currentColor;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.sd-comment-option[data-v-138d641e] {
|
|
788
|
+
display: flex;
|
|
789
|
+
align-items: center;
|
|
790
|
+
font-size: 11px;
|
|
791
|
+
}
|
|
792
|
+
.sd-comment-option i[data-v-138d641e] {
|
|
793
|
+
font-size: 11px;
|
|
794
|
+
}
|
|
795
|
+
.sd-option-state[data-v-138d641e] {
|
|
796
|
+
margin: 0 7px;
|
|
797
|
+
}
|
|
798
|
+
.sd-active-icon[data-v-138d641e] {
|
|
799
|
+
display: inline-flex;
|
|
800
|
+
justify-content: center;
|
|
801
|
+
align-items: center;
|
|
802
|
+
flex-shrink: 0;
|
|
803
|
+
width: 16px;
|
|
804
|
+
height: 16px;
|
|
805
|
+
}
|
|
806
|
+
.sd-active-icon[data-v-138d641e] svg {
|
|
807
|
+
width: 100%;
|
|
808
|
+
height: 100%;
|
|
809
|
+
display: block;
|
|
810
|
+
fill: currentColor;
|
|
811
|
+
}
|
|
812
|
+
.sd-dropdown-caret[data-v-138d641e] {
|
|
813
|
+
display: inline-flex;
|
|
814
|
+
justify-content: center;
|
|
815
|
+
align-items: center;
|
|
816
|
+
flex-shrink: 0;
|
|
817
|
+
width: 10px;
|
|
818
|
+
height: 16px;
|
|
819
|
+
}
|
|
820
|
+
.sd-dropdown-caret[data-v-138d641e] svg {
|
|
821
|
+
width: 100%;
|
|
822
|
+
height: 100%;
|
|
823
|
+
display: block;
|
|
824
|
+
fill: currentColor;
|
|
825
|
+
}
|
|
826
|
+
.sd-internal-dropdown[data-v-138d641e] {
|
|
827
|
+
transition: all 250ms ease;
|
|
828
|
+
display: inline-flex;
|
|
829
|
+
cursor: pointer;
|
|
830
|
+
border-radius: 50px;
|
|
831
|
+
padding: 2px 8px;
|
|
832
|
+
}
|
|
833
|
+
.sd-internal-dropdown[data-v-138d641e]:hover {
|
|
834
|
+
background-color: #f3f3f5;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.user-container[data-v-c95b2073] {
|
|
838
|
+
border-radius: 50%;
|
|
839
|
+
border: var(--sd-comment-avatar-border, 2px solid #333);
|
|
840
|
+
font-size: var(--sd-comment-avatar-font-size, 11px);
|
|
841
|
+
font-weight: 600;
|
|
842
|
+
color: var(--sd-comment-avatar-color, #fff);
|
|
843
|
+
background-color: var(--sd-comment-avatar-bg, #00000098);
|
|
844
|
+
|
|
845
|
+
width: var(--sd-comment-avatar-size, 28px);
|
|
846
|
+
height: var(--sd-comment-avatar-size, 28px);
|
|
847
|
+
flex-shrink: 0;
|
|
848
|
+
|
|
849
|
+
display: flex;
|
|
850
|
+
align-items: center;
|
|
851
|
+
justify-content: center;
|
|
852
|
+
overflow: hidden;
|
|
853
|
+
}
|
|
854
|
+
img[data-v-c95b2073] {
|
|
855
|
+
border-radius: 50%;
|
|
856
|
+
width: 100%;
|
|
857
|
+
background-color: transparent;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.comment-header[data-v-ca6050aa] {
|
|
861
|
+
display: flex;
|
|
862
|
+
align-items: center;
|
|
863
|
+
justify-content: space-between;
|
|
864
|
+
margin-bottom: 6px;
|
|
865
|
+
}
|
|
866
|
+
.comment-header-left[data-v-ca6050aa] {
|
|
867
|
+
display: flex;
|
|
868
|
+
align-items: center;
|
|
869
|
+
gap: 8px;
|
|
870
|
+
}
|
|
871
|
+
.user-info[data-v-ca6050aa] {
|
|
872
|
+
display: flex;
|
|
873
|
+
flex-direction: column;
|
|
874
|
+
}
|
|
875
|
+
.user-name[data-v-ca6050aa] {
|
|
876
|
+
font-size: var(--sd-ui-comments-author-size, 14px);
|
|
877
|
+
font-weight: var(--sd-ui-comments-author-weight, 600);
|
|
878
|
+
color: var(--sd-ui-comments-author-text, #212121);
|
|
879
|
+
line-height: 1.2em;
|
|
880
|
+
}
|
|
881
|
+
.imported-tag[data-v-ca6050aa] {
|
|
882
|
+
display: inline-block;
|
|
883
|
+
font-size: 9px;
|
|
884
|
+
font-weight: 600;
|
|
885
|
+
text-transform: uppercase;
|
|
886
|
+
letter-spacing: 0.04em;
|
|
887
|
+
color: var(--sd-ui-comments-tag-text, #888888);
|
|
888
|
+
background: var(--sd-ui-comments-tag-bg, #f2f2f2);
|
|
889
|
+
border-radius: 3px;
|
|
890
|
+
padding: 1px 4px;
|
|
891
|
+
margin-left: 6px;
|
|
892
|
+
vertical-align: middle;
|
|
893
|
+
line-height: 1.4;
|
|
894
|
+
}
|
|
895
|
+
.user-timestamp[data-v-ca6050aa] {
|
|
896
|
+
line-height: 1.2em;
|
|
897
|
+
font-size: var(--sd-ui-comments-timestamp-size, 12px);
|
|
898
|
+
color: var(--sd-ui-comments-timestamp-text, #888888);
|
|
899
|
+
}
|
|
900
|
+
.overflow-menu[data-v-ca6050aa] {
|
|
901
|
+
flex-shrink: 1;
|
|
902
|
+
display: flex;
|
|
903
|
+
gap: 6px;
|
|
904
|
+
opacity: 0;
|
|
905
|
+
pointer-events: none;
|
|
906
|
+
transition: opacity 150ms ease;
|
|
907
|
+
}
|
|
908
|
+
.overflow-menu.is-visible[data-v-ca6050aa] {
|
|
909
|
+
opacity: 1;
|
|
910
|
+
pointer-events: auto;
|
|
911
|
+
}
|
|
912
|
+
.overflow-menu__icon[data-v-ca6050aa] {
|
|
913
|
+
display: flex;
|
|
914
|
+
box-sizing: content-box;
|
|
915
|
+
justify-content: center;
|
|
916
|
+
align-items: center;
|
|
917
|
+
flex-shrink: 0;
|
|
918
|
+
width: 14px;
|
|
919
|
+
height: 14px;
|
|
920
|
+
padding: 3px;
|
|
921
|
+
border-radius: 50%;
|
|
922
|
+
color: var(--sd-ui-text, #47484a);
|
|
923
|
+
cursor: pointer;
|
|
924
|
+
transition: all 250ms ease;
|
|
925
|
+
}
|
|
926
|
+
.overflow-menu__icon[data-v-ca6050aa]:hover {
|
|
927
|
+
background-color: var(--sd-ui-comments-separator, #dbdbdb);
|
|
928
|
+
}
|
|
929
|
+
.overflow-menu__icon.sd-is-disabled[data-v-ca6050aa] {
|
|
930
|
+
opacity: 0.4;
|
|
931
|
+
cursor: not-allowed;
|
|
932
|
+
pointer-events: auto;
|
|
933
|
+
}
|
|
934
|
+
.overflow-menu__icon.sd-is-disabled[data-v-ca6050aa]:hover {
|
|
935
|
+
background-color: transparent;
|
|
936
|
+
}
|
|
937
|
+
.overflow-menu__icon[data-v-ca6050aa] svg {
|
|
938
|
+
width: 100%;
|
|
939
|
+
height: 100%;
|
|
940
|
+
display: block;
|
|
941
|
+
fill: currentColor;
|
|
942
|
+
}
|
|
943
|
+
.overflow-icon[data-v-ca6050aa] {
|
|
944
|
+
display: inline-flex;
|
|
945
|
+
justify-content: center;
|
|
946
|
+
align-items: center;
|
|
947
|
+
flex-shrink: 0;
|
|
948
|
+
width: 10px;
|
|
949
|
+
height: 16px;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.comment-entry[data-v-cc54b489] {
|
|
953
|
+
box-sizing: border-box;
|
|
954
|
+
border-radius: 8px;
|
|
955
|
+
width: 100%;
|
|
956
|
+
max-width: 100%;
|
|
957
|
+
transition: all 250ms ease;
|
|
958
|
+
}
|
|
959
|
+
.superdoc-field[data-v-cc54b489] {
|
|
960
|
+
display: block;
|
|
961
|
+
box-sizing: border-box;
|
|
962
|
+
width: 100%;
|
|
963
|
+
min-height: 28px;
|
|
964
|
+
height: 28px;
|
|
965
|
+
max-height: 132px;
|
|
966
|
+
padding: 10px 12px;
|
|
967
|
+
resize: none;
|
|
968
|
+
border: 1px solid #d7d7d7;
|
|
969
|
+
border-radius: 8px;
|
|
970
|
+
color: #1f1f1f;
|
|
971
|
+
background: #fff;
|
|
972
|
+
font: inherit;
|
|
973
|
+
line-height: 1.4;
|
|
974
|
+
overflow-y: hidden;
|
|
975
|
+
}
|
|
976
|
+
.superdoc-field[data-v-cc54b489]:focus {
|
|
977
|
+
outline: none;
|
|
978
|
+
border-color: #4f7cff;
|
|
979
|
+
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.comments-dialog[data-v-387d6ba0] {
|
|
983
|
+
display: flex;
|
|
984
|
+
flex-direction: column;
|
|
985
|
+
padding: var(--sd-ui-comments-card-padding, 16px);
|
|
986
|
+
border-radius: var(--sd-ui-comments-card-radius, 12px);
|
|
987
|
+
background-color: var(--sd-ui-comments-card-bg, #f3f6fd);
|
|
988
|
+
border: 1px solid transparent;
|
|
989
|
+
font-family: var(--sd-ui-font-family, Arial, Helvetica, sans-serif);
|
|
990
|
+
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
991
|
+
line-height: 1.5;
|
|
992
|
+
transition: var(--sd-ui-comments-transition, all 200ms ease);
|
|
993
|
+
box-shadow: none;
|
|
994
|
+
z-index: 5;
|
|
995
|
+
max-width: 300px;
|
|
996
|
+
min-width: 200px;
|
|
997
|
+
width: 100%;
|
|
998
|
+
overflow-wrap: break-word;
|
|
999
|
+
word-break: break-word;
|
|
1000
|
+
}
|
|
1001
|
+
.comments-dialog[data-v-387d6ba0]:not(.is-active) {
|
|
1002
|
+
cursor: pointer;
|
|
1003
|
+
}
|
|
1004
|
+
.comments-dialog[data-v-387d6ba0]:not(.is-active):not(.is-resolved):hover {
|
|
1005
|
+
background-color: var(--sd-ui-comments-card-hover-bg, #f3f6fd);
|
|
1006
|
+
}
|
|
1007
|
+
.comments-dialog[data-v-387d6ba0]:not(.is-resolved):hover .overflow-menu {
|
|
1008
|
+
opacity: 1;
|
|
1009
|
+
pointer-events: auto;
|
|
1010
|
+
}
|
|
1011
|
+
.comments-dialog.is-active[data-v-387d6ba0] {
|
|
1012
|
+
background-color: var(--sd-ui-comments-card-active-bg, #ffffff);
|
|
1013
|
+
border-color: var(--sd-ui-comments-card-active-border, #e0e0e0);
|
|
1014
|
+
box-shadow: var(--sd-ui-comments-card-shadow, 0px 4px 12px 0px rgba(50, 50, 50, 0.15));
|
|
1015
|
+
z-index: 10;
|
|
1016
|
+
}
|
|
1017
|
+
.comments-dialog.is-resolved[data-v-387d6ba0] {
|
|
1018
|
+
background-color: var(--sd-ui-comments-card-resolved-bg, #f0f0f0);
|
|
1019
|
+
}
|
|
1020
|
+
.comment-separator[data-v-387d6ba0] {
|
|
1021
|
+
background-color: var(--sd-ui-comments-separator, #e0e0e0);
|
|
1022
|
+
height: 1px;
|
|
1023
|
+
width: 100%;
|
|
1024
|
+
margin: 10px 0;
|
|
1025
|
+
}
|
|
1026
|
+
.comment[data-v-387d6ba0] {
|
|
1027
|
+
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1028
|
+
line-height: 1.5;
|
|
1029
|
+
color: var(--sd-ui-comments-body-text, #212121);
|
|
1030
|
+
margin: 4px 0 0 0;
|
|
1031
|
+
}
|
|
1032
|
+
.comment[data-v-387d6ba0] p {
|
|
1033
|
+
margin: 0;
|
|
1034
|
+
}
|
|
1035
|
+
.tracked-change[data-v-387d6ba0] {
|
|
1036
|
+
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1037
|
+
line-height: 1.5;
|
|
1038
|
+
color: var(--sd-ui-comments-body-text, #212121);
|
|
1039
|
+
margin: 4px 0 0 0;
|
|
1040
|
+
}
|
|
1041
|
+
.change-type[data-v-387d6ba0] {
|
|
1042
|
+
color: var(--sd-ui-comments-body-text, #212121);
|
|
1043
|
+
}
|
|
1044
|
+
.tracked-change-text[data-v-387d6ba0] {
|
|
1045
|
+
color: var(--sd-ui-comments-body-text, #212121);
|
|
1046
|
+
}
|
|
1047
|
+
.tracked-change-text.is-deleted[data-v-387d6ba0] {
|
|
1048
|
+
color: var(--sd-ui-comments-delete-text, #cb0e47);
|
|
1049
|
+
}
|
|
1050
|
+
.tracked-change-text.is-inserted[data-v-387d6ba0] {
|
|
1051
|
+
color: var(--sd-ui-comments-insert-text, #1f6feb);
|
|
1052
|
+
font-weight: 500;
|
|
1053
|
+
}
|
|
1054
|
+
.tracked-change[data-track-change-semantic-color-key='move-from'] .tracked-change-text.is-deleted[data-v-387d6ba0] {
|
|
1055
|
+
color: var(--sd-ui-comments-move-from-text, #00853d);
|
|
1056
|
+
}
|
|
1057
|
+
.tracked-change[data-track-change-semantic-color-key='move-to'] .tracked-change-text.is-inserted[data-v-387d6ba0] {
|
|
1058
|
+
color: var(--sd-ui-comments-move-to-text, #00853d);
|
|
1059
|
+
}
|
|
1060
|
+
.tracked-change-detail-lines[data-v-387d6ba0] {
|
|
1061
|
+
margin-top: 4px;
|
|
1062
|
+
}
|
|
1063
|
+
.tracked-change-detail-line[data-v-387d6ba0] {
|
|
1064
|
+
font-size: 12px;
|
|
1065
|
+
line-height: 1.4;
|
|
1066
|
+
}
|
|
1067
|
+
.tracked-change-image-preview[data-v-387d6ba0] {
|
|
1068
|
+
display: inline-flex;
|
|
1069
|
+
align-items: center;
|
|
1070
|
+
justify-content: center;
|
|
1071
|
+
margin-top: 6px;
|
|
1072
|
+
padding: 2px;
|
|
1073
|
+
border: 1px solid var(--sd-ui-comments-border, #dadce0);
|
|
1074
|
+
background: var(--sd-ui-comments-bg, #fff);
|
|
1075
|
+
max-width: 96px;
|
|
1076
|
+
max-height: 96px;
|
|
1077
|
+
}
|
|
1078
|
+
.tracked-change-image-preview__image[data-v-387d6ba0] {
|
|
1079
|
+
display: block;
|
|
1080
|
+
width: auto;
|
|
1081
|
+
height: auto;
|
|
1082
|
+
max-width: 90px;
|
|
1083
|
+
max-height: 90px;
|
|
1084
|
+
object-fit: contain;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
/* ── Failed tracked-change decision alert (SD-3772 §6) ── */
|
|
1088
|
+
.tracked-change-decision-alert[data-v-387d6ba0] {
|
|
1089
|
+
display: flex;
|
|
1090
|
+
align-items: center;
|
|
1091
|
+
justify-content: space-between;
|
|
1092
|
+
gap: 8px;
|
|
1093
|
+
margin-top: 8px;
|
|
1094
|
+
padding: 8px 10px;
|
|
1095
|
+
border-radius: 8px;
|
|
1096
|
+
border: 1px solid var(--sd-ui-comments-alert-border, #f0b4b4);
|
|
1097
|
+
background-color: var(--sd-ui-comments-alert-bg, #fdf3f3);
|
|
1098
|
+
color: var(--sd-ui-comments-alert-text, #a4262c);
|
|
1099
|
+
font-size: var(--sd-ui-comments-body-size, 14px);
|
|
1100
|
+
line-height: 1.4;
|
|
1101
|
+
}
|
|
1102
|
+
.tracked-change-decision-alert__retry[data-v-387d6ba0] {
|
|
1103
|
+
flex-shrink: 0;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
/* ── Resolved badge ── */
|
|
1107
|
+
.resolved-badge[data-v-387d6ba0] {
|
|
1108
|
+
display: inline-flex;
|
|
1109
|
+
align-items: center;
|
|
1110
|
+
gap: 4px;
|
|
1111
|
+
font-size: 11px;
|
|
1112
|
+
font-weight: 500;
|
|
1113
|
+
color: var(--sd-ui-comments-resolved-text, #00853d);
|
|
1114
|
+
margin-bottom: 4px;
|
|
1115
|
+
}
|
|
1116
|
+
.resolved-badge__icon[data-v-387d6ba0] {
|
|
1117
|
+
display: inline-flex;
|
|
1118
|
+
width: 12px;
|
|
1119
|
+
height: 12px;
|
|
1120
|
+
}
|
|
1121
|
+
.resolved-badge__icon[data-v-387d6ba0] svg {
|
|
1122
|
+
width: 100%;
|
|
1123
|
+
height: 100%;
|
|
1124
|
+
fill: currentColor;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
/* ── Text truncation ── */
|
|
1128
|
+
.comment.is-truncated[data-v-387d6ba0],
|
|
1129
|
+
.tracked-change.is-truncated[data-v-387d6ba0] {
|
|
1130
|
+
display: -webkit-box;
|
|
1131
|
+
-webkit-line-clamp: 3;
|
|
1132
|
+
-webkit-box-orient: vertical;
|
|
1133
|
+
overflow: hidden;
|
|
1134
|
+
}
|
|
1135
|
+
.show-more-toggle[data-v-387d6ba0] {
|
|
1136
|
+
font-size: 12px;
|
|
1137
|
+
color: var(--sd-ui-action, #1355ff);
|
|
1138
|
+
cursor: pointer;
|
|
1139
|
+
font-weight: 500;
|
|
1140
|
+
margin-top: 4px;
|
|
1141
|
+
user-select: none;
|
|
1142
|
+
}
|
|
1143
|
+
.show-more-toggle[data-v-387d6ba0]:hover {
|
|
1144
|
+
text-decoration: underline;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
/* ── Thread collapse ── */
|
|
1148
|
+
.collapsed-replies[data-v-387d6ba0] {
|
|
1149
|
+
display: flex;
|
|
1150
|
+
align-items: center;
|
|
1151
|
+
gap: 6px;
|
|
1152
|
+
padding: 8px 0;
|
|
1153
|
+
font-size: 12px;
|
|
1154
|
+
color: var(--sd-ui-action, #1355ff);
|
|
1155
|
+
font-weight: 500;
|
|
1156
|
+
cursor: pointer;
|
|
1157
|
+
user-select: none;
|
|
1158
|
+
}
|
|
1159
|
+
.collapsed-replies[data-v-387d6ba0]:hover {
|
|
1160
|
+
text-decoration: underline;
|
|
1161
|
+
}
|
|
1162
|
+
.collapsed-avatars[data-v-387d6ba0] {
|
|
1163
|
+
display: flex;
|
|
1164
|
+
}
|
|
1165
|
+
.collapsed-avatars .mini-avatar[data-v-387d6ba0] {
|
|
1166
|
+
--sd-comment-avatar-size: 20px;
|
|
1167
|
+
--sd-comment-avatar-font-size: 8px;
|
|
1168
|
+
margin-left: -4px;
|
|
1169
|
+
border: 2px solid var(--sd-ui-comments-card-active-bg, #ffffff);
|
|
1170
|
+
}
|
|
1171
|
+
.collapsed-avatars .mini-avatar[data-v-387d6ba0]:first-child {
|
|
1172
|
+
margin-left: 0;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
/* ── New comment input ── */
|
|
1176
|
+
.new-comment-input-wrapper[data-v-387d6ba0] {
|
|
1177
|
+
border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
|
|
1178
|
+
border-radius: 12px;
|
|
1179
|
+
padding: 8.5px 10.5px;
|
|
1180
|
+
background: var(--sd-ui-comments-input-bg, #ffffff);
|
|
1181
|
+
margin-top: 4px;
|
|
1182
|
+
max-height: 150px;
|
|
1183
|
+
overflow-y: auto;
|
|
1184
|
+
}
|
|
1185
|
+
.new-comment-input-wrapper[data-v-387d6ba0]:focus-within {
|
|
1186
|
+
border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
|
|
1187
|
+
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
1188
|
+
}
|
|
1189
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .comment-entry {
|
|
1190
|
+
border-radius: 0;
|
|
1191
|
+
}
|
|
1192
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .input-section {
|
|
1193
|
+
margin: 0;
|
|
1194
|
+
}
|
|
1195
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field {
|
|
1196
|
+
font-size: 14px;
|
|
1197
|
+
line-height: 20px;
|
|
1198
|
+
border: none;
|
|
1199
|
+
padding: 4px 0;
|
|
1200
|
+
border-radius: 0;
|
|
1201
|
+
min-height: 28px;
|
|
1202
|
+
height: 28px;
|
|
1203
|
+
max-height: 132px;
|
|
1204
|
+
resize: none;
|
|
1205
|
+
}
|
|
1206
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field:focus,
|
|
1207
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .superdoc-field:active {
|
|
1208
|
+
border: none;
|
|
1209
|
+
box-shadow: none;
|
|
1210
|
+
outline: none;
|
|
1211
|
+
}
|
|
1212
|
+
.new-comment-input-wrapper[data-v-387d6ba0] .sd-editor-placeholder::before {
|
|
1213
|
+
content: 'Comment or add others with @';
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
/* ── Reply pill & expanded input ── */
|
|
1217
|
+
.reply-pill[data-v-387d6ba0] {
|
|
1218
|
+
width: 100%;
|
|
1219
|
+
padding: 8.5px 10.5px;
|
|
1220
|
+
border: 1.5px solid transparent;
|
|
1221
|
+
border-radius: 9999px;
|
|
1222
|
+
font-family: inherit;
|
|
1223
|
+
font-size: 14px;
|
|
1224
|
+
text-align: left;
|
|
1225
|
+
color: var(--sd-color-gray-500, #ababab);
|
|
1226
|
+
background: var(--sd-color-gray-100, #f5f5f5);
|
|
1227
|
+
margin-top: 10px;
|
|
1228
|
+
cursor: text;
|
|
1229
|
+
transition: background 150ms ease;
|
|
1230
|
+
}
|
|
1231
|
+
.reply-pill[data-v-387d6ba0]:hover {
|
|
1232
|
+
background: var(--sd-color-gray-200, #f2f2f2);
|
|
1233
|
+
}
|
|
1234
|
+
.reply-pill[data-v-387d6ba0]:disabled {
|
|
1235
|
+
cursor: not-allowed;
|
|
1236
|
+
}
|
|
1237
|
+
.reply-expanded[data-v-387d6ba0] {
|
|
1238
|
+
margin-top: 10px;
|
|
1239
|
+
}
|
|
1240
|
+
.reply-input-wrapper[data-v-387d6ba0] {
|
|
1241
|
+
border: 1.5px solid var(--sd-ui-comments-input-border, #dbdbdb);
|
|
1242
|
+
border-radius: 12px;
|
|
1243
|
+
padding: 8.5px 10.5px;
|
|
1244
|
+
background: var(--sd-ui-comments-input-bg, #ffffff);
|
|
1245
|
+
max-height: 150px;
|
|
1246
|
+
overflow-y: auto;
|
|
1247
|
+
}
|
|
1248
|
+
.reply-input-wrapper[data-v-387d6ba0]:focus-within {
|
|
1249
|
+
border-color: var(--sd-ui-comments-input-focus-border, #4f7cff);
|
|
1250
|
+
box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.16);
|
|
1251
|
+
}
|
|
1252
|
+
.reply-input-wrapper[data-v-387d6ba0] .comment-entry {
|
|
1253
|
+
border-radius: 0;
|
|
1254
|
+
}
|
|
1255
|
+
.reply-input-wrapper[data-v-387d6ba0] .input-section {
|
|
1256
|
+
margin: 0;
|
|
1257
|
+
}
|
|
1258
|
+
.reply-input-wrapper[data-v-387d6ba0] .superdoc-field {
|
|
1259
|
+
font-size: 14px;
|
|
1260
|
+
line-height: 20px;
|
|
1261
|
+
border: none;
|
|
1262
|
+
padding: 4px 0;
|
|
1263
|
+
border-radius: 0;
|
|
1264
|
+
min-height: 28px;
|
|
1265
|
+
height: 28px;
|
|
1266
|
+
max-height: 132px;
|
|
1267
|
+
resize: none;
|
|
1268
|
+
}
|
|
1269
|
+
.reply-input-wrapper[data-v-387d6ba0] .superdoc-field:focus,
|
|
1270
|
+
.reply-input-wrapper[data-v-387d6ba0] .superdoc-field:active {
|
|
1271
|
+
border: none;
|
|
1272
|
+
box-shadow: none;
|
|
1273
|
+
outline: none;
|
|
1274
|
+
}
|
|
1275
|
+
.reply-input-wrapper[data-v-387d6ba0] .sd-editor-placeholder::before {
|
|
1276
|
+
content: 'Reply or add others with @';
|
|
1277
|
+
}
|
|
1278
|
+
.reply-actions[data-v-387d6ba0] {
|
|
1279
|
+
display: flex;
|
|
1280
|
+
justify-content: flex-end;
|
|
1281
|
+
align-items: center;
|
|
1282
|
+
gap: 16px;
|
|
1283
|
+
margin-top: 8px;
|
|
1284
|
+
}
|
|
1285
|
+
.reply-btn-cancel[data-v-387d6ba0] {
|
|
1286
|
+
background: none;
|
|
1287
|
+
border: none;
|
|
1288
|
+
font-size: 13px;
|
|
1289
|
+
font-weight: 500;
|
|
1290
|
+
color: var(--sd-ui-text-muted, #666666);
|
|
1291
|
+
cursor: pointer;
|
|
1292
|
+
padding: 0;
|
|
1293
|
+
font-family: inherit;
|
|
1294
|
+
transition: color 150ms;
|
|
1295
|
+
}
|
|
1296
|
+
.reply-btn-cancel[data-v-387d6ba0]:hover {
|
|
1297
|
+
color: var(--sd-ui-text, #212121);
|
|
1298
|
+
}
|
|
1299
|
+
.reply-btn-primary[data-v-387d6ba0] {
|
|
1300
|
+
background: var(--sd-ui-action, #1355ff);
|
|
1301
|
+
border: none;
|
|
1302
|
+
font-size: 13px;
|
|
1303
|
+
font-weight: 600;
|
|
1304
|
+
color: var(--sd-ui-action-text, #ffffff);
|
|
1305
|
+
cursor: pointer;
|
|
1306
|
+
padding: 6px 16px;
|
|
1307
|
+
border-radius: 9999px;
|
|
1308
|
+
font-family: inherit;
|
|
1309
|
+
transition: background 150ms;
|
|
1310
|
+
}
|
|
1311
|
+
.reply-btn-primary[data-v-387d6ba0]:hover {
|
|
1312
|
+
background: var(--sd-ui-action-hover, #0f44cc);
|
|
1313
|
+
}
|
|
1314
|
+
.reply-btn-primary.sd-is-disabled[data-v-387d6ba0] {
|
|
1315
|
+
background: var(--sd-color-gray-400, #dbdbdb);
|
|
1316
|
+
color: var(--sd-color-gray-600, #888888);
|
|
1317
|
+
cursor: default;
|
|
1318
|
+
pointer-events: none;
|
|
1319
|
+
}
|
|
1320
|
+
.existing-internal-input[data-v-387d6ba0] {
|
|
1321
|
+
margin-bottom: 10px;
|
|
1322
|
+
}
|
|
1323
|
+
.sd-internal-dropdown[data-v-387d6ba0] {
|
|
1324
|
+
display: inline-block;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
.comments-list[data-v-e89dbc33] {
|
|
1328
|
+
display: flex;
|
|
1329
|
+
flex-direction: column;
|
|
1330
|
+
height: 100%;
|
|
1331
|
+
max-width: 400px;
|
|
1332
|
+
}
|
|
1333
|
+
.comment-item[data-v-e89dbc33] {
|
|
1334
|
+
margin-bottom: 10px;
|
|
1335
|
+
}
|
|
1336
|
+
.comment-title[data-v-e89dbc33] {
|
|
1337
|
+
font-size: 16px;
|
|
1338
|
+
font-weight: 600;
|
|
1339
|
+
margin-bottom: 5px;
|
|
1340
|
+
color: #333;
|
|
1341
|
+
}
|
|
1342
|
+
.sd-comment-anchor {
|
|
1343
|
+
position: absolute;
|
|
1344
|
+
cursor: pointer;
|
|
1345
|
+
z-index: 3;
|
|
1346
|
+
border-radius: 33px;
|
|
1347
|
+
transition: background-color 250ms ease;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
.sd-highlight {
|
|
1351
|
+
cursor: pointer;
|
|
1352
|
+
border-radius: 8px;
|
|
1353
|
+
background-color: #ddaf0955;
|
|
1354
|
+
mix-blend-mode: multiply;
|
|
1355
|
+
transition: background-color 250ms ease;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.sd-initial-highlight {
|
|
1359
|
+
background-color: #1355ff7f;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.sd-highlight:hover,
|
|
1363
|
+
.sd-highlight:hover .sd-highlight-active {
|
|
1364
|
+
background-color: #ddaf0999;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.sd-highlight-active {
|
|
1368
|
+
background-color: #1355ff7f;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.comment-placeholder[data-v-b5be33eb] {
|
|
1372
|
+
position: absolute;
|
|
1373
|
+
width: 300px;
|
|
1374
|
+
transition: top 0.3s ease;
|
|
1375
|
+
}
|
|
1376
|
+
.comment-placeholder.is-direct-decision-continuity-target[data-v-b5be33eb] .overflow-menu {
|
|
1377
|
+
opacity: 1;
|
|
1378
|
+
pointer-events: auto;
|
|
1379
|
+
}
|
|
1380
|
+
.floating-comment[data-v-b5be33eb] {
|
|
1381
|
+
position: relative;
|
|
1382
|
+
display: block;
|
|
1383
|
+
min-width: 300px;
|
|
1384
|
+
}
|
|
1385
|
+
.sidebar-container[data-v-b5be33eb] {
|
|
1386
|
+
position: absolute;
|
|
1387
|
+
width: 300px;
|
|
1388
|
+
min-height: 300px;
|
|
1389
|
+
transition: transform 0.3s ease;
|
|
1390
|
+
will-change: transform;
|
|
1391
|
+
}
|
|
1392
|
+
.section-wrapper[data-v-b5be33eb] {
|
|
1393
|
+
position: relative;
|
|
1394
|
+
min-height: 100%;
|
|
1395
|
+
width: 300px;
|
|
1396
|
+
display: flex;
|
|
1397
|
+
align-items: flex-start;
|
|
1398
|
+
justify-content: flex-start;
|
|
1399
|
+
/* SD-2034: smooth min-height changes to prevent scrollbar flash */
|
|
1400
|
+
transition: min-height 0.5s ease-out;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
/* Wrapper is pointer-inert so the PDF surface (text selection, comment drag
|
|
1404
|
+
selection) stays usable; only the anchors themselves capture clicks. */
|
|
1405
|
+
.pdf-comments-layer[data-v-b5ad4c58] {
|
|
1406
|
+
position: absolute;
|
|
1407
|
+
inset: 0;
|
|
1408
|
+
pointer-events: none;
|
|
1409
|
+
z-index: 6;
|
|
1410
|
+
}
|
|
1411
|
+
.sd-comment-anchor[data-v-b5ad4c58] {
|
|
1412
|
+
position: absolute;
|
|
1413
|
+
cursor: pointer;
|
|
1414
|
+
pointer-events: auto;
|
|
1415
|
+
border-radius: 4px;
|
|
1416
|
+
transition: background-color 250ms ease;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.whiteboard-page[data-v-c876c9b5] {
|
|
1420
|
+
position: absolute;
|
|
1421
|
+
left: 0;
|
|
1422
|
+
top: 0;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
.whiteboard-layer[data-v-54546c3d] {
|
|
1426
|
+
position: absolute;
|
|
1427
|
+
inset: 0;
|
|
1428
|
+
/* Base state is pointer-inert; the inline `pointerEvents` binding (driven by
|
|
1429
|
+
`pointerActive`) is the single source of truth for pointer ownership. */
|
|
1430
|
+
pointer-events: none;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.superdoc-html-viewer[data-v-da3494ba] {
|
|
1434
|
+
font-family: initial;
|
|
1435
|
+
color: initial;
|
|
1436
|
+
width: 100%;
|
|
1437
|
+
height: auto;
|
|
1438
|
+
position: relative;
|
|
1439
|
+
}
|
|
1440
|
+
.superdoc-html-viewer__document[data-v-da3494ba] {
|
|
1441
|
+
width: 100%;
|
|
1442
|
+
height: auto;
|
|
1443
|
+
}
|
|
1444
|
+
.superdoc-html-viewer__content[data-v-da3494ba] {
|
|
1445
|
+
width: 100%;
|
|
1446
|
+
min-width: 800px;
|
|
1447
|
+
padding: 38px 75px 75px;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.link-input-wrapper[data-v-3e4bd44e] {
|
|
1451
|
+
display: flex;
|
|
1452
|
+
flex-direction: column;
|
|
1453
|
+
gap: 8px;
|
|
1454
|
+
}
|
|
1455
|
+
.link-input-ctn[data-v-3e4bd44e] {
|
|
1456
|
+
width: 320px;
|
|
1457
|
+
display: flex;
|
|
1458
|
+
flex-direction: column;
|
|
1459
|
+
padding: 1em;
|
|
1460
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
1461
|
+
background-color: var(--sd-ui-dropdown-bg, #ffffff);
|
|
1462
|
+
box-sizing: border-box;
|
|
1463
|
+
}
|
|
1464
|
+
.link-input-ctn[data-v-3e4bd44e] svg {
|
|
1465
|
+
width: 100%;
|
|
1466
|
+
height: 100%;
|
|
1467
|
+
display: block;
|
|
1468
|
+
fill: currentColor;
|
|
1469
|
+
}
|
|
1470
|
+
.link-input-ctn .input-row[data-v-3e4bd44e] {
|
|
1471
|
+
align-content: baseline;
|
|
1472
|
+
display: flex;
|
|
1473
|
+
align-items: center;
|
|
1474
|
+
position: relative;
|
|
1475
|
+
font-size: var(--sd-ui-font-size-600, 16px);
|
|
1476
|
+
}
|
|
1477
|
+
.link-input-ctn .input-row input[data-v-3e4bd44e] {
|
|
1478
|
+
font-size: var(--sd-ui-font-size-300, 13px);
|
|
1479
|
+
flex-grow: 1;
|
|
1480
|
+
min-width: 0;
|
|
1481
|
+
padding: 10px;
|
|
1482
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
1483
|
+
padding-left: 34px;
|
|
1484
|
+
box-shadow: var(--sd-ui-shadow, 0 4px 12px rgba(0, 0, 0, 0.12));
|
|
1485
|
+
color: var(--sd-ui-text-muted, #666666);
|
|
1486
|
+
border: 1px solid var(--sd-ui-border, #dbdbdb);
|
|
1487
|
+
box-sizing: border-box;
|
|
1488
|
+
}
|
|
1489
|
+
.link-input-ctn .input-row input[data-v-3e4bd44e]:active,
|
|
1490
|
+
.link-input-ctn .input-row input[data-v-3e4bd44e]:focus {
|
|
1491
|
+
outline: none;
|
|
1492
|
+
border: 1px solid var(--sd-ui-action, #1355ff);
|
|
1493
|
+
}
|
|
1494
|
+
.link-input-ctn .input-row input[readonly][data-v-3e4bd44e] {
|
|
1495
|
+
background-color: var(--sd-ui-disabled-bg, #f5f5f5);
|
|
1496
|
+
cursor: default;
|
|
1497
|
+
color: var(--sd-ui-text-disabled, #888);
|
|
1498
|
+
border-color: var(--sd-ui-border, #e0e0e0);
|
|
1499
|
+
}
|
|
1500
|
+
.link-input-ctn .input-row input[readonly][data-v-3e4bd44e]:active,
|
|
1501
|
+
.link-input-ctn .input-row input[readonly][data-v-3e4bd44e]:focus {
|
|
1502
|
+
border-color: var(--sd-ui-border, #e0e0e0);
|
|
1503
|
+
}
|
|
1504
|
+
.link-input-ctn .input-icon[data-v-3e4bd44e] {
|
|
1505
|
+
position: absolute;
|
|
1506
|
+
left: 12px;
|
|
1507
|
+
width: 14px;
|
|
1508
|
+
color: var(--sd-ui-text-disabled, #ababab);
|
|
1509
|
+
pointer-events: none;
|
|
1510
|
+
text-align: center;
|
|
1511
|
+
z-index: 1;
|
|
1512
|
+
}
|
|
1513
|
+
.link-input-ctn .input-icon[data-v-3e4bd44e]:not(.text-input-icon) {
|
|
1514
|
+
transform: rotate(45deg);
|
|
1515
|
+
height: 14px;
|
|
1516
|
+
}
|
|
1517
|
+
.link-input-ctn.high-contrast .input-icon[data-v-3e4bd44e] {
|
|
1518
|
+
color: var(--sd-ui-text, #47484a);
|
|
1519
|
+
}
|
|
1520
|
+
.link-input-ctn.high-contrast .input-row input[data-v-3e4bd44e] {
|
|
1521
|
+
color: var(--sd-ui-text, #47484a);
|
|
1522
|
+
border-color: var(--sd-ui-text, #47484a);
|
|
1523
|
+
}
|
|
1524
|
+
.open-link-icon[data-v-3e4bd44e] {
|
|
1525
|
+
margin-left: 10px;
|
|
1526
|
+
width: 30px;
|
|
1527
|
+
height: 30px;
|
|
1528
|
+
border-radius: 50%;
|
|
1529
|
+
border: 1px solid transparent;
|
|
1530
|
+
display: flex;
|
|
1531
|
+
justify-content: center;
|
|
1532
|
+
align-items: center;
|
|
1533
|
+
flex-shrink: 0;
|
|
1534
|
+
transition: all 0.2s ease;
|
|
1535
|
+
cursor: pointer;
|
|
1536
|
+
}
|
|
1537
|
+
.open-link-icon[data-v-3e4bd44e]:hover {
|
|
1538
|
+
color: var(--sd-ui-action, #1355ff);
|
|
1539
|
+
background-color: var(--sd-ui-bg, #ffffff);
|
|
1540
|
+
border: 1px solid var(--sd-ui-border, #dbdbdb);
|
|
1541
|
+
}
|
|
1542
|
+
.open-link-icon[data-v-3e4bd44e] svg {
|
|
1543
|
+
width: 15px;
|
|
1544
|
+
height: 15px;
|
|
1545
|
+
}
|
|
1546
|
+
.sd-disabled[data-v-3e4bd44e] {
|
|
1547
|
+
opacity: 0.6;
|
|
1548
|
+
cursor: not-allowed;
|
|
1549
|
+
pointer-events: none;
|
|
1550
|
+
}
|
|
1551
|
+
.link-buttons[data-v-3e4bd44e] {
|
|
1552
|
+
display: flex;
|
|
1553
|
+
justify-content: flex-end;
|
|
1554
|
+
margin-top: 10px;
|
|
1555
|
+
}
|
|
1556
|
+
.remove-btn__icon[data-v-3e4bd44e] {
|
|
1557
|
+
display: inline-flex;
|
|
1558
|
+
width: 13px;
|
|
1559
|
+
height: 13px;
|
|
1560
|
+
flex-shrink: 0;
|
|
1561
|
+
margin-right: 4px;
|
|
1562
|
+
}
|
|
1563
|
+
.link-buttons button[data-v-3e4bd44e] {
|
|
1564
|
+
margin-left: 5px;
|
|
1565
|
+
}
|
|
1566
|
+
.disable-btn[data-v-3e4bd44e] {
|
|
1567
|
+
opacity: 0.6;
|
|
1568
|
+
cursor: not-allowed;
|
|
1569
|
+
pointer-events: none;
|
|
1570
|
+
}
|
|
1571
|
+
.go-to-anchor a[data-v-3e4bd44e] {
|
|
1572
|
+
font-size: var(--sd-ui-font-size-400, 14px);
|
|
1573
|
+
text-decoration: underline;
|
|
1574
|
+
}
|
|
1575
|
+
.clickable[data-v-3e4bd44e] {
|
|
1576
|
+
cursor: pointer;
|
|
1577
|
+
}
|
|
1578
|
+
.link-title[data-v-3e4bd44e] {
|
|
1579
|
+
font-size: var(--sd-ui-font-size-400, 14px);
|
|
1580
|
+
font-weight: 600;
|
|
1581
|
+
color: var(--sd-ui-text, #47484a);
|
|
1582
|
+
margin-bottom: 10px;
|
|
1583
|
+
}
|
|
1584
|
+
.hasBottomMargin[data-v-3e4bd44e] {
|
|
1585
|
+
margin-bottom: 1em;
|
|
1586
|
+
}
|
|
1587
|
+
.remove-btn[data-v-3e4bd44e] {
|
|
1588
|
+
display: inline-flex;
|
|
1589
|
+
justify-content: center;
|
|
1590
|
+
align-items: center;
|
|
1591
|
+
padding: 10px 16px;
|
|
1592
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
1593
|
+
outline: none;
|
|
1594
|
+
background-color: var(--sd-ui-bg, #ffffff);
|
|
1595
|
+
color: var(--sd-ui-text, #47484a);
|
|
1596
|
+
font-weight: 400;
|
|
1597
|
+
font-size: var(--sd-ui-font-size-300, 13px);
|
|
1598
|
+
cursor: pointer;
|
|
1599
|
+
transition: all 0.2s ease;
|
|
1600
|
+
border: 1px solid var(--sd-ui-border, #dbdbdb);
|
|
1601
|
+
box-sizing: border-box;
|
|
1602
|
+
}
|
|
1603
|
+
.remove-btn[data-v-3e4bd44e]:hover {
|
|
1604
|
+
background-color: var(--sd-ui-hover-bg, #dbdbdb);
|
|
1605
|
+
}
|
|
1606
|
+
.sd-submit-btn[data-v-3e4bd44e] {
|
|
1607
|
+
display: inline-flex;
|
|
1608
|
+
justify-content: center;
|
|
1609
|
+
align-items: center;
|
|
1610
|
+
padding: 10px 16px;
|
|
1611
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
1612
|
+
outline: none;
|
|
1613
|
+
border: none;
|
|
1614
|
+
background-color: var(--sd-ui-action, #1355ff);
|
|
1615
|
+
color: var(--sd-ui-action-text, #ffffff);
|
|
1616
|
+
font-weight: 400;
|
|
1617
|
+
font-size: var(--sd-ui-font-size-300, 13px);
|
|
1618
|
+
cursor: pointer;
|
|
1619
|
+
transition: all 0.2s ease;
|
|
1620
|
+
box-sizing: border-box;
|
|
1621
|
+
}
|
|
1622
|
+
.sd-submit-btn[data-v-3e4bd44e]:hover {
|
|
1623
|
+
background-color: var(--sd-ui-action-hover, #0f44cc);
|
|
1624
|
+
}
|
|
1625
|
+
.sd-error[data-v-3e4bd44e] {
|
|
1626
|
+
border-color: red !important;
|
|
1627
|
+
background-color: #ff00001a;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.sd-surface-external-mount[data-v-b2412c5d] {
|
|
1631
|
+
width: 100%;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.sd-surface-dialog-backdrop[data-v-20bf8e4b] {
|
|
1635
|
+
position: absolute;
|
|
1636
|
+
inset: 0;
|
|
1637
|
+
z-index: calc(var(--sd-ui-surface-z-index, 100) + 1);
|
|
1638
|
+
display: flex;
|
|
1639
|
+
align-items: center;
|
|
1640
|
+
justify-content: center;
|
|
1641
|
+
background: var(--sd-ui-dialog-backdrop);
|
|
1642
|
+
}
|
|
1643
|
+
.sd-surface-dialog[data-v-20bf8e4b] {
|
|
1644
|
+
background: var(--sd-ui-surface-bg);
|
|
1645
|
+
border: 1px solid var(--sd-ui-surface-border);
|
|
1646
|
+
border-radius: var(--sd-ui-surface-radius);
|
|
1647
|
+
box-shadow: var(--sd-ui-surface-shadow);
|
|
1648
|
+
max-width: var(--sd-ui-dialog-max-width, 480px);
|
|
1649
|
+
width: 100%;
|
|
1650
|
+
max-height: 90%;
|
|
1651
|
+
overflow-y: auto;
|
|
1652
|
+
outline: none;
|
|
1653
|
+
font-family: var(--sd-ui-font-family);
|
|
1654
|
+
color: var(--sd-ui-text);
|
|
1655
|
+
}
|
|
1656
|
+
.sd-surface-dialog__title[data-v-20bf8e4b] {
|
|
1657
|
+
padding: var(--sd-ui-surface-title-padding);
|
|
1658
|
+
font-size: var(--sd-ui-font-size-500, 15px);
|
|
1659
|
+
font-weight: 600;
|
|
1660
|
+
line-height: 1.4;
|
|
1661
|
+
}
|
|
1662
|
+
.sd-surface-dialog__content[data-v-20bf8e4b] {
|
|
1663
|
+
padding: var(--sd-ui-surface-content-padding);
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.sd-surface-floating[data-v-cd2be5db] {
|
|
1667
|
+
position: absolute;
|
|
1668
|
+
z-index: var(--sd-ui-surface-z-index, 100);
|
|
1669
|
+
width: var(--sd-ui-floating-width, 360px);
|
|
1670
|
+
max-width: var(--sd-ui-floating-max-width, 480px);
|
|
1671
|
+
max-height: var(--sd-ui-floating-max-height, min(60vh, calc(100% - 32px)));
|
|
1672
|
+
background: var(--sd-ui-surface-bg);
|
|
1673
|
+
border: 1px solid var(--sd-ui-surface-border);
|
|
1674
|
+
border-radius: var(--sd-ui-surface-radius);
|
|
1675
|
+
box-shadow: var(--sd-ui-surface-shadow);
|
|
1676
|
+
font-family: var(--sd-ui-font-family);
|
|
1677
|
+
color: var(--sd-ui-text);
|
|
1678
|
+
overflow-y: auto;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
/* Placement presets — all use --sd-ui-floating-edge-offset */
|
|
1682
|
+
.sd-surface-floating--top-right[data-v-cd2be5db] {
|
|
1683
|
+
top: var(--sd-ui-floating-edge-offset, 16px);
|
|
1684
|
+
right: var(--sd-ui-floating-edge-offset, 16px);
|
|
1685
|
+
}
|
|
1686
|
+
.sd-surface-floating--top-left[data-v-cd2be5db] {
|
|
1687
|
+
top: var(--sd-ui-floating-edge-offset, 16px);
|
|
1688
|
+
left: var(--sd-ui-floating-edge-offset, 16px);
|
|
1689
|
+
}
|
|
1690
|
+
.sd-surface-floating--bottom-right[data-v-cd2be5db] {
|
|
1691
|
+
bottom: var(--sd-ui-floating-edge-offset, 16px);
|
|
1692
|
+
right: var(--sd-ui-floating-edge-offset, 16px);
|
|
1693
|
+
}
|
|
1694
|
+
.sd-surface-floating--bottom-left[data-v-cd2be5db] {
|
|
1695
|
+
bottom: var(--sd-ui-floating-edge-offset, 16px);
|
|
1696
|
+
left: var(--sd-ui-floating-edge-offset, 16px);
|
|
1697
|
+
}
|
|
1698
|
+
.sd-surface-floating--top-center[data-v-cd2be5db] {
|
|
1699
|
+
top: var(--sd-ui-floating-edge-offset, 16px);
|
|
1700
|
+
left: 50%;
|
|
1701
|
+
transform: translateX(-50%);
|
|
1702
|
+
}
|
|
1703
|
+
.sd-surface-floating--bottom-center[data-v-cd2be5db] {
|
|
1704
|
+
bottom: var(--sd-ui-floating-edge-offset, 16px);
|
|
1705
|
+
left: 50%;
|
|
1706
|
+
transform: translateX(-50%);
|
|
1707
|
+
}
|
|
1708
|
+
.sd-surface-floating__title[data-v-cd2be5db] {
|
|
1709
|
+
padding: var(--sd-ui-surface-title-padding);
|
|
1710
|
+
font-size: var(--sd-ui-font-size-500, 15px);
|
|
1711
|
+
font-weight: 600;
|
|
1712
|
+
line-height: 1.4;
|
|
1713
|
+
}
|
|
1714
|
+
.sd-surface-floating__content[data-v-cd2be5db] {
|
|
1715
|
+
padding: var(--sd-ui-surface-content-padding);
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.sd-surface-host[data-v-c6a3b75f] {
|
|
1719
|
+
/* position/top/left/width/height set dynamically via :style binding */
|
|
1720
|
+
pointer-events: none;
|
|
1721
|
+
z-index: var(--sd-ui-surface-z-index, 100);
|
|
1722
|
+
overflow: hidden;
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
/* Re-enable pointer events on actual surface children */
|
|
1726
|
+
.sd-surface-host[data-v-c6a3b75f] > * {
|
|
1727
|
+
pointer-events: auto;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.superdoc[data-v-2a7bfa95] {
|
|
1731
|
+
display: flex;
|
|
1732
|
+
position: relative;
|
|
1733
|
+
}
|
|
1734
|
+
.sd-visually-hidden[data-v-2a7bfa95] {
|
|
1735
|
+
position: absolute;
|
|
1736
|
+
width: 1px;
|
|
1737
|
+
height: 1px;
|
|
1738
|
+
padding: 0;
|
|
1739
|
+
margin: -1px;
|
|
1740
|
+
overflow: hidden;
|
|
1741
|
+
clip: rect(0, 0, 0, 0);
|
|
1742
|
+
white-space: nowrap;
|
|
1743
|
+
border: 0;
|
|
1744
|
+
}
|
|
1745
|
+
.right-sidebar[data-v-2a7bfa95] {
|
|
1746
|
+
min-width: 320px;
|
|
1747
|
+
height: 100%;
|
|
1748
|
+
}
|
|
1749
|
+
.floating-comments[data-v-2a7bfa95] {
|
|
1750
|
+
min-width: 300px;
|
|
1751
|
+
width: 300px;
|
|
1752
|
+
height: 100%;
|
|
1753
|
+
overflow: visible;
|
|
1754
|
+
}
|
|
1755
|
+
.superdoc__layers[data-v-2a7bfa95] {
|
|
1756
|
+
height: 100%;
|
|
1757
|
+
position: relative;
|
|
1758
|
+
box-sizing: border-box;
|
|
1759
|
+
}
|
|
1760
|
+
.superdoc__document[data-v-2a7bfa95] {
|
|
1761
|
+
width: 100%;
|
|
1762
|
+
position: relative;
|
|
1763
|
+
}
|
|
1764
|
+
.superdoc__sub-document[data-v-2a7bfa95] {
|
|
1765
|
+
width: 100%;
|
|
1766
|
+
position: relative;
|
|
1767
|
+
}
|
|
1768
|
+
.superdoc__selection-layer[data-v-2a7bfa95] {
|
|
1769
|
+
position: absolute;
|
|
1770
|
+
min-width: 100%;
|
|
1771
|
+
min-height: 100%;
|
|
1772
|
+
z-index: 10;
|
|
1773
|
+
pointer-events: none;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
/* SD-3497: PDF whiteboard overlay sits above the rendered PDF canvas but below
|
|
1777
|
+
the PDF comment anchors (z-index 6 in PdfCommentsLayer) so anchors stay
|
|
1778
|
+
clickable, and below the selection layer (z-index 10). */
|
|
1779
|
+
.superdoc__whiteboard-layer[data-v-2a7bfa95] {
|
|
1780
|
+
z-index: 4;
|
|
1781
|
+
}
|
|
1782
|
+
.superdoc__temp-selection[data-v-2a7bfa95] {
|
|
1783
|
+
position: absolute;
|
|
1784
|
+
}
|
|
1785
|
+
.superdoc__right-sidebar[data-v-2a7bfa95] {
|
|
1786
|
+
width: 320px;
|
|
1787
|
+
min-width: 320px;
|
|
1788
|
+
padding: 0 10px;
|
|
1789
|
+
min-height: 100%;
|
|
1790
|
+
position: relative;
|
|
1791
|
+
z-index: 2;
|
|
1792
|
+
}
|
|
1793
|
+
.superdoc__compact-comment-popover[data-v-2a7bfa95] {
|
|
1794
|
+
position: absolute;
|
|
1795
|
+
top: 12px;
|
|
1796
|
+
right: 12px;
|
|
1797
|
+
z-index: 11;
|
|
1798
|
+
width: min(320px, calc(100% - 24px));
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
/* Tools styles */
|
|
1802
|
+
.tools[data-v-2a7bfa95] {
|
|
1803
|
+
position: absolute;
|
|
1804
|
+
z-index: 3;
|
|
1805
|
+
display: flex;
|
|
1806
|
+
flex-direction: column;
|
|
1807
|
+
gap: var(--sd-ui-tools-gap, 6px);
|
|
1808
|
+
}
|
|
1809
|
+
.tools-item[data-v-2a7bfa95] {
|
|
1810
|
+
display: flex;
|
|
1811
|
+
align-items: center;
|
|
1812
|
+
justify-content: center;
|
|
1813
|
+
width: var(--sd-ui-tools-item-size, 50px);
|
|
1814
|
+
height: var(--sd-ui-tools-item-size, 50px);
|
|
1815
|
+
background-color: var(--sd-ui-tools-item-bg, rgba(219, 219, 219, 0.6));
|
|
1816
|
+
border-radius: var(--sd-ui-tools-item-radius, 12px);
|
|
1817
|
+
cursor: pointer;
|
|
1818
|
+
position: relative;
|
|
1819
|
+
}
|
|
1820
|
+
.tools-item i[data-v-2a7bfa95] {
|
|
1821
|
+
cursor: pointer;
|
|
1822
|
+
}
|
|
1823
|
+
.superdoc__tools-icon[data-v-2a7bfa95] {
|
|
1824
|
+
width: var(--sd-ui-tools-icon-size, 20px);
|
|
1825
|
+
height: var(--sd-ui-tools-icon-size, 20px);
|
|
1826
|
+
flex-shrink: 0;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
/* Tools styles - end */
|
|
1830
|
+
|
|
1831
|
+
/* .docx {
|
|
1832
|
+
border: 1px solid #dfdfdf;
|
|
1833
|
+
pointer-events: auto;
|
|
1834
|
+
} */
|
|
1835
|
+
|
|
1836
|
+
/* 834px is iPad screen size in portrait orientation */
|
|
1837
|
+
@media (max-width: 834px) {
|
|
1838
|
+
.superdoc .superdoc__layers[data-v-2a7bfa95] {
|
|
1839
|
+
margin: 0;
|
|
1840
|
+
border: 0 !important;
|
|
1841
|
+
box-shadow: none;
|
|
1842
|
+
}
|
|
1843
|
+
.superdoc__sub-document[data-v-2a7bfa95] {
|
|
1844
|
+
max-width: 100%;
|
|
1845
|
+
}
|
|
1846
|
+
.superdoc__right-sidebar[data-v-2a7bfa95] {
|
|
1847
|
+
padding: 10px;
|
|
1848
|
+
position: relative;
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
/* AI Writer styles */
|
|
1853
|
+
.ai-writer-container[data-v-2a7bfa95] {
|
|
1854
|
+
position: fixed;
|
|
1855
|
+
z-index: 1000;
|
|
1856
|
+
background: white;
|
|
1857
|
+
border-radius: 8px;
|
|
1858
|
+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
/* Remove the AI Sidebar styles */
|
|
1862
|
+
/* .ai-sidebar-container {
|
|
1863
|
+
position: absolute;
|
|
1864
|
+
right: 20px;
|
|
1865
|
+
top: 50%;
|
|
1866
|
+
transform: translateY(-50%);
|
|
1867
|
+
z-index: 50;
|
|
1868
|
+
} */
|
|
1869
|
+
.ai-tool > svg[data-v-2a7bfa95] {
|
|
1870
|
+
fill: transparent;
|
|
1871
|
+
}
|
|
1872
|
+
.ai-tool[data-v-2a7bfa95]::before {
|
|
1873
|
+
content: '';
|
|
1874
|
+
position: absolute;
|
|
1875
|
+
width: 20px;
|
|
1876
|
+
height: 20px;
|
|
1877
|
+
|
|
1878
|
+
z-index: 1;
|
|
1879
|
+
background: linear-gradient(
|
|
1880
|
+
270deg,
|
|
1881
|
+
rgba(218, 215, 118, 0.5) -20%,
|
|
1882
|
+
rgba(191, 100, 100, 1) 30%,
|
|
1883
|
+
rgba(77, 82, 217, 1) 60%,
|
|
1884
|
+
rgb(255, 219, 102) 150%
|
|
1885
|
+
);
|
|
1886
|
+
-webkit-mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.7-53.3L160 80l-53.3-26.7L80 0 53.3 53.3 0 80l53.3 26.7L80 160zm352 128l-26.7 53.3L352 368l53.3 26.7L432 448l26.7-53.3L512 368l-53.3-26.7L432 288zm70.6-193.8L417.8 9.4C411.5 3.1 403.3 0 395.2 0c-8.2 0-16.4 3.1-22.6 9.4L9.4 372.5c-12.5 12.5-12.5 32.8 0 45.3l84.9 84.9c6.3 6.3 14.4 9.4 22.6 9.4 8.2 0 16.4-3.1 22.6-9.4l363.1-363.2c12.5-12.5 12.5-32.8 0-45.2zM359.5 203.5l-50.9-50.9 86.6-86.6 50.9 50.9-86.6 86.6z'/></svg>")
|
|
1887
|
+
center / contain no-repeat;
|
|
1888
|
+
mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.7-53.3L160 80l-53.3-26.7L80 0 53.3 53.3 0 80l53.3 26.7L80 160zm352 128l-26.7 53.3L352 368l53.3 26.7L432 448l26.7-53.3L512 368l-53.3-26.7L432 288zm70.6-193.8L417.8 9.4C411.5 3.1 403.3 0 395.2 0c-8.2 0-16.4 3.1-22.6 9.4L9.4 372.5c-12.5 12.5-12.5 32.8 0 45.3l84.9 84.9c6.3 6.3 14.4 9.4 22.6 9.4 8.2 0 16.4-3.1 22.6-9.4l363.1-363.2c12.5-12.5 12.5-32.8 0-45.2zM359.5 203.5l-50.9-50.9 86.6-86.6 50.9 50.9-86.6 86.6z'/></svg>")
|
|
1889
|
+
center / contain no-repeat;
|
|
1890
|
+
filter: brightness(1.2);
|
|
1891
|
+
transition: filter 0.2s ease;
|
|
1892
|
+
}
|
|
1893
|
+
.ai-tool[data-v-2a7bfa95]:hover::before {
|
|
1894
|
+
filter: brightness(1.3);
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
/* Tools styles - end */
|
|
1898
|
+
|
|
1899
|
+
.sd-toolbar-icon[data-v-d7d79424] {
|
|
1900
|
+
display: flex;
|
|
1901
|
+
align-items: center;
|
|
1902
|
+
justify-content: center;
|
|
1903
|
+
flex-shrink: 0;
|
|
1904
|
+
}
|
|
1905
|
+
.sd-toolbar-icon__icon[data-v-d7d79424] {
|
|
1906
|
+
display: inline-flex;
|
|
1907
|
+
align-items: center;
|
|
1908
|
+
justify-content: center;
|
|
1909
|
+
flex-shrink: 0;
|
|
1910
|
+
height: 16px;
|
|
1911
|
+
}
|
|
1912
|
+
.sd-toolbar-icon__icon--highlight[data-v-d7d79424] {
|
|
1913
|
+
width: 16px;
|
|
1914
|
+
margin-left: 3px;
|
|
1915
|
+
margin-bottom: 1px;
|
|
1916
|
+
}
|
|
1917
|
+
.sd-toolbar-icon__icon[data-v-d7d79424] svg {
|
|
1918
|
+
width: auto; /* needed for safari */
|
|
1919
|
+
max-height: 16px;
|
|
1920
|
+
}
|
|
1921
|
+
.sd-toolbar-icon__icon--color[data-v-d7d79424] svg {
|
|
1922
|
+
max-height: 14px;
|
|
1923
|
+
margin-top: -3px;
|
|
1924
|
+
}
|
|
1925
|
+
.color-bar[data-v-d7d79424] {
|
|
1926
|
+
border-radius: 4px;
|
|
1927
|
+
position: absolute;
|
|
1928
|
+
z-index: 5;
|
|
1929
|
+
height: 4px;
|
|
1930
|
+
left: 50%;
|
|
1931
|
+
bottom: 6px;
|
|
1932
|
+
transform: translateX(-50%);
|
|
1933
|
+
width: 16px;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
.sd-toolbar-item[data-v-dbdea151] {
|
|
1937
|
+
position: relative;
|
|
1938
|
+
z-index: 1;
|
|
1939
|
+
min-width: 30px;
|
|
1940
|
+
margin: 0 calc(var(--sd-ui-toolbar-item-gap, 2px) / 2);
|
|
1941
|
+
}
|
|
1942
|
+
.sd-visually-hidden[data-v-dbdea151] {
|
|
1943
|
+
position: absolute;
|
|
1944
|
+
left: -9999px;
|
|
1945
|
+
height: 1px;
|
|
1946
|
+
width: 1px;
|
|
1947
|
+
overflow: hidden;
|
|
1948
|
+
}
|
|
1949
|
+
.sd-toolbar-button[data-v-dbdea151] {
|
|
1950
|
+
padding: var(--sd-ui-toolbar-item-padding, 5px);
|
|
1951
|
+
height: var(--sd-ui-toolbar-height, 32px);
|
|
1952
|
+
max-height: var(--sd-ui-toolbar-height, 32px);
|
|
1953
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
1954
|
+
overflow-y: visible;
|
|
1955
|
+
display: flex;
|
|
1956
|
+
align-items: center;
|
|
1957
|
+
justify-content: center;
|
|
1958
|
+
cursor: pointer;
|
|
1959
|
+
color: var(--sd-ui-toolbar-button-text, #47484a);
|
|
1960
|
+
transition: all 0.2s ease-out;
|
|
1961
|
+
user-select: none;
|
|
1962
|
+
position: relative;
|
|
1963
|
+
box-sizing: border-box;
|
|
1964
|
+
}
|
|
1965
|
+
.sd-toolbar-button[data-v-dbdea151]:hover {
|
|
1966
|
+
background-color: var(--sd-ui-toolbar-button-hover-bg, var(--sd-ui-hover-bg, #dbdbdb));
|
|
1967
|
+
}
|
|
1968
|
+
.sd-toolbar-button:hover .sd-toolbar-icon.high-contrast[data-v-dbdea151] {
|
|
1969
|
+
color: #fff;
|
|
1970
|
+
}
|
|
1971
|
+
.sd-toolbar-button:hover.high-contrast[data-v-dbdea151] {
|
|
1972
|
+
background-color: #000;
|
|
1973
|
+
color: #fff;
|
|
1974
|
+
}
|
|
1975
|
+
.sd-toolbar-button[data-v-dbdea151]:active,
|
|
1976
|
+
.sd-active[data-v-dbdea151] {
|
|
1977
|
+
background-color: var(--sd-ui-toolbar-button-active-bg, var(--sd-ui-active-bg, #c8d0d8));
|
|
1978
|
+
}
|
|
1979
|
+
.sd-button-label[data-v-dbdea151] {
|
|
1980
|
+
overflow: hidden;
|
|
1981
|
+
width: 100%;
|
|
1982
|
+
text-align: center;
|
|
1983
|
+
text-overflow: ellipsis;
|
|
1984
|
+
white-space: nowrap;
|
|
1985
|
+
font-weight: 400;
|
|
1986
|
+
font-size: var(--sd-ui-font-size-500, 15px);
|
|
1987
|
+
margin: 5px;
|
|
1988
|
+
}
|
|
1989
|
+
.sd-toolbar-icon + .sd-dropdown-caret[data-v-dbdea151] {
|
|
1990
|
+
margin-left: 4px;
|
|
1991
|
+
}
|
|
1992
|
+
.sd-toolbar-button.split[data-v-dbdea151] {
|
|
1993
|
+
padding: 0;
|
|
1994
|
+
gap: 0;
|
|
1995
|
+
}
|
|
1996
|
+
.sd-toolbar-button.split .sd-toolbar-button__main[data-v-dbdea151],
|
|
1997
|
+
.sd-toolbar-button.split .sd-toolbar-button__caret[data-v-dbdea151] {
|
|
1998
|
+
display: flex;
|
|
1999
|
+
align-items: center;
|
|
2000
|
+
justify-content: center;
|
|
2001
|
+
height: 100%;
|
|
2002
|
+
box-sizing: border-box;
|
|
2003
|
+
position: relative;
|
|
2004
|
+
z-index: 1;
|
|
2005
|
+
}
|
|
2006
|
+
.sd-toolbar-button.split .sd-toolbar-button__main[data-v-dbdea151] {
|
|
2007
|
+
padding: 0 3px 0 var(--sd-ui-toolbar-item-padding, 5px);
|
|
2008
|
+
border-top-left-radius: var(--sd-ui-radius, 6px);
|
|
2009
|
+
border-bottom-left-radius: var(--sd-ui-radius, 6px);
|
|
2010
|
+
}
|
|
2011
|
+
.sd-toolbar-button.split .sd-toolbar-button__caret[data-v-dbdea151] {
|
|
2012
|
+
padding: 0 4px 0 2px;
|
|
2013
|
+
border-top-right-radius: var(--sd-ui-radius, 6px);
|
|
2014
|
+
border-bottom-right-radius: var(--sd-ui-radius, 6px);
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
/* Unified hover: hovering anywhere on the split button highlights the whole
|
|
2018
|
+
button so it reads as a single grouped item, with a slightly darker tint
|
|
2019
|
+
on the half the cursor is actually over. */
|
|
2020
|
+
.sd-toolbar-button.split[data-v-dbdea151]:hover {
|
|
2021
|
+
background-color: var(--sd-ui-toolbar-button-hover-bg, var(--sd-ui-hover-bg, #dbdbdb));
|
|
2022
|
+
}
|
|
2023
|
+
.sd-toolbar-button.split .sd-toolbar-button__main[data-v-dbdea151]:hover,
|
|
2024
|
+
.sd-toolbar-button.split .sd-toolbar-button__caret[data-v-dbdea151]:hover {
|
|
2025
|
+
background-color: var(--sd-ui-toolbar-button-active-bg, var(--sd-ui-active-bg, #c8d0d8));
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
/* Subtle divider only appears on hover, hinting at the two affordances
|
|
2029
|
+
without making them look like separate buttons at rest. */
|
|
2030
|
+
.sd-toolbar-button.split .sd-toolbar-button__caret[data-v-dbdea151]::before {
|
|
2031
|
+
content: '';
|
|
2032
|
+
position: absolute;
|
|
2033
|
+
left: 0;
|
|
2034
|
+
top: 6px;
|
|
2035
|
+
bottom: 6px;
|
|
2036
|
+
width: 1px;
|
|
2037
|
+
background-color: transparent;
|
|
2038
|
+
transition: background-color 0.15s ease-out;
|
|
2039
|
+
}
|
|
2040
|
+
.sd-toolbar-button.split:hover .sd-toolbar-button__caret[data-v-dbdea151]::before {
|
|
2041
|
+
background-color: var(--sd-ui-border, rgba(71, 72, 74, 0.2));
|
|
2042
|
+
}
|
|
2043
|
+
.sd-toolbar-button.split.sd-disabled[data-v-dbdea151],
|
|
2044
|
+
.sd-toolbar-button.split.sd-disabled[data-v-dbdea151]:hover {
|
|
2045
|
+
background-color: initial;
|
|
2046
|
+
}
|
|
2047
|
+
.sd-toolbar-button.split.sd-disabled .sd-toolbar-button__main[data-v-dbdea151],
|
|
2048
|
+
.sd-toolbar-button.split.sd-disabled .sd-toolbar-button__caret[data-v-dbdea151] {
|
|
2049
|
+
cursor: default;
|
|
2050
|
+
}
|
|
2051
|
+
.sd-toolbar-button.split.sd-disabled .sd-toolbar-button__main[data-v-dbdea151]:hover,
|
|
2052
|
+
.sd-toolbar-button.split.sd-disabled .sd-toolbar-button__caret[data-v-dbdea151]:hover {
|
|
2053
|
+
background-color: initial;
|
|
2054
|
+
}
|
|
2055
|
+
.sd-toolbar-button.split.sd-disabled .sd-toolbar-button__caret[data-v-dbdea151]::before {
|
|
2056
|
+
background-color: transparent;
|
|
2057
|
+
}
|
|
2058
|
+
.left[data-v-dbdea151],
|
|
2059
|
+
.right[data-v-dbdea151] {
|
|
2060
|
+
width: 50%;
|
|
2061
|
+
height: 100%;
|
|
2062
|
+
background-color: #dbdbdb;
|
|
2063
|
+
border-radius: 60%;
|
|
2064
|
+
}
|
|
2065
|
+
.has-inline-text-input[data-v-dbdea151]:hover {
|
|
2066
|
+
cursor: text;
|
|
2067
|
+
}
|
|
2068
|
+
.sd-disabled[data-v-dbdea151] {
|
|
2069
|
+
cursor: default;
|
|
2070
|
+
}
|
|
2071
|
+
.sd-disabled[data-v-dbdea151]:hover {
|
|
2072
|
+
cursor: default;
|
|
2073
|
+
background-color: initial;
|
|
2074
|
+
}
|
|
2075
|
+
.sd-disabled .sd-toolbar-icon[data-v-dbdea151],
|
|
2076
|
+
.sd-disabled .sd-button-label[data-v-dbdea151] {
|
|
2077
|
+
opacity: 0.35;
|
|
2078
|
+
}
|
|
2079
|
+
.button-text-input[data-v-dbdea151] {
|
|
2080
|
+
color: var(--sd-ui-toolbar-button-text, #47484a);
|
|
2081
|
+
border-radius: 4px;
|
|
2082
|
+
text-align: center;
|
|
2083
|
+
width: 30px;
|
|
2084
|
+
font-size: var(--sd-ui-font-size-400, 14px);
|
|
2085
|
+
margin-right: 5px;
|
|
2086
|
+
font-weight: 400;
|
|
2087
|
+
background-color: transparent;
|
|
2088
|
+
padding: 2px 0;
|
|
2089
|
+
outline: none;
|
|
2090
|
+
border: 1px solid var(--sd-ui-border, #dbdbdb);
|
|
2091
|
+
box-sizing: border-box;
|
|
2092
|
+
}
|
|
2093
|
+
.button-text-input.high-contrast[data-v-dbdea151] {
|
|
2094
|
+
background-color: #fff;
|
|
2095
|
+
}
|
|
2096
|
+
.button-text-input--font-size[data-v-dbdea151] {
|
|
2097
|
+
width: 36px;
|
|
2098
|
+
}
|
|
2099
|
+
.button-text-input--font-family[data-v-dbdea151] {
|
|
2100
|
+
width: 88px;
|
|
2101
|
+
}
|
|
2102
|
+
.button-text-input[data-v-dbdea151]::placeholder {
|
|
2103
|
+
color: var(--sd-ui-toolbar-button-text, #47484a);
|
|
2104
|
+
}
|
|
2105
|
+
.sd-dropdown-caret[data-v-dbdea151] {
|
|
2106
|
+
display: inline-flex;
|
|
2107
|
+
align-items: center;
|
|
2108
|
+
justify-content: center;
|
|
2109
|
+
flex-shrink: 0;
|
|
2110
|
+
width: auto;
|
|
2111
|
+
width: 10px;
|
|
2112
|
+
height: 10px;
|
|
2113
|
+
}
|
|
2114
|
+
.sd-toolbar-item--doc-mode-compact .sd-button-label[data-v-dbdea151] {
|
|
2115
|
+
display: none;
|
|
2116
|
+
}
|
|
2117
|
+
.sd-toolbar-item--doc-mode-compact .sd-toolbar-icon[data-v-dbdea151] {
|
|
2118
|
+
margin-right: 5px;
|
|
2119
|
+
}
|
|
2120
|
+
.sd-toolbar-item--linked-styles-compact[data-v-dbdea151] {
|
|
2121
|
+
width: auto !important;
|
|
2122
|
+
}
|
|
2123
|
+
.sd-toolbar-item--linked-styles-compact .sd-button-label[data-v-dbdea151] {
|
|
2124
|
+
display: none;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.toolbar-separator[data-v-cb82253a] {
|
|
2128
|
+
height: var(--sd-ui-toolbar-height, 32px);
|
|
2129
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
2130
|
+
text-overflow: ellipsis;
|
|
2131
|
+
display: flex;
|
|
2132
|
+
align-items: center;
|
|
2133
|
+
justify-content: center;
|
|
2134
|
+
color: var(--sd-ui-border, #dbdbdb);
|
|
2135
|
+
transition: all 0.2s ease-out;
|
|
2136
|
+
user-select: none;
|
|
2137
|
+
overflow: hidden;
|
|
2138
|
+
}
|
|
2139
|
+
.toolbar-separator .separator-inner[data-v-cb82253a] {
|
|
2140
|
+
width: 1.5px;
|
|
2141
|
+
height: 20px;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.overflow-menu[data-v-504ecd05] {
|
|
2145
|
+
position: relative;
|
|
2146
|
+
}
|
|
2147
|
+
.overflow-menu_items[data-v-504ecd05] {
|
|
2148
|
+
position: absolute;
|
|
2149
|
+
width: 200px;
|
|
2150
|
+
top: calc(100% + 3px);
|
|
2151
|
+
right: 0;
|
|
2152
|
+
padding: 4px 8px;
|
|
2153
|
+
background-color: var(--sd-ui-dropdown-bg, #fff);
|
|
2154
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
2155
|
+
z-index: 100;
|
|
2156
|
+
box-shadow: var(--sd-ui-dropdown-shadow, 0 8px 24px rgba(0, 0, 0, 0.16));
|
|
2157
|
+
box-sizing: border-box;
|
|
2158
|
+
}
|
|
2159
|
+
.superdoc-toolbar-overflow[data-v-504ecd05] {
|
|
2160
|
+
min-width: auto !important;
|
|
2161
|
+
max-width: 200px;
|
|
2162
|
+
flex-wrap: wrap;
|
|
2163
|
+
}
|
|
2164
|
+
@media (max-width: 300px) {
|
|
2165
|
+
.overflow-menu_items[data-v-504ecd05] {
|
|
2166
|
+
right: auto;
|
|
2167
|
+
left: 0;
|
|
2168
|
+
transform: translateX(-50%);
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.toolbar-dropdown[data-v-fef410f7] {
|
|
2173
|
+
display: inline-flex;
|
|
2174
|
+
}
|
|
2175
|
+
.toolbar-dropdown-trigger[data-v-fef410f7] {
|
|
2176
|
+
display: inline-flex;
|
|
2177
|
+
}
|
|
2178
|
+
.toolbar-dropdown-menu[data-v-fef410f7] {
|
|
2179
|
+
min-width: 80px;
|
|
2180
|
+
padding: 4px;
|
|
2181
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
2182
|
+
background: var(--sd-ui-dropdown-bg, #fff);
|
|
2183
|
+
border: 1px solid var(--sd-ui-dropdown-border, #e4e6eb);
|
|
2184
|
+
box-shadow: var(--sd-ui-dropdown-shadow, 0 8px 24px rgba(0, 0, 0, 0.16));
|
|
2185
|
+
box-sizing: border-box;
|
|
2186
|
+
overflow-y: auto;
|
|
2187
|
+
overscroll-behavior: contain;
|
|
2188
|
+
}
|
|
2189
|
+
.toolbar-dropdown-menu.toolbar-dropdown-menu--render-only[data-v-fef410f7] {
|
|
2190
|
+
padding: 0;
|
|
2191
|
+
}
|
|
2192
|
+
.toolbar-dropdown-option[data-v-fef410f7] {
|
|
2193
|
+
min-height: 34px;
|
|
2194
|
+
display: flex;
|
|
2195
|
+
align-items: center;
|
|
2196
|
+
padding: 0 10px;
|
|
2197
|
+
border-radius: var(--sd-ui-dropdown-option-radius, 3px);
|
|
2198
|
+
cursor: pointer;
|
|
2199
|
+
font-size: var(--sd-ui-font-size-400, 14px);
|
|
2200
|
+
color: var(--sd-ui-dropdown-text, #47484a);
|
|
2201
|
+
transition: background-color 0.2s ease-out;
|
|
2202
|
+
box-sizing: border-box;
|
|
2203
|
+
}
|
|
2204
|
+
.toolbar-dropdown-option__icon[data-v-fef410f7] {
|
|
2205
|
+
display: inline-flex;
|
|
2206
|
+
align-items: center;
|
|
2207
|
+
justify-content: center;
|
|
2208
|
+
width: 14px;
|
|
2209
|
+
min-width: 14px;
|
|
2210
|
+
height: 14px;
|
|
2211
|
+
margin-right: 6px;
|
|
2212
|
+
}
|
|
2213
|
+
.toolbar-dropdown-option__icon[data-v-fef410f7] .dropdown-select-icon {
|
|
2214
|
+
display: flex;
|
|
2215
|
+
width: 12px;
|
|
2216
|
+
height: 12px;
|
|
2217
|
+
}
|
|
2218
|
+
.toolbar-dropdown-option[data-v-fef410f7]:hover {
|
|
2219
|
+
background: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2220
|
+
color: var(--sd-ui-dropdown-hover-text, #47484a);
|
|
2221
|
+
}
|
|
2222
|
+
.toolbar-dropdown-option.sd-selected[data-v-fef410f7] {
|
|
2223
|
+
background: var(--sd-ui-dropdown-active-bg, #d8dee5);
|
|
2224
|
+
color: var(--sd-ui-dropdown-selected-text, #47484a);
|
|
2225
|
+
}
|
|
2226
|
+
.toolbar-dropdown-menu.high-contrast .toolbar-dropdown-option[data-v-fef410f7]:not(.sd-render):hover {
|
|
2227
|
+
background: #000;
|
|
2228
|
+
color: #fff;
|
|
2229
|
+
}
|
|
2230
|
+
.toolbar-dropdown-menu.high-contrast .toolbar-dropdown-option:not(.sd-render).sd-selected[data-v-fef410f7] {
|
|
2231
|
+
background: #000;
|
|
2232
|
+
color: #fff;
|
|
2233
|
+
}
|
|
2234
|
+
.toolbar-dropdown-option.sd-disabled[data-v-fef410f7] {
|
|
2235
|
+
opacity: 0.5;
|
|
2236
|
+
cursor: not-allowed;
|
|
2237
|
+
}
|
|
2238
|
+
.toolbar-dropdown-option.sd-render[data-v-fef410f7] {
|
|
2239
|
+
padding: 0;
|
|
2240
|
+
cursor: default;
|
|
2241
|
+
background: transparent;
|
|
2242
|
+
color: inherit;
|
|
2243
|
+
}
|
|
2244
|
+
.toolbar-dropdown-option.sd-render[data-v-fef410f7]:hover,
|
|
2245
|
+
.toolbar-dropdown-option.sd-render.sd-selected[data-v-fef410f7] {
|
|
2246
|
+
background: transparent;
|
|
2247
|
+
color: inherit;
|
|
2248
|
+
}
|
|
2249
|
+
.fade-in-scale-up-transition-enter-active[data-v-fef410f7],
|
|
2250
|
+
.fade-in-scale-up-transition-leave-active[data-v-fef410f7] {
|
|
2251
|
+
transform-origin: top left;
|
|
2252
|
+
}
|
|
2253
|
+
.fade-in-scale-up-transition-enter-active[data-v-fef410f7] {
|
|
2254
|
+
transition:
|
|
2255
|
+
opacity 0.2s cubic-bezier(0, 0, 0.2, 1),
|
|
2256
|
+
transform 0.2s cubic-bezier(0, 0, 0.2, 1);
|
|
2257
|
+
}
|
|
2258
|
+
.fade-in-scale-up-transition-leave-active[data-v-fef410f7] {
|
|
2259
|
+
transition:
|
|
2260
|
+
opacity 0.2s cubic-bezier(0.4, 0, 1, 1),
|
|
2261
|
+
transform 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
2262
|
+
}
|
|
2263
|
+
.fade-in-scale-up-transition-enter-from[data-v-fef410f7],
|
|
2264
|
+
.fade-in-scale-up-transition-leave-to[data-v-fef410f7] {
|
|
2265
|
+
opacity: 0;
|
|
2266
|
+
transform: scale(0.9);
|
|
2267
|
+
}
|
|
2268
|
+
.fade-in-scale-up-transition-leave-from[data-v-fef410f7],
|
|
2269
|
+
.fade-in-scale-up-transition-enter-to[data-v-fef410f7] {
|
|
2270
|
+
opacity: 1;
|
|
2271
|
+
transform: scale(1);
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.sd-font-combobox[data-v-99070b63] {
|
|
2275
|
+
display: inline-flex;
|
|
2276
|
+
align-items: center;
|
|
2277
|
+
height: var(--sd-ui-toolbar-height, 32px);
|
|
2278
|
+
max-height: var(--sd-ui-toolbar-height, 32px);
|
|
2279
|
+
padding: 0;
|
|
2280
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
2281
|
+
box-sizing: border-box;
|
|
2282
|
+
cursor: text;
|
|
2283
|
+
color: var(--sd-ui-toolbar-button-text, #47484a);
|
|
2284
|
+
transition: background-color 0.2s ease-out;
|
|
2285
|
+
position: relative;
|
|
2286
|
+
}
|
|
2287
|
+
.sd-font-combobox[data-v-99070b63]:focus-within {
|
|
2288
|
+
background-color: var(--sd-ui-toolbar-button-active-bg, var(--sd-ui-active-bg, #c8d0d8));
|
|
2289
|
+
}
|
|
2290
|
+
.sd-font-combobox.high-contrast[data-v-99070b63]:focus-within {
|
|
2291
|
+
background-color: #000;
|
|
2292
|
+
color: #fff;
|
|
2293
|
+
}
|
|
2294
|
+
.sd-font-combobox.sd-disabled[data-v-99070b63] {
|
|
2295
|
+
cursor: default;
|
|
2296
|
+
opacity: 0.35;
|
|
2297
|
+
}
|
|
2298
|
+
.sd-font-combobox__field[data-v-99070b63] {
|
|
2299
|
+
flex: 1 1 auto;
|
|
2300
|
+
min-width: 0;
|
|
2301
|
+
}
|
|
2302
|
+
.sd-font-combobox__input[data-v-99070b63] {
|
|
2303
|
+
width: 100%;
|
|
2304
|
+
min-width: 0;
|
|
2305
|
+
height: 100%;
|
|
2306
|
+
padding: 0 4px 0 8px;
|
|
2307
|
+
border: none;
|
|
2308
|
+
outline: none;
|
|
2309
|
+
background: transparent;
|
|
2310
|
+
color: inherit;
|
|
2311
|
+
font-size: var(--sd-ui-font-size-500, 15px);
|
|
2312
|
+
font-weight: 400;
|
|
2313
|
+
text-overflow: ellipsis;
|
|
2314
|
+
box-sizing: border-box;
|
|
2315
|
+
}
|
|
2316
|
+
.sd-font-combobox__legacy-label[data-v-99070b63] {
|
|
2317
|
+
position: absolute;
|
|
2318
|
+
width: 1px;
|
|
2319
|
+
height: 1px;
|
|
2320
|
+
overflow: hidden;
|
|
2321
|
+
clip: rect(0 0 0 0);
|
|
2322
|
+
white-space: nowrap;
|
|
2323
|
+
}
|
|
2324
|
+
.sd-font-combobox__caret[data-v-99070b63] {
|
|
2325
|
+
flex-shrink: 0;
|
|
2326
|
+
margin: 0;
|
|
2327
|
+
border: none;
|
|
2328
|
+
background: transparent;
|
|
2329
|
+
padding: 0 4px;
|
|
2330
|
+
cursor: pointer;
|
|
2331
|
+
color: inherit;
|
|
2332
|
+
}
|
|
2333
|
+
.sd-font-combobox.sd-disabled .sd-font-combobox__caret[data-v-99070b63] {
|
|
2334
|
+
cursor: default;
|
|
2335
|
+
}
|
|
2336
|
+
.sd-dropdown-caret[data-v-99070b63] {
|
|
2337
|
+
display: inline-flex;
|
|
2338
|
+
align-items: center;
|
|
2339
|
+
justify-content: center;
|
|
2340
|
+
width: 10px;
|
|
2341
|
+
height: 10px;
|
|
2342
|
+
}
|
|
2343
|
+
.sd-font-combobox__listbox[data-v-99070b63] {
|
|
2344
|
+
min-width: 80px;
|
|
2345
|
+
padding: 4px;
|
|
2346
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
2347
|
+
background: var(--sd-ui-dropdown-bg, #fff);
|
|
2348
|
+
border: 1px solid var(--sd-ui-dropdown-border, #e4e6eb);
|
|
2349
|
+
box-shadow: var(--sd-ui-dropdown-shadow, 0 8px 24px rgba(0, 0, 0, 0.16));
|
|
2350
|
+
box-sizing: border-box;
|
|
2351
|
+
overflow-y: auto;
|
|
2352
|
+
overscroll-behavior: contain;
|
|
2353
|
+
}
|
|
2354
|
+
.sd-font-combobox__option[data-v-99070b63] {
|
|
2355
|
+
min-height: 34px;
|
|
2356
|
+
display: flex;
|
|
2357
|
+
align-items: center;
|
|
2358
|
+
padding: 0 10px;
|
|
2359
|
+
border-radius: var(--sd-ui-dropdown-option-radius, 3px);
|
|
2360
|
+
cursor: pointer;
|
|
2361
|
+
font-size: var(--sd-ui-font-size-400, 14px);
|
|
2362
|
+
color: var(--sd-ui-dropdown-text, #47484a);
|
|
2363
|
+
transition: background-color 0.2s ease-out;
|
|
2364
|
+
box-sizing: border-box;
|
|
2365
|
+
}
|
|
2366
|
+
.sd-font-combobox__option.sd-active[data-v-99070b63],
|
|
2367
|
+
.sd-font-combobox__option[data-v-99070b63]:hover {
|
|
2368
|
+
background: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2369
|
+
color: var(--sd-ui-dropdown-hover-text, #47484a);
|
|
2370
|
+
}
|
|
2371
|
+
.sd-font-combobox__option.sd-selected[data-v-99070b63] {
|
|
2372
|
+
background: var(--sd-ui-dropdown-active-bg, #d8dee5);
|
|
2373
|
+
color: var(--sd-ui-dropdown-selected-text, #47484a);
|
|
2374
|
+
}
|
|
2375
|
+
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option.sd-active[data-v-99070b63],
|
|
2376
|
+
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option[data-v-99070b63]:hover,
|
|
2377
|
+
.sd-font-combobox__listbox.high-contrast .sd-font-combobox__option.sd-selected[data-v-99070b63] {
|
|
2378
|
+
background: #000;
|
|
2379
|
+
color: #fff;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
.sd-tooltip-trigger[data-v-2a872eae] {
|
|
2383
|
+
display: inline-flex;
|
|
2384
|
+
}
|
|
2385
|
+
.sd-tooltip-content[data-v-2a872eae] {
|
|
2386
|
+
background-color: var(--sd-ui-tooltip-bg, #262626);
|
|
2387
|
+
color: var(--sd-ui-tooltip-text, #fff);
|
|
2388
|
+
font-size: var(--sd-ui-font-size-400, 14px);
|
|
2389
|
+
line-height: 1.3;
|
|
2390
|
+
border-radius: var(--sd-ui-tooltip-radius, 6px);
|
|
2391
|
+
padding: 8px 14px;
|
|
2392
|
+
box-shadow: var(--sd-ui-tooltip-shadow, 0 3px 12px rgba(0, 0, 0, 0.28));
|
|
2393
|
+
pointer-events: auto;
|
|
2394
|
+
white-space: nowrap;
|
|
2395
|
+
}
|
|
2396
|
+
.sd-tooltip-arrow[data-v-2a872eae] {
|
|
2397
|
+
position: absolute;
|
|
2398
|
+
left: 50%;
|
|
2399
|
+
bottom: -5px;
|
|
2400
|
+
width: 10px;
|
|
2401
|
+
height: 10px;
|
|
2402
|
+
background-color: var(--sd-ui-tooltip-bg, #262626);
|
|
2403
|
+
transform: translateX(-50%) rotate(45deg);
|
|
2404
|
+
}
|
|
2405
|
+
.fade-in-scale-up-transition-enter-active[data-v-2a872eae],
|
|
2406
|
+
.fade-in-scale-up-transition-leave-active[data-v-2a872eae] {
|
|
2407
|
+
transform-origin: bottom center;
|
|
2408
|
+
}
|
|
2409
|
+
.fade-in-scale-up-transition-enter-active[data-v-2a872eae] {
|
|
2410
|
+
transition:
|
|
2411
|
+
opacity 0.2s cubic-bezier(0, 0, 0.2, 1),
|
|
2412
|
+
transform 0.2s cubic-bezier(0, 0, 0.2, 1);
|
|
2413
|
+
}
|
|
2414
|
+
.fade-in-scale-up-transition-leave-active[data-v-2a872eae] {
|
|
2415
|
+
transition:
|
|
2416
|
+
opacity 0.2s cubic-bezier(0.4, 0, 1, 1),
|
|
2417
|
+
transform 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
2418
|
+
}
|
|
2419
|
+
.fade-in-scale-up-transition-enter-from[data-v-2a872eae],
|
|
2420
|
+
.fade-in-scale-up-transition-leave-to[data-v-2a872eae] {
|
|
2421
|
+
opacity: 0;
|
|
2422
|
+
transform: scale(0.9);
|
|
2423
|
+
}
|
|
2424
|
+
.fade-in-scale-up-transition-leave-from[data-v-2a872eae],
|
|
2425
|
+
.fade-in-scale-up-transition-enter-to[data-v-2a872eae] {
|
|
2426
|
+
opacity: 1;
|
|
2427
|
+
transform: scale(1);
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.button-group[data-v-590293ab] {
|
|
2431
|
+
display: flex;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
.superdoc-toolbar[data-v-55b5af7a] {
|
|
2435
|
+
display: flex;
|
|
2436
|
+
width: 100%;
|
|
2437
|
+
justify-content: space-between;
|
|
2438
|
+
background: var(--sd-ui-toolbar-bg, var(--sd-ui-bg, #ffffff));
|
|
2439
|
+
padding: var(--sd-ui-toolbar-padding-y, 4px) var(--sd-ui-toolbar-padding-x, 16px);
|
|
2440
|
+
box-sizing: border-box;
|
|
2441
|
+
font-family: var(--sd-ui-font-family, Arial, Helvetica, sans-serif);
|
|
2442
|
+
position: relative;
|
|
2443
|
+
z-index: var(--sd-ui-toolbar-z-index, 10);
|
|
2444
|
+
}
|
|
2445
|
+
@media (max-width: 768px) {
|
|
2446
|
+
.superdoc-toolbar[data-v-55b5af7a] {
|
|
2447
|
+
padding: 4px 10px;
|
|
2448
|
+
justify-content: inherit;
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.alignment-buttons[data-v-13e5f7a4] {
|
|
2453
|
+
display: flex;
|
|
2454
|
+
justify-content: space-between;
|
|
2455
|
+
width: 100%;
|
|
2456
|
+
padding: 8px;
|
|
2457
|
+
box-sizing: border-box;
|
|
2458
|
+
}
|
|
2459
|
+
.alignment-buttons .sd-button-icon[data-v-13e5f7a4] {
|
|
2460
|
+
cursor: pointer;
|
|
2461
|
+
padding: 5px;
|
|
2462
|
+
font-size: var(--sd-ui-font-size-600, 16px);
|
|
2463
|
+
color: var(--sd-ui-dropdown-text, #47484a);
|
|
2464
|
+
width: 25px;
|
|
2465
|
+
height: 25px;
|
|
2466
|
+
border-radius: var(--sd-ui-dropdown-option-radius, 3px);
|
|
2467
|
+
display: flex;
|
|
2468
|
+
justify-content: center;
|
|
2469
|
+
align-items: center;
|
|
2470
|
+
box-sizing: border-box;
|
|
2471
|
+
}
|
|
2472
|
+
.alignment-buttons .sd-button-icon[data-v-13e5f7a4]:hover {
|
|
2473
|
+
background-color: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2474
|
+
color: var(--sd-ui-dropdown-hover-text, #47484a);
|
|
2475
|
+
}
|
|
2476
|
+
.alignment-buttons .sd-button-icon[data-v-13e5f7a4] svg {
|
|
2477
|
+
width: 100%;
|
|
2478
|
+
height: 100%;
|
|
2479
|
+
display: block;
|
|
2480
|
+
fill: currentColor;
|
|
2481
|
+
}
|
|
2482
|
+
.alignment-buttons.high-contrast .sd-button-icon[data-v-13e5f7a4]:hover {
|
|
2483
|
+
background-color: #000;
|
|
2484
|
+
color: #fff;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
.style-buttons-list[data-v-44f37ff6] {
|
|
2488
|
+
display: flex;
|
|
2489
|
+
justify-content: space-between;
|
|
2490
|
+
width: 100%;
|
|
2491
|
+
padding: 8px;
|
|
2492
|
+
box-sizing: border-box;
|
|
2493
|
+
}
|
|
2494
|
+
.style-buttons-list .sd-button-icon[data-v-44f37ff6] {
|
|
2495
|
+
cursor: pointer;
|
|
2496
|
+
padding: 5px;
|
|
2497
|
+
font-size: var(--sd-ui-font-size-600, 16px);
|
|
2498
|
+
color: var(--sd-ui-dropdown-text, #47484a);
|
|
2499
|
+
border-radius: var(--sd-ui-dropdown-option-radius, 3px);
|
|
2500
|
+
display: flex;
|
|
2501
|
+
justify-content: center;
|
|
2502
|
+
align-items: center;
|
|
2503
|
+
box-sizing: border-box;
|
|
2504
|
+
}
|
|
2505
|
+
.style-buttons-list .sd-button-icon[data-v-44f37ff6]:hover {
|
|
2506
|
+
background-color: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2507
|
+
color: var(--sd-ui-dropdown-hover-text, #47484a);
|
|
2508
|
+
}
|
|
2509
|
+
.style-buttons-list .sd-button-icon[data-v-44f37ff6] svg {
|
|
2510
|
+
width: 100%;
|
|
2511
|
+
height: 100%;
|
|
2512
|
+
display: block;
|
|
2513
|
+
fill: currentColor;
|
|
2514
|
+
}
|
|
2515
|
+
.style-buttons-list .sd-button-icon.sd-selected[data-v-44f37ff6] {
|
|
2516
|
+
background-color: var(--sd-ui-dropdown-active-bg, #d8dee5);
|
|
2517
|
+
color: var(--sd-ui-dropdown-selected-text, #47484a);
|
|
2518
|
+
}
|
|
2519
|
+
.style-buttons-list.high-contrast .sd-button-icon[data-v-44f37ff6]:hover,
|
|
2520
|
+
.style-buttons-list.high-contrast .sd-button-icon.sd-selected[data-v-44f37ff6] {
|
|
2521
|
+
background-color: #000;
|
|
2522
|
+
color: #fff;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
.document-mode[data-v-bee14d7a] {
|
|
2526
|
+
display: flex;
|
|
2527
|
+
flex-direction: column;
|
|
2528
|
+
padding: 10px;
|
|
2529
|
+
box-sizing: border-box;
|
|
2530
|
+
}
|
|
2531
|
+
.document-mode[data-v-bee14d7a] svg {
|
|
2532
|
+
width: 100%;
|
|
2533
|
+
height: 100%;
|
|
2534
|
+
display: block;
|
|
2535
|
+
fill: currentColor;
|
|
2536
|
+
}
|
|
2537
|
+
.document-mode .sd-option-item[data-v-bee14d7a] {
|
|
2538
|
+
display: flex;
|
|
2539
|
+
flex-direction: row;
|
|
2540
|
+
background-color: var(--sd-ui-dropdown-bg, #ffffff);
|
|
2541
|
+
padding: 10px;
|
|
2542
|
+
border-radius: var(--sd-ui-dropdown-option-radius, 3px);
|
|
2543
|
+
cursor: pointer;
|
|
2544
|
+
box-sizing: border-box;
|
|
2545
|
+
}
|
|
2546
|
+
.document-mode .sd-option-item[data-v-bee14d7a]:hover {
|
|
2547
|
+
background-color: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2548
|
+
}
|
|
2549
|
+
.document-mode.high-contrast .sd-option-item[data-v-bee14d7a]:hover {
|
|
2550
|
+
background-color: #000;
|
|
2551
|
+
color: #fff;
|
|
2552
|
+
}
|
|
2553
|
+
.document-mode.high-contrast .sd-option-item:hover .icon-column__icon[data-v-bee14d7a] {
|
|
2554
|
+
color: #fff;
|
|
2555
|
+
}
|
|
2556
|
+
.document-mode.high-contrast .sd-option-item:hover .text-column > .document-mode-type[data-v-bee14d7a],
|
|
2557
|
+
.document-mode.high-contrast .sd-option-item:hover .text-column > .document-mode-description[data-v-bee14d7a] {
|
|
2558
|
+
color: #fff;
|
|
2559
|
+
}
|
|
2560
|
+
.sd-disabled[data-v-bee14d7a] {
|
|
2561
|
+
opacity: 0.5;
|
|
2562
|
+
cursor: not-allowed !important;
|
|
2563
|
+
pointer-events: none;
|
|
2564
|
+
}
|
|
2565
|
+
.document-mode-column[data-v-bee14d7a] {
|
|
2566
|
+
display: flex;
|
|
2567
|
+
flex-direction: column;
|
|
2568
|
+
}
|
|
2569
|
+
.document-mode-type[data-v-bee14d7a] {
|
|
2570
|
+
font-weight: 400;
|
|
2571
|
+
font-size: var(--sd-ui-font-size-500, 15px);
|
|
2572
|
+
color: var(--sd-ui-text, #47484a);
|
|
2573
|
+
}
|
|
2574
|
+
.icon-column[data-v-bee14d7a] {
|
|
2575
|
+
margin-right: 5px;
|
|
2576
|
+
justify-content: flex-start;
|
|
2577
|
+
align-items: center;
|
|
2578
|
+
padding: 0 5px;
|
|
2579
|
+
color: var(--sd-ui-text, #47484a);
|
|
2580
|
+
height: 100%;
|
|
2581
|
+
box-sizing: border-box;
|
|
2582
|
+
}
|
|
2583
|
+
.icon-column__icon[data-v-bee14d7a] {
|
|
2584
|
+
display: inline-flex;
|
|
2585
|
+
justify-content: center;
|
|
2586
|
+
align-items: center;
|
|
2587
|
+
flex-shrink: 0;
|
|
2588
|
+
height: 18px;
|
|
2589
|
+
color: var(--sd-ui-text, #47484a);
|
|
2590
|
+
}
|
|
2591
|
+
.icon-column__icon[data-v-bee14d7a] svg {
|
|
2592
|
+
width: auto;
|
|
2593
|
+
/* needed for safari */
|
|
2594
|
+
max-height: 18px;
|
|
2595
|
+
}
|
|
2596
|
+
.document-mode-description[data-v-bee14d7a] {
|
|
2597
|
+
font-size: var(--sd-ui-font-size-200, 12px);
|
|
2598
|
+
color: var(--sd-ui-text-muted, #666666);
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.style-name[data-v-43b5dcca] {
|
|
2602
|
+
padding: 16px 10px;
|
|
2603
|
+
color: var(--sd-ui-dropdown-text, #47484a);
|
|
2604
|
+
}
|
|
2605
|
+
.style-name[data-v-43b5dcca]:hover {
|
|
2606
|
+
background-color: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2607
|
+
color: var(--sd-ui-dropdown-hover-text, #47484a);
|
|
2608
|
+
}
|
|
2609
|
+
.linked-style-buttons[data-v-43b5dcca] {
|
|
2610
|
+
display: flex;
|
|
2611
|
+
flex-direction: column;
|
|
2612
|
+
width: 100%;
|
|
2613
|
+
box-sizing: border-box;
|
|
2614
|
+
max-height: 400px;
|
|
2615
|
+
width: 200px;
|
|
2616
|
+
padding: 0;
|
|
2617
|
+
margin: 0;
|
|
2618
|
+
overflow: auto;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
.sd-ai-writer[data-v-67f6c6f7] {
|
|
2622
|
+
width: 300px;
|
|
2623
|
+
padding: 12px;
|
|
2624
|
+
border: 1px solid #7715b3;
|
|
2625
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
2626
|
+
background: var(--sd-ui-dropdown-bg, #fff);
|
|
2627
|
+
box-shadow: 0 0 2px 2px #7715b366;
|
|
2628
|
+
box-sizing: border-box;
|
|
2629
|
+
}
|
|
2630
|
+
.sd-ai-writer__input[data-v-67f6c6f7] {
|
|
2631
|
+
width: 100%;
|
|
2632
|
+
min-height: 76px;
|
|
2633
|
+
resize: vertical;
|
|
2634
|
+
border: 1px solid var(--sd-ui-border, #dbdbdb);
|
|
2635
|
+
border-radius: 4px;
|
|
2636
|
+
box-sizing: border-box;
|
|
2637
|
+
color: var(--sd-ui-text, #47484a);
|
|
2638
|
+
font-family: var(--sd-ui-font-family, Arial, Helvetica, sans-serif);
|
|
2639
|
+
font-size: var(--sd-ui-font-size-300, 13px);
|
|
2640
|
+
line-height: 1.4;
|
|
2641
|
+
outline: none;
|
|
2642
|
+
padding: 8px;
|
|
2643
|
+
}
|
|
2644
|
+
.sd-ai-writer__input[data-v-67f6c6f7]:focus {
|
|
2645
|
+
border-color: var(--sd-ui-action, #7715b3);
|
|
2646
|
+
}
|
|
2647
|
+
.sd-ai-writer__footer[data-v-67f6c6f7] {
|
|
2648
|
+
display: flex;
|
|
2649
|
+
align-items: center;
|
|
2650
|
+
justify-content: flex-end;
|
|
2651
|
+
gap: 8px;
|
|
2652
|
+
margin-top: 10px;
|
|
2653
|
+
}
|
|
2654
|
+
.sd-ai-writer__error[data-v-67f6c6f7] {
|
|
2655
|
+
flex: 1;
|
|
2656
|
+
margin: 0;
|
|
2657
|
+
color: #b42318;
|
|
2658
|
+
font-size: var(--sd-ui-font-size-200, 12px);
|
|
2659
|
+
line-height: 1.3;
|
|
2660
|
+
}
|
|
2661
|
+
.sd-ai-writer__submit[data-v-67f6c6f7] {
|
|
2662
|
+
border: 1px solid var(--sd-ui-action, #7715b3);
|
|
2663
|
+
border-radius: 4px;
|
|
2664
|
+
background: var(--sd-ui-action, #7715b3);
|
|
2665
|
+
color: #fff;
|
|
2666
|
+
cursor: pointer;
|
|
2667
|
+
font-family: var(--sd-ui-font-family, Arial, Helvetica, sans-serif);
|
|
2668
|
+
font-size: var(--sd-ui-font-size-300, 13px);
|
|
2669
|
+
line-height: 1;
|
|
2670
|
+
padding: 7px 10px;
|
|
2671
|
+
}
|
|
2672
|
+
.sd-ai-writer__submit[data-v-67f6c6f7]:disabled {
|
|
2673
|
+
cursor: default;
|
|
2674
|
+
opacity: 0.55;
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2677
|
+
.sd-option-row[data-v-05eb02fc] {
|
|
2678
|
+
display: flex;
|
|
2679
|
+
flex-direction: row;
|
|
2680
|
+
}
|
|
2681
|
+
.sd-option[data-v-05eb02fc] {
|
|
2682
|
+
border-radius: 50%;
|
|
2683
|
+
cursor: pointer;
|
|
2684
|
+
padding: 3px;
|
|
2685
|
+
display: flex;
|
|
2686
|
+
align-items: center;
|
|
2687
|
+
justify-content: center;
|
|
2688
|
+
position: relative;
|
|
2689
|
+
box-sizing: border-box;
|
|
2690
|
+
}
|
|
2691
|
+
.sd-option[data-v-05eb02fc]:hover {
|
|
2692
|
+
background-color: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2693
|
+
}
|
|
2694
|
+
.sd-option__icon[data-v-05eb02fc] {
|
|
2695
|
+
width: 20px;
|
|
2696
|
+
height: 20px;
|
|
2697
|
+
flex-shrink: 0;
|
|
2698
|
+
}
|
|
2699
|
+
.sd-option__check[data-v-05eb02fc] {
|
|
2700
|
+
width: 14px;
|
|
2701
|
+
height: 14px;
|
|
2702
|
+
flex-shrink: 0;
|
|
2703
|
+
position: absolute;
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
.options-grid-wrap[data-v-52b0283a] {
|
|
2707
|
+
padding: 5px;
|
|
2708
|
+
border-radius: var(--sd-ui-radius, 6px);
|
|
2709
|
+
}
|
|
2710
|
+
.none-option[data-v-52b0283a] {
|
|
2711
|
+
display: flex;
|
|
2712
|
+
align-items: center;
|
|
2713
|
+
gap: 4px;
|
|
2714
|
+
padding: 4px;
|
|
2715
|
+
color: var(--sd-ui-text, #47484a);
|
|
2716
|
+
}
|
|
2717
|
+
.none-option[data-v-52b0283a]:hover {
|
|
2718
|
+
opacity: 0.65;
|
|
2719
|
+
}
|
|
2720
|
+
.none-icon[data-v-52b0283a] {
|
|
2721
|
+
width: 16px;
|
|
2722
|
+
}
|
|
2723
|
+
.option-grid-ctn[data-v-52b0283a] {
|
|
2724
|
+
display: flex;
|
|
2725
|
+
flex-direction: column;
|
|
2726
|
+
background-color: var(--sd-ui-dropdown-bg, #ffffff);
|
|
2727
|
+
z-index: 3;
|
|
2728
|
+
box-sizing: border-box;
|
|
2729
|
+
}
|
|
2730
|
+
.option-grid-ctn__subtitle[data-v-52b0283a] {
|
|
2731
|
+
padding: 3px;
|
|
2732
|
+
font-size: var(--sd-ui-font-size-200, 12px);
|
|
2733
|
+
font-weight: 600;
|
|
2734
|
+
}
|
|
2735
|
+
.option-grid-ctn[data-v-52b0283a] svg {
|
|
2736
|
+
width: 100%;
|
|
2737
|
+
height: 100%;
|
|
2738
|
+
display: block;
|
|
2739
|
+
fill: currentColor;
|
|
2740
|
+
}
|
|
2741
|
+
|
|
2742
|
+
.toolbar-table-grid-wrapper .toolbar-table-grid[data-v-b87d6ca2] {
|
|
2743
|
+
display: grid;
|
|
2744
|
+
grid-template-columns: repeat(5, 1fr);
|
|
2745
|
+
gap: 2px;
|
|
2746
|
+
padding: 8px;
|
|
2747
|
+
box-sizing: border-box;
|
|
2748
|
+
}
|
|
2749
|
+
.toolbar-table-grid-wrapper .toolbar-table-grid__item[data-v-b87d6ca2] {
|
|
2750
|
+
width: 20px;
|
|
2751
|
+
height: 20px;
|
|
2752
|
+
border: 1px solid var(--sd-ui-border, #dbdbdb);
|
|
2753
|
+
cursor: pointer;
|
|
2754
|
+
transition: all 0.15s;
|
|
2755
|
+
}
|
|
2756
|
+
.toolbar-table-grid-wrapper .toolbar-table-grid__item.sd-selected[data-v-b87d6ca2] {
|
|
2757
|
+
background-color: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2758
|
+
}
|
|
2759
|
+
.toolbar-table-grid-wrapper.high-contrast .toolbar-table-grid__item[data-v-b87d6ca2] {
|
|
2760
|
+
border-color: #000;
|
|
2761
|
+
}
|
|
2762
|
+
.toolbar-table-grid-wrapper.high-contrast .toolbar-table-grid__item.sd-selected[data-v-b87d6ca2] {
|
|
2763
|
+
background: #000;
|
|
2764
|
+
}
|
|
2765
|
+
.toolbar-table-grid-wrapper .toolbar-table-grid-value[data-v-b87d6ca2] {
|
|
2766
|
+
font-size: var(--sd-ui-font-size-300, 13px);
|
|
2767
|
+
line-height: 1.1;
|
|
2768
|
+
padding: 0px 8px 2px;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
.toolbar-table-actions[data-v-0cdad084] {
|
|
2772
|
+
display: flex;
|
|
2773
|
+
flex-direction: column;
|
|
2774
|
+
gap: 6px;
|
|
2775
|
+
padding: 10px;
|
|
2776
|
+
box-sizing: border-box;
|
|
2777
|
+
}
|
|
2778
|
+
.toolbar-table-actions[data-v-0cdad084] svg {
|
|
2779
|
+
width: 100%;
|
|
2780
|
+
height: 100%;
|
|
2781
|
+
display: block;
|
|
2782
|
+
fill: currentColor;
|
|
2783
|
+
}
|
|
2784
|
+
.toolbar-table-actions__item[data-v-0cdad084] {
|
|
2785
|
+
display: flex;
|
|
2786
|
+
gap: 5px;
|
|
2787
|
+
background-color: var(--sd-ui-dropdown-bg, #ffffff);
|
|
2788
|
+
padding: 4px 10px;
|
|
2789
|
+
border-radius: var(--sd-ui-dropdown-option-radius, 3px);
|
|
2790
|
+
cursor: pointer;
|
|
2791
|
+
box-sizing: border-box;
|
|
2792
|
+
position: relative;
|
|
2793
|
+
}
|
|
2794
|
+
.toolbar-table-actions__item[data-v-0cdad084]:hover {
|
|
2795
|
+
background-color: var(--sd-ui-dropdown-hover-bg, #d8dee5);
|
|
2796
|
+
}
|
|
2797
|
+
.toolbar-table-actions__item--border[data-v-0cdad084]:after {
|
|
2798
|
+
content: '';
|
|
2799
|
+
display: block;
|
|
2800
|
+
position: absolute;
|
|
2801
|
+
bottom: -3px;
|
|
2802
|
+
left: -10px;
|
|
2803
|
+
right: 0;
|
|
2804
|
+
height: 1px;
|
|
2805
|
+
width: calc(100% + 20px);
|
|
2806
|
+
background: var(--sd-ui-border, #dbdbdb);
|
|
2807
|
+
}
|
|
2808
|
+
.toolbar-table-actions__icon[data-v-0cdad084] {
|
|
2809
|
+
display: flex;
|
|
2810
|
+
justify-content: center;
|
|
2811
|
+
align-items: center;
|
|
2812
|
+
width: 20px;
|
|
2813
|
+
color: var(--sd-ui-text, #47484a);
|
|
2814
|
+
box-sizing: border-box;
|
|
2815
|
+
}
|
|
2816
|
+
.toolbar-table-actions__icon-wrapper[data-v-0cdad084] {
|
|
2817
|
+
display: inline-flex;
|
|
2818
|
+
justify-content: center;
|
|
2819
|
+
align-items: center;
|
|
2820
|
+
flex-shrink: 0;
|
|
2821
|
+
height: 14px;
|
|
2822
|
+
color: var(--sd-ui-text, #47484a);
|
|
2823
|
+
}
|
|
2824
|
+
.toolbar-table-actions__icon-wrapper[data-v-0cdad084] svg {
|
|
2825
|
+
width: auto;
|
|
2826
|
+
max-height: 14px;
|
|
2827
|
+
}
|
|
2828
|
+
.toolbar-table-actions__label[data-v-0cdad084] {
|
|
2829
|
+
font-size: var(--sd-ui-font-size-500, 15px);
|
|
2830
|
+
font-weight: 400;
|
|
2831
|
+
color: var(--sd-ui-text, #47484a);
|
|
2832
|
+
white-space: nowrap;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.sd-password-prompt[data-v-ecf7f6fb] {
|
|
2836
|
+
display: flex;
|
|
2837
|
+
flex-direction: column;
|
|
2838
|
+
gap: var(--sd-ui-password-prompt-gap, 12px);
|
|
2839
|
+
}
|
|
2840
|
+
.sd-password-prompt__heading[data-v-ecf7f6fb] {
|
|
2841
|
+
margin: 0;
|
|
2842
|
+
font-size: var(--sd-ui-password-prompt-heading-size, 15px);
|
|
2843
|
+
font-weight: var(--sd-ui-password-prompt-heading-weight, 600);
|
|
2844
|
+
line-height: 1.4;
|
|
2845
|
+
color: var(--sd-ui-password-prompt-heading-color, var(--sd-ui-text));
|
|
2846
|
+
}
|
|
2847
|
+
.sd-password-prompt__description[data-v-ecf7f6fb] {
|
|
2848
|
+
margin: 0;
|
|
2849
|
+
font-size: var(--sd-ui-password-prompt-description-size, 14px);
|
|
2850
|
+
line-height: 1.5;
|
|
2851
|
+
color: var(--sd-ui-password-prompt-description-color, var(--sd-ui-text));
|
|
2852
|
+
}
|
|
2853
|
+
.sd-password-prompt__field[data-v-ecf7f6fb] {
|
|
2854
|
+
display: flex;
|
|
2855
|
+
}
|
|
2856
|
+
.sd-password-prompt__input[data-v-ecf7f6fb] {
|
|
2857
|
+
width: 100%;
|
|
2858
|
+
padding: var(--sd-ui-password-prompt-input-padding, 8px 10px);
|
|
2859
|
+
font-size: var(--sd-ui-password-prompt-input-size, 14px);
|
|
2860
|
+
font-family: inherit;
|
|
2861
|
+
color: var(--sd-ui-password-prompt-input-color, var(--sd-ui-text));
|
|
2862
|
+
background: var(--sd-ui-password-prompt-input-bg, #fff);
|
|
2863
|
+
border: 1px solid var(--sd-ui-password-prompt-input-border, var(--sd-ui-border));
|
|
2864
|
+
border-radius: var(--sd-ui-password-prompt-input-radius, 4px);
|
|
2865
|
+
outline: none;
|
|
2866
|
+
transition: border-color 0.15s;
|
|
2867
|
+
}
|
|
2868
|
+
.sd-password-prompt__input[data-v-ecf7f6fb]:focus {
|
|
2869
|
+
border-color: var(--sd-ui-password-prompt-input-focus-border, var(--sd-ui-action));
|
|
2870
|
+
}
|
|
2871
|
+
.sd-password-prompt__input[data-v-ecf7f6fb]:disabled {
|
|
2872
|
+
opacity: var(--sd-ui-password-prompt-input-disabled-opacity, 0.6);
|
|
2873
|
+
cursor: not-allowed;
|
|
2874
|
+
}
|
|
2875
|
+
.sd-password-prompt__error[data-v-ecf7f6fb] {
|
|
2876
|
+
margin: 0;
|
|
2877
|
+
font-size: var(--sd-ui-password-prompt-error-size, 13px);
|
|
2878
|
+
color: var(--sd-ui-password-prompt-error-color, var(--sd-color-red-500, #ed4337));
|
|
2879
|
+
}
|
|
2880
|
+
.sd-password-prompt__actions[data-v-ecf7f6fb] {
|
|
2881
|
+
display: flex;
|
|
2882
|
+
justify-content: flex-end;
|
|
2883
|
+
gap: var(--sd-ui-password-prompt-actions-gap, 8px);
|
|
2884
|
+
margin-top: 4px;
|
|
2885
|
+
}
|
|
2886
|
+
.sd-password-prompt__btn[data-v-ecf7f6fb] {
|
|
2887
|
+
padding: var(--sd-ui-password-prompt-btn-padding, 6px 16px);
|
|
2888
|
+
font-size: var(--sd-ui-password-prompt-btn-size, 14px);
|
|
2889
|
+
font-family: inherit;
|
|
2890
|
+
border-radius: var(--sd-ui-password-prompt-btn-radius, 4px);
|
|
2891
|
+
cursor: pointer;
|
|
2892
|
+
transition:
|
|
2893
|
+
background-color 0.15s,
|
|
2894
|
+
opacity 0.15s;
|
|
2895
|
+
}
|
|
2896
|
+
.sd-password-prompt__btn[data-v-ecf7f6fb]:disabled {
|
|
2897
|
+
opacity: var(--sd-ui-password-prompt-btn-disabled-opacity, 0.5);
|
|
2898
|
+
cursor: not-allowed;
|
|
2899
|
+
}
|
|
2900
|
+
.sd-password-prompt__btn--cancel[data-v-ecf7f6fb] {
|
|
2901
|
+
background: var(--sd-ui-password-prompt-cancel-bg, transparent);
|
|
2902
|
+
border: 1px solid var(--sd-ui-password-prompt-cancel-border, var(--sd-ui-border));
|
|
2903
|
+
color: var(--sd-ui-password-prompt-cancel-color, var(--sd-ui-text));
|
|
2904
|
+
}
|
|
2905
|
+
.sd-password-prompt__btn--cancel[data-v-ecf7f6fb]:hover:not(:disabled) {
|
|
2906
|
+
background: var(--sd-ui-password-prompt-cancel-hover-bg, var(--sd-color-gray-100, #f5f5f5));
|
|
2907
|
+
}
|
|
2908
|
+
.sd-password-prompt__btn--submit[data-v-ecf7f6fb] {
|
|
2909
|
+
background: var(--sd-ui-password-prompt-submit-bg, var(--sd-ui-action));
|
|
2910
|
+
border: 1px solid var(--sd-ui-password-prompt-submit-border, var(--sd-ui-action));
|
|
2911
|
+
color: var(--sd-ui-password-prompt-submit-color, var(--sd-ui-action-text, #fff));
|
|
2912
|
+
}
|
|
2913
|
+
.sd-password-prompt__btn--submit[data-v-ecf7f6fb]:hover:not(:disabled) {
|
|
2914
|
+
background: var(--sd-ui-password-prompt-submit-hover-bg, var(--sd-ui-action-hover));
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
.sd-find-replace[data-v-fed15bd3] {
|
|
2918
|
+
display: flex;
|
|
2919
|
+
flex-direction: column;
|
|
2920
|
+
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
2921
|
+
/* One-row layout: the field shares its row with the query toggles and nav,
|
|
2922
|
+
so it needs room to breathe before the query starts truncating. */
|
|
2923
|
+
min-width: var(--sd-ui-find-replace-min-width, 380px);
|
|
2924
|
+
}
|
|
2925
|
+
.sd-find-replace__row[data-v-fed15bd3] {
|
|
2926
|
+
display: flex;
|
|
2927
|
+
align-items: center;
|
|
2928
|
+
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
/* Mirrors the expander's footprint so the replace field and the error line
|
|
2932
|
+
align with the find field. */
|
|
2933
|
+
.sd-find-replace__row-indent[data-v-fed15bd3] {
|
|
2934
|
+
flex: 0 0 var(--sd-ui-find-replace-expander-size, 24px);
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
/* The field carries the border; the input inside is naked so the count and
|
|
2938
|
+
the query toggles sit visually inside the control. */
|
|
2939
|
+
.sd-find-replace__field[data-v-fed15bd3] {
|
|
2940
|
+
flex: 1;
|
|
2941
|
+
min-width: 0;
|
|
2942
|
+
display: flex;
|
|
2943
|
+
align-items: center;
|
|
2944
|
+
height: var(--sd-ui-find-replace-input-height, 32px);
|
|
2945
|
+
padding: 0 4px 0 10px;
|
|
2946
|
+
background: var(--sd-ui-find-replace-input-bg, #fff);
|
|
2947
|
+
border: 1px solid var(--sd-ui-find-replace-input-border, var(--sd-ui-border));
|
|
2948
|
+
border-radius: var(--sd-ui-find-replace-input-radius, 6px);
|
|
2949
|
+
box-sizing: border-box;
|
|
2950
|
+
transition:
|
|
2951
|
+
border-color 0.12s ease-out,
|
|
2952
|
+
box-shadow 0.12s ease-out;
|
|
2953
|
+
}
|
|
2954
|
+
.sd-find-replace__field[data-v-fed15bd3]:focus-within {
|
|
2955
|
+
border-color: var(--sd-ui-find-replace-input-focus-border, var(--sd-ui-action));
|
|
2956
|
+
box-shadow: 0 0 0 3px
|
|
2957
|
+
var(--sd-ui-find-replace-input-focus-ring, color-mix(in srgb, var(--sd-ui-action) 15%, transparent));
|
|
2958
|
+
}
|
|
2959
|
+
.sd-find-replace__field--error[data-v-fed15bd3],
|
|
2960
|
+
.sd-find-replace__field--error[data-v-fed15bd3]:focus-within {
|
|
2961
|
+
border-color: var(--sd-ui-find-replace-error-color, #b3261e);
|
|
2962
|
+
}
|
|
2963
|
+
.sd-find-replace__field--error[data-v-fed15bd3]:focus-within {
|
|
2964
|
+
box-shadow: 0 0 0 3px color-mix(in srgb, var(--sd-ui-find-replace-error-color, #b3261e) 12%, transparent);
|
|
2965
|
+
}
|
|
2966
|
+
.sd-find-replace__search-icon[data-v-fed15bd3] {
|
|
2967
|
+
color: var(--sd-ui-find-replace-search-icon-color, #9ca3af);
|
|
2968
|
+
flex-shrink: 0;
|
|
2969
|
+
margin-right: 6px;
|
|
2970
|
+
}
|
|
2971
|
+
.sd-find-replace__input[data-v-fed15bd3] {
|
|
2972
|
+
flex: 1;
|
|
2973
|
+
min-width: 0;
|
|
2974
|
+
height: 100%;
|
|
2975
|
+
padding: 0;
|
|
2976
|
+
font-size: var(--sd-ui-find-replace-input-font-size, 14px);
|
|
2977
|
+
font-family: inherit;
|
|
2978
|
+
color: var(--sd-ui-text);
|
|
2979
|
+
background: transparent;
|
|
2980
|
+
border: none;
|
|
2981
|
+
outline: none;
|
|
2982
|
+
}
|
|
2983
|
+
.sd-find-replace__count[data-v-fed15bd3] {
|
|
2984
|
+
font-size: var(--sd-ui-find-replace-count-font-size, 12px);
|
|
2985
|
+
color: var(--sd-ui-find-replace-count-color, #6b7280);
|
|
2986
|
+
pointer-events: none;
|
|
2987
|
+
white-space: nowrap;
|
|
2988
|
+
font-variant-numeric: tabular-nums;
|
|
2989
|
+
letter-spacing: 0.01em;
|
|
2990
|
+
padding: 0 5px 0 4px;
|
|
2991
|
+
flex-shrink: 0;
|
|
2992
|
+
}
|
|
2993
|
+
.sd-find-replace__divider[data-v-fed15bd3] {
|
|
2994
|
+
width: 1px;
|
|
2995
|
+
height: 16px;
|
|
2996
|
+
margin: 0 4px;
|
|
2997
|
+
background: var(--sd-ui-find-replace-input-border, var(--sd-ui-border));
|
|
2998
|
+
flex-shrink: 0;
|
|
2999
|
+
}
|
|
3000
|
+
.sd-find-replace__nav[data-v-fed15bd3] {
|
|
3001
|
+
display: flex;
|
|
3002
|
+
align-items: center;
|
|
3003
|
+
gap: var(--sd-ui-find-replace-nav-gap, 2px);
|
|
3004
|
+
flex-shrink: 0;
|
|
3005
|
+
}
|
|
3006
|
+
.sd-find-replace__nav--actions[data-v-fed15bd3] {
|
|
3007
|
+
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
3008
|
+
}
|
|
3009
|
+
.sd-find-replace__btn[data-v-fed15bd3] {
|
|
3010
|
+
display: inline-flex;
|
|
3011
|
+
align-items: center;
|
|
3012
|
+
justify-content: center;
|
|
3013
|
+
font-family: inherit;
|
|
3014
|
+
cursor: pointer;
|
|
3015
|
+
border: none;
|
|
3016
|
+
background: transparent;
|
|
3017
|
+
color: var(--sd-ui-find-replace-btn-color, var(--sd-ui-text));
|
|
3018
|
+
transition:
|
|
3019
|
+
background-color 0.12s ease-out,
|
|
3020
|
+
color 0.12s ease-out,
|
|
3021
|
+
border-color 0.12s ease-out,
|
|
3022
|
+
transform 90ms ease-out;
|
|
3023
|
+
}
|
|
3024
|
+
.sd-find-replace__btn[data-v-fed15bd3]:active:not(:disabled) {
|
|
3025
|
+
transform: scale(0.96);
|
|
3026
|
+
}
|
|
3027
|
+
.sd-find-replace__btn[data-v-fed15bd3]:focus-visible {
|
|
3028
|
+
outline: 2px solid var(--sd-ui-action);
|
|
3029
|
+
outline-offset: 1px;
|
|
3030
|
+
}
|
|
3031
|
+
.sd-find-replace__btn[data-v-fed15bd3]:disabled {
|
|
3032
|
+
opacity: var(--sd-ui-find-replace-btn-disabled-opacity, 0.4);
|
|
3033
|
+
cursor: not-allowed;
|
|
3034
|
+
}
|
|
3035
|
+
.sd-find-replace__btn--icon[data-v-fed15bd3] {
|
|
3036
|
+
width: var(--sd-ui-find-replace-btn-size, 28px);
|
|
3037
|
+
height: var(--sd-ui-find-replace-btn-size, 28px);
|
|
3038
|
+
border-radius: var(--sd-ui-find-replace-btn-radius, 6px);
|
|
3039
|
+
color: var(--sd-ui-find-replace-btn-color, #4b5563);
|
|
3040
|
+
}
|
|
3041
|
+
.sd-find-replace__btn--icon[data-v-fed15bd3]:hover:not(:disabled) {
|
|
3042
|
+
background: var(--sd-ui-find-replace-btn-hover-bg, color-mix(in srgb, currentColor 8%, transparent));
|
|
3043
|
+
}
|
|
3044
|
+
.sd-find-replace__btn--expander[data-v-fed15bd3] {
|
|
3045
|
+
width: var(--sd-ui-find-replace-expander-size, 24px);
|
|
3046
|
+
height: var(--sd-ui-find-replace-expander-size, 24px);
|
|
3047
|
+
border-radius: var(--sd-ui-find-replace-btn-radius, 6px);
|
|
3048
|
+
color: var(--sd-ui-find-replace-count-color, #6b7280);
|
|
3049
|
+
flex-shrink: 0;
|
|
3050
|
+
}
|
|
3051
|
+
.sd-find-replace__btn--expander[data-v-fed15bd3]:hover:not(:disabled) {
|
|
3052
|
+
background: var(--sd-ui-find-replace-btn-hover-bg, color-mix(in srgb, currentColor 8%, transparent));
|
|
3053
|
+
color: var(--sd-ui-find-replace-btn-color, var(--sd-ui-text));
|
|
3054
|
+
}
|
|
3055
|
+
.sd-find-replace__btn--expander svg[data-v-fed15bd3] {
|
|
3056
|
+
transition: transform 0.16s ease-out;
|
|
3057
|
+
}
|
|
3058
|
+
.sd-find-replace__btn--expander-open svg[data-v-fed15bd3] {
|
|
3059
|
+
transform: rotate(90deg);
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
/* Query-scoped toggles inside the field (match case / diacritics / regex).
|
|
3063
|
+
Kept compact so they never crowd the query text. */
|
|
3064
|
+
.sd-find-replace__btn--toggle[data-v-fed15bd3] {
|
|
3065
|
+
height: 20px;
|
|
3066
|
+
min-width: 20px;
|
|
3067
|
+
padding: var(--sd-ui-find-replace-btn-toggle-padding, 0 3px);
|
|
3068
|
+
font-size: var(--sd-ui-find-replace-btn-toggle-font-size, 11px);
|
|
3069
|
+
letter-spacing: 0.01em;
|
|
3070
|
+
border-radius: calc(var(--sd-ui-find-replace-input-radius, 6px) - 2px);
|
|
3071
|
+
border: 1px solid transparent;
|
|
3072
|
+
color: var(--sd-ui-find-replace-count-color, #6b7280);
|
|
3073
|
+
flex-shrink: 0;
|
|
3074
|
+
}
|
|
3075
|
+
.sd-find-replace__btn--toggle + .sd-find-replace__btn--toggle[data-v-fed15bd3] {
|
|
3076
|
+
margin-left: 1px;
|
|
3077
|
+
}
|
|
3078
|
+
.sd-find-replace__btn--toggle[data-v-fed15bd3]:hover:not(:disabled) {
|
|
3079
|
+
background: var(--sd-ui-find-replace-btn-hover-bg, color-mix(in srgb, currentColor 8%, transparent));
|
|
3080
|
+
color: var(--sd-ui-find-replace-btn-color, var(--sd-ui-text));
|
|
3081
|
+
}
|
|
3082
|
+
.sd-find-replace__btn--active[data-v-fed15bd3],
|
|
3083
|
+
.sd-find-replace__btn--active[data-v-fed15bd3]:hover:not(:disabled) {
|
|
3084
|
+
background: var(--sd-ui-find-replace-toggle-active-bg, color-mix(in srgb, var(--sd-ui-action) 12%, transparent));
|
|
3085
|
+
border-color: var(
|
|
3086
|
+
--sd-ui-find-replace-toggle-active-border,
|
|
3087
|
+
color-mix(in srgb, var(--sd-ui-action) 30%, transparent)
|
|
3088
|
+
);
|
|
3089
|
+
color: var(--sd-ui-find-replace-toggle-active-color, var(--sd-ui-action));
|
|
3090
|
+
}
|
|
3091
|
+
.sd-find-replace__btn--action[data-v-fed15bd3] {
|
|
3092
|
+
height: var(--sd-ui-find-replace-btn-size, 28px);
|
|
3093
|
+
padding: var(--sd-ui-find-replace-action-btn-padding, 0 12px);
|
|
3094
|
+
font-size: var(--sd-ui-find-replace-count-font-size, 13px);
|
|
3095
|
+
letter-spacing: 0.01em;
|
|
3096
|
+
border-radius: var(--sd-ui-find-replace-btn-radius, 6px);
|
|
3097
|
+
background: var(--sd-ui-find-replace-action-btn-bg, var(--sd-ui-action));
|
|
3098
|
+
color: var(--sd-ui-find-replace-action-btn-color, #fff);
|
|
3099
|
+
}
|
|
3100
|
+
.sd-find-replace__btn--action[data-v-fed15bd3]:hover:not(:disabled) {
|
|
3101
|
+
background: var(
|
|
3102
|
+
--sd-ui-find-replace-action-btn-hover-bg,
|
|
3103
|
+
color-mix(in srgb, var(--sd-ui-find-replace-action-btn-bg, var(--sd-ui-action)) 88%, #000)
|
|
3104
|
+
);
|
|
3105
|
+
}
|
|
3106
|
+
.sd-find-replace__error[data-v-fed15bd3] {
|
|
3107
|
+
display: flex;
|
|
3108
|
+
align-items: center;
|
|
3109
|
+
gap: var(--sd-ui-find-replace-gap, 6px);
|
|
3110
|
+
color: var(--sd-ui-find-replace-error-color, #b3261e);
|
|
3111
|
+
font-size: var(--sd-ui-find-replace-error-font-size, 12px);
|
|
3112
|
+
letter-spacing: 0.01em;
|
|
3113
|
+
padding: var(--sd-ui-find-replace-error-padding, 0 2px);
|
|
3114
|
+
animation: sd-find-replace-error-in-fed15bd3 0.16s ease-out;
|
|
3115
|
+
}
|
|
3116
|
+
.sd-find-replace__error-text[data-v-fed15bd3] {
|
|
3117
|
+
padding-left: 4px;
|
|
3118
|
+
}
|
|
3119
|
+
@keyframes sd-find-replace-error-in-fed15bd3 {
|
|
3120
|
+
from {
|
|
3121
|
+
opacity: 0;
|
|
3122
|
+
transform: translateY(-2px);
|
|
3123
|
+
}
|
|
3124
|
+
to {
|
|
3125
|
+
opacity: 1;
|
|
3126
|
+
transform: none;
|
|
3127
|
+
}
|
|
3128
|
+
}
|
|
3129
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3130
|
+
.sd-find-replace__field[data-v-fed15bd3],
|
|
3131
|
+
.sd-find-replace__btn[data-v-fed15bd3],
|
|
3132
|
+
.sd-find-replace__btn--expander svg[data-v-fed15bd3] {
|
|
3133
|
+
transition: none;
|
|
3134
|
+
}
|
|
3135
|
+
.sd-find-replace__btn[data-v-fed15bd3]:active:not(:disabled) {
|
|
3136
|
+
transform: none;
|
|
3137
|
+
}
|
|
3138
|
+
.sd-find-replace__error[data-v-fed15bd3] {
|
|
3139
|
+
animation: none;
|
|
3140
|
+
}
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
.sd-pdf-viewer-page[data-v-d7a9857d] {
|
|
3144
|
+
--user-unit: 1;
|
|
3145
|
+
--total-scale-factor: calc(var(--scale-factor) * var(--user-unit));
|
|
3146
|
+
--scale-round-x: 1px;
|
|
3147
|
+
--scale-round-y: 1px;
|
|
3148
|
+
|
|
3149
|
+
width: 816px;
|
|
3150
|
+
height: 1056px;
|
|
3151
|
+
/* margin: 1px auto -8px; */
|
|
3152
|
+
position: relative;
|
|
3153
|
+
overflow: visible;
|
|
3154
|
+
/* border: 9px solid transparent; */
|
|
3155
|
+
background-clip: content-box;
|
|
3156
|
+
background-color: #fff;
|
|
3157
|
+
box-sizing: content-box;
|
|
3158
|
+
margin: 0 0 calc(var(--scale-factor) * 10px);
|
|
3159
|
+
}
|
|
3160
|
+
.sd-pdf-viewer-page[data-v-d7a9857d]:last-child {
|
|
3161
|
+
margin: 0;
|
|
3162
|
+
}
|
|
3163
|
+
.sd-pdf-viewer-page__canvas-wrapper[data-v-d7a9857d] {
|
|
3164
|
+
overflow: hidden;
|
|
3165
|
+
width: 100%;
|
|
3166
|
+
height: 100%;
|
|
3167
|
+
}
|
|
3168
|
+
.sd-pdf-viewer-page__canvas[data-v-d7a9857d] {
|
|
3169
|
+
position: absolute;
|
|
3170
|
+
top: 0;
|
|
3171
|
+
left: 0;
|
|
3172
|
+
display: block;
|
|
3173
|
+
margin: 0;
|
|
3174
|
+
width: 100%;
|
|
3175
|
+
height: 100%;
|
|
3176
|
+
contain: content;
|
|
3177
|
+
}
|
|
3178
|
+
|
|
3179
|
+
/* Text layer style */
|
|
3180
|
+
.sd-pdf-viewer-page__text-layer {
|
|
3181
|
+
--csstools-color-scheme--light: initial;
|
|
3182
|
+
color-scheme: only light;
|
|
3183
|
+
|
|
3184
|
+
position: absolute;
|
|
3185
|
+
text-align: initial;
|
|
3186
|
+
inset: 0;
|
|
3187
|
+
overflow: clip;
|
|
3188
|
+
opacity: 1;
|
|
3189
|
+
line-height: 1;
|
|
3190
|
+
-webkit-text-size-adjust: none;
|
|
3191
|
+
-moz-text-size-adjust: none;
|
|
3192
|
+
text-size-adjust: none;
|
|
3193
|
+
forced-color-adjust: none;
|
|
3194
|
+
transform-origin: 0 0;
|
|
3195
|
+
caret-color: CanvasText;
|
|
3196
|
+
z-index: 0;
|
|
3197
|
+
}
|
|
3198
|
+
.sd-pdf-viewer-page__text-layer.highlighting {
|
|
3199
|
+
touch-action: none;
|
|
3200
|
+
}
|
|
3201
|
+
.sd-pdf-viewer-page__text-layer :is(span, br) {
|
|
3202
|
+
color: transparent;
|
|
3203
|
+
position: absolute;
|
|
3204
|
+
white-space: pre;
|
|
3205
|
+
cursor: text;
|
|
3206
|
+
transform-origin: 0% 0%;
|
|
3207
|
+
}
|
|
3208
|
+
.sd-pdf-viewer-page__text-layer {
|
|
3209
|
+
--min-font-size: 1;
|
|
3210
|
+
--text-scale-factor: calc(var(--total-scale-factor) * var(--min-font-size));
|
|
3211
|
+
--min-font-size-inv: calc(1 / var(--min-font-size));
|
|
3212
|
+
}
|
|
3213
|
+
.sd-pdf-viewer-page__text-layer > :not(.markedContent),
|
|
3214
|
+
.sd-pdf-viewer-page__text-layer .markedContent span:not(.markedContent) {
|
|
3215
|
+
z-index: 1;
|
|
3216
|
+
|
|
3217
|
+
--font-height: 0;
|
|
3218
|
+
font-size: calc(var(--text-scale-factor) * var(--font-height));
|
|
3219
|
+
|
|
3220
|
+
--scale-x: 1;
|
|
3221
|
+
--rotate: 0deg;
|
|
3222
|
+
transform: rotate(var(--rotate)) scaleX(var(--scale-x)) scale(var(--min-font-size-inv));
|
|
3223
|
+
}
|
|
3224
|
+
.sd-pdf-viewer-page__text-layer .markedContent {
|
|
3225
|
+
display: contents;
|
|
3226
|
+
}
|
|
3227
|
+
.sd-pdf-viewer-page__text-layer span[role='img'] {
|
|
3228
|
+
-webkit-user-select: none;
|
|
3229
|
+
-moz-user-select: none;
|
|
3230
|
+
user-select: none;
|
|
3231
|
+
cursor: default;
|
|
3232
|
+
}
|
|
3233
|
+
.sd-pdf-viewer-page__text-layer .highlight {
|
|
3234
|
+
--highlight-bg-color: rgb(180 0 170 / 0.25);
|
|
3235
|
+
--highlight-selected-bg-color: rgb(0 100 0 / 0.25);
|
|
3236
|
+
--highlight-backdrop-filter: none;
|
|
3237
|
+
--highlight-selected-backdrop-filter: none;
|
|
3238
|
+
}
|
|
3239
|
+
@media screen and (forced-colors: active) {
|
|
3240
|
+
.sd-pdf-viewer-page__text-layer.highlight {
|
|
3241
|
+
--highlight-bg-color: transparent;
|
|
3242
|
+
--highlight-selected-bg-color: transparent;
|
|
3243
|
+
--highlight-backdrop-filter: var(--hcm-highlight-filter);
|
|
3244
|
+
--highlight-selected-backdrop-filter: var(--hcm-highlight-selected-filter);
|
|
3245
|
+
}
|
|
3246
|
+
}
|
|
3247
|
+
.sd-pdf-viewer-page__text-layer .highlight {
|
|
3248
|
+
margin: -1px;
|
|
3249
|
+
padding: 1px;
|
|
3250
|
+
background-color: var(--highlight-bg-color);
|
|
3251
|
+
-webkit-backdrop-filter: var(--highlight-backdrop-filter);
|
|
3252
|
+
backdrop-filter: var(--highlight-backdrop-filter);
|
|
3253
|
+
border-radius: 4px;
|
|
3254
|
+
}
|
|
3255
|
+
.appended:is(.sd-pdf-viewer-page__text-layer .highlight) {
|
|
3256
|
+
position: initial;
|
|
3257
|
+
}
|
|
3258
|
+
.begin:is(.sd-pdf-viewer-page__text-layer .highlight) {
|
|
3259
|
+
border-radius: 4px 0 0 4px;
|
|
3260
|
+
}
|
|
3261
|
+
.end:is(.sd-pdf-viewer-page__text-layer .highlight) {
|
|
3262
|
+
border-radius: 0 4px 4px 0;
|
|
3263
|
+
}
|
|
3264
|
+
.middle:is(.sd-pdf-viewer-page__text-layer .highlight) {
|
|
3265
|
+
border-radius: 0;
|
|
3266
|
+
}
|
|
3267
|
+
.selected:is(.sd-pdf-viewer-page__text-layer .highlight) {
|
|
3268
|
+
background-color: var(--highlight-selected-bg-color);
|
|
3269
|
+
-webkit-backdrop-filter: var(--highlight-selected-backdrop-filter);
|
|
3270
|
+
backdrop-filter: var(--highlight-selected-backdrop-filter);
|
|
3271
|
+
}
|
|
3272
|
+
.sd-pdf-viewer-page__text-layer ::-moz-selection {
|
|
3273
|
+
background: rgba(0 0 255 / 0.25);
|
|
3274
|
+
background: color-mix(in srgb, AccentColor, transparent 75%);
|
|
3275
|
+
}
|
|
3276
|
+
.sd-pdf-viewer-page__text-layer ::selection {
|
|
3277
|
+
background: rgba(0 0 255 / 0.25);
|
|
3278
|
+
background: color-mix(in srgb, AccentColor, transparent 75%);
|
|
3279
|
+
}
|
|
3280
|
+
.sd-pdf-viewer-page__text-layer br::-moz-selection {
|
|
3281
|
+
background: transparent;
|
|
3282
|
+
}
|
|
3283
|
+
.sd-pdf-viewer-page__text-layer br::selection {
|
|
3284
|
+
background: transparent;
|
|
3285
|
+
}
|
|
3286
|
+
.sd-pdf-viewer-page__text-layer .endOfContent {
|
|
3287
|
+
display: block;
|
|
3288
|
+
position: absolute;
|
|
3289
|
+
inset: 100% 0 0;
|
|
3290
|
+
z-index: 0;
|
|
3291
|
+
cursor: default;
|
|
3292
|
+
-webkit-user-select: none;
|
|
3293
|
+
-moz-user-select: none;
|
|
3294
|
+
user-select: none;
|
|
3295
|
+
}
|
|
3296
|
+
.textLayer.selecting .endOfContent {
|
|
3297
|
+
top: 0;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
.sd-pdf-viewer-document[data-v-2152178b] {
|
|
3301
|
+
position: relative;
|
|
3302
|
+
width: 100%;
|
|
3303
|
+
}
|
|
3304
|
+
.sd-pdf-viewer-document__wrapper[data-v-2152178b] {
|
|
3305
|
+
width: 100%;
|
|
3306
|
+
padding-bottom: 10px;
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
.sd-pdf-viewer[data-v-05c9d9b5] {
|
|
3310
|
+
width: 100%;
|
|
3311
|
+
position: relative;
|
|
3312
|
+
}
|
|
3313
|
+
.sd-pdf-viewer__main[data-v-05c9d9b5] {
|
|
3314
|
+
width: 100%;
|
|
3315
|
+
}
|
|
3316
|
+
/*$vite$:1*/
|