@zsviczian/excalidraw 0.18.0-49 → 0.18.0-50
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/dist/excalidraw.development.js +12 -12
- package/dist/excalidraw.production.min.js +1 -1
- package/dist/styles.development.css +1 -1
- package/dist/styles.production.css +1 -1
- package/package.json +1 -1
- package/types/excalidraw/actions/actionAddToLibrary.d.ts +3 -0
- package/types/excalidraw/actions/actionBoundText.d.ts +2 -0
- package/types/excalidraw/actions/actionCanvas.d.ts +30 -15
- package/types/excalidraw/actions/actionClipboard.d.ts +6 -0
- package/types/excalidraw/actions/actionCropEditor.d.ts +1 -0
- package/types/excalidraw/actions/actionDeleteSelected.d.ts +3 -0
- package/types/excalidraw/actions/actionElementLink.d.ts +1 -0
- package/types/excalidraw/actions/actionElementLock.d.ts +2 -0
- package/types/excalidraw/actions/actionEmbeddable.d.ts +1 -0
- package/types/excalidraw/actions/actionExport.d.ts +9 -0
- package/types/excalidraw/actions/actionFinalize.d.ts +3 -0
- package/types/excalidraw/actions/actionFrame.d.ts +4 -0
- package/types/excalidraw/actions/actionGroup.d.ts +2 -0
- package/types/excalidraw/actions/actionLinearEditor.d.ts +1 -0
- package/types/excalidraw/actions/actionLink.d.ts +1 -0
- package/types/excalidraw/actions/actionMenu.d.ts +1 -0
- package/types/excalidraw/actions/actionNavigate.d.ts +2 -0
- package/types/excalidraw/actions/actionProperties.d.ts +16 -0
- package/types/excalidraw/actions/actionSelectAll.d.ts +1 -0
- package/types/excalidraw/actions/actionStyles.d.ts +1 -0
- package/types/excalidraw/actions/actionToggleGridMode.d.ts +1 -0
- package/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +1 -0
- package/types/excalidraw/actions/actionToggleSearchMenu.d.ts +1 -0
- package/types/excalidraw/actions/actionToggleStats.d.ts +1 -0
- package/types/excalidraw/actions/actionToggleViewMode.d.ts +1 -0
- package/types/excalidraw/actions/actionToggleZenMode.d.ts +1 -0
- package/types/excalidraw/actions/actionTrayMenu.d.ts +1 -0
- package/types/excalidraw/components/MobileMenu.d.ts +1 -1
- package/types/excalidraw/types.d.ts +1 -0
|
@@ -68,4 +68,4 @@
|
|
|
68
68
|
.excalidraw .ExcalidrawLogo{--logo-icon--mobile: 1rem;--logo-text--mobile: 0.75rem;--logo-icon--xs: 2rem;--logo-text--xs: 1.5rem;--logo-icon--small: 2.5rem;--logo-text--small: 1.75rem;--logo-icon--normal: 3rem;--logo-text--normal: 2.2rem;--logo-icon--large: 90px;--logo-text--large: 65px;display:flex;align-items:center}.excalidraw .ExcalidrawLogo svg{flex:0 0 auto}.excalidraw .ExcalidrawLogo .ExcalidrawLogo-icon{width:auto;color:var(--color-logo-icon)}.excalidraw .ExcalidrawLogo .ExcalidrawLogo-text{margin-left:.75rem;width:auto;color:var(--color-logo-text)}.excalidraw .ExcalidrawLogo.is-mobile .ExcalidrawLogo-icon{height:var(--logo-icon--mobile)}.excalidraw .ExcalidrawLogo.is-mobile .ExcalidrawLogo-text{height:var(--logo-text--mobile);margin-left:.5rem}.excalidraw .ExcalidrawLogo.is-xs .ExcalidrawLogo-icon{height:var(--logo-icon--xs)}.excalidraw .ExcalidrawLogo.is-xs .ExcalidrawLogo-text{height:var(--logo-text--xs)}.excalidraw .ExcalidrawLogo.is-small .ExcalidrawLogo-icon{height:var(--logo-icon--small)}.excalidraw .ExcalidrawLogo.is-small .ExcalidrawLogo-text{height:var(--logo-text--small)}.excalidraw .ExcalidrawLogo.is-normal .ExcalidrawLogo-icon{height:var(--logo-icon--normal)}.excalidraw .ExcalidrawLogo.is-normal .ExcalidrawLogo-text{height:var(--logo-text--normal)}.excalidraw .ExcalidrawLogo.is-large .ExcalidrawLogo-icon{height:var(--logo-icon--large)}.excalidraw .ExcalidrawLogo.is-large .ExcalidrawLogo-text{height:var(--logo-text--large)}
|
|
69
69
|
.excalidraw .excalifont{font-family:"Excalifont","Xiaolai"}.excalidraw .welcome-screen-decor{pointer-events:none;color:var(--color-gray-40)}.excalidraw .welcome-screen-decor a{--color: var(--color-primary);color:var(--color);text-decoration:none;margin-bottom:-6px}.excalidraw.theme--dark .welcome-screen-decor{color:var(--color-gray-60)}@media(max-height: 599px){.excalidraw .welcome-screen-decor-hint{display:none !important}}@media(max-width: 1024px),(max-width: 800px){.excalidraw .welcome-screen-decor-hint .welcome-screen-decor--help,.excalidraw .welcome-screen-decor-hint .welcome-screen-decor--menu{display:none}}.excalidraw .welcome-screen-decor-hint--help{display:flex;position:absolute;right:0;bottom:100%}:root[dir=rtl] .excalidraw .welcome-screen-decor-hint--help{left:0;right:auto}.excalidraw .welcome-screen-decor-hint--help svg{margin-top:.5rem;width:85px;height:71px;transform:scaleX(-1) rotate(80deg)}:root[dir=rtl] .excalidraw .welcome-screen-decor-hint--help svg{transform:rotate(80deg)}.excalidraw .welcome-screen-decor-hint--toolbar{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:2.5rem;display:flex;align-items:baseline}.excalidraw .welcome-screen-decor-hint--toolbar .welcome-screen-decor-hint__label{width:120px;position:relative;top:-0.5rem}.excalidraw .welcome-screen-decor-hint--toolbar svg{width:38px;height:78px}:root[dir=rtl] .excalidraw .welcome-screen-decor-hint--toolbar svg{transform:scaleX(-1)}.excalidraw .welcome-screen-decor-hint--menu{position:absolute;width:320px;font-size:1rem;top:100%;margin-top:.25rem;margin-inline-start:.6rem;display:flex;align-items:flex-end;gap:.5rem}.excalidraw .welcome-screen-decor-hint--menu svg{width:41px;height:94px}:root[dir=rtl] .excalidraw .welcome-screen-decor-hint--menu svg{transform:scaleX(-1)}@media(max-width: 860px){.excalidraw .welcome-screen-decor-hint--menu .welcome-screen-decor-hint__label{max-width:160px}}.excalidraw .welcome-screen-center{display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;position:absolute;pointer-events:none;left:1rem;top:1rem;right:1rem;bottom:1rem}.excalidraw .welcome-screen-center__logo{display:flex;align-items:center;column-gap:.75rem;font-size:2.25rem}.excalidraw .welcome-screen-center__heading{font-size:1.125rem;text-align:center;line-height:1.6}.excalidraw .welcome-screen-menu{display:flex;flex-direction:column;gap:2px;justify-content:center;align-items:center}.excalidraw .welcome-screen-menu-item{box-sizing:border-box;pointer-events:var(--ui-pointerEvents);color:var(--color-gray-50);font-size:.875rem;width:100%;min-width:300px;max-width:400px;display:grid;align-items:center;justify-content:space-between;background:none;border:1px solid rgba(0,0,0,0);padding:.25rem;border-radius:var(--border-radius-md);grid-template-columns:calc(var(--default-icon-size) + .5rem) 1fr}.excalidraw .welcome-screen-menu-item__text{display:flex;align-items:center;margin-right:auto;text-align:left;column-gap:.5rem}.excalidraw .welcome-screen-menu-item__icon{width:var(--default-icon-size);height:var(--default-icon-size)}.excalidraw .welcome-screen-menu-item__shortcut{margin-left:auto;color:var(--color-gray-40);font-size:.75rem}.excalidraw .welcome-screen-menu-item:hover{text-decoration:none;background:var(--button-hover-bg)}.excalidraw .welcome-screen-menu-item:hover .welcome-screen-menu-item__shortcut,.excalidraw .welcome-screen-menu-item:hover .welcome-screen-menu-item__icon,.excalidraw .welcome-screen-menu-item:hover .welcome-screen-menu-item__text{color:var(--color-gray-100)}.excalidraw .welcome-screen-menu-item:active{background:var(--button-hover-bg);border-color:var(--color-brand-active)}.excalidraw .welcome-screen-menu-item:active .welcome-screen-menu-item__shortcut,.excalidraw .welcome-screen-menu-item:active .welcome-screen-menu-item__icon,.excalidraw .welcome-screen-menu-item:active .welcome-screen-menu-item__text{color:var(--color-gray-100)}.excalidraw.theme--dark .welcome-screen-menu-item{color:var(--color-gray-60)}.excalidraw.theme--dark .welcome-screen-menu-item__shortcut{color:var(--color-gray-60)}.excalidraw.theme--dark .welcome-screen-menu-item:hover{background-color:var(--color-surface-low)}.excalidraw.theme--dark .welcome-screen-menu-item:hover .welcome-screen-menu-item__icon,.excalidraw.theme--dark .welcome-screen-menu-item:hover .welcome-screen-menu-item__shortcut,.excalidraw.theme--dark .welcome-screen-menu-item:hover .welcome-screen-menu-item__text{color:var(--color-gray-10)}.excalidraw.theme--dark .welcome-screen-menu-item:active .welcome-screen-menu-item__icon,.excalidraw.theme--dark .welcome-screen-menu-item:active .welcome-screen-menu-item__shortcut,.excalidraw.theme--dark .welcome-screen-menu-item:active .welcome-screen-menu-item__text{color:var(--color-gray-10)}.excalidraw.excalidraw--mobile .welcome-screen-center{margin-bottom:2rem}@media(max-height: 500px),(max-width: 320px){.excalidraw .welcome-screen-center{display:none}}
|
|
70
70
|
.visually-hidden{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap;-webkit-user-select:none;user-select:none}.LoadingMessage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.LoadingMessage .Spinner{font-size:2.8em}.LoadingMessage .LoadingMessage-text{margin-top:1em;font-size:.8em}.LoadingMessage--dark{background-color:#121212;color:#ced4da}
|
|
71
|
-
.excalidraw{--theme-filter: none;--button-destructive-bg-color: #ffe3e3;--button-destructive-color: #c92a2a;--button-gray-1: #e9ecef;--button-gray-2: #ced4da;--button-gray-3: #adb5bd;--mobile-action-button-bg: rgba(255, 255, 255, 0.35);--mobile-color-border: var(--default-border-color);--button-special-active-bg-color: #ebfbee;--dialog-border-color: var(--color-gray-20);--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");--focus-highlight-color: #a5d8ff;--icon-fill-color: var(--color-on-surface);--icon-green-fill-color: #2b8a3e;--default-bg-color: #ffffff;--input-bg-color: #ffffff;--input-border-color: #ced4da;--input-hover-bg-color: #f1f3f5;--input-label-color: #495057;--island-bg-color: #ffffff;--keybinding-color: var(--color-gray-40);--link-color: #1c7ed6;--overlay-bg-color: rgba(255, 255, 255, 0.88);--popup-bg-color: var(--island-bg-color);--popup-secondary-bg-color: #f1f3f5;--popup-text-color: #000000;--popup-text-inverted-color: #ffffff;--select-highlight-color: #339af0;--shadow-island: 0px 0px 0.9310142993927002px 0px rgba(0, 0, 0, 0.17), 0px 0px 3.1270833015441895px 0px rgba(0, 0, 0, 0.08), 0px 7px 14px 0px rgba(0, 0, 0, 0.05);--button-hover-bg: var(--color-surface-high);--button-active-bg: var(--color-surface-high);--button-active-border: var(--color-brand-active);--default-border-color: var(--color-surface-high);--default-button-size: 2rem;--default-icon-size: 1rem;--lg-button-size: 2.25rem;--lg-icon-size: 1rem;--editor-container-padding: 1rem;--mobile-action-button-size: 2rem;--scrollbar-thumb: var(--button-gray-2);--scrollbar-thumb-hover: var(--button-gray-3);--color-slider-track: hsl(240, 100%, 90%);--color-slider-thumb: var(--color-gray-80);--modal-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);--avatar-border-color: var(--color-gray-20);--sidebar-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);--sidebar-border-color: var(--color-surface-high);--sidebar-bg-color: var(--island-bg-color);--library-dropdown-shadow: 0px 15px 6px rgba(0, 0, 0, 0.01), 0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);--space-factor: 0.25rem;--text-primary-color: var(--color-on-surface);--color-selection: #6965db;--color-icon-white: #ffffff;--color-primary: #6965db;--color-primary-darker: #5b57d1;--color-primary-darkest: #4a47b1;--color-primary-light: #e3e2fe;--color-primary-light-darker: #d7d5ff;--color-primary-hover: #5753d0;--color-gray-10: #f5f5f5;--color-gray-20: #ebebeb;--color-gray-30: #d6d6d6;--color-gray-40: #b8b8b8;--color-gray-50: #999999;--color-gray-60: #7a7a7a;--color-gray-70: #5c5c5c;--color-gray-80: #3d3d3d;--color-gray-85: #242424;--color-gray-90: #1e1e1e;--color-gray-100: #121212;--color-disabled: var(--color-gray-40);--color-warning: #fceeca;--color-warning-dark: #f5c354;--color-warning-darker: #f3ab2c;--color-warning-darkest: #ec8b14;--color-text-warning: var(--text-primary-color);--color-danger: #db6965;--color-danger-dark: #db6965;--color-danger-darker: #d65550;--color-danger-darkest: #d1413c;--color-danger-text: black;--color-danger-background: #fff0f0;--color-danger-icon-background: #ffdad6;--color-danger-color: #700000;--color-danger-icon-color: #700000;--color-warning-background: var(--color-warning);--color-warning-icon-background: var(--color-warning-dark);--color-warning-color: var(--text-primary-color);--color-warning-icon-color: var(--text-primary-color);--color-muted: var(--color-gray-30);--color-muted-darker: var(--color-gray-60);--color-muted-darkest: var(--color-gray-100);--color-muted-background: var(--color-gray-80);--color-muted-background-darker: var(--color-gray-100);--color-promo: var(--color-primary);--color-success: #cafccc;--color-success-darker: #bafabc;--color-success-darkest: #a5eba8;--color-success-text: #268029;--color-success-contrast: #65bb6a;--color-success-contrast-hover: #6bcf70;--color-success-contrast-active: #6edf74;--color-logo-icon: var(--color-primary);--color-logo-text: #190064;--border-radius-md: 0.375rem;--border-radius-lg: 0.5rem;--color-surface-high: #f1f0ff;--color-surface-mid: #f6f6f9;--color-surface-low: #ececf4;--color-surface-lowest: #ffffff;--color-on-surface: #1b1b1f;--color-brand-hover: #5753d0;--color-on-primary-container: #030064;--color-surface-primary-container: #e0dfff;--color-brand-active: #4440bf;--color-border-outline: #767680;--color-border-outline-variant: #c5c5d0;--color-surface-primary-container: #e0dfff;--color-badge: #0b6513;--background-color-badge: #d3ffd2}.excalidraw--mobile.excalidraw{--editor-container-padding: 0.75rem}@media screen and (min-device-width: 1921px){.excalidraw{--lg-button-size: 2.5rem;--lg-icon-size: 1.25rem;--default-button-size: 2.25rem;--default-icon-size: 1.25rem}}.excalidraw.theme--dark.theme--dark-background-none{background:none}.excalidraw.theme--dark{--theme-filter: invert(93%) hue-rotate(180deg);--button-destructive-bg-color: #5a0000;--button-destructive-color: #ffa8a8;--button-gray-1: #363636;--button-gray-2: #272727;--button-gray-3: #222;--mobile-action-button-bg: var(--island-bg-color);--mobile-color-border: rgba(255, 255, 255, 0.85);--button-special-active-bg-color: #204624;--dialog-border-color: var(--color-gray-80);--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path fill=\"%23ced4da\" d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");--focus-highlight-color: #228be6;--icon-green-fill-color: #69db7c;--default-bg-color: #121212;--input-bg-color: #121212;--input-border-color: #2e2e2e;--input-hover-bg-color: #181818;--input-label-color: #e9ecef;--island-bg-color: #232329;--keybinding-color: var(--color-gray-60);--link-color: #4dabf7;--overlay-bg-color: rgba(52, 58, 64, 0.12);--popup-secondary-bg-color: #222;--popup-text-color: #ced4da;--popup-text-inverted-color: #2c2c2c;--select-highlight-color: #4dabf7;--shadow-island: 0px 0px 0.9310142993927002px 0px rgba(0, 0, 0, 0.17), 0px 0px 3.1270833015441895px 0px rgba(0, 0, 0, 0.08), 0px 7px 14px 0px rgba(0, 0, 0, 0.05);--modal-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);--avatar-border-color: var(--color-gray-85);--scrollbar-thumb: #343a40;--scrollbar-thumb-hover: #495057;--color-slider-track: hsl(244, 23%, 39%);--color-selection: #3530c4;--color-icon-white: var(--color-gray-90);--color-primary: #a8a5ff;--color-primary-darker: #b2aeff;--color-primary-darkest: #beb9ff;--color-primary-light: #4f4d6f;--color-primary-light-darker: #43415e;--color-primary-hover: #bbb8ff;--color-disabled: var(--color-gray-70);--color-text-warning: var(--color-gray-80);--color-danger: #ffa8a5;--color-danger-dark: #672120;--color-danger-darker: #8f2625;--color-danger-darkest: #ac2b29;--color-danger-text: #fbcbcc;--color-danger-background: #fbcbcc;--color-danger-icon-background: #672120;--color-danger-color: #261919;--color-danger-icon-color: #fbcbcc;--color-warning-background: var(--color-warning);--color-warning-icon-background: var(--color-warning-dark);--color-warning-color: var(--color-gray-80);--color-warning-icon-color: var(--color-gray-80);--color-muted: var(--color-gray-80);--color-muted-darker: var(--color-gray-60);--color-muted-darkest: var(--color-gray-20);--color-muted-background: var(--color-gray-40);--color-muted-background-darker: var(--color-gray-20);--color-logo-text: #e2dfff;--color-surface-high: #2e2d39;--color-surface-low: hsl(240, 8%, 15%);--color-surface-mid: hsl(240 6% 10%);--color-surface-lowest: hsl(0, 0%, 7%);--color-on-surface: #e3e3e8;--color-brand-hover: #bbb8ff;--color-on-primary-container: #e0dfff;--color-surface-primary-container: #403e6a;--color-brand-active: #d0ccff;--color-border-outline: #8e8d9c;--color-border-outline-variant: #46464f;--color-surface-primary-container: #403e6a}:root{--zIndex-canvas: 1;--zIndex-interactiveCanvas: 2;--zIndex-svgLayer: 3;--zIndex-wysiwyg: 3;--zIndex-canvasButtons: 3;--zIndex-layerUI: 4;--zIndex-eyeDropperBackdrop: 5;--zIndex-eyeDropperPreview: 6;--zIndex-hyperlinkContainer: 7;--zIndex-ui-bottom: 60;--zIndex-ui-library: 80;--zIndex-ui-context-menu: 90;--zIndex-ui-styles-popup: 100;--zIndex-ui-top: 100;--zIndex-modal: 1000;--zIndex-popup: 1001;--zIndex-toast: 999999;--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--sar: env(safe-area-inset-right);--sat: env(safe-area-inset-top)}body.excalidraw-cursor-resize,body.excalidraw-cursor-resize a:hover,body.excalidraw-cursor-resize *{cursor:ew-resize}.excalidraw{--ui-font: Assistant, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;font-family:var(--ui-font);position:relative;overflow:hidden;color:var(--text-primary-color);display:flex;top:0;bottom:0;left:0;right:0;height:100%;width:100%;-webkit-user-select:none;user-select:none}.excalidraw button,.excalidraw label{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.excalidraw button{cursor:pointer;-webkit-user-select:none;user-select:none}.excalidraw:focus{outline:none}.excalidraw .excalidraw-link,.excalidraw a{font-weight:500;text-decoration:none;color:var(--link-color);-webkit-user-select:none;user-select:none;cursor:pointer}.excalidraw .excalidraw-link:hover,.excalidraw a:hover{text-decoration:underline}.excalidraw .excalidraw-link:active,.excalidraw a:active{text-decoration:none}.excalidraw canvas{touch-action:none;image-rendering:pixelated;image-rendering:-moz-crisp-edges;z-index:var(--zIndex-canvas)}.excalidraw canvas.interactive{z-index:var(--zIndex-interactiveCanvas)}.excalidraw__canvas-wrapper,.excalidraw__canvas.static{pointer-events:none}.excalidraw__canvas{position:absolute}.excalidraw__embeddable{width:100%;height:100%;border:0}.excalidraw__embeddable-container{position:absolute;z-index:2;transform-origin:top left;pointer-events:none}.excalidraw.theme--dark canvas{filter:var(--theme-filter)}.excalidraw .FixedSideContainer{padding-top:var(--sat, 0);padding-right:var(--sar, 0);padding-bottom:var(--sab, 0);padding-left:var(--sal, 0)}.excalidraw .panelRow{display:flex;justify-content:space-between}.excalidraw .selected-shape-actions{display:flex;flex-direction:column;row-gap:.75rem}.excalidraw .selected-shape-actions h3,.excalidraw .selected-shape-actions legend,.excalidraw .selected-shape-actions .control-label{margin:0;margin-bottom:.25rem;font-size:.75rem;color:var(--text-primary-color);font-weight:400;display:block}.excalidraw .selected-shape-actions .control-label input{display:block;width:100%}.excalidraw .selected-shape-actions legend{padding:0}.excalidraw .selected-shape-actions .iconSelectList{flex-wrap:wrap;position:relative}.excalidraw .selected-shape-actions .buttonList{flex-wrap:wrap;display:flex;column-gap:.5rem;row-gap:.5rem}.excalidraw .selected-shape-actions .buttonList label{font-size:.75rem}.excalidraw .selected-shape-actions .buttonList input[type=radio],.excalidraw .selected-shape-actions .buttonList input[type=button]{opacity:0;position:absolute;pointer-events:none}.excalidraw .selected-shape-actions .buttonList .iconRow{margin-top:8px}.excalidraw .selected-shape-actions fieldset{margin:0;padding:0;border:none}.excalidraw .divider{width:1px;background-color:#e9ecef;margin:1px}.excalidraw .welcome-screen-menu-item:focus-visible,.excalidraw .dropdown-menu-item:focus-visible,.excalidraw button:focus-visible,.excalidraw .buttonList label:focus-within,.excalidraw input:focus-visible{outline:rgba(0,0,0,0);box-shadow:0 0 0 1px var(--color-brand-hover)}.excalidraw .buttonList .ToolIcon__icon{all:unset !important;display:flex !important}.excalidraw .buttonList button{background-color:rgba(0,0,0,0)}.excalidraw .buttonList label,.excalidraw .buttonList button,.excalidraw .buttonList .zIndexButton{display:flex;justify-content:center;align-items:center;padding:.625rem;width:var(--button-width, var(--default-button-size));height:var(--button-height, var(--default-button-size));box-sizing:border-box;border-width:1px;border-style:solid;border-color:var(--button-border, var(--default-border-color));border-radius:var(--border-radius-lg);cursor:pointer;background-color:var(--button-bg, var(--island-bg-color));color:var(--button-color, var(--color-on-surface));font-family:var(--ui-font);padding:0}.excalidraw .buttonList label svg,.excalidraw .buttonList button svg,.excalidraw .buttonList .zIndexButton svg{width:var(--button-width, var(--lg-icon-size));height:var(--button-height, var(--lg-icon-size))}.excalidraw .buttonList label:hover,.excalidraw .buttonList button:hover,.excalidraw .buttonList .zIndexButton:hover{background-color:var(--button-hover-bg, var(--island-bg-color));border-color:var(--button-hover-border, var(--button-border, var(--default-border-color)));color:var(--button-hover-color, var(--button-color, var(--text-primary-color, inherit)))}.excalidraw .buttonList label:active,.excalidraw .buttonList button:active,.excalidraw .buttonList .zIndexButton:active{background-color:var(--button-active-bg, var(--island-bg-color));border-color:var(--button-active-border, var(--color-primary-darkest))}.excalidraw .buttonList label.active,.excalidraw .buttonList button.active,.excalidraw .buttonList .zIndexButton.active{background-color:var(--button-selected-bg, var(--color-surface-primary-container));border-color:var(--button-selected-border, var(--color-surface-primary-container))}.excalidraw .buttonList label.active:hover,.excalidraw .buttonList button.active:hover,.excalidraw .buttonList .zIndexButton.active:hover{background-color:var(--button-selected-hover-bg, var(--color-surface-primary-container))}.excalidraw .buttonList label.active svg,.excalidraw .buttonList button.active svg,.excalidraw .buttonList .zIndexButton.active svg{color:var(--button-color, var(--color-on-primary-container))}.excalidraw--mobile.excalidraw .buttonList label,.excalidraw .buttonList button,.excalidraw .buttonList .zIndexButton{width:var(--mobile-action-button-size, var(--default-button-size));height:var(--mobile-action-button-size, var(--default-button-size))}.excalidraw .buttonList label svg,.excalidraw .buttonList button svg,.excalidraw .buttonList .zIndexButton svg{width:var(--default-icon-size);height:var(--default-icon-size)}.excalidraw .App-top-bar{z-index:var(--zIndex-ui-top);display:flex;flex-direction:column}.excalidraw .App-welcome-screen{z-index:var(--zIndex-layerUI)}.excalidraw .App-bottom-bar{position:absolute;width:calc(100% - 28px);max-width:450px;bottom:0;left:50%;transform:translateX(-50%);--bar-padding: calc(4 * var(--space-factor));z-index:var(--zIndex-ui-bottom);display:flex;flex-direction:column;pointer-events:none;justify-content:center}.excalidraw--tray.excalidraw .App-bottom-bar{flex-direction:row;left:0;transform:none;justify-content:flex-start;align-items:flex-end;max-width:19rem}.excalidraw .App-bottom-bar>.Island{box-sizing:border-box;max-height:100%;padding:4px;display:flex;flex-direction:column;pointer-events:var(--ui-pointerEvents)}.excalidraw .App-toolbar{display:flex;justify-content:center}.excalidraw .App-toolbar .eraser.ToolIcon:hover{--icon-fill-color: #fff;--keybinding-color: #fff}.excalidraw .App-toolbar .eraser.active{background-color:var(--color-primary)}.excalidraw .excalidraw-ui-top-left,.excalidraw .excalidraw-ui-top-right{display:flex;gap:.5rem}.excalidraw .App-toolbar-content{display:flex;flex-direction:column;pointer-events:none}.excalidraw .App-toolbar-content>*{pointer-events:var(--ui-pointerEvents)}.excalidraw .App-toolbar-content .dropdown-menu--tray{bottom:55px;top:auto}.excalidraw--tray.excalidraw .App-toolbar-content{flex-direction:row}.excalidraw .App-toolbar-content label.ToolIcon.is-mobile{background-color:var(--color-surface-low)}.excalidraw .App-mobile-menu{width:100%;overflow-x:visible;overflow-y:auto;box-sizing:border-box;margin-bottom:var(--bar-padding)}.excalidraw .App-mobile-menu .selected-shape-actions{padding:8px 8px 0 8px}.excalidraw .App-tray-menu{width:100%;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;margin-bottom:var(--bar-padding)}.excalidraw .App-tray-menu .selected-shape-actions{padding:8px 8px 0 8px}.excalidraw .App-menu{display:grid;color:var(--icon-fill-color)}.excalidraw .shapes-section{display:flex;justify-content:center;pointer-events:none !important}.excalidraw .shapes-section>*{pointer-events:var(--ui-pointerEvents)}.excalidraw .App-menu_top{grid-template-columns:1fr 2fr 1fr;grid-gap:1rem;align-items:flex-start;cursor:default;pointer-events:none !important}.excalidraw .App-menu_top>*{pointer-events:var(--ui-pointerEvents)}@media(min-width: 1536px){.excalidraw .App-menu_top{grid-template-columns:1fr 1fr 1fr;grid-gap:3rem}}.excalidraw .App-menu_top>*:first-child{justify-self:flex-start}.excalidraw .selected-shape-actions-container{width:-moz-fit-content;width:fit-content}.excalidraw .selected-shape-actions-container--compact{min-width:48px}.excalidraw .App-menu_top>*:last-child{justify-self:flex-end}.excalidraw .App-menu_bottom{position:absolute;bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start;cursor:default;pointer-events:none !important;box-sizing:border-box;padding:0 1rem}.excalidraw .App-menu_bottom--transition-left section{width:185px}.excalidraw .App-menu_bottom section{display:flex}.excalidraw .App-menu_bottom>*:first-child{justify-self:flex-start}.excalidraw .App-menu_bottom>*:last-child{justify-self:flex-end}.excalidraw .App-menu_left{grid-template-rows:1fr auto 1fr;height:100%}.excalidraw .App-menu_right{grid-template-rows:1fr;height:100%}.excalidraw .App-menu__left{overflow-y:auto;padding:.75rem;width:12.5rem;box-sizing:border-box;position:absolute}.excalidraw .dropdown-select{height:1.5rem;padding:0;padding-inline-start:.5rem;padding-inline-end:1.5rem;color:var(--icon-fill-color);background-color:var(--button-gray-1);border-radius:var(--space-factor);border:1px solid var(--button-gray-2);font-size:.8rem;font-family:inherit;outline:none;-webkit-appearance:none;appearance:none;background-image:var(--dropdown-icon);background-repeat:no-repeat;background-position:right .7rem top 50%,0 0;background-size:.65em auto,100%}:root[dir=rtl] .excalidraw .dropdown-select{background-position:left .7rem top 50%,0 0}.excalidraw .dropdown-select:focus{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .dropdown-select:hover{background-color:var(--button-gray-2)}.excalidraw .dropdown-select:active{background-color:var(--button-gray-2)}.excalidraw .dropdown-select__language{height:2rem;background-color:var(--island-bg-color);border-color:var(--default-border-color) !important;cursor:pointer}.excalidraw .dropdown-select__language:hover{background-color:var(--island-bg-color)}.excalidraw .scroll-back-to-content{border-radius:var(--border-radius-lg);background-color:var(--island-bg-color);color:var(--icon-fill-color);border:1px solid var(--default-border-color);padding:10px 20px;position:absolute;left:50%;bottom:30px;transform:translateX(-50%);pointer-events:var(--ui-pointerEvents);font-family:inherit}.excalidraw .scroll-back-to-content:hover{background-color:var(--button-hover-bg)}.excalidraw .scroll-back-to-content:active{border:1px solid var(--button-active-border)}.excalidraw .help-icon{display:flex;justify-content:center;align-items:center;padding:.625rem;width:var(--button-width, var(--default-button-size));height:var(--button-height, var(--default-button-size));box-sizing:border-box;border-width:1px;border-style:solid;border-color:var(--button-border, var(--default-border-color));border-radius:var(--border-radius-lg);cursor:pointer;background-color:var(--button-bg, var(--island-bg-color));color:var(--button-color, var(--color-on-surface));font-family:var(--ui-font);border:none;box-shadow:0 0 0 1px var(--color-surface-lowest);background-color:var(--color-surface-low);width:var(--lg-button-size);height:var(--lg-button-size)}.excalidraw .help-icon svg{width:var(--button-width, var(--lg-icon-size));height:var(--button-height, var(--lg-icon-size))}.excalidraw .help-icon:hover{background-color:var(--button-hover-bg, var(--island-bg-color));border-color:var(--button-hover-border, var(--button-border, var(--default-border-color)));color:var(--button-hover-color, var(--button-color, var(--text-primary-color, inherit)))}.excalidraw .help-icon:active{background-color:var(--button-active-bg, var(--island-bg-color));border-color:var(--button-active-border, var(--color-primary-darkest))}.excalidraw .help-icon.active{background-color:var(--button-selected-bg, var(--color-surface-primary-container));border-color:var(--button-selected-border, var(--color-surface-primary-container))}.excalidraw .help-icon.active:hover{background-color:var(--button-selected-hover-bg, var(--color-surface-primary-container))}.excalidraw .help-icon.active svg{color:var(--button-color, var(--color-on-primary-container))}.excalidraw--mobile.excalidraw .help-icon{width:var(--mobile-action-button-size, var(--default-button-size));height:var(--mobile-action-button-size, var(--default-button-size))}.excalidraw .help-icon:active{box-shadow:0 0 0 1px var(--color-brand-active)}.excalidraw--mobile.excalidraw .help-icon{width:var(--mobile-action-button-size, 2rem);height:var(--mobile-action-button-size, 2rem)}.excalidraw .help-icon svg{width:var(--lg-icon-size);height:var(--lg-icon-size)}.excalidraw .reset-zoom-button{font-family:var(--ui-font)}.excalidraw .finalize-button{display:grid;grid-auto-flow:column;gap:.4em;margin-top:auto;margin-bottom:auto;margin-inline-start:.6em}.excalidraw .undo-redo-buttons,.excalidraw .eraser-buttons{display:grid;grid-auto-flow:column;margin-top:auto;margin-bottom:auto;margin-inline-start:.6em}.excalidraw--mobile.excalidraw aside{display:none}.excalidraw--mobile.excalidraw .scroll-back-to-content{bottom:calc(100px + var(--sab, 0));z-index:-1}.excalidraw--tray.excalidraw aside{display:none}.excalidraw--tray.excalidraw .scroll-back-to-content{bottom:calc(80px + var(--sab, 0));z-index:-1}:root[dir=rtl] .excalidraw .rtl-mirror{transform:scaleX(-1)}.excalidraw .zen-mode-visibility{visibility:visible;opacity:1;height:auto;width:auto;transition:opacity .5s}.excalidraw .zen-mode-visibility.zen-mode-visibility--hidden{visibility:hidden;opacity:0;height:0;width:0;transition:opacity .5s}.excalidraw .disable-pointerEvents{pointer-events:none !important}.excalidraw.excalidraw--view-mode .App-menu{display:flex;justify-content:space-between}.excalidraw textarea.excalidraw-wysiwyg{border:none;outline:none;box-shadow:none;border-radius:0}.excalidraw input.is-redacted{-webkit-text-security:disc}.excalidraw input[type=text],.excalidraw textarea:not(.excalidraw-wysiwyg){color:var(--text-primary-color);border:1.5px solid var(--input-border-color);padding:.75rem;white-space:nowrap;border-radius:var(--space-factor);background-color:var(--input-bg-color)}.excalidraw input[type=text]:not(:focus):hover,.excalidraw textarea:not(.excalidraw-wysiwyg):not(:focus):hover{border-color:var(--color-brand-hover)}.excalidraw input[type=text]:focus,.excalidraw textarea:not(.excalidraw-wysiwyg):focus{outline:none;border-color:var(--color-brand-hover)}@media print{.excalidraw .App-bottom-bar,.excalidraw .FixedSideContainer,.excalidraw .layer-ui__wrapper{display:none}}.excalidraw ::-webkit-scrollbar{width:4px;height:3px}.excalidraw select::-webkit-scrollbar{width:10px}.excalidraw ::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}.excalidraw ::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.excalidraw ::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb)}.excalidraw .mobile-misc-tools-container{position:absolute;top:calc(5rem - var(--editor-container-padding));right:calc(var(--editor-container-padding)*-1);display:flex;flex-direction:column;border:1px solid var(--sidebar-border-color);border-top-left-radius:var(--border-radius-lg);border-bottom-left-radius:var(--border-radius-lg);border-right:0;overflow:hidden;margin-right:3px;background-color:var(--island-bg-color)}.excalidraw .mobile-misc-tools-container .ToolIcon__icon{width:2rem;height:2rem;border-radius:0}.excalidraw .mobile-misc-tools-container .default-sidebar-trigger{border:0}.excalidraw .tray-misc-tools-container{position:absolute;top:calc(5rem - var(--editor-container-padding));right:calc(var(--editor-container-padding)*-1);display:flex;flex-direction:column;border:1px solid var(--sidebar-border-color);border-top-left-radius:var(--border-radius-lg);border-bottom-left-radius:var(--border-radius-lg);border-right:0;overflow:hidden;margin-right:3px;background-color:var(--island-bg-color)}.excalidraw .tray-misc-tools-container .ToolIcon__icon{width:2rem;height:2rem;border-radius:0}.excalidraw .tray-misc-tools-container .default-sidebar-trigger{border:0}.excalidraw .App-toolbar--mobile{overflow:visible;max-width:98vw}.excalidraw .App-toolbar--mobile .ToolIcon__keybinding{display:block}.excalidraw .App-toolbar--tray{overflow:visible;max-width:98vw}.excalidraw .App-toolbar--tray .ToolIcon__keybinding{display:block}.excalidraw .UserList-Wrapper{margin:0;padding:0;border:none;text-align:left}.excalidraw .UserList-Wrapper legend{display:block;font-size:.75rem;font-weight:400;margin:0 0 .25rem;padding:0}.excalidraw .main-menu-trigger{border:none;box-shadow:0 0 0 1px var(--color-surface-lowest);background-color:var(--color-surface-low)}.excalidraw .main-menu-trigger:active{box-shadow:0 0 0 1px var(--color-brand-active)}.excalidraw--mobile.excalidraw .main-menu-trigger{width:var(--mobile-action-button-size, 2rem);height:var(--mobile-action-button-size, 2rem)}.excalidraw .App-tray-menu,.excalidraw .App-mobile-menu,.excalidraw .App-menu__left{--button-border: transparent;--button-bg: var(--color-surface-mid)}.excalidraw.theme--dark.excalidraw .App-tray-menu,.excalidraw.theme--dark.excalidraw .App-mobile-menu,.excalidraw.theme--dark.excalidraw .App-menu__left{--button-hover-bg: #363541;--button-bg: var(--color-surface-high)}.excalidraw .App-menu__left .buttonList{padding:.25rem 0}.excalidraw .excalidraw__paragraph{margin:1rem 0}.excalidraw .Modal__content .excalidraw__paragraph:first-child{margin-top:0}.excalidraw .Modal__content .excalidraw__paragraph+.excalidraw__paragraph{margin-top:0rem}.ErrorSplash.excalidraw{min-height:100vh;padding:20px 0;overflow:auto;display:flex;align-items:center;justify-content:center;-webkit-user-select:text;user-select:text}.ErrorSplash.excalidraw .ErrorSplash-messageContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background-color:#ffe3e3;border:3px solid #c92a2a}.ErrorSplash.excalidraw .ErrorSplash-paragraph{margin:15px 0;max-width:600px}.ErrorSplash.excalidraw .ErrorSplash-paragraph.align-center{text-align:center}.ErrorSplash.excalidraw .bigger,.ErrorSplash.excalidraw .bigger button{font-size:1.1em}.ErrorSplash.excalidraw .smaller,.ErrorSplash.excalidraw .smaller button{font-size:.9em}.ErrorSplash.excalidraw .ErrorSplash-details{display:flex;flex-direction:column;align-items:flex-start}.ErrorSplash.excalidraw .ErrorSplash-details textarea{width:100%;margin:10px 0;font-family:"Cascadia";font-size:.8em}.excalidraw__embeddable-container .excalidraw__embeddable-container__inner{overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:var(--embeddable-radius)}.excalidraw__embeddable-container .excalidraw__embeddable__outer{width:100%;height:100%}.excalidraw__embeddable-container .excalidraw__embeddable__outer>*{border-radius:var(--embeddable-radius)}.excalidraw__embeddable-container .excalidraw__embeddable-hint{position:absolute;z-index:1;background:rgba(0,0,0,.5);padding:1rem 1.6rem;border-radius:12px;color:#fff;font-weight:700;letter-spacing:.6px;font-family:"Assistant";width:33%;height:33%;display:flex;align-items:center;justify-content:center}
|
|
71
|
+
.excalidraw{--theme-filter: none;--button-destructive-bg-color: #ffe3e3;--button-destructive-color: #c92a2a;--button-gray-1: #e9ecef;--button-gray-2: #ced4da;--button-gray-3: #adb5bd;--mobile-action-button-bg: rgba(255, 255, 255, 0.35);--mobile-color-border: var(--default-border-color);--button-special-active-bg-color: #ebfbee;--dialog-border-color: var(--color-gray-20);--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");--focus-highlight-color: #a5d8ff;--icon-fill-color: var(--color-on-surface);--icon-green-fill-color: #2b8a3e;--default-bg-color: #ffffff;--input-bg-color: #ffffff;--input-border-color: #ced4da;--input-hover-bg-color: #f1f3f5;--input-label-color: #495057;--island-bg-color: #ffffff;--keybinding-color: var(--color-gray-40);--link-color: #1c7ed6;--overlay-bg-color: rgba(255, 255, 255, 0.88);--popup-bg-color: var(--island-bg-color);--popup-secondary-bg-color: #f1f3f5;--popup-text-color: #000000;--popup-text-inverted-color: #ffffff;--select-highlight-color: #339af0;--shadow-island: 0px 0px 0.9310142993927002px 0px rgba(0, 0, 0, 0.17), 0px 0px 3.1270833015441895px 0px rgba(0, 0, 0, 0.08), 0px 7px 14px 0px rgba(0, 0, 0, 0.05);--button-hover-bg: var(--color-surface-high);--button-active-bg: var(--color-surface-high);--button-active-border: var(--color-brand-active);--default-border-color: var(--color-surface-high);--default-button-size: 2rem;--default-icon-size: 1rem;--lg-button-size: 2.25rem;--lg-icon-size: 1rem;--editor-container-padding: 1rem;--mobile-action-button-size: 2rem;--scrollbar-thumb: var(--button-gray-2);--scrollbar-thumb-hover: var(--button-gray-3);--color-slider-track: hsl(240, 100%, 90%);--color-slider-thumb: var(--color-gray-80);--modal-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);--avatar-border-color: var(--color-gray-20);--sidebar-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);--sidebar-border-color: var(--color-surface-high);--sidebar-bg-color: var(--island-bg-color);--library-dropdown-shadow: 0px 15px 6px rgba(0, 0, 0, 0.01), 0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);--space-factor: 0.25rem;--text-primary-color: var(--color-on-surface);--color-selection: #6965db;--color-icon-white: #ffffff;--color-primary: #6965db;--color-primary-darker: #5b57d1;--color-primary-darkest: #4a47b1;--color-primary-light: #e3e2fe;--color-primary-light-darker: #d7d5ff;--color-primary-hover: #5753d0;--color-gray-10: #f5f5f5;--color-gray-20: #ebebeb;--color-gray-30: #d6d6d6;--color-gray-40: #b8b8b8;--color-gray-50: #999999;--color-gray-60: #7a7a7a;--color-gray-70: #5c5c5c;--color-gray-80: #3d3d3d;--color-gray-85: #242424;--color-gray-90: #1e1e1e;--color-gray-100: #121212;--color-disabled: var(--color-gray-40);--color-warning: #fceeca;--color-warning-dark: #f5c354;--color-warning-darker: #f3ab2c;--color-warning-darkest: #ec8b14;--color-text-warning: var(--text-primary-color);--color-danger: #db6965;--color-danger-dark: #db6965;--color-danger-darker: #d65550;--color-danger-darkest: #d1413c;--color-danger-text: black;--color-danger-background: #fff0f0;--color-danger-icon-background: #ffdad6;--color-danger-color: #700000;--color-danger-icon-color: #700000;--color-warning-background: var(--color-warning);--color-warning-icon-background: var(--color-warning-dark);--color-warning-color: var(--text-primary-color);--color-warning-icon-color: var(--text-primary-color);--color-muted: var(--color-gray-30);--color-muted-darker: var(--color-gray-60);--color-muted-darkest: var(--color-gray-100);--color-muted-background: var(--color-gray-80);--color-muted-background-darker: var(--color-gray-100);--color-promo: var(--color-primary);--color-success: #cafccc;--color-success-darker: #bafabc;--color-success-darkest: #a5eba8;--color-success-text: #268029;--color-success-contrast: #65bb6a;--color-success-contrast-hover: #6bcf70;--color-success-contrast-active: #6edf74;--color-logo-icon: var(--color-primary);--color-logo-text: #190064;--border-radius-md: 0.375rem;--border-radius-lg: 0.5rem;--color-surface-high: #f1f0ff;--color-surface-mid: #f6f6f9;--color-surface-low: #ececf4;--color-surface-lowest: #ffffff;--color-on-surface: #1b1b1f;--color-brand-hover: #5753d0;--color-on-primary-container: #030064;--color-surface-primary-container: #e0dfff;--color-brand-active: #4440bf;--color-border-outline: #767680;--color-border-outline-variant: #c5c5d0;--color-surface-primary-container: #e0dfff;--color-badge: #0b6513;--background-color-badge: #d3ffd2}.excalidraw--mobile.excalidraw{--editor-container-padding: 0.75rem}@media screen and (min-device-width: 1921px){.excalidraw{--lg-button-size: 2.5rem;--lg-icon-size: 1.25rem;--default-button-size: 2.25rem;--default-icon-size: 1.25rem}}.excalidraw.theme--dark.theme--dark-background-none{background:none}.excalidraw.theme--dark{--theme-filter: invert(93%) hue-rotate(180deg);--button-destructive-bg-color: #5a0000;--button-destructive-color: #ffa8a8;--button-gray-1: #363636;--button-gray-2: #272727;--button-gray-3: #222;--mobile-action-button-bg: var(--island-bg-color);--mobile-color-border: rgba(255, 255, 255, 0.85);--button-special-active-bg-color: #204624;--dialog-border-color: var(--color-gray-80);--dropdown-icon: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"292.4\" height=\"292.4\" viewBox=\"0 0 292 292\"><path fill=\"%23ced4da\" d=\"M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z\"/></svg>");--focus-highlight-color: #228be6;--icon-green-fill-color: #69db7c;--default-bg-color: #121212;--input-bg-color: #121212;--input-border-color: #2e2e2e;--input-hover-bg-color: #181818;--input-label-color: #e9ecef;--island-bg-color: #232329;--keybinding-color: var(--color-gray-60);--link-color: #4dabf7;--overlay-bg-color: rgba(52, 58, 64, 0.12);--popup-secondary-bg-color: #222;--popup-text-color: #ced4da;--popup-text-inverted-color: #2c2c2c;--select-highlight-color: #4dabf7;--shadow-island: 0px 0px 0.9310142993927002px 0px rgba(0, 0, 0, 0.17), 0px 0px 3.1270833015441895px 0px rgba(0, 0, 0, 0.08), 0px 7px 14px 0px rgba(0, 0, 0, 0.05);--modal-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);--avatar-border-color: var(--color-gray-85);--scrollbar-thumb: #343a40;--scrollbar-thumb-hover: #495057;--color-slider-track: hsl(244, 23%, 39%);--color-selection: #3530c4;--color-icon-white: var(--color-gray-90);--color-primary: #a8a5ff;--color-primary-darker: #b2aeff;--color-primary-darkest: #beb9ff;--color-primary-light: #4f4d6f;--color-primary-light-darker: #43415e;--color-primary-hover: #bbb8ff;--color-disabled: var(--color-gray-70);--color-text-warning: var(--color-gray-80);--color-danger: #ffa8a5;--color-danger-dark: #672120;--color-danger-darker: #8f2625;--color-danger-darkest: #ac2b29;--color-danger-text: #fbcbcc;--color-danger-background: #fbcbcc;--color-danger-icon-background: #672120;--color-danger-color: #261919;--color-danger-icon-color: #fbcbcc;--color-warning-background: var(--color-warning);--color-warning-icon-background: var(--color-warning-dark);--color-warning-color: var(--color-gray-80);--color-warning-icon-color: var(--color-gray-80);--color-muted: var(--color-gray-80);--color-muted-darker: var(--color-gray-60);--color-muted-darkest: var(--color-gray-20);--color-muted-background: var(--color-gray-40);--color-muted-background-darker: var(--color-gray-20);--color-logo-text: #e2dfff;--color-surface-high: #2e2d39;--color-surface-low: hsl(240, 8%, 15%);--color-surface-mid: hsl(240 6% 10%);--color-surface-lowest: hsl(0, 0%, 7%);--color-on-surface: #e3e3e8;--color-brand-hover: #bbb8ff;--color-on-primary-container: #e0dfff;--color-surface-primary-container: #403e6a;--color-brand-active: #d0ccff;--color-border-outline: #8e8d9c;--color-border-outline-variant: #46464f;--color-surface-primary-container: #403e6a}:root{--zIndex-canvas: 1;--zIndex-interactiveCanvas: 2;--zIndex-svgLayer: 3;--zIndex-wysiwyg: 3;--zIndex-canvasButtons: 3;--zIndex-layerUI: 4;--zIndex-eyeDropperBackdrop: 5;--zIndex-eyeDropperPreview: 6;--zIndex-hyperlinkContainer: 7;--zIndex-ui-bottom: 60;--zIndex-ui-library: 80;--zIndex-ui-context-menu: 90;--zIndex-ui-styles-popup: 100;--zIndex-ui-top: 100;--zIndex-modal: 1000;--zIndex-popup: 1001;--zIndex-toast: 999999;--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--sar: env(safe-area-inset-right);--sat: env(safe-area-inset-top)}body.excalidraw-cursor-resize,body.excalidraw-cursor-resize a:hover,body.excalidraw-cursor-resize *{cursor:ew-resize}.excalidraw{--ui-font: Assistant, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;font-family:var(--ui-font);position:relative;overflow:hidden;color:var(--text-primary-color);display:flex;top:0;bottom:0;left:0;right:0;height:100%;width:100%;-webkit-user-select:none;user-select:none}.excalidraw button,.excalidraw label{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.excalidraw button{cursor:pointer;-webkit-user-select:none;user-select:none}.excalidraw:focus{outline:none}.excalidraw .excalidraw-link,.excalidraw a{font-weight:500;text-decoration:none;color:var(--link-color);-webkit-user-select:none;user-select:none;cursor:pointer}.excalidraw .excalidraw-link:hover,.excalidraw a:hover{text-decoration:underline}.excalidraw .excalidraw-link:active,.excalidraw a:active{text-decoration:none}.excalidraw canvas{touch-action:none;image-rendering:pixelated;image-rendering:-moz-crisp-edges;z-index:var(--zIndex-canvas)}.excalidraw canvas.interactive{z-index:var(--zIndex-interactiveCanvas)}.excalidraw__canvas-wrapper,.excalidraw__canvas.static{pointer-events:none}.excalidraw__canvas{position:absolute}.excalidraw__embeddable{width:100%;height:100%;border:0}.excalidraw__embeddable-container{position:absolute;z-index:2;transform-origin:top left;pointer-events:none}.excalidraw.theme--dark canvas{filter:var(--theme-filter)}.excalidraw .FixedSideContainer{padding-top:var(--sat, 0);padding-right:var(--sar, 0);padding-bottom:var(--sab, 0);padding-left:var(--sal, 0)}.excalidraw .panelRow{display:flex;justify-content:space-between}.excalidraw .selected-shape-actions{display:flex;flex-direction:column;row-gap:.75rem}.excalidraw .selected-shape-actions h3,.excalidraw .selected-shape-actions legend,.excalidraw .selected-shape-actions .control-label{margin:0;margin-bottom:.25rem;font-size:.75rem;color:var(--text-primary-color);font-weight:400;display:block}.excalidraw .selected-shape-actions .control-label input{display:block;width:100%}.excalidraw .selected-shape-actions legend{padding:0}.excalidraw .selected-shape-actions .iconSelectList{flex-wrap:wrap;position:relative}.excalidraw .selected-shape-actions .buttonList{flex-wrap:wrap;display:flex;column-gap:.5rem;row-gap:.5rem}.excalidraw .selected-shape-actions .buttonList label{font-size:.75rem}.excalidraw .selected-shape-actions .buttonList input[type=radio],.excalidraw .selected-shape-actions .buttonList input[type=button]{opacity:0;position:absolute;pointer-events:none}.excalidraw .selected-shape-actions .buttonList .iconRow{margin-top:8px}.excalidraw .selected-shape-actions fieldset{margin:0;padding:0;border:none}.excalidraw .divider{width:1px;background-color:#e9ecef;margin:1px}.excalidraw .welcome-screen-menu-item:focus-visible,.excalidraw .dropdown-menu-item:focus-visible,.excalidraw button:focus-visible,.excalidraw .buttonList label:focus-within,.excalidraw input:focus-visible{outline:rgba(0,0,0,0);box-shadow:0 0 0 1px var(--color-brand-hover)}.excalidraw .buttonList .ToolIcon__icon{all:unset !important;display:flex !important}.excalidraw .buttonList button{background-color:rgba(0,0,0,0)}.excalidraw .buttonList label,.excalidraw .buttonList button,.excalidraw .buttonList .zIndexButton{display:flex;justify-content:center;align-items:center;padding:.625rem;width:var(--button-width, var(--default-button-size));height:var(--button-height, var(--default-button-size));box-sizing:border-box;border-width:1px;border-style:solid;border-color:var(--button-border, var(--default-border-color));border-radius:var(--border-radius-lg);cursor:pointer;background-color:var(--button-bg, var(--island-bg-color));color:var(--button-color, var(--color-on-surface));font-family:var(--ui-font);padding:0}.excalidraw .buttonList label svg,.excalidraw .buttonList button svg,.excalidraw .buttonList .zIndexButton svg{width:var(--button-width, var(--lg-icon-size));height:var(--button-height, var(--lg-icon-size))}.excalidraw .buttonList label:hover,.excalidraw .buttonList button:hover,.excalidraw .buttonList .zIndexButton:hover{background-color:var(--button-hover-bg, var(--island-bg-color));border-color:var(--button-hover-border, var(--button-border, var(--default-border-color)));color:var(--button-hover-color, var(--button-color, var(--text-primary-color, inherit)))}.excalidraw .buttonList label:active,.excalidraw .buttonList button:active,.excalidraw .buttonList .zIndexButton:active{background-color:var(--button-active-bg, var(--island-bg-color));border-color:var(--button-active-border, var(--color-primary-darkest))}.excalidraw .buttonList label.active,.excalidraw .buttonList button.active,.excalidraw .buttonList .zIndexButton.active{background-color:var(--button-selected-bg, var(--color-surface-primary-container));border-color:var(--button-selected-border, var(--color-surface-primary-container))}.excalidraw .buttonList label.active:hover,.excalidraw .buttonList button.active:hover,.excalidraw .buttonList .zIndexButton.active:hover{background-color:var(--button-selected-hover-bg, var(--color-surface-primary-container))}.excalidraw .buttonList label.active svg,.excalidraw .buttonList button.active svg,.excalidraw .buttonList .zIndexButton.active svg{color:var(--button-color, var(--color-on-primary-container))}.excalidraw--mobile.excalidraw .buttonList label,.excalidraw .buttonList button,.excalidraw .buttonList .zIndexButton{width:var(--mobile-action-button-size, var(--default-button-size));height:var(--mobile-action-button-size, var(--default-button-size))}.excalidraw .buttonList label svg,.excalidraw .buttonList button svg,.excalidraw .buttonList .zIndexButton svg{width:var(--default-icon-size);height:var(--default-icon-size)}.excalidraw .App-top-bar{z-index:var(--zIndex-layerUI);display:flex;flex-direction:column}.excalidraw .App-welcome-screen{z-index:var(--zIndex-layerUI)}.excalidraw .App-bottom-bar{position:absolute;width:calc(100% - 28px);max-width:450px;bottom:0;left:50%;transform:translateX(-50%);--bar-padding: calc(4 * var(--space-factor));z-index:var(--zIndex-ui-bottom);display:flex;flex-direction:column;pointer-events:none;justify-content:center}.excalidraw--tray.excalidraw .App-bottom-bar{flex-direction:row;left:0;transform:none;justify-content:flex-start;align-items:flex-end;max-width:19rem}.excalidraw .App-bottom-bar>.Island{box-sizing:border-box;max-height:100%;padding:4px;display:flex;flex-direction:column;pointer-events:var(--ui-pointerEvents)}.excalidraw .App-toolbar{display:flex;justify-content:center}.excalidraw .App-toolbar .eraser.ToolIcon:hover{--icon-fill-color: #fff;--keybinding-color: #fff}.excalidraw .App-toolbar .eraser.active{background-color:var(--color-primary)}.excalidraw .excalidraw-ui-top-left,.excalidraw .excalidraw-ui-top-right{display:flex;gap:.5rem}.excalidraw .App-toolbar-content{display:flex;flex-direction:column;pointer-events:none}.excalidraw .App-toolbar-content>*{pointer-events:var(--ui-pointerEvents)}.excalidraw .App-toolbar-content .dropdown-menu--tray{bottom:55px;top:auto}.excalidraw--tray.excalidraw .App-toolbar-content{flex-direction:row}.excalidraw .App-toolbar-content label.ToolIcon.is-mobile{background-color:var(--color-surface-low)}.excalidraw .App-mobile-menu{width:100%;overflow-x:visible;overflow-y:auto;box-sizing:border-box;margin-bottom:var(--bar-padding)}.excalidraw .App-mobile-menu .selected-shape-actions{padding:8px 8px 0 8px}.excalidraw .App-tray-menu{width:100%;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;margin-bottom:var(--bar-padding)}.excalidraw .App-tray-menu .selected-shape-actions{padding:8px 8px 0 8px}.excalidraw .App-menu{display:grid;color:var(--icon-fill-color)}.excalidraw .shapes-section{display:flex;justify-content:center;pointer-events:none !important}.excalidraw .shapes-section>*{pointer-events:var(--ui-pointerEvents)}.excalidraw .App-menu_top{grid-template-columns:1fr 2fr 1fr;grid-gap:1rem;align-items:flex-start;cursor:default;pointer-events:none !important}.excalidraw .App-menu_top>*{pointer-events:var(--ui-pointerEvents)}@media(min-width: 1536px){.excalidraw .App-menu_top{grid-template-columns:1fr 1fr 1fr;grid-gap:3rem}}.excalidraw .App-menu_top>*:first-child{justify-self:flex-start}.excalidraw .selected-shape-actions-container{width:-moz-fit-content;width:fit-content}.excalidraw .selected-shape-actions-container--compact{min-width:48px}.excalidraw .App-menu_top>*:last-child{justify-self:flex-end}.excalidraw .App-menu_bottom{position:absolute;bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start;cursor:default;pointer-events:none !important;box-sizing:border-box;padding:0 1rem}.excalidraw .App-menu_bottom--transition-left section{width:185px}.excalidraw .App-menu_bottom section{display:flex}.excalidraw .App-menu_bottom>*:first-child{justify-self:flex-start}.excalidraw .App-menu_bottom>*:last-child{justify-self:flex-end}.excalidraw .App-menu_left{grid-template-rows:1fr auto 1fr;height:100%}.excalidraw .App-menu_right{grid-template-rows:1fr;height:100%}.excalidraw .App-menu__left{overflow-y:auto;padding:.75rem;width:12.5rem;box-sizing:border-box;position:absolute}.excalidraw .dropdown-select{height:1.5rem;padding:0;padding-inline-start:.5rem;padding-inline-end:1.5rem;color:var(--icon-fill-color);background-color:var(--button-gray-1);border-radius:var(--space-factor);border:1px solid var(--button-gray-2);font-size:.8rem;font-family:inherit;outline:none;-webkit-appearance:none;appearance:none;background-image:var(--dropdown-icon);background-repeat:no-repeat;background-position:right .7rem top 50%,0 0;background-size:.65em auto,100%}:root[dir=rtl] .excalidraw .dropdown-select{background-position:left .7rem top 50%,0 0}.excalidraw .dropdown-select:focus{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .dropdown-select:hover{background-color:var(--button-gray-2)}.excalidraw .dropdown-select:active{background-color:var(--button-gray-2)}.excalidraw .dropdown-select__language{height:2rem;background-color:var(--island-bg-color);border-color:var(--default-border-color) !important;cursor:pointer}.excalidraw .dropdown-select__language:hover{background-color:var(--island-bg-color)}.excalidraw .scroll-back-to-content{border-radius:var(--border-radius-lg);background-color:var(--island-bg-color);color:var(--icon-fill-color);border:1px solid var(--default-border-color);padding:10px 20px;position:absolute;left:50%;bottom:30px;transform:translateX(-50%);pointer-events:var(--ui-pointerEvents);font-family:inherit}.excalidraw .scroll-back-to-content:hover{background-color:var(--button-hover-bg)}.excalidraw .scroll-back-to-content:active{border:1px solid var(--button-active-border)}.excalidraw .help-icon{display:flex;justify-content:center;align-items:center;padding:.625rem;width:var(--button-width, var(--default-button-size));height:var(--button-height, var(--default-button-size));box-sizing:border-box;border-width:1px;border-style:solid;border-color:var(--button-border, var(--default-border-color));border-radius:var(--border-radius-lg);cursor:pointer;background-color:var(--button-bg, var(--island-bg-color));color:var(--button-color, var(--color-on-surface));font-family:var(--ui-font);border:none;box-shadow:0 0 0 1px var(--color-surface-lowest);background-color:var(--color-surface-low);width:var(--lg-button-size);height:var(--lg-button-size)}.excalidraw .help-icon svg{width:var(--button-width, var(--lg-icon-size));height:var(--button-height, var(--lg-icon-size))}.excalidraw .help-icon:hover{background-color:var(--button-hover-bg, var(--island-bg-color));border-color:var(--button-hover-border, var(--button-border, var(--default-border-color)));color:var(--button-hover-color, var(--button-color, var(--text-primary-color, inherit)))}.excalidraw .help-icon:active{background-color:var(--button-active-bg, var(--island-bg-color));border-color:var(--button-active-border, var(--color-primary-darkest))}.excalidraw .help-icon.active{background-color:var(--button-selected-bg, var(--color-surface-primary-container));border-color:var(--button-selected-border, var(--color-surface-primary-container))}.excalidraw .help-icon.active:hover{background-color:var(--button-selected-hover-bg, var(--color-surface-primary-container))}.excalidraw .help-icon.active svg{color:var(--button-color, var(--color-on-primary-container))}.excalidraw--mobile.excalidraw .help-icon{width:var(--mobile-action-button-size, var(--default-button-size));height:var(--mobile-action-button-size, var(--default-button-size))}.excalidraw .help-icon:active{box-shadow:0 0 0 1px var(--color-brand-active)}.excalidraw--mobile.excalidraw .help-icon{width:var(--mobile-action-button-size, 2rem);height:var(--mobile-action-button-size, 2rem)}.excalidraw .help-icon svg{width:var(--lg-icon-size);height:var(--lg-icon-size)}.excalidraw .reset-zoom-button{font-family:var(--ui-font)}.excalidraw .finalize-button{display:grid;grid-auto-flow:column;gap:.4em;margin-top:auto;margin-bottom:auto;margin-inline-start:.6em}.excalidraw .undo-redo-buttons,.excalidraw .eraser-buttons{display:grid;grid-auto-flow:column;margin-top:auto;margin-bottom:auto;margin-inline-start:.6em}.excalidraw--mobile.excalidraw aside{display:none}.excalidraw--mobile.excalidraw .scroll-back-to-content{bottom:calc(100px + var(--sab, 0));z-index:-1}.excalidraw--tray.excalidraw aside{display:none}.excalidraw--tray.excalidraw .scroll-back-to-content{bottom:calc(80px + var(--sab, 0));z-index:-1}:root[dir=rtl] .excalidraw .rtl-mirror{transform:scaleX(-1)}.excalidraw .zen-mode-visibility{visibility:visible;opacity:1;height:auto;width:auto;transition:opacity .5s}.excalidraw .zen-mode-visibility.zen-mode-visibility--hidden{visibility:hidden;opacity:0;height:0;width:0;transition:opacity .5s}.excalidraw .disable-pointerEvents{pointer-events:none !important}.excalidraw.excalidraw--view-mode .App-menu{display:flex;justify-content:space-between}.excalidraw textarea.excalidraw-wysiwyg{border:none;outline:none;box-shadow:none;border-radius:0}.excalidraw input.is-redacted{-webkit-text-security:disc}.excalidraw input[type=text],.excalidraw textarea:not(.excalidraw-wysiwyg){color:var(--text-primary-color);border:1.5px solid var(--input-border-color);padding:.75rem;white-space:nowrap;border-radius:var(--space-factor);background-color:var(--input-bg-color)}.excalidraw input[type=text]:not(:focus):hover,.excalidraw textarea:not(.excalidraw-wysiwyg):not(:focus):hover{border-color:var(--color-brand-hover)}.excalidraw input[type=text]:focus,.excalidraw textarea:not(.excalidraw-wysiwyg):focus{outline:none;border-color:var(--color-brand-hover)}@media print{.excalidraw .App-bottom-bar,.excalidraw .FixedSideContainer,.excalidraw .layer-ui__wrapper{display:none}}.excalidraw ::-webkit-scrollbar{width:4px;height:3px}.excalidraw select::-webkit-scrollbar{width:10px}.excalidraw ::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}.excalidraw ::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.excalidraw ::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb)}.excalidraw .mobile-misc-tools-container{position:absolute;top:calc(5rem - var(--editor-container-padding));right:calc(var(--editor-container-padding)*-1);display:flex;flex-direction:column;border:1px solid var(--sidebar-border-color);border-top-left-radius:var(--border-radius-lg);border-bottom-left-radius:var(--border-radius-lg);border-right:0;overflow:hidden;margin-right:3px;background-color:var(--island-bg-color)}.excalidraw .mobile-misc-tools-container .ToolIcon__icon{width:2rem;height:2rem;border-radius:0}.excalidraw .mobile-misc-tools-container .default-sidebar-trigger{border:0}.excalidraw .tray-misc-tools-container{position:absolute;top:calc(5rem - var(--editor-container-padding));right:calc(var(--editor-container-padding)*-1);display:flex;flex-direction:column;border:1px solid var(--sidebar-border-color);border-top-left-radius:var(--border-radius-lg);border-bottom-left-radius:var(--border-radius-lg);border-right:0;overflow:hidden;margin-right:3px;background-color:var(--island-bg-color)}.excalidraw .tray-misc-tools-container .ToolIcon__icon{width:2rem;height:2rem;border-radius:0}.excalidraw .tray-misc-tools-container .default-sidebar-trigger{border:0}.excalidraw .App-toolbar--mobile{overflow:visible;max-width:98vw}.excalidraw .App-toolbar--mobile .ToolIcon__keybinding{display:block}.excalidraw .App-toolbar--tray{overflow:visible;max-width:98vw}.excalidraw .App-toolbar--tray .ToolIcon__keybinding{display:block}.excalidraw .UserList-Wrapper{margin:0;padding:0;border:none;text-align:left}.excalidraw .UserList-Wrapper legend{display:block;font-size:.75rem;font-weight:400;margin:0 0 .25rem;padding:0}.excalidraw .main-menu-trigger{border:none;box-shadow:0 0 0 1px var(--color-surface-lowest);background-color:var(--color-surface-low)}.excalidraw .main-menu-trigger:active{box-shadow:0 0 0 1px var(--color-brand-active)}.excalidraw--mobile.excalidraw .main-menu-trigger{width:var(--mobile-action-button-size, 2rem);height:var(--mobile-action-button-size, 2rem)}.excalidraw .App-tray-menu,.excalidraw .App-mobile-menu,.excalidraw .App-menu__left{--button-border: transparent;--button-bg: var(--color-surface-mid)}.excalidraw.theme--dark.excalidraw .App-tray-menu,.excalidraw.theme--dark.excalidraw .App-mobile-menu,.excalidraw.theme--dark.excalidraw .App-menu__left{--button-hover-bg: #363541;--button-bg: var(--color-surface-high)}.excalidraw .App-menu__left .buttonList{padding:.25rem 0}.excalidraw .excalidraw__paragraph{margin:1rem 0}.excalidraw .Modal__content .excalidraw__paragraph:first-child{margin-top:0}.excalidraw .Modal__content .excalidraw__paragraph+.excalidraw__paragraph{margin-top:0rem}.ErrorSplash.excalidraw{min-height:100vh;padding:20px 0;overflow:auto;display:flex;align-items:center;justify-content:center;-webkit-user-select:text;user-select:text}.ErrorSplash.excalidraw .ErrorSplash-messageContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background-color:#ffe3e3;border:3px solid #c92a2a}.ErrorSplash.excalidraw .ErrorSplash-paragraph{margin:15px 0;max-width:600px}.ErrorSplash.excalidraw .ErrorSplash-paragraph.align-center{text-align:center}.ErrorSplash.excalidraw .bigger,.ErrorSplash.excalidraw .bigger button{font-size:1.1em}.ErrorSplash.excalidraw .smaller,.ErrorSplash.excalidraw .smaller button{font-size:.9em}.ErrorSplash.excalidraw .ErrorSplash-details{display:flex;flex-direction:column;align-items:flex-start}.ErrorSplash.excalidraw .ErrorSplash-details textarea{width:100%;margin:10px 0;font-family:"Cascadia";font-size:.8em}.excalidraw__embeddable-container .excalidraw__embeddable-container__inner{overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:var(--embeddable-radius)}.excalidraw__embeddable-container .excalidraw__embeddable__outer{width:100%;height:100%}.excalidraw__embeddable-container .excalidraw__embeddable__outer>*{border-radius:var(--embeddable-radius)}.excalidraw__embeddable-container .excalidraw__embeddable-hint{position:absolute;z-index:1;background:rgba(0,0,0,.5);padding:1rem 1.6rem;border-radius:12px;color:#fff;font-weight:700;letter-spacing:.6px;font-family:"Assistant";width:33%;height:33%;display:flex;align-items:center;justify-content:center}
|
package/package.json
CHANGED
|
@@ -173,6 +173,7 @@ export declare const actionAddToLibrary: {
|
|
|
173
173
|
} | undefined;
|
|
174
174
|
allowWheelZoom?: boolean | undefined;
|
|
175
175
|
allowPinchZoom?: boolean | undefined;
|
|
176
|
+
disableContextMenu: boolean;
|
|
176
177
|
pinnedScripts?: string[] | undefined;
|
|
177
178
|
customPens?: any[] | undefined;
|
|
178
179
|
currentStrokeOptions?: any;
|
|
@@ -387,6 +388,7 @@ export declare const actionAddToLibrary: {
|
|
|
387
388
|
} | undefined;
|
|
388
389
|
allowWheelZoom?: boolean | undefined;
|
|
389
390
|
allowPinchZoom?: boolean | undefined;
|
|
391
|
+
disableContextMenu: boolean;
|
|
390
392
|
pinnedScripts?: string[] | undefined;
|
|
391
393
|
customPens?: any[] | undefined;
|
|
392
394
|
currentStrokeOptions?: any;
|
|
@@ -601,6 +603,7 @@ export declare const actionAddToLibrary: {
|
|
|
601
603
|
} | undefined;
|
|
602
604
|
allowWheelZoom?: boolean | undefined;
|
|
603
605
|
allowPinchZoom?: boolean | undefined;
|
|
606
|
+
disableContextMenu: boolean;
|
|
604
607
|
pinnedScripts?: string[] | undefined;
|
|
605
608
|
customPens?: any[] | undefined;
|
|
606
609
|
currentStrokeOptions?: any;
|
|
@@ -195,6 +195,7 @@ export declare const actionBindText: {
|
|
|
195
195
|
} | undefined;
|
|
196
196
|
allowWheelZoom?: boolean | undefined;
|
|
197
197
|
allowPinchZoom?: boolean | undefined;
|
|
198
|
+
disableContextMenu: boolean;
|
|
198
199
|
pinnedScripts?: string[] | undefined;
|
|
199
200
|
customPens?: any[] | undefined;
|
|
200
201
|
currentStrokeOptions?: any;
|
|
@@ -421,6 +422,7 @@ export declare const actionWrapTextInContainer: {
|
|
|
421
422
|
} | undefined;
|
|
422
423
|
allowWheelZoom?: boolean | undefined;
|
|
423
424
|
allowPinchZoom?: boolean | undefined;
|
|
425
|
+
disableContextMenu: boolean;
|
|
424
426
|
pinnedScripts?: string[] | undefined;
|
|
425
427
|
customPens?: any[] | undefined;
|
|
426
428
|
currentStrokeOptions?: any;
|
|
@@ -62,6 +62,7 @@ export declare const actionClearCanvas: {
|
|
|
62
62
|
} | undefined;
|
|
63
63
|
allowPinchZoom: boolean | undefined;
|
|
64
64
|
allowWheelZoom: boolean | undefined;
|
|
65
|
+
disableContextMenu: boolean;
|
|
65
66
|
pinnedScripts: string[] | undefined;
|
|
66
67
|
customPens: any[] | undefined;
|
|
67
68
|
viewBackgroundColor: string;
|
|
@@ -89,7 +90,7 @@ export declare const actionClearCanvas: {
|
|
|
89
90
|
name: "help" | "imageExport" | "jsonExport";
|
|
90
91
|
} | {
|
|
91
92
|
name: "ttd";
|
|
92
|
-
tab: "mermaid" | "text-to-diagram";
|
|
93
|
+
tab: "mermaid" | "text-to-diagram";
|
|
93
94
|
} | {
|
|
94
95
|
name: "commandPalette";
|
|
95
96
|
} | {
|
|
@@ -332,7 +333,7 @@ export declare const actionZoomIn: {
|
|
|
332
333
|
name: "help" | "imageExport" | "jsonExport";
|
|
333
334
|
} | {
|
|
334
335
|
name: "ttd";
|
|
335
|
-
tab: "mermaid" | "text-to-diagram";
|
|
336
|
+
tab: "mermaid" | "text-to-diagram";
|
|
336
337
|
} | {
|
|
337
338
|
name: "commandPalette";
|
|
338
339
|
} | {
|
|
@@ -418,6 +419,7 @@ export declare const actionZoomIn: {
|
|
|
418
419
|
} | undefined;
|
|
419
420
|
allowWheelZoom?: boolean | undefined;
|
|
420
421
|
allowPinchZoom?: boolean | undefined;
|
|
422
|
+
disableContextMenu: boolean;
|
|
421
423
|
pinnedScripts?: string[] | undefined;
|
|
422
424
|
customPens?: any[] | undefined;
|
|
423
425
|
currentStrokeOptions?: any;
|
|
@@ -560,7 +562,7 @@ export declare const actionZoomOut: {
|
|
|
560
562
|
name: "help" | "imageExport" | "jsonExport";
|
|
561
563
|
} | {
|
|
562
564
|
name: "ttd";
|
|
563
|
-
tab: "mermaid" | "text-to-diagram";
|
|
565
|
+
tab: "mermaid" | "text-to-diagram";
|
|
564
566
|
} | {
|
|
565
567
|
name: "commandPalette";
|
|
566
568
|
} | {
|
|
@@ -646,6 +648,7 @@ export declare const actionZoomOut: {
|
|
|
646
648
|
} | undefined;
|
|
647
649
|
allowWheelZoom?: boolean | undefined;
|
|
648
650
|
allowPinchZoom?: boolean | undefined;
|
|
651
|
+
disableContextMenu: boolean;
|
|
649
652
|
pinnedScripts?: string[] | undefined;
|
|
650
653
|
customPens?: any[] | undefined;
|
|
651
654
|
currentStrokeOptions?: any;
|
|
@@ -788,7 +791,7 @@ export declare const actionResetZoom: {
|
|
|
788
791
|
name: "help" | "imageExport" | "jsonExport";
|
|
789
792
|
} | {
|
|
790
793
|
name: "ttd";
|
|
791
|
-
tab: "mermaid" | "text-to-diagram";
|
|
794
|
+
tab: "mermaid" | "text-to-diagram";
|
|
792
795
|
} | {
|
|
793
796
|
name: "commandPalette";
|
|
794
797
|
} | {
|
|
@@ -874,6 +877,7 @@ export declare const actionResetZoom: {
|
|
|
874
877
|
} | undefined;
|
|
875
878
|
allowWheelZoom?: boolean | undefined;
|
|
876
879
|
allowPinchZoom?: boolean | undefined;
|
|
880
|
+
disableContextMenu: boolean;
|
|
877
881
|
pinnedScripts?: string[] | undefined;
|
|
878
882
|
customPens?: any[] | undefined;
|
|
879
883
|
currentStrokeOptions?: any;
|
|
@@ -1022,7 +1026,7 @@ export declare const zoomToFitBounds: ({ bounds, appState, canvasOffsets, fitToV
|
|
|
1022
1026
|
name: "help" | "imageExport" | "jsonExport";
|
|
1023
1027
|
} | {
|
|
1024
1028
|
name: "ttd";
|
|
1025
|
-
tab: "mermaid" | "text-to-diagram";
|
|
1029
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1026
1030
|
} | {
|
|
1027
1031
|
name: "commandPalette";
|
|
1028
1032
|
} | {
|
|
@@ -1108,6 +1112,7 @@ export declare const zoomToFitBounds: ({ bounds, appState, canvasOffsets, fitToV
|
|
|
1108
1112
|
} | undefined;
|
|
1109
1113
|
allowWheelZoom?: boolean | undefined;
|
|
1110
1114
|
allowPinchZoom?: boolean | undefined;
|
|
1115
|
+
disableContextMenu: boolean;
|
|
1111
1116
|
pinnedScripts?: string[] | undefined;
|
|
1112
1117
|
customPens?: any[] | undefined;
|
|
1113
1118
|
currentStrokeOptions?: any;
|
|
@@ -1252,7 +1257,7 @@ export declare const zoomToFit: ({ canvasOffsets, targetElements, appState, fitT
|
|
|
1252
1257
|
name: "help" | "imageExport" | "jsonExport";
|
|
1253
1258
|
} | {
|
|
1254
1259
|
name: "ttd";
|
|
1255
|
-
tab: "mermaid" | "text-to-diagram";
|
|
1260
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1256
1261
|
} | {
|
|
1257
1262
|
name: "commandPalette";
|
|
1258
1263
|
} | {
|
|
@@ -1338,6 +1343,7 @@ export declare const zoomToFit: ({ canvasOffsets, targetElements, appState, fitT
|
|
|
1338
1343
|
} | undefined;
|
|
1339
1344
|
allowWheelZoom?: boolean | undefined;
|
|
1340
1345
|
allowPinchZoom?: boolean | undefined;
|
|
1346
|
+
disableContextMenu: boolean;
|
|
1341
1347
|
pinnedScripts?: string[] | undefined;
|
|
1342
1348
|
customPens?: any[] | undefined;
|
|
1343
1349
|
currentStrokeOptions?: any;
|
|
@@ -1474,7 +1480,7 @@ export declare const actionZoomToFitSelectionInViewport: {
|
|
|
1474
1480
|
name: "help" | "imageExport" | "jsonExport";
|
|
1475
1481
|
} | {
|
|
1476
1482
|
name: "ttd";
|
|
1477
|
-
tab: "mermaid" | "text-to-diagram";
|
|
1483
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1478
1484
|
} | {
|
|
1479
1485
|
name: "commandPalette";
|
|
1480
1486
|
} | {
|
|
@@ -1560,6 +1566,7 @@ export declare const actionZoomToFitSelectionInViewport: {
|
|
|
1560
1566
|
} | undefined;
|
|
1561
1567
|
allowWheelZoom?: boolean | undefined;
|
|
1562
1568
|
allowPinchZoom?: boolean | undefined;
|
|
1569
|
+
disableContextMenu: boolean;
|
|
1563
1570
|
pinnedScripts?: string[] | undefined;
|
|
1564
1571
|
customPens?: any[] | undefined;
|
|
1565
1572
|
currentStrokeOptions?: any;
|
|
@@ -1700,7 +1707,7 @@ export declare const actionZoomToFitSelection: {
|
|
|
1700
1707
|
name: "help" | "imageExport" | "jsonExport";
|
|
1701
1708
|
} | {
|
|
1702
1709
|
name: "ttd";
|
|
1703
|
-
tab: "mermaid" | "text-to-diagram";
|
|
1710
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1704
1711
|
} | {
|
|
1705
1712
|
name: "commandPalette";
|
|
1706
1713
|
} | {
|
|
@@ -1786,6 +1793,7 @@ export declare const actionZoomToFitSelection: {
|
|
|
1786
1793
|
} | undefined;
|
|
1787
1794
|
allowWheelZoom?: boolean | undefined;
|
|
1788
1795
|
allowPinchZoom?: boolean | undefined;
|
|
1796
|
+
disableContextMenu: boolean;
|
|
1789
1797
|
pinnedScripts?: string[] | undefined;
|
|
1790
1798
|
customPens?: any[] | undefined;
|
|
1791
1799
|
currentStrokeOptions?: any;
|
|
@@ -1927,7 +1935,7 @@ export declare const actionZoomToFit: {
|
|
|
1927
1935
|
name: "help" | "imageExport" | "jsonExport";
|
|
1928
1936
|
} | {
|
|
1929
1937
|
name: "ttd";
|
|
1930
|
-
tab: "mermaid" | "text-to-diagram";
|
|
1938
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1931
1939
|
} | {
|
|
1932
1940
|
name: "commandPalette";
|
|
1933
1941
|
} | {
|
|
@@ -2013,6 +2021,7 @@ export declare const actionZoomToFit: {
|
|
|
2013
2021
|
} | undefined;
|
|
2014
2022
|
allowWheelZoom?: boolean | undefined;
|
|
2015
2023
|
allowPinchZoom?: boolean | undefined;
|
|
2024
|
+
disableContextMenu: boolean;
|
|
2016
2025
|
pinnedScripts?: string[] | undefined;
|
|
2017
2026
|
customPens?: any[] | undefined;
|
|
2018
2027
|
currentStrokeOptions?: any;
|
|
@@ -2156,7 +2165,7 @@ export declare const actionToggleTheme: {
|
|
|
2156
2165
|
name: "help" | "imageExport" | "jsonExport";
|
|
2157
2166
|
} | {
|
|
2158
2167
|
name: "ttd";
|
|
2159
|
-
tab: "mermaid" | "text-to-diagram";
|
|
2168
|
+
tab: "mermaid" | "text-to-diagram";
|
|
2160
2169
|
} | {
|
|
2161
2170
|
name: "commandPalette";
|
|
2162
2171
|
} | {
|
|
@@ -2241,6 +2250,7 @@ export declare const actionToggleTheme: {
|
|
|
2241
2250
|
} | undefined;
|
|
2242
2251
|
allowWheelZoom?: boolean | undefined;
|
|
2243
2252
|
allowPinchZoom?: boolean | undefined;
|
|
2253
|
+
disableContextMenu: boolean;
|
|
2244
2254
|
pinnedScripts?: string[] | undefined;
|
|
2245
2255
|
customPens?: any[] | undefined;
|
|
2246
2256
|
currentStrokeOptions?: any;
|
|
@@ -2380,7 +2390,7 @@ export declare const actionToggleEraserTool: {
|
|
|
2380
2390
|
name: "help" | "imageExport" | "jsonExport";
|
|
2381
2391
|
} | {
|
|
2382
2392
|
name: "ttd";
|
|
2383
|
-
tab: "mermaid" | "text-to-diagram";
|
|
2393
|
+
tab: "mermaid" | "text-to-diagram";
|
|
2384
2394
|
} | {
|
|
2385
2395
|
name: "commandPalette";
|
|
2386
2396
|
} | {
|
|
@@ -2460,6 +2470,7 @@ export declare const actionToggleEraserTool: {
|
|
|
2460
2470
|
} | undefined;
|
|
2461
2471
|
allowWheelZoom?: boolean | undefined;
|
|
2462
2472
|
allowPinchZoom?: boolean | undefined;
|
|
2473
|
+
disableContextMenu: boolean;
|
|
2463
2474
|
pinnedScripts?: string[] | undefined;
|
|
2464
2475
|
customPens?: any[] | undefined;
|
|
2465
2476
|
currentStrokeOptions?: any;
|
|
@@ -2600,7 +2611,7 @@ export declare const actionToggleLassoTool: {
|
|
|
2600
2611
|
name: "help" | "imageExport" | "jsonExport";
|
|
2601
2612
|
} | {
|
|
2602
2613
|
name: "ttd";
|
|
2603
|
-
tab: "mermaid" | "text-to-diagram";
|
|
2614
|
+
tab: "mermaid" | "text-to-diagram";
|
|
2604
2615
|
} | {
|
|
2605
2616
|
name: "commandPalette";
|
|
2606
2617
|
} | {
|
|
@@ -2680,6 +2691,7 @@ export declare const actionToggleLassoTool: {
|
|
|
2680
2691
|
} | undefined;
|
|
2681
2692
|
allowWheelZoom?: boolean | undefined;
|
|
2682
2693
|
allowPinchZoom?: boolean | undefined;
|
|
2694
|
+
disableContextMenu: boolean;
|
|
2683
2695
|
pinnedScripts?: string[] | undefined;
|
|
2684
2696
|
customPens?: any[] | undefined;
|
|
2685
2697
|
currentStrokeOptions?: any;
|
|
@@ -2819,7 +2831,7 @@ export declare const actionToggleHandTool: {
|
|
|
2819
2831
|
name: "help" | "imageExport" | "jsonExport";
|
|
2820
2832
|
} | {
|
|
2821
2833
|
name: "ttd";
|
|
2822
|
-
tab: "mermaid" | "text-to-diagram";
|
|
2834
|
+
tab: "mermaid" | "text-to-diagram";
|
|
2823
2835
|
} | {
|
|
2824
2836
|
name: "commandPalette";
|
|
2825
2837
|
} | {
|
|
@@ -2899,6 +2911,7 @@ export declare const actionToggleHandTool: {
|
|
|
2899
2911
|
} | undefined;
|
|
2900
2912
|
allowWheelZoom?: boolean | undefined;
|
|
2901
2913
|
allowPinchZoom?: boolean | undefined;
|
|
2914
|
+
disableContextMenu: boolean;
|
|
2902
2915
|
pinnedScripts?: string[] | undefined;
|
|
2903
2916
|
customPens?: any[] | undefined;
|
|
2904
2917
|
currentStrokeOptions?: any;
|
|
@@ -3037,7 +3050,7 @@ export declare const actionToggleLaserPointer: {
|
|
|
3037
3050
|
name: "help" | "imageExport" | "jsonExport";
|
|
3038
3051
|
} | {
|
|
3039
3052
|
name: "ttd";
|
|
3040
|
-
tab: "mermaid" | "text-to-diagram";
|
|
3053
|
+
tab: "mermaid" | "text-to-diagram";
|
|
3041
3054
|
} | {
|
|
3042
3055
|
name: "commandPalette";
|
|
3043
3056
|
} | {
|
|
@@ -3117,6 +3130,7 @@ export declare const actionToggleLaserPointer: {
|
|
|
3117
3130
|
} | undefined;
|
|
3118
3131
|
allowWheelZoom?: boolean | undefined;
|
|
3119
3132
|
allowPinchZoom?: boolean | undefined;
|
|
3133
|
+
disableContextMenu: boolean;
|
|
3120
3134
|
pinnedScripts?: string[] | undefined;
|
|
3121
3135
|
customPens?: any[] | undefined;
|
|
3122
3136
|
currentStrokeOptions?: any;
|
|
@@ -3252,7 +3266,7 @@ export declare const zoomToFitElements: (elements: readonly ExcalidrawElement[],
|
|
|
3252
3266
|
name: "help" | "imageExport" | "jsonExport";
|
|
3253
3267
|
} | {
|
|
3254
3268
|
name: "ttd";
|
|
3255
|
-
tab: "mermaid" | "text-to-diagram";
|
|
3269
|
+
tab: "mermaid" | "text-to-diagram";
|
|
3256
3270
|
} | {
|
|
3257
3271
|
name: "commandPalette";
|
|
3258
3272
|
} | {
|
|
@@ -3338,6 +3352,7 @@ export declare const zoomToFitElements: (elements: readonly ExcalidrawElement[],
|
|
|
3338
3352
|
} | undefined;
|
|
3339
3353
|
allowWheelZoom?: boolean | undefined;
|
|
3340
3354
|
allowPinchZoom?: boolean | undefined;
|
|
3355
|
+
disableContextMenu: boolean;
|
|
3341
3356
|
pinnedScripts?: string[] | undefined;
|
|
3342
3357
|
customPens?: any[] | undefined;
|
|
3343
3358
|
currentStrokeOptions?: any;
|
|
@@ -177,6 +177,7 @@ export declare const actionCopy: {
|
|
|
177
177
|
} | undefined;
|
|
178
178
|
allowWheelZoom?: boolean | undefined;
|
|
179
179
|
allowPinchZoom?: boolean | undefined;
|
|
180
|
+
disableContextMenu: boolean;
|
|
180
181
|
pinnedScripts?: string[] | undefined;
|
|
181
182
|
customPens?: any[] | undefined;
|
|
182
183
|
currentStrokeOptions?: any;
|
|
@@ -405,6 +406,7 @@ export declare const actionPaste: {
|
|
|
405
406
|
} | undefined;
|
|
406
407
|
allowWheelZoom?: boolean | undefined;
|
|
407
408
|
allowPinchZoom?: boolean | undefined;
|
|
409
|
+
disableContextMenu: boolean;
|
|
408
410
|
pinnedScripts?: string[] | undefined;
|
|
409
411
|
customPens?: any[] | undefined;
|
|
410
412
|
currentStrokeOptions?: any;
|
|
@@ -635,6 +637,7 @@ export declare const actionCut: {
|
|
|
635
637
|
} | undefined;
|
|
636
638
|
allowWheelZoom?: boolean | undefined;
|
|
637
639
|
allowPinchZoom?: boolean | undefined;
|
|
640
|
+
disableContextMenu: boolean;
|
|
638
641
|
pinnedScripts?: string[] | undefined;
|
|
639
642
|
customPens?: any[] | undefined;
|
|
640
643
|
currentStrokeOptions?: any;
|
|
@@ -882,6 +885,7 @@ export declare const actionCut: {
|
|
|
882
885
|
} | undefined;
|
|
883
886
|
allowWheelZoom?: boolean | undefined;
|
|
884
887
|
allowPinchZoom?: boolean | undefined;
|
|
888
|
+
disableContextMenu: boolean;
|
|
885
889
|
pinnedScripts?: string[] | undefined;
|
|
886
890
|
customPens?: any[] | undefined;
|
|
887
891
|
currentStrokeOptions?: any;
|
|
@@ -1094,6 +1098,7 @@ export declare const actionCut: {
|
|
|
1094
1098
|
} | undefined;
|
|
1095
1099
|
allowWheelZoom?: boolean | undefined;
|
|
1096
1100
|
allowPinchZoom?: boolean | undefined;
|
|
1101
|
+
disableContextMenu: boolean;
|
|
1097
1102
|
pinnedScripts?: string[] | undefined;
|
|
1098
1103
|
customPens?: any[] | undefined;
|
|
1099
1104
|
currentStrokeOptions?: any;
|
|
@@ -1352,6 +1357,7 @@ export declare const actionCopyAsPng: {
|
|
|
1352
1357
|
} | undefined;
|
|
1353
1358
|
allowWheelZoom?: boolean | undefined;
|
|
1354
1359
|
allowPinchZoom?: boolean | undefined;
|
|
1360
|
+
disableContextMenu: boolean;
|
|
1355
1361
|
pinnedScripts?: string[] | undefined;
|
|
1356
1362
|
customPens?: any[] | undefined;
|
|
1357
1363
|
currentStrokeOptions?: any;
|
|
@@ -180,6 +180,7 @@ export declare const actionToggleCropEditor: {
|
|
|
180
180
|
} | undefined;
|
|
181
181
|
allowWheelZoom?: boolean | undefined;
|
|
182
182
|
allowPinchZoom?: boolean | undefined;
|
|
183
|
+
disableContextMenu: boolean;
|
|
183
184
|
pinnedScripts?: string[] | undefined;
|
|
184
185
|
customPens?: any[] | undefined;
|
|
185
186
|
currentStrokeOptions?: any;
|
|
@@ -181,6 +181,7 @@ export declare const actionDeleteSelected: {
|
|
|
181
181
|
} | undefined;
|
|
182
182
|
allowWheelZoom?: boolean | undefined;
|
|
183
183
|
allowPinchZoom?: boolean | undefined;
|
|
184
|
+
disableContextMenu: boolean;
|
|
184
185
|
pinnedScripts?: string[] | undefined;
|
|
185
186
|
customPens?: any[] | undefined;
|
|
186
187
|
currentStrokeOptions?: any;
|
|
@@ -428,6 +429,7 @@ export declare const actionDeleteSelected: {
|
|
|
428
429
|
} | undefined;
|
|
429
430
|
allowWheelZoom?: boolean | undefined;
|
|
430
431
|
allowPinchZoom?: boolean | undefined;
|
|
432
|
+
disableContextMenu: boolean;
|
|
431
433
|
pinnedScripts?: string[] | undefined;
|
|
432
434
|
customPens?: any[] | undefined;
|
|
433
435
|
currentStrokeOptions?: any;
|
|
@@ -640,6 +642,7 @@ export declare const actionDeleteSelected: {
|
|
|
640
642
|
} | undefined;
|
|
641
643
|
allowWheelZoom?: boolean | undefined;
|
|
642
644
|
allowPinchZoom?: boolean | undefined;
|
|
645
|
+
disableContextMenu: boolean;
|
|
643
646
|
pinnedScripts?: string[] | undefined;
|
|
644
647
|
customPens?: any[] | undefined;
|
|
645
648
|
currentStrokeOptions?: any;
|
|
@@ -198,6 +198,7 @@ export declare const actionLinkToElement: {
|
|
|
198
198
|
} | undefined;
|
|
199
199
|
allowWheelZoom?: boolean | undefined;
|
|
200
200
|
allowPinchZoom?: boolean | undefined;
|
|
201
|
+
disableContextMenu: boolean;
|
|
201
202
|
pinnedScripts?: string[] | undefined;
|
|
202
203
|
customPens?: any[] | undefined;
|
|
203
204
|
currentStrokeOptions?: any;
|
|
@@ -185,6 +185,7 @@ export declare const actionToggleElementLock: {
|
|
|
185
185
|
} | undefined;
|
|
186
186
|
allowWheelZoom?: boolean | undefined;
|
|
187
187
|
allowPinchZoom?: boolean | undefined;
|
|
188
|
+
disableContextMenu: boolean;
|
|
188
189
|
pinnedScripts?: string[] | undefined;
|
|
189
190
|
customPens?: any[] | undefined;
|
|
190
191
|
currentStrokeOptions?: any;
|
|
@@ -410,6 +411,7 @@ export declare const actionUnlockAllElements: {
|
|
|
410
411
|
} | undefined;
|
|
411
412
|
allowWheelZoom?: boolean | undefined;
|
|
412
413
|
allowPinchZoom?: boolean | undefined;
|
|
414
|
+
disableContextMenu: boolean;
|
|
413
415
|
pinnedScripts?: string[] | undefined;
|
|
414
416
|
customPens?: any[] | undefined;
|
|
415
417
|
currentStrokeOptions?: any;
|
|
@@ -177,6 +177,7 @@ export declare const actionSetEmbeddableAsActiveTool: {
|
|
|
177
177
|
} | undefined;
|
|
178
178
|
allowWheelZoom?: boolean | undefined;
|
|
179
179
|
allowPinchZoom?: boolean | undefined;
|
|
180
|
+
disableContextMenu: boolean;
|
|
180
181
|
pinnedScripts?: string[] | undefined;
|
|
181
182
|
customPens?: any[] | undefined;
|
|
182
183
|
currentStrokeOptions?: any;
|
|
@@ -175,6 +175,7 @@ export declare const actionChangeProjectName: {
|
|
|
175
175
|
} | undefined;
|
|
176
176
|
allowWheelZoom?: boolean | undefined;
|
|
177
177
|
allowPinchZoom?: boolean | undefined;
|
|
178
|
+
disableContextMenu: boolean;
|
|
178
179
|
pinnedScripts?: string[] | undefined;
|
|
179
180
|
customPens?: any[] | undefined;
|
|
180
181
|
currentStrokeOptions?: any;
|
|
@@ -401,6 +402,7 @@ export declare const actionChangeExportScale: {
|
|
|
401
402
|
} | undefined;
|
|
402
403
|
allowWheelZoom?: boolean | undefined;
|
|
403
404
|
allowPinchZoom?: boolean | undefined;
|
|
405
|
+
disableContextMenu: boolean;
|
|
404
406
|
pinnedScripts?: string[] | undefined;
|
|
405
407
|
customPens?: any[] | undefined;
|
|
406
408
|
currentStrokeOptions?: any;
|
|
@@ -627,6 +629,7 @@ export declare const actionChangeExportBackground: {
|
|
|
627
629
|
} | undefined;
|
|
628
630
|
allowWheelZoom?: boolean | undefined;
|
|
629
631
|
allowPinchZoom?: boolean | undefined;
|
|
632
|
+
disableContextMenu: boolean;
|
|
630
633
|
pinnedScripts?: string[] | undefined;
|
|
631
634
|
customPens?: any[] | undefined;
|
|
632
635
|
currentStrokeOptions?: any;
|
|
@@ -853,6 +856,7 @@ export declare const actionChangeExportEmbedScene: {
|
|
|
853
856
|
} | undefined;
|
|
854
857
|
allowWheelZoom?: boolean | undefined;
|
|
855
858
|
allowPinchZoom?: boolean | undefined;
|
|
859
|
+
disableContextMenu: boolean;
|
|
856
860
|
pinnedScripts?: string[] | undefined;
|
|
857
861
|
customPens?: any[] | undefined;
|
|
858
862
|
currentStrokeOptions?: any;
|
|
@@ -1079,6 +1083,7 @@ export declare const actionSaveToActiveFile: {
|
|
|
1079
1083
|
} | undefined;
|
|
1080
1084
|
allowWheelZoom?: boolean | undefined;
|
|
1081
1085
|
allowPinchZoom?: boolean | undefined;
|
|
1086
|
+
disableContextMenu: boolean;
|
|
1082
1087
|
pinnedScripts?: string[] | undefined;
|
|
1083
1088
|
customPens?: any[] | undefined;
|
|
1084
1089
|
currentStrokeOptions?: any;
|
|
@@ -1297,6 +1302,7 @@ export declare const actionSaveFileToDisk: {
|
|
|
1297
1302
|
} | undefined;
|
|
1298
1303
|
allowWheelZoom?: boolean | undefined;
|
|
1299
1304
|
allowPinchZoom?: boolean | undefined;
|
|
1305
|
+
disableContextMenu: boolean;
|
|
1300
1306
|
pinnedScripts?: string[] | undefined;
|
|
1301
1307
|
customPens?: any[] | undefined;
|
|
1302
1308
|
currentStrokeOptions?: any;
|
|
@@ -1546,6 +1552,7 @@ export declare const actionLoadScene: {
|
|
|
1546
1552
|
} | undefined;
|
|
1547
1553
|
allowWheelZoom?: boolean | undefined;
|
|
1548
1554
|
allowPinchZoom?: boolean | undefined;
|
|
1555
|
+
disableContextMenu: boolean;
|
|
1549
1556
|
pinnedScripts?: string[] | undefined;
|
|
1550
1557
|
customPens?: any[] | undefined;
|
|
1551
1558
|
currentStrokeOptions?: any;
|
|
@@ -1739,6 +1746,7 @@ export declare const actionLoadScene: {
|
|
|
1739
1746
|
} | undefined;
|
|
1740
1747
|
allowWheelZoom?: boolean | undefined;
|
|
1741
1748
|
allowPinchZoom?: boolean | undefined;
|
|
1749
|
+
disableContextMenu: boolean;
|
|
1742
1750
|
pinnedScripts?: string[] | undefined;
|
|
1743
1751
|
customPens?: any[] | undefined;
|
|
1744
1752
|
currentStrokeOptions?: any;
|
|
@@ -1966,6 +1974,7 @@ export declare const actionExportWithDarkMode: {
|
|
|
1966
1974
|
} | undefined;
|
|
1967
1975
|
allowWheelZoom?: boolean | undefined;
|
|
1968
1976
|
allowPinchZoom?: boolean | undefined;
|
|
1977
|
+
disableContextMenu: boolean;
|
|
1969
1978
|
pinnedScripts?: string[] | undefined;
|
|
1970
1979
|
customPens?: any[] | undefined;
|
|
1971
1980
|
currentStrokeOptions?: any;
|