UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

1,656 lines (1,447 loc) 53 kB
/* @tldraw/editor */ .tl-container { width: 100%; height: 100%; font-size: 12px; /* Spacing */ --space-1: 2px; --space-2: 4px; --space-3: 8px; --space-4: 12px; --space-5: 16px; --space-6: 20px; --space-7: 28px; --space-8: 32px; --space-9: 64px; --space-10: 72px; /* Radius */ --radius-0: 2px; --radius-1: 4px; --radius-2: 6px; --radius-3: 9px; --radius-4: 11px; /* Canvas z-index */ --layer-canvas-hidden: -999999; --layer-canvas-background: 100; --layer-canvas-grid: 150; --layer-watermark: 200; --layer-canvas-shapes: 300; --layer-canvas-overlays: 500; --layer-canvas-blocker: 10000; /* Canvas overlays z-index */ --layer-overlays-collaborator-scribble: 10; --layer-overlays-collaborator-brush: 20; --layer-overlays-collaborator-shape-indicator: 30; --layer-overlays-user-scribble: 40; --layer-overlays-user-brush: 50; --layer-overlays-user-snapline: 90; --layer-overlays-selection-fg: 100; /* User handles need to be above selection edges / corners, matters for sticky note clone handles */ --layer-overlays-user-handles: 105; --layer-overlays-user-indicator-hint: 110; --layer-overlays-custom: 115; --layer-overlays-collaborator-cursor-hint: 120; --layer-overlays-collaborator-cursor: 130; /* Text editor z-index */ --layer-text-container: 1; --layer-text-content: 3; --layer-text-editor: 4; /* Error fallback z-index */ --layer-error-overlay: 1; --layer-error-canvas: 2; --layer-error-canvas-after: 3; --layer-error-content: 4; /* Misc */ --tl-zoom: 1; /* Cursor SVGs */ --tl-cursor-none: none; --tl-cursor-default: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z' fill='white'/><path d='m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z' fill='white'/><path d='m19.751 24.4155-1.844.774-3.1-7.374 1.841-.775z' fill='black'/><path d='m13 10.814v11.188l2.969-2.866.428-.139h4.768z' fill='black'/></g></svg>") 12 8, default; --tl-cursor-pointer: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' stroke-linejoin='round'/><path d='m21.5664 21.7344v-3.459'/><path d='m19.5508 21.7461-.016-3.473'/><path d='m17.5547 18.3047.021 3.426'/></g></g></svg>") 14 10, pointer; --tl-cursor-cross: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m25 16h-6.01v-6h-2.98v6h-6.01v3h6.01v6h2.98v-6h6.01z' fill='white'/><path d='m23.9902 17.0103h-6v-6.01h-.98v6.01h-6v.98h6v6.01h.98v-6.01h6z' fill='%23231f1f'/></g></svg>") 16 16, crosshair; --tl-cursor-move: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m19 14h1v1h-1zm1 6h-1v-1h1zm-5-5h-1v-1h1zm0 5h-1v-1h1zm2-10.987-7.985 7.988 5.222 5.221 2.763 2.763 7.984-7.985z' fill='white'/><g fill='black'><path d='m23.5664 16.9971-2.557-2.809v1.829h-4.009-4.001v-1.829l-2.571 2.809 2.572 2.808-.001-1.808h4.001 4.009l-.001 1.808z'/><path d='m17.9873 17h.013v-4.001l1.807.001-2.807-2.571-2.809 2.57h1.809v4.001h.008v4.002l-1.828-.001 2.807 2.577 2.805-2.576h-1.805z'/></g></g></svg>") 16 16, move; --tl-cursor-grab: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' stroke-linejoin='round'/><path d='m20.5664 21.7344v-3.459'/><path d='m18.5508 21.7461-.016-3.473'/><path d='m16.5547 18.3047.021 3.426'/></g></g></svg>") 16 16, grab; --tl-cursor-grabbing: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042' fill='white'/><g stroke='black' stroke-width='.75'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042z' stroke-linejoin='round'/><path d='m20.5664 19.7344v-3.459' stroke-linecap='round'/><path d='m18.5508 19.7461-.016-3.473' stroke-linecap='round'/><path d='m16.5547 16.3047.021 3.426' stroke-linecap='round'/></g></g></svg>") 16 16, grabbing; --tl-cursor-text: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path fill='white' d='M7.94 0a5.25 5.25 0 0 0-3.47 1.17A5.27 5.27 0 0 0 1 0H0v3h1c1.41 0 1.85.7 2 1v3.94H2v3h1v3c-.13.3-.57 1-2 1H0v3h1a5.27 5.27 0 0 0 3.47-1.17c.98.8 2.21 1.21 3.47 1.17h1v-3h-1c-1.41 0-1.85-.7-2-1v-3H7v-3H6V4c.13-.3.57-1 2-1h1V0H7.94z'/><path fill='black' d='M7.94 2V1a4 4 0 0 0-3.47 1.64A4 4 0 0 0 1 1v1c1.3-.17 2.56.6 3 1.84v5.1H3v1h1v4.16c-.45 1.24-1.7 2-3 1.84v1a4.05 4.05 0 0 0 3.47-1.63 4.05 4.05 0 0 0 3.47 1.63v-1A2.82 2.82 0 0 1 5 14.1V9.93h1v-1H5V3.85A2.81 2.81 0 0 1 7.94 2z'/></g></svg>") 4 10, text; --tl-cursor-zoom-in: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 14h-2v-2h-2v2h-2v1.98h2v2.02h2v-2.02h2z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>") 16 16, zoom-in; --tl-cursor-zoom-out: url("data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 16h-5.98v-1.98h5.98z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>") 16 16, zoom-out; /* These cursor values get programmatically overridden */ /* They're just here to help your editor autocomplete */ --tl-cursor: var(--tl-cursor-default); --tl-cursor-resize-edge: ew-resize; --tl-cursor-resize-corner: nesw-resize; --tl-cursor-ew-resize: ew-resize; --tl-cursor-ns-resize: ns-resize; --tl-cursor-nesw-resize: nesw-resize; --tl-cursor-nwse-resize: nwse-resize; --tl-cursor-rotate: pointer; --tl-cursor-nwse-rotate: pointer; --tl-cursor-nesw-rotate: pointer; --tl-cursor-senw-rotate: pointer; --tl-cursor-swne-rotate: pointer; --tl-scale: calc(1 / var(--tl-zoom)); /* fonts */ --tl-font-draw: 'tldraw_draw', sans-serif; --tl-font-sans: 'tldraw_sans', sans-serif; --tl-font-serif: 'tldraw_serif', serif; --tl-font-mono: 'tldraw_mono', monospace; /* text outline */ --a: calc(min(0.5, 1 / var(--tl-zoom)) * 2px); --b: calc(min(0.5, 1 / var(--tl-zoom)) * -2px); --tl-text-outline-reference: 0 var(--b) 0 var(--color-background), 0 var(--a) 0 var(--color-background), var(--b) var(--b) 0 var(--color-background), var(--a) var(--b) 0 var(--color-background), var(--a) var(--a) 0 var(--color-background), var(--b) var(--a) 0 var(--color-background); --tl-text-outline: var(--tl-text-outline-reference); /* own properties */ position: relative; inset: 0px; height: 100%; width: 100%; overflow: clip; color: var(--color-text); } .tl-theme__light { /* Canvas */ --color-snap: hsl(0, 76%, 60%); --color-selection-fill: hsl(210, 100%, 56%, 24%); --color-selection-stroke: hsl(214, 84%, 56%); --color-background: hsl(210, 20%, 98%); --color-brush-fill: hsl(0, 0%, 56%, 10.2%); --color-brush-stroke: hsl(0, 0%, 56%, 25.1%); --color-grid: hsl(0, 0%, 43%); /* UI */ --color-low: hsl(204, 16%, 94%); --color-low-border: hsl(204, 16%, 92%); --color-culled: hsl(204, 14%, 93%); --color-muted-none: hsl(0, 0%, 0%, 0%); --color-muted-0: hsl(0, 0%, 0%, 2%); --color-muted-1: hsl(0, 0%, 0%, 10%); --color-muted-2: hsl(0, 0%, 0%, 4.3%); --color-hint: hsl(0, 0%, 0%, 5.5%); --color-overlay: hsl(0, 0%, 0%, 20%); --color-divider: hsl(0, 0%, 91%); --color-panel: hsl(0, 0%, 99%); --color-panel-contrast: hsl(0, 0%, 100%); --color-panel-overlay: hsl(0, 0%, 100%, 82%); --color-panel-transparent: hsla(0, 0%, 99%, 0%); --color-selected: hsl(214, 84%, 56%); --color-selected-contrast: hsl(0, 0%, 100%); --color-focus: hsl(219, 65%, 50%); /* Text */ --color-text: hsl(0, 0%, 0%); --color-text-0: hsl(0, 0%, 11%); --color-text-1: hsl(0, 0%, 18%); --color-text-3: hsl(204, 4%, 45%); --color-text-shadow: hsl(0, 0%, 100%); --color-text-highlight: hsl(52, 100%, 50%); --color-text-highlight-p3: color(display-p3 0.972 0.8205 0.05); /* Named */ --color-primary: hsl(214, 84%, 56%); --color-success: hsl(123, 46%, 34%); --color-info: hsl(201, 98%, 41%); --color-warning: hsl(27, 98%, 47%); --color-danger: hsl(0, 90%, 43%); --color-laser: hsl(0, 100%, 50%); /* Shadows */ --shadow-1: 0px 1px 2px hsl(0, 0%, 0%, 25%), 0px 1px 3px hsl(0, 0%, 0%, 9%); --shadow-2: 0px 0px 2px hsl(0, 0%, 0%, 16%), 0px 2px 3px hsl(0, 0%, 0%, 24%), 0px 2px 6px hsl(0, 0%, 0%, 0.1), inset 0px 0px 0px 1px var(--color-panel-contrast); --shadow-3: 0px 1px 2px hsl(0, 0%, 0%, 28%), 0px 2px 6px hsl(0, 0%, 0%, 14%), inset 0px 0px 0px 1px var(--color-panel-contrast); --shadow-4: 0px 0px 3px hsl(0, 0%, 0%, 19%), 0px 5px 4px hsl(0, 0%, 0%, 16%), 0px 2px 16px hsl(0, 0%, 0%, 6%), inset 0px 0px 0px 1px var(--color-panel-contrast); } .tl-theme__dark { /* Canvas */ --color-snap: hsl(0, 76%, 60%); --color-selection-fill: hsl(209, 100%, 57%, 20%); --color-selection-stroke: hsl(214, 84%, 56%); --color-background: hsl(240, 5%, 6.5%); --color-brush-fill: hsl(0, 0%, 71%, 5.1%); --color-brush-stroke: hsl(0, 0%, 71%, 25.1%); --color-grid: hsl(0, 0%, 40%); /* UI */ --color-low: hsl(260, 4.5%, 10.5%); --color-low-border: hsl(207, 10%, 10%); --color-culled: hsl(210, 11%, 19%); --color-muted-none: hsl(0, 0%, 100%, 0%); --color-muted-0: hsl(0, 0%, 100%, 2%); --color-muted-1: hsl(0, 0%, 100%, 10%); --color-muted-2: hsl(0, 0%, 100%, 5%); --color-hint: hsl(0, 0%, 100%, 7%); --color-overlay: hsl(0, 0%, 0%, 50%); --color-divider: hsl(240, 9%, 22%); --color-panel: hsl(235, 6.8%, 13.5%); --color-panel-contrast: hsl(245, 12%, 23%); --color-panel-overlay: hsl(210, 10%, 24%, 82%); --color-panel-transparent: hsla(235, 6.8%, 13.5%, 0%); --color-selected: hsl(217, 89%, 61%); --color-selected-contrast: hsl(0, 0%, 100%); --color-focus: hsl(217, 76%, 80%); /* Text */ --color-text: hsl(210, 17%, 98%); --color-text-0: hsl(0, 9%, 94%); --color-text-1: hsl(0, 0%, 85%); --color-text-3: hsl(204, 4%, 75%); --color-text-shadow: hsl(210, 13%, 18%); --color-text-highlight: hsl(52, 100%, 41%); --color-text-highlight-p3: color(display-p3 0.8078 0.6225 0.0312); /* Named */ --color-primary: hsl(214, 84%, 56%); --color-success: hsl(123, 38%, 57%); --color-info: hsl(199, 92%, 56%); --color-warning: hsl(36, 100%, 57%); --color-danger: hsl(0, 82%, 66%); --color-laser: hsl(0, 100%, 50%); /* Shadows */ --shadow-1: 0px 1px 2px hsl(0, 0%, 0%, 16.1%), 0px 1px 3px hsl(0, 0%, 0%, 22%), inset 0px 0px 0px 1px var(--color-panel-contrast); --shadow-2: 0px 1px 3px hsl(0, 0%, 0%, 66.6%), 0px 2px 6px hsl(0, 0%, 0%, 33%), inset 0px 0px 0px 1px var(--color-panel-contrast); --shadow-3: 0px 1px 3px hsl(0, 0%, 0%, 50%), 0px 2px 12px hsl(0, 0%, 0%, 50%), inset 0px 0px 0px 1px var(--color-panel-contrast); } .tl-counter-scaled { transform: scale(var(--tl-scale)); transform-origin: top left; width: calc(100% * var(--tl-zoom)); height: calc(100% * var(--tl-zoom)); } .tl-container, .tl-container * { -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; scrollbar-highlight-color: transparent; -webkit-user-select: none; user-select: none; box-sizing: border-box; outline: none; } .tl-container a { -webkit-touch-callout: initial; } .tl-container__focused { outline: 1px solid var(--color-low); } input, *[contenteditable], *[contenteditable] * { user-select: text; } /* --------------------- Canvas --------------------- */ .tl-canvas { position: absolute; inset: 0px; height: 100%; width: 100%; color: var(--color-text); cursor: var(--tl-cursor); overflow: clip; content-visibility: auto; touch-action: none; contain: strict; } .tl-shapes { position: relative; z-index: var(--layer-canvas-shapes); } .tl-overlays { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; contain: strict; pointer-events: none; z-index: var(--layer-canvas-overlays); } .tl-overlays__item { position: absolute; top: 0px; left: 0px; overflow: visible; pointer-events: none; transform-origin: top left; } .tl-svg-context { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; } /* ------------------- Background ------------------- */ .tl-background__wrapper { z-index: var(--layer-canvas-background); position: absolute; inset: 0px; height: 100%; width: 100%; } .tl-background { background-color: var(--color-background); width: 100%; height: 100%; } /* --------------------- Grid Layer --------------------- */ .tl-grid { position: absolute; inset: 0px; width: 100%; height: 100%; touch-action: none; pointer-events: none; z-index: var(--layer-canvas-grid); contain: strict; } .tl-grid-dot { fill: var(--color-grid); } /* --------------------- Layers --------------------- */ .tl-html-layer { position: absolute; top: 0px; left: 0px; width: 1px; height: 1px; contain: layout style size; } /* --------------- Overlay Stack --------------- */ /* back of the stack, behind user's stuff */ .tl-collaborator__scribble { z-index: var(--layer-overlays-collaborator-scribble); } .tl-collaborator__brush { z-index: var(--layer-overlays-collaborator-brush); } .tl-collaborator__shape-indicator { z-index: var(--layer-overlays-collaborator-shape-indicator); } .tl-user-scribble { z-index: var(--layer-overlays-user-scribble); } .tl-user-brush { z-index: var(--layer-overlays-user-brush); } .tl-user-handles { z-index: var(--layer-overlays-user-handles); } .tl-user-snapline { z-index: var(--layer-overlays-user-snapline); } .tl-selection__fg { pointer-events: none; z-index: var(--layer-overlays-selection-fg); } .tl-user-indicator__hint { z-index: var(--layer-overlays-user-indicator-hint); stroke-width: calc(2.5px * var(--tl-scale)); } .tl-custom-overlays { z-index: var(--layer-overlays-custom); } /* behind collaborator cursor */ .tl-collaborator__cursor-hint { z-index: var(--layer-overlays-collaborator-cursor-hint); } .tl-collaborator__cursor { z-index: var(--layer-overlays-collaborator-cursor); } .tl-cursor { overflow: visible; } /* -------------- Selection foreground -------------- */ .tl-selection__bg { position: absolute; top: 0px; left: 0px; transform-origin: top left; background-color: transparent; pointer-events: all; } .tl-selection__fg__outline { fill: none; pointer-events: none; stroke: var(--color-selection-stroke); stroke-width: calc(1.5px * var(--tl-scale)); } .tl-corner-handle { pointer-events: none; stroke: var(--color-selection-stroke); fill: var(--color-background); stroke-width: calc(1.5px * var(--tl-scale)); } .tl-text-handle { pointer-events: none; fill: var(--color-selection-stroke); } .tl-corner-crop-handle { pointer-events: none; fill: none; stroke: var(--color-selection-stroke); } .tl-corner-crop-edge-handle { pointer-events: none; fill: none; stroke: var(--color-selection-stroke); } .tl-mobile-rotate__bg { pointer-events: all; cursor: var(--tl-cursor-grab); } .tl-mobile-rotate__fg { pointer-events: none; stroke: var(--color-selection-stroke); fill: var(--color-background); stroke-width: calc(1.5px * var(--tl-scale)); } .tl-transparent { fill: transparent; stroke: transparent; } .tl-hidden { opacity: 0; pointer-events: none; } /* -------------- Nametag / cursor chat ------------- */ .tl-nametag { position: absolute; top: 16px; left: 13px; width: fit-content; height: fit-content; max-width: 120px; padding: 3px 6px; white-space: nowrap; position: absolute; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-family: var(--font-body); border-radius: var(--radius-2); color: var(--color-selected-contrast); } .tl-nametag-title { position: absolute; top: -2px; left: 13px; width: fit-content; height: fit-content; padding: 0px 6px; max-width: 120px; white-space: nowrap; position: absolute; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-family: var(--font-body); text-shadow: var(--tl-text-outline); color: var(--color-selected-contrast); } .tl-nametag-chat { position: absolute; top: 16px; left: 13px; width: fit-content; height: fit-content; color: var(--color-selected-contrast); white-space: nowrap; position: absolute; padding: 3px 6px; font-size: 12px; font-family: var(--font-body); opacity: 1; border-radius: var(--radius-2); } .tl-cursor-chat { position: absolute; color: var(--color-selected-contrast); white-space: nowrap; padding: 3px 6px; font-size: 12px; font-family: var(--font-body); pointer-events: none; z-index: var(--layer-cursor); margin-top: 16px; margin-left: 13px; opacity: 1; border: none; user-select: text; border-radius: var(--radius-2); } .tl-cursor-chat .tl-cursor-chat__bubble { padding-right: 12px; } .tl-cursor-chat::selection { background: var(--color-selected); color: var(--color-selected-contrast); text-shadow: none; } .tl-cursor-chat::placeholder { color: var(--color-selected-contrast); opacity: 0.7; } /* ---------------------- Text ---------------------- */ .tl-text-shape-label { position: relative; font-weight: normal; min-width: 1px; padding: 0px; margin: 0px; border: none; width: fit-content; height: fit-content; font-variant: normal; font-style: normal; pointer-events: all; white-space: pre-wrap; overflow-wrap: break-word; text-shadow: var(--tl-text-outline); } .tl-text-wrapper[data-font='draw'] { font-family: var(--tl-font-draw); } .tl-text-wrapper[data-font='sans'] { font-family: var(--tl-font-sans); } .tl-text-wrapper[data-font='serif'] { font-family: var(--tl-font-serif); } .tl-text-wrapper[data-font='mono'] { font-family: var(--tl-font-mono); } .tl-text-wrapper[data-align='start'], .tl-text-wrapper[data-align='start-legacy'] { text-align: left; } .tl-text-wrapper[data-align='middle'], .tl-text-wrapper[data-align='middle-legacy'] { text-align: center; } .tl-text-wrapper[data-align='end'], .tl-text-wrapper[data-align='end-legacy'] { text-align: right; } .tl-plain-text-wrapper[data-isediting='true'] .tl-text-content { opacity: 0; } .tl-rich-text-wrapper[data-isediting='true'] .tl-text-content { display: none; } .tl-text { /* remove overflow from textarea on windows */ margin: 0px; padding: 0px; appearance: auto; background: none; border-image: none; border: 0px; caret-color: var(--color-text); color: inherit; column-count: initial !important; display: inline-block; font-family: inherit; font-feature-settings: normal; font-kerning: auto; font-optical-sizing: auto; font-size: inherit; font-stretch: 100%; font-style: inherit; font-variant: inherit; font-variation-settings: normal; font-weight: inherit; letter-spacing: inherit; line-height: inherit; outline: none; overflow-wrap: break-word; text-align: inherit; text-indent: 0px; text-rendering: auto; text-shadow: inherit; text-transform: none; white-space: pre-wrap; line-break: normal; word-spacing: 0px; word-wrap: break-word; writing-mode: horizontal-tb !important; } .tl-text-measure { position: absolute; z-index: var(--layer-canvas-hidden); top: 0px; left: 0px; opacity: 0; width: max-content; box-sizing: border-box; pointer-events: none; white-space: pre-wrap; word-wrap: break-word; overflow-wrap: break-word; resize: none; border: none; user-select: none; contain: style paint; visibility: hidden; /* N.B. This property, while discouraged ("intended for Document Type Definition (DTD) designers") is necessary for ensuring correct mixed RTL/LTR behavior when exporting SVGs. */ unicode-bidi: plaintext; -webkit-user-select: none; } .tl-text-input, .tl-text-content { position: absolute; inset: 0px; height: 100%; width: 100%; min-width: 1px; min-height: 1px; outline: none; } .tl-text-content__wrapper { position: relative; width: fit-content; height: fit-content; display: flex; align-items: center; justify-content: center; pointer-events: none; min-height: auto; } .tl-text-content { overflow: visible; pointer-events: none; } .tl-text-input { resize: none; user-select: all; -webkit-user-select: text; cursor: var(--tl-cursor-text); } .tl-text-input:not(.tl-rich-text) { /* * Note: this `overflow: hidden` is key for scrollbars to not show up * plaintext/<textarea> editors. */ overflow: hidden; } .tl-text-input::selection { background: var(--color-selected); color: var(--color-selected-contrast); text-shadow: none; } /* Text label */ .tl-text-label { display: flex; justify-content: center; align-items: center; color: var(--color-text); text-shadow: var(--tl-text-outline); line-height: inherit; position: absolute; inset: 0px; height: 100%; width: 100%; } .tl-text-label[data-hastext='false'][data-isediting='false'] > .tl-text-label__inner { width: 40px; height: 40px; } .tl-text-label[data-hastext='true'][data-isediting='false'] .tl-text-content { pointer-events: all; } .tl-text-label__inner > .tl-text-input.tl-rich-text { display: none; position: static; } .tl-text-wrapper[data-isediting='false'] .tl-text-input, .tl-arrow-label[data-isediting='false'] .tl-text-input { opacity: 0; cursor: var(--tl-cursor-default); } .tl-rich-text[data-is-ready-for-editing='true'], .tl-text-wrapper[data-is-ready-for-editing='true'] .tl-text-input { cursor: var(--tl-cursor-text); } .tl-text-label[data-textwrap='true'] > .tl-text-label__inner { max-width: 100%; } .tl-text-label[data-isediting='true'] { background-color: transparent; min-height: auto; } .tl-text-wrapper .tl-text-content { pointer-events: all; z-index: var(--layer-text-content); } .tl-text-label__inner > .tl-text-content { position: relative; top: 0px; left: 0px; padding: inherit; height: fit-content; width: fit-content; border-radius: var(--radius-1); max-width: 100%; } .tl-text-label__inner > .tl-text-input { position: absolute; inset: 0px; height: 100%; width: 100%; padding: inherit; } .tl-text-wrapper[data-isselected='true'] .tl-text-input { z-index: var(--layer-text-editor); pointer-events: all; } /* This part of the rule helps preserve the occlusion rules for the shapes so we * don't click on shapes that are behind other shapes. * One extra nuance is we don't use this behavior for: * - arrows which have weird geometry and just gets in the way. * - draw/line shapes, because it feels restrictive to have them be 'in the way' of clicking on a textfield * - shapes that are not filled */ .tl-canvas:is([data-iseditinganything='true'], [data-isselectinganything='true']) .tl-shape:not( [data-shape-type='arrow'], [data-shape-type='draw'], [data-shape-type='line'], [data-shape-type='highlight'], [data-shape-is-filled='false'] ) { pointer-events: all; } .tl-rich-text .ProseMirror { word-wrap: break-word; overflow-wrap: break-word; white-space: pre-wrap; /** * Note: ProseMirror disables this in https://github.com/ProseMirror/prosemirror-view/commit/6b3b2205e2f3029cb8e8e86c55a190a22491df31 * However, that was from 8 years ago and the browser caret issue * it mentions seems to be fixed. So, we're re-enabling it. * We'll tell ProseMirror maybe to get rid of this on their end. * */ -webkit-font-variant-ligatures: inherit; font-variant-ligatures: inherit; font-feature-settings: inherit; /** * N.B. This following CSS Rule comes standard with the tiptap editor. * Combined with the above rule that it supersedes, it allows for * the auto-linking to work in text. Say, when typing example.com * this helps it automatically turn that bit of text into a link. * * However, specifically, the break-spaces features seems to cause * rendering differences when going in-and-out of edit mode. For example, * the statically rendered text 'the rain in spain falls mainly on the plain' * in a note shape will render differently when going in-and-out of edit mode. * * So, this is commented out to help make both the autolinking work (which now * relies on the white-space: pre-wrap to work and to make the static/edit-mode * rendering consistent. * In the future, we might consider just making the static rendering just use * white-space: break-spaces to make it consistent with the edit mode if need be. * * Also, the amount of ink I've spilt in my career writing comments explaining * white-space in contenteditable is incredible. * /* white-space: break-spaces; */ } .tl-rich-text p { margin: 0; /* Depending on the extensions, <p> tags can be empty, without a <br />. */ min-height: 1lh; } .tl-rich-text ul, .tl-rich-text ol { text-align: left; margin: 0; padding-left: 3.25ch; /* Some resets, like Tailwind, nix the list styling. */ list-style: revert; } .tl-rich-text ol:has(> li:nth-child(10)) { padding-left: 4.25ch; } .tl-rich-text ol:has(> li:nth-child(100)) { padding-left: 5.25ch; } .tl-rich-text h1, .tl-rich-text h2, .tl-rich-text h3, .tl-rich-text h4, .tl-rich-text h5, .tl-rich-text h6 { margin-top: 5px; margin-bottom: 10px; } .tl-rich-text a { color: var(--color-primary); text-decoration: underline; } .tl-rich-text[data-is-select-tool-active='false'] a { cursor: inherit; } .tl-rich-text code { font-family: var(--tl-font-mono); } .tl-rich-text mark { background-color: #fddd00; color: currentColor; border-radius: 2px; } .tl-theme__light .tl-rich-text mark { text-shadow: none; } .tl-theme__dark .tl-rich-text mark { background-color: var(--color-text-highlight); color: currentColor; } @supports (color: color(display-p3 1 1 1)) { @media (color-gamut: p3) { .tl-container:not(.tl-theme__force-sRGB) .tl-rich-text mark { background-color: var(--color-text-highlight-p3); } } } .tl-text-wrapper[data-isediting='true'] .tl-rich-text { display: block; } /* --------------------- Loading -------------------- */ .tl-loading { background-color: var(--color-background); color: var(--color-text-1); height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--space-2); font-size: 14px; font-weight: 500; opacity: 0; animation: tl-fade-in 0.2s ease-in-out forwards; animation-delay: 0.2s; position: absolute; inset: 0px; z-index: var(--layer-canvas-blocker); } @keyframes tl-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .tl-spinner { animation: tl-spin 1s linear infinite; } @keyframes tl-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* ---------------------- Brush --------------------- */ .tl-brush { stroke-width: calc(var(--tl-scale) * 1px); contain: size layout; } .tl-brush__default { stroke: var(--color-brush-stroke); fill: var(--color-brush-fill); } /* -------------------- Scribble -------------------- */ .tl-scribble { stroke-linejoin: round; stroke-linecap: round; pointer-events: none; contain: size layout; } /* ---------------------- Snaps --------------------- */ .tl-snap-indicator { stroke: var(--color-snap); stroke-width: calc(1px * var(--tl-scale)); fill: none; } .tl-snap-point { stroke: var(--color-snap); stroke-width: calc(1px * var(--tl-scale)); fill: none; } /* ---------------- Hyperlink Button ---------------- */ .tl-hyperlink-button { background: none; margin: 0px; position: absolute; top: 0px; right: 0px; height: 44px; width: 44px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 400; color: var(--color-text-1); padding: 13px; cursor: var(--tl-cursor-pointer); border: none; outline: none; pointer-events: all; z-index: 1; } .tl-hyperlink-button::after { content: ''; z-index: -1; position: absolute; right: 6px; bottom: 6px; display: block; width: calc(100% - 12px); height: calc(100% - 12px); border-radius: var(--radius-1); background-color: var(--color-background); pointer-events: none; } .tl-hyperlink-button:focus-visible { color: var(--color-selected); } .tl-hyperlink__icon { width: 15px; height: 15px; background-color: currentColor; pointer-events: none; } .tl-hyperlink-button__hidden { display: none; } /* --------------------- Handles -------------------- */ .tl-handle { pointer-events: all; } .tl-handle__bg { fill: transparent; stroke: transparent; pointer-events: all; } .tl-handle__fg { fill: var(--color-selected-contrast); stroke: var(--color-selection-stroke); stroke-width: calc(1.5px * var(--tl-scale)); pointer-events: none; } .tl-handle__create { opacity: 0; } .tl-handle__clone > .tl-handle__fg { fill: var(--color-selection-stroke); stroke: none; } .tl-handle__bg:active { fill: none; } @media (pointer: coarse) { .tl-handle__bg:active { fill: var(--color-selection-fill); } .tl-handle__create { opacity: 1; } } .tl-rotate-corner:not(:hover), .tl-resize-handle:not(:hover) { cursor: none; } /* ----------------- Shape indicator ---------------- */ .tl-shape-indicator { transform-origin: top left; fill: none; stroke-width: calc(1.5px * var(--tl-scale)); contain: size layout; } /* ---------------------- Shape --------------------- */ .tl-shape { position: absolute; pointer-events: none; overflow: visible; transform-origin: top left; contain: size layout; } /* ---------------- Shape Containers ---------------- */ .tl-svg-container { position: absolute; inset: 0px; height: 100%; width: 100%; pointer-events: none; stroke-linecap: round; stroke-linejoin: round; transform-origin: top left; overflow: visible; } .tl-html-container { position: absolute; inset: 0px; height: 100%; width: 100%; pointer-events: none; stroke-linecap: round; stroke-linejoin: round; /* content-visibility: auto; */ transform-origin: top left; color: var(--color-text-1); } /* -------------------- Group shape ------------------ */ .tl-group { stroke: var(--color-text); stroke-width: calc(1px * var(--tl-scale)); opacity: 0.5; } /* --------------------- Arrow shape -------------------- */ .tl-arrow-label { position: absolute; top: -1px; left: -1px; width: 2px; height: 2px; padding: 0px; display: flex; justify-content: center; align-items: center; text-align: center; color: var(--color-text); text-shadow: var(--tl-text-outline); } .tl-arrow-label[data-isediting='true'] p { opacity: 0; } .tl-arrow-label__inner { border-radius: var(--radius-1); box-sizing: content-box; position: relative; height: max-content; width: max-content; pointer-events: none; display: flex; justify-content: center; align-items: center; } .tl-arrow-label .tl-arrow { position: relative; height: max-content; padding: inherit; overflow: visible; } .tl-arrow-label textarea { padding: inherit; /* Don't allow textarea to be zero width */ min-width: 4px; } .tl-arrow-hint { stroke: var(--color-text-1); fill: none; stroke-linecap: round; overflow: visible; } .tl-arrow-hint-handle { fill: var(--color-selected-contrast); stroke: var(--color-selection-stroke); stroke-width: calc(1.5px * var(--tl-scale)); r: calc(4px * var(--tl-scale)); } .tl-arrow-hint-snap { stroke: transparent; fill: var(--color-selection-fill); r: calc(12px * var(--tl-scale)); } .tl-arrow-hint-snap__none, .tl-arrow-hint-snap__center, .tl-arrow-hint-snap__axis { display: none; } .tl-arrow-hint-snap__edge { r: calc(8px * var(--tl-scale)); } /* ------------------- Bookmark shape ------------------- */ .tl-bookmark__container { width: 100%; height: 100%; position: relative; border: 1px solid var(--color-panel-contrast); background-color: var(--color-panel); border-radius: var(--radius-2); display: flex; flex-direction: column; overflow: hidden; } .tl-bookmark__container--safariExport { border: 1px solid var(--color-divider); } .tl-bookmark__image_container { flex: 1 1 100%; overflow: hidden; border-top-left-radius: var(--radius-1); border-top-right-radius: var(--radius-1); width: 100%; height: 100%; display: flex; justify-content: flex-end; align-items: flex-start; box-shadow: inset 0px 0px 0px 1px var(--color-divider); } .tl-bookmark__image_container > .tl-hyperlink-button::after { background-color: var(--color-panel); } .tl-bookmark__placeholder { width: 100%; height: 100%; background-color: var(--color-muted-2); border-bottom: 1px solid var(--color-muted-2); } .tl-bookmark__image { width: 100%; height: 100%; object-fit: cover; object-position: center; border-bottom: 1px solid var(--color-muted-2); } .tl-bookmark__copy_container { background-color: var(--color-muted-0); padding: var(--space-4); pointer-events: all; display: flex; flex-direction: column; justify-content: space-between; flex: 1; } .tl-bookmark__heading, .tl-bookmark__description, .tl-bookmark__link { margin: 0px; width: 100%; font-family: inherit; } .tl-bookmark__heading { font-size: 16px; line-height: 1.6; font-weight: bold; padding-bottom: var(--space-2); overflow: hidden; max-height: calc((16px * 1.6) * 2); -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; } .tl-bookmark__description { font-size: 12px; line-height: 1.5; overflow: hidden; max-height: calc((12px * 1.5) * 3); -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; text-overflow: ellipsis; display: -webkit-box; color: var(--color-text-2); margin: var(--space-2) 0px; } .tl-bookmark__heading + .tl-bookmark__link, .tl-bookmark__description + .tl-bookmark__link { margin-top: var(--space-3); } .tl-bookmark__link { font-size: 12px; pointer-events: all; display: flex; color: var(--color-text-2); align-items: center; cursor: var(--tl-cursor-pointer); width: fit-content; max-width: 100%; } .tl-bookmark__link > span { flex-shrink: 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .tl-bookmark__link > .tl-hyperlink__icon { margin-right: 8px; flex-shrink: 0; } .tl-bookmark__link > .tl-bookmark__favicon { margin-right: 8px; width: 16px; height: 16px; flex-shrink: 0; } /* -------------- Image and video shape ------------- */ .tl-image, .tl-video { object-fit: cover; background-size: cover; width: 100%; height: 100%; } .tl-video-container, .tl-image-container, .tl-embed-container { width: 100%; height: 100%; pointer-events: all; /* background-color: var(--color-background); */ display: flex; justify-content: center; align-items: center; } .tl-image-container { position: relative; } .tl-image { position: absolute; inset: 0; } .tl-video.tl-video-is-fullscreen { object-fit: contain; background-size: contain; } /* -------------------- Note shape ------------------- */ .tl-note__container { position: relative; width: 100%; height: 100%; pointer-events: all; opacity: 1; z-index: var(--layer-text-container); border-radius: 1px; } .tl-note__container > .tl-text-label { text-shadow: none; color: currentColor; } /* ------------------- Frame shape ------------------- */ .tl-frame__body { stroke-width: calc(1px * var(--tl-scale)); } .tl-frame__creating { stroke: var(--color-selected); fill: none; } .tl-frame-heading { --frame-padding-x: 6px; --frame-height: 24px; --frame-minimum-width: 32px; --frame-offset-width: 16px; display: flex; align-items: center; position: absolute; transform-origin: 0% 100%; overflow: hidden; max-width: 100%; min-width: var(--frame-minimum-width); height: auto; font-size: 12px; padding-bottom: 4px; pointer-events: all; } .tl-frame-heading-hit-area { pointer-events: all; /* scale from bottom left corner so we can pin it to the top left corner of the frame */ transform-origin: 0% 100%; display: flex; height: var(--frame-height); width: 100%; align-items: center; border-radius: var(--radius-1); } .tl-frame-label { pointer-events: all; overflow: hidden; text-overflow: ellipsis; padding: 0px var(--frame-padding-x); border-radius: var(--radius-1); position: relative; font-size: inherit; white-space: pre; } .tl-frame-label__editing { color: transparent; white-space: pre; width: auto; min-width: var(--frame-minimum-width); height: 100%; overflow: visible; background-color: var(--color-panel); border-color: var(--color-selected); box-shadow: inset 0px 0px 0px 1.5px var(--color-selected); } .tl-frame-name-input { position: absolute; border: none; background: none; outline: none; padding: 0px var(--frame-padding-x); inset: 0px; height: 100%; width: 100%; font-size: inherit; font-family: inherit; font-weight: inherit; width: 100%; color: var(--color-text-1); border-radius: var(--radius-1); user-select: all; -webkit-user-select: text; white-space: pre; cursor: var(--tl-cursor-text); } /* If mobile use 16px as font size */ /* On iOS, font size under 16px in an input will make the page zoom into the input 🤦‍♂️ */ /* https://css-tricks.com/16px-or-larger-text-prevents-ios-form-zoom/ */ @media (max-width: 600px) { .tl-frame-heading { font-size: 16px; } } /* ------------------- Embed Shape ------------------ */ .tl-embed { border: none; border-radius: var(--radius-2); } /* -------------- Shape error boundary -------------- */ .tl-shape-error-boundary { width: 100%; height: 100%; background-color: var(--color-muted-1); border-width: calc(1px * var(--tl-scale)); border-color: var(--color-muted-1); border-style: solid; border-radius: calc(var(--radius-1) * var(--tl-scale)); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: left; position: relative; pointer-events: all; overflow: hidden; padding: var(--space-2); } .tl-shape-error-boundary::before { transform: scale(var(--tl-scale)); content: 'Error'; font-size: 12px; font-family: inherit; color: var(--color-text-0); } /* ----------------- Error boundary ----------------- */ .tl-error-boundary { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: var(--space-4); background-color: var(--color-background); color: var(--color-text-1); position: absolute; } .tl-error-boundary__overlay { position: absolute; inset: 0px; height: 100%; width: 100%; z-index: var(--layer-error-overlay); background-color: var(--color-overlay); } .tl-error-boundary__content * { user-select: all; -webkit-user-select: text; pointer-events: all; } .tl-error-boundary__canvas { pointer-events: none; position: absolute; inset: 0px; height: 100%; width: 100%; z-index: var(--layer-error-canvas); } /* some browsers seem to have some weird interactions between stacking contexts and pointer-events. this ::after pseudo element covers the canvas and prevents it from receiving any pointer events or affecting the cursor. */ .tl-error-boundary__canvas::after { content: ' '; display: block; position: absolute; inset: 0px; height: 100%; width: 100%; z-index: var(--layer-error-canvas-after); pointer-events: all; } .tl-error-boundary__content { width: fit-content; height: fit-content; max-width: 100%; width: 400px; max-height: 100%; background-color: var(--color-panel); padding: 16px; border-radius: 16px; box-shadow: var(--shadow-2); font-size: 14px; font-weight: 400; display: flex; flex-direction: column; overflow: auto; z-index: var(--layer-error-content); gap: 12px; } .tl-error-boundary__content__expanded { width: 600px; } .tl-error-boundary__content h2 { font-size: 16px; margin: 0px; f