@excalidraw/excalidraw 0.17.1-7500-ac247a0 → 0.17.1-b7babe5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +56 -2
- package/dist/browser/dev/excalidraw-assets-dev/{chunk-2W5GQUR4.js → chunk-6NMK7JTV.js} +13 -6
- package/dist/browser/dev/excalidraw-assets-dev/chunk-6NMK7JTV.js.map +7 -0
- package/dist/browser/dev/excalidraw-assets-dev/chunk-CX3RATXT.js +20324 -0
- package/dist/browser/dev/excalidraw-assets-dev/chunk-CX3RATXT.js.map +7 -0
- package/dist/browser/dev/excalidraw-assets-dev/{en-OC6JWP3X.js → en-BZY7JRTM.js} +4 -2
- package/dist/browser/dev/excalidraw-assets-dev/{image-5TVMINCA.js → image-CVN3YKRW.js} +2 -4
- package/dist/browser/dev/excalidraw-assets-dev/image-LK4UNFRZ.css +6 -0
- package/dist/browser/dev/excalidraw-assets-dev/image-LK4UNFRZ.css.map +7 -0
- package/dist/browser/dev/excalidraw-assets-dev/roundRect-T5BX56ZF.js +161 -0
- package/dist/browser/dev/excalidraw-assets-dev/roundRect-T5BX56ZF.js.map +7 -0
- package/dist/browser/dev/index.css +189 -129
- package/dist/browser/dev/index.css.map +3 -3
- package/dist/browser/dev/index.js +34964 -37
- package/dist/browser/dev/index.js.map +4 -4
- package/dist/browser/prod/excalidraw-assets/chunk-VJAIK3AX.js +55 -0
- package/dist/browser/prod/excalidraw-assets/chunk-YYO5DFUW.js +11 -0
- package/dist/browser/prod/excalidraw-assets/en-O2YCQM2W.js +1 -0
- package/dist/browser/prod/excalidraw-assets/image-6FKY54X5.js +1 -0
- package/dist/browser/prod/excalidraw-assets/image-X66R2EM5.css +1 -0
- package/dist/browser/prod/excalidraw-assets/roundRect-2ACQK4DA.js +1 -0
- package/dist/browser/prod/index.css +1 -1
- package/dist/browser/prod/index.js +203 -1
- package/dist/{prod/en-RLIAOBCI.json → dev/en-EY7E2L5O.json} +10 -5
- package/dist/dev/index.css +189 -129
- package/dist/dev/index.css.map +3 -3
- package/dist/dev/index.js +38702 -39409
- package/dist/dev/index.js.map +4 -4
- package/dist/excalidraw/actions/actionAddToLibrary.d.ts +15 -15
- package/dist/excalidraw/actions/actionAlign.d.ts +6 -6
- package/dist/excalidraw/actions/actionAlign.js +2 -1
- package/dist/excalidraw/actions/actionBoundText.d.ts +10 -10
- package/dist/excalidraw/actions/actionBoundText.js +8 -8
- package/dist/excalidraw/actions/actionCanvas.d.ts +58 -58
- package/dist/excalidraw/actions/actionClipboard.d.ts +34 -34
- package/dist/excalidraw/actions/actionClipboard.js +9 -2
- package/dist/excalidraw/actions/actionDeleteSelected.d.ts +15 -15
- package/dist/excalidraw/actions/actionDeleteSelected.js +3 -2
- package/dist/excalidraw/actions/actionDistribute.d.ts +2 -2
- package/dist/excalidraw/actions/actionDistribute.js +1 -1
- package/dist/excalidraw/actions/actionDuplicateSelection.d.ts +1 -1
- package/dist/excalidraw/actions/actionDuplicateSelection.js +4 -3
- package/dist/excalidraw/actions/actionElementLock.d.ts +10 -10
- package/dist/excalidraw/actions/actionExport.d.ts +43 -43
- package/dist/excalidraw/actions/actionExport.js +4 -4
- package/dist/excalidraw/actions/actionFinalize.d.ts +9 -9
- package/dist/excalidraw/actions/actionFinalize.js +7 -6
- package/dist/excalidraw/actions/actionFlip.d.ts +2 -2
- package/dist/excalidraw/actions/actionFlip.js +11 -11
- package/dist/excalidraw/actions/actionFrame.d.ts +16 -16
- package/dist/excalidraw/actions/actionFrame.js +1 -1
- package/dist/excalidraw/actions/actionGroup.d.ts +10 -10
- package/dist/excalidraw/actions/actionGroup.js +3 -2
- package/dist/excalidraw/actions/actionLinearEditor.d.ts +5 -5
- package/dist/excalidraw/actions/actionLinearEditor.js +1 -1
- package/dist/excalidraw/{element/Hyperlink.d.ts → actions/actionLink.d.ts} +29 -51
- package/dist/excalidraw/actions/actionLink.js +40 -0
- package/dist/excalidraw/actions/actionMenu.d.ts +13 -13
- package/dist/excalidraw/actions/actionNavigate.d.ts +10 -10
- package/dist/excalidraw/actions/actionNavigate.js +1 -1
- package/dist/excalidraw/actions/actionProperties.d.ts +77 -77
- package/dist/excalidraw/actions/actionProperties.js +32 -27
- package/dist/excalidraw/actions/actionSelectAll.d.ts +5 -5
- package/dist/excalidraw/actions/actionSelectAll.js +1 -1
- package/dist/excalidraw/actions/actionStyles.d.ts +7 -7
- package/dist/excalidraw/actions/actionStyles.js +4 -4
- package/dist/excalidraw/actions/actionToggleGridMode.d.ts +5 -5
- package/dist/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +5 -5
- package/dist/excalidraw/actions/actionToggleStats.d.ts +5 -5
- package/dist/excalidraw/actions/actionToggleViewMode.d.ts +5 -5
- package/dist/excalidraw/actions/actionToggleZenMode.d.ts +5 -5
- package/dist/excalidraw/actions/index.d.ts +1 -1
- package/dist/excalidraw/actions/index.js +1 -1
- package/dist/excalidraw/actions/manager.js +2 -1
- package/dist/excalidraw/align.d.ts +2 -2
- package/dist/excalidraw/align.js +2 -2
- package/dist/excalidraw/animated-trail.d.ts +33 -0
- package/dist/excalidraw/animated-trail.js +96 -0
- package/dist/excalidraw/animation-frame-handler.d.ts +16 -0
- package/dist/excalidraw/animation-frame-handler.js +55 -0
- package/dist/excalidraw/appState.d.ts +1 -1
- package/dist/excalidraw/appState.js +1 -3
- package/dist/excalidraw/clipboard.js +5 -5
- package/dist/excalidraw/components/Actions.d.ts +3 -3
- package/dist/excalidraw/components/Actions.js +18 -7
- package/dist/excalidraw/components/App.d.ts +23 -16
- package/dist/excalidraw/components/App.js +387 -272
- package/dist/excalidraw/components/Button.d.ts +1 -1
- package/dist/excalidraw/components/FilledButton.d.ts +2 -2
- package/dist/excalidraw/components/FilledButton.js +27 -3
- package/dist/excalidraw/components/FollowMode/FollowMode.js +1 -1
- package/dist/excalidraw/components/ImageExportDialog.d.ts +2 -1
- package/dist/excalidraw/components/ImageExportDialog.js +17 -13
- package/dist/excalidraw/components/JSONExportDialog.js +1 -1
- package/dist/excalidraw/components/{LaserTool/LaserPointerButton.d.ts → LaserPointerButton.d.ts} +1 -1
- package/dist/excalidraw/components/{LaserTool/LaserPointerButton.js → LaserPointerButton.js} +2 -2
- package/dist/excalidraw/components/LayerUI.js +3 -3
- package/dist/excalidraw/components/MobileMenu.js +1 -1
- package/dist/excalidraw/components/ProjectName.d.ts +0 -1
- package/dist/excalidraw/components/ProjectName.js +1 -1
- package/dist/excalidraw/components/PublishLibrary.js +1 -1
- package/dist/excalidraw/components/SVGLayer.d.ts +8 -0
- package/dist/excalidraw/components/SVGLayer.js +20 -0
- package/dist/excalidraw/components/ShareableLinkDialog.js +10 -10
- package/dist/excalidraw/components/Sidebar/Sidebar.d.ts +1 -1
- package/dist/excalidraw/components/Stack.d.ts +2 -2
- package/dist/excalidraw/components/TTDDialog/common.js +10 -1
- package/dist/excalidraw/components/TextField.d.ts +5 -2
- package/dist/excalidraw/components/TextField.js +6 -3
- package/dist/excalidraw/components/Toast.d.ts +3 -2
- package/dist/excalidraw/components/Toast.js +2 -2
- package/dist/excalidraw/components/ToolButton.js +2 -1
- package/dist/excalidraw/components/canvases/InteractiveCanvas.d.ts +2 -2
- package/dist/excalidraw/components/canvases/InteractiveCanvas.js +6 -5
- package/dist/excalidraw/components/canvases/StaticCanvas.d.ts +4 -3
- package/dist/excalidraw/components/canvases/StaticCanvas.js +7 -5
- package/dist/excalidraw/components/dropdownMenu/DropdownMenuContent.js +22 -2
- package/dist/excalidraw/components/hyperlink/Hyperlink.d.ts +19 -0
- package/dist/excalidraw/{element → components/hyperlink}/Hyperlink.js +40 -115
- package/dist/excalidraw/components/hyperlink/helpers.d.ts +7 -0
- package/dist/excalidraw/components/hyperlink/helpers.js +49 -0
- package/dist/excalidraw/components/icons.d.ts +2 -1
- package/dist/excalidraw/components/icons.js +2 -1
- package/dist/excalidraw/components/live-collaboration/LiveCollaborationTrigger.js +3 -2
- package/dist/excalidraw/components/main-menu/DefaultItems.js +5 -2
- package/dist/excalidraw/constants.d.ts +6 -0
- package/dist/excalidraw/constants.js +6 -0
- package/dist/excalidraw/data/blob.js +13 -14
- package/dist/excalidraw/data/filesystem.d.ts +1 -1
- package/dist/excalidraw/data/index.d.ts +2 -1
- package/dist/excalidraw/data/index.js +20 -16
- package/dist/excalidraw/data/json.d.ts +1 -1
- package/dist/excalidraw/data/json.js +5 -3
- package/dist/excalidraw/data/library.d.ts +60 -8
- package/dist/excalidraw/data/library.js +302 -33
- package/dist/excalidraw/data/resave.d.ts +1 -1
- package/dist/excalidraw/data/resave.js +2 -2
- package/dist/excalidraw/data/restore.js +8 -13
- package/dist/excalidraw/data/transform.js +13 -9
- package/dist/excalidraw/distribute.d.ts +2 -2
- package/dist/excalidraw/distribute.js +2 -2
- package/dist/excalidraw/element/ElementCanvasButtons.d.ts +3 -2
- package/dist/excalidraw/element/ElementCanvasButtons.js +4 -4
- package/dist/excalidraw/element/binding.d.ts +9 -9
- package/dist/excalidraw/element/binding.js +61 -59
- package/dist/excalidraw/element/bounds.d.ts +5 -5
- package/dist/excalidraw/element/bounds.js +29 -32
- package/dist/excalidraw/element/collision.d.ts +11 -11
- package/dist/excalidraw/element/collision.js +49 -46
- package/dist/excalidraw/element/containerCache.d.ts +11 -0
- package/dist/excalidraw/element/containerCache.js +14 -0
- package/dist/excalidraw/element/dragElements.js +10 -19
- package/dist/excalidraw/element/embeddable.d.ts +12 -13
- package/dist/excalidraw/element/embeddable.js +17 -27
- package/dist/excalidraw/element/image.js +1 -2
- package/dist/excalidraw/element/index.d.ts +8 -1
- package/dist/excalidraw/element/index.js +23 -1
- package/dist/excalidraw/element/linearElementEditor.d.ts +36 -36
- package/dist/excalidraw/element/linearElementEditor.js +79 -80
- package/dist/excalidraw/element/newElement.d.ts +4 -6
- package/dist/excalidraw/element/newElement.js +11 -16
- package/dist/excalidraw/element/resizeElements.d.ts +6 -6
- package/dist/excalidraw/element/resizeElements.js +40 -46
- package/dist/excalidraw/element/resizeTest.d.ts +3 -3
- package/dist/excalidraw/element/resizeTest.js +4 -4
- package/dist/excalidraw/element/sizeHelpers.d.ts +2 -2
- package/dist/excalidraw/element/sizeHelpers.js +2 -2
- package/dist/excalidraw/element/textElement.d.ts +34 -21
- package/dist/excalidraw/element/textElement.js +87 -111
- package/dist/excalidraw/element/textWysiwyg.d.ts +1 -6
- package/dist/excalidraw/element/textWysiwyg.js +15 -37
- package/dist/excalidraw/element/transformHandles.d.ts +4 -4
- package/dist/excalidraw/element/transformHandles.js +6 -6
- package/dist/excalidraw/element/typeChecks.js +4 -1
- package/dist/excalidraw/element/types.d.ts +24 -11
- package/dist/excalidraw/frame.d.ts +26 -20
- package/dist/excalidraw/frame.js +157 -84
- package/dist/excalidraw/groups.d.ts +3 -3
- package/dist/excalidraw/groups.js +11 -3
- package/dist/excalidraw/history.d.ts +1 -1
- package/dist/excalidraw/hooks/useLibraryItemSvg.js +1 -1
- package/dist/excalidraw/index.d.ts +9 -10
- package/dist/excalidraw/index.js +16 -12
- package/dist/excalidraw/laser-trails.d.ts +19 -0
- package/dist/excalidraw/laser-trails.js +95 -0
- package/dist/excalidraw/locales/en.json +10 -5
- package/dist/excalidraw/queue.d.ts +9 -0
- package/dist/excalidraw/queue.js +27 -0
- package/dist/excalidraw/reactUtils.d.ts +14 -0
- package/dist/excalidraw/reactUtils.js +45 -0
- package/dist/excalidraw/renderer/helpers.d.ts +13 -0
- package/dist/excalidraw/renderer/helpers.js +39 -0
- package/dist/excalidraw/renderer/interactiveScene.d.ts +20 -0
- package/dist/excalidraw/renderer/{renderScene.js → interactiveScene.js} +199 -474
- package/dist/excalidraw/renderer/renderElement.d.ts +6 -6
- package/dist/excalidraw/renderer/renderElement.js +54 -366
- package/dist/excalidraw/renderer/staticScene.d.ts +11 -0
- package/dist/excalidraw/renderer/staticScene.js +205 -0
- package/dist/excalidraw/renderer/staticSvgScene.d.ts +5 -0
- package/dist/excalidraw/renderer/staticSvgScene.js +385 -0
- package/dist/excalidraw/scene/Fonts.js +2 -1
- package/dist/excalidraw/scene/Renderer.d.ts +1 -1
- package/dist/excalidraw/scene/Renderer.js +32 -20
- package/dist/excalidraw/scene/Scene.d.ts +10 -9
- package/dist/excalidraw/scene/Scene.js +45 -21
- package/dist/excalidraw/scene/Shape.d.ts +3 -1
- package/dist/excalidraw/scene/Shape.js +7 -5
- package/dist/excalidraw/scene/ShapeCache.d.ts +2 -1
- package/dist/excalidraw/scene/ShapeCache.js +1 -0
- package/dist/excalidraw/scene/comparisons.js +2 -1
- package/dist/excalidraw/scene/export.d.ts +3 -0
- package/dist/excalidraw/scene/export.js +20 -40
- package/dist/excalidraw/scene/index.d.ts +0 -1
- package/dist/excalidraw/scene/index.js +0 -1
- package/dist/excalidraw/scene/scrollbars.d.ts +1 -1
- package/dist/excalidraw/scene/scrollbars.js +1 -1
- package/dist/excalidraw/scene/selection.d.ts +5 -5
- package/dist/excalidraw/scene/selection.js +16 -14
- package/dist/excalidraw/scene/types.d.ts +11 -5
- package/dist/excalidraw/snapping.d.ts +7 -7
- package/dist/excalidraw/snapping.js +21 -20
- package/dist/excalidraw/types.d.ts +16 -17
- package/dist/excalidraw/utility-types.d.ts +7 -0
- package/dist/excalidraw/utils.d.ts +21 -16
- package/dist/excalidraw/utils.js +43 -45
- package/dist/{dev/en-RLIAOBCI.json → prod/en-EY7E2L5O.json} +10 -5
- package/dist/prod/index.css +1 -1
- package/dist/prod/index.js +42 -42
- package/dist/utils/bbox.d.ts +2 -2
- package/dist/utils/export.d.ts +3 -3
- package/dist/utils/export.js +3 -13
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.js +2 -2
- package/dist/utils/withinBounds.d.ts +1 -1
- package/dist/utils/withinBounds.js +5 -2
- package/package.json +4 -4
- package/dist/browser/dev/excalidraw-assets-dev/chunk-2W5GQUR4.js.map +0 -7
- package/dist/browser/dev/excalidraw-assets-dev/chunk-KGZXLFLR.js +0 -53497
- package/dist/browser/dev/excalidraw-assets-dev/chunk-KGZXLFLR.js.map +0 -7
- package/dist/browser/dev/excalidraw-assets-dev/image-3MFRCKYM.css +0 -5797
- package/dist/browser/dev/excalidraw-assets-dev/image-3MFRCKYM.css.map +0 -7
- package/dist/browser/prod/excalidraw-assets/chunk-4YN2HN3S.js +0 -257
- package/dist/browser/prod/excalidraw-assets/chunk-OWLL6VOG.js +0 -11
- package/dist/browser/prod/excalidraw-assets/en-ERQOR3OC.js +0 -1
- package/dist/browser/prod/excalidraw-assets/image-LTLHTTSE.js +0 -1
- package/dist/browser/prod/excalidraw-assets/image-QBL334OA.css +0 -1
- package/dist/excalidraw/components/LaserTool/LaserPathManager.d.ts +0 -28
- package/dist/excalidraw/components/LaserTool/LaserPathManager.js +0 -225
- package/dist/excalidraw/components/LaserTool/LaserTool.d.ts +0 -8
- package/dist/excalidraw/components/LaserTool/LaserTool.js +0 -15
- package/dist/excalidraw/renderer/renderScene.d.ts +0 -25
- package/dist/excalidraw/vite.config.d.mts +0 -2
- package/dist/excalidraw/vite.config.mjs +0 -13
- /package/dist/browser/dev/excalidraw-assets-dev/{en-OC6JWP3X.js.map → en-BZY7JRTM.js.map} +0 -0
- /package/dist/browser/dev/excalidraw-assets-dev/{image-5TVMINCA.js.map → image-CVN3YKRW.js.map} +0 -0
|
@@ -138,7 +138,9 @@
|
|
|
138
138
|
"removeAllElementsFromFrame": "Remove all elements from frame",
|
|
139
139
|
"eyeDropper": "Pick color from canvas",
|
|
140
140
|
"textToDiagram": "Text to diagram",
|
|
141
|
-
"prompt": "Prompt"
|
|
141
|
+
"prompt": "Prompt",
|
|
142
|
+
"followUs": "Follow us",
|
|
143
|
+
"discordChat": "Discord chat"
|
|
142
144
|
},
|
|
143
145
|
"library": {
|
|
144
146
|
"noItems": "No items added yet...",
|
|
@@ -212,9 +214,9 @@
|
|
|
212
214
|
"fileTooBig": "File is too big. Maximum allowed size is {{maxSize}}.",
|
|
213
215
|
"svgImageInsertError": "Couldn't insert SVG image. The SVG markup looks invalid.",
|
|
214
216
|
"failedToFetchImage": "Failed to fetch image.",
|
|
215
|
-
"invalidSVGString": "Invalid SVG.",
|
|
216
217
|
"cannotResolveCollabServer": "Couldn't connect to the collab server. Please reload the page and try again.",
|
|
217
218
|
"importLibraryError": "Couldn't load library",
|
|
219
|
+
"saveLibraryError": "Couldn't save library to storage. Please save your library to a file locally to make sure you don't lose changes.",
|
|
218
220
|
"collabSaveFailed": "Couldn't save to the backend database. If problems persist, you should save your file locally to ensure you don't lose your work.",
|
|
219
221
|
"collabSaveFailed_sizeExceeded": "Couldn't save to the backend database, the canvas seems to be too big. You should save the file locally to ensure you don't lose your work.",
|
|
220
222
|
"imageToolNotSupported": "Images are disabled.",
|
|
@@ -246,7 +248,7 @@
|
|
|
246
248
|
"library": "Library",
|
|
247
249
|
"lock": "Keep selected tool active after drawing",
|
|
248
250
|
"penMode": "Pen mode - prevent touch",
|
|
249
|
-
"link": "Add/ Update link for a selected shape",
|
|
251
|
+
"link": "Add / Update link for a selected shape",
|
|
250
252
|
"eraser": "Eraser",
|
|
251
253
|
"frame": "Frame tool",
|
|
252
254
|
"magicframe": "Wireframe to code",
|
|
@@ -299,9 +301,12 @@
|
|
|
299
301
|
"openIssueMessage": "We were very cautious not to include your scene information on the error. If your scene is not private, please consider following up on our <button>bug tracker</button>. Please include information below by copying and pasting into the GitHub issue.",
|
|
300
302
|
"sceneContent": "Scene content:"
|
|
301
303
|
},
|
|
304
|
+
"shareDialog": {
|
|
305
|
+
"or": "Or"
|
|
306
|
+
},
|
|
302
307
|
"roomDialog": {
|
|
303
|
-
"desc_intro": "
|
|
304
|
-
"desc_privacy": "Don't worry, the session
|
|
308
|
+
"desc_intro": "Invite people to collaborate on your drawing.",
|
|
309
|
+
"desc_privacy": "Don't worry, the session is end-to-end encrypted, and fully private. Not even our server can see what you draw.",
|
|
305
310
|
"button_startSession": "Start session",
|
|
306
311
|
"button_stopSession": "Stop session",
|
|
307
312
|
"desc_inProgressIntro": "Live-collaboration session is now in progress.",
|
package/dist/dev/index.css
CHANGED
|
@@ -242,119 +242,6 @@
|
|
|
242
242
|
height: var(--default-button-size);
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
/* components/Tooltip.scss */
|
|
246
|
-
:export {
|
|
247
|
-
themeFilter: invert(93%) hue-rotate(180deg);
|
|
248
|
-
rightSidebarWidth: 302px;
|
|
249
|
-
}
|
|
250
|
-
.excalidraw-tooltip {
|
|
251
|
-
--ui-font:
|
|
252
|
-
Assistant,
|
|
253
|
-
system-ui,
|
|
254
|
-
BlinkMacSystemFont,
|
|
255
|
-
-apple-system,
|
|
256
|
-
Segoe UI,
|
|
257
|
-
Roboto,
|
|
258
|
-
Helvetica,
|
|
259
|
-
Arial,
|
|
260
|
-
sans-serif;
|
|
261
|
-
font-family: var(--ui-font);
|
|
262
|
-
position: fixed;
|
|
263
|
-
z-index: var(--zIndex-popup);
|
|
264
|
-
padding: 8px;
|
|
265
|
-
border-radius: 6px;
|
|
266
|
-
box-sizing: border-box;
|
|
267
|
-
pointer-events: none;
|
|
268
|
-
word-wrap: break-word;
|
|
269
|
-
background: #000000;
|
|
270
|
-
line-height: 1.5;
|
|
271
|
-
text-align: center;
|
|
272
|
-
font-size: 13px;
|
|
273
|
-
font-weight: 500;
|
|
274
|
-
color: #ffffff;
|
|
275
|
-
display: none;
|
|
276
|
-
}
|
|
277
|
-
.excalidraw-tooltip.excalidraw-tooltip--visible {
|
|
278
|
-
display: block;
|
|
279
|
-
}
|
|
280
|
-
.excalidraw-tooltip-wrapper {
|
|
281
|
-
display: flex;
|
|
282
|
-
}
|
|
283
|
-
.excalidraw-tooltip-icon {
|
|
284
|
-
width: 0.9em;
|
|
285
|
-
height: 0.9em;
|
|
286
|
-
margin-left: 5px;
|
|
287
|
-
margin-top: 1px;
|
|
288
|
-
display: flex;
|
|
289
|
-
}
|
|
290
|
-
.excalidraw--mobile.excalidraw-tooltip-icon {
|
|
291
|
-
display: none;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/* element/Hyperlink.scss */
|
|
295
|
-
:export {
|
|
296
|
-
themeFilter: invert(93%) hue-rotate(180deg);
|
|
297
|
-
rightSidebarWidth: 302px;
|
|
298
|
-
}
|
|
299
|
-
.excalidraw-hyperlinkContainer {
|
|
300
|
-
display: flex;
|
|
301
|
-
align-items: center;
|
|
302
|
-
justify-content: space-between;
|
|
303
|
-
position: absolute;
|
|
304
|
-
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3);
|
|
305
|
-
z-index: var(--zIndex-hyperlinkContainer);
|
|
306
|
-
background: var(--island-bg-color);
|
|
307
|
-
border-radius: var(--border-radius-md);
|
|
308
|
-
box-sizing: border-box;
|
|
309
|
-
min-height: 42px;
|
|
310
|
-
}
|
|
311
|
-
.excalidraw-hyperlinkContainer-input,
|
|
312
|
-
.excalidraw-hyperlinkContainer button {
|
|
313
|
-
z-index: 100;
|
|
314
|
-
}
|
|
315
|
-
.excalidraw-hyperlinkContainer-input,
|
|
316
|
-
.excalidraw-hyperlinkContainer-link {
|
|
317
|
-
height: 24px;
|
|
318
|
-
padding: 0 8px;
|
|
319
|
-
line-height: 24px;
|
|
320
|
-
font-size: 0.9rem;
|
|
321
|
-
font-weight: 500;
|
|
322
|
-
font-family: var(--ui-font);
|
|
323
|
-
}
|
|
324
|
-
.excalidraw-hyperlinkContainer-input {
|
|
325
|
-
width: 18rem;
|
|
326
|
-
border: none;
|
|
327
|
-
background-color: transparent;
|
|
328
|
-
color: var(--text-primary-color);
|
|
329
|
-
outline: none;
|
|
330
|
-
border: none;
|
|
331
|
-
box-shadow: none !important;
|
|
332
|
-
}
|
|
333
|
-
.excalidraw-hyperlinkContainer-link {
|
|
334
|
-
overflow: hidden;
|
|
335
|
-
text-overflow: ellipsis;
|
|
336
|
-
white-space: nowrap;
|
|
337
|
-
max-width: 15rem;
|
|
338
|
-
}
|
|
339
|
-
.excalidraw-hyperlinkContainer button {
|
|
340
|
-
color: #228be6;
|
|
341
|
-
background-color: transparent !important;
|
|
342
|
-
font-weight: 500;
|
|
343
|
-
}
|
|
344
|
-
.excalidraw-hyperlinkContainer button.excalidraw-hyperlinkContainer--remove {
|
|
345
|
-
color: #c92a2a;
|
|
346
|
-
}
|
|
347
|
-
.excalidraw-hyperlinkContainer--remove .ToolIcon__icon svg {
|
|
348
|
-
color: #fa5252;
|
|
349
|
-
}
|
|
350
|
-
.excalidraw-hyperlinkContainer .ToolIcon__icon {
|
|
351
|
-
width: 2rem;
|
|
352
|
-
height: 2rem;
|
|
353
|
-
}
|
|
354
|
-
.excalidraw-hyperlinkContainer__buttons {
|
|
355
|
-
flex: 0 0 auto;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
245
|
/* components/EyeDropper.scss */
|
|
359
246
|
.excalidraw .excalidraw-eye-dropper-container,
|
|
360
247
|
.excalidraw .excalidraw-eye-dropper-backdrop {
|
|
@@ -726,6 +613,7 @@
|
|
|
726
613
|
cursor: pointer;
|
|
727
614
|
background-color: var(--button-bg, var(--island-bg-color));
|
|
728
615
|
color: var(--button-color, var(--color-on-surface));
|
|
616
|
+
font-family: var(--ui-font);
|
|
729
617
|
background-color: var(--swatch-color) !important;
|
|
730
618
|
overflow: hidden;
|
|
731
619
|
position: relative;
|
|
@@ -932,6 +820,55 @@
|
|
|
932
820
|
color: #000000;
|
|
933
821
|
}
|
|
934
822
|
|
|
823
|
+
/* components/Tooltip.scss */
|
|
824
|
+
:export {
|
|
825
|
+
themeFilter: invert(93%) hue-rotate(180deg);
|
|
826
|
+
rightSidebarWidth: 302px;
|
|
827
|
+
}
|
|
828
|
+
.excalidraw-tooltip {
|
|
829
|
+
--ui-font:
|
|
830
|
+
Assistant,
|
|
831
|
+
system-ui,
|
|
832
|
+
BlinkMacSystemFont,
|
|
833
|
+
-apple-system,
|
|
834
|
+
Segoe UI,
|
|
835
|
+
Roboto,
|
|
836
|
+
Helvetica,
|
|
837
|
+
Arial,
|
|
838
|
+
sans-serif;
|
|
839
|
+
font-family: var(--ui-font);
|
|
840
|
+
position: fixed;
|
|
841
|
+
z-index: var(--zIndex-popup);
|
|
842
|
+
padding: 8px;
|
|
843
|
+
border-radius: 6px;
|
|
844
|
+
box-sizing: border-box;
|
|
845
|
+
pointer-events: none;
|
|
846
|
+
word-wrap: break-word;
|
|
847
|
+
background: #000000;
|
|
848
|
+
line-height: 1.5;
|
|
849
|
+
text-align: center;
|
|
850
|
+
font-size: 13px;
|
|
851
|
+
font-weight: 500;
|
|
852
|
+
color: #ffffff;
|
|
853
|
+
display: none;
|
|
854
|
+
}
|
|
855
|
+
.excalidraw-tooltip.excalidraw-tooltip--visible {
|
|
856
|
+
display: block;
|
|
857
|
+
}
|
|
858
|
+
.excalidraw-tooltip-wrapper {
|
|
859
|
+
display: flex;
|
|
860
|
+
}
|
|
861
|
+
.excalidraw-tooltip-icon {
|
|
862
|
+
width: 0.9em;
|
|
863
|
+
height: 0.9em;
|
|
864
|
+
margin-left: 5px;
|
|
865
|
+
margin-top: 1px;
|
|
866
|
+
display: flex;
|
|
867
|
+
}
|
|
868
|
+
.excalidraw--mobile.excalidraw-tooltip-icon {
|
|
869
|
+
display: none;
|
|
870
|
+
}
|
|
871
|
+
|
|
935
872
|
/* components/TextInput.scss */
|
|
936
873
|
:export {
|
|
937
874
|
themeFilter: invert(93%) hue-rotate(180deg);
|
|
@@ -1077,6 +1014,70 @@
|
|
|
1077
1014
|
cursor: auto;
|
|
1078
1015
|
}
|
|
1079
1016
|
|
|
1017
|
+
/* components/hyperlink/Hyperlink.scss */
|
|
1018
|
+
:export {
|
|
1019
|
+
themeFilter: invert(93%) hue-rotate(180deg);
|
|
1020
|
+
rightSidebarWidth: 302px;
|
|
1021
|
+
}
|
|
1022
|
+
.excalidraw-hyperlinkContainer {
|
|
1023
|
+
display: flex;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
justify-content: space-between;
|
|
1026
|
+
position: absolute;
|
|
1027
|
+
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3);
|
|
1028
|
+
z-index: var(--zIndex-hyperlinkContainer);
|
|
1029
|
+
background: var(--island-bg-color);
|
|
1030
|
+
border-radius: var(--border-radius-md);
|
|
1031
|
+
box-sizing: border-box;
|
|
1032
|
+
min-height: 42px;
|
|
1033
|
+
}
|
|
1034
|
+
.excalidraw-hyperlinkContainer-input,
|
|
1035
|
+
.excalidraw-hyperlinkContainer button {
|
|
1036
|
+
z-index: 100;
|
|
1037
|
+
}
|
|
1038
|
+
.excalidraw-hyperlinkContainer-input,
|
|
1039
|
+
.excalidraw-hyperlinkContainer-link {
|
|
1040
|
+
height: 24px;
|
|
1041
|
+
padding: 0 8px;
|
|
1042
|
+
line-height: 24px;
|
|
1043
|
+
font-size: 0.9rem;
|
|
1044
|
+
font-weight: 500;
|
|
1045
|
+
font-family: var(--ui-font);
|
|
1046
|
+
}
|
|
1047
|
+
.excalidraw-hyperlinkContainer-input {
|
|
1048
|
+
width: 18rem;
|
|
1049
|
+
border: none;
|
|
1050
|
+
background-color: transparent;
|
|
1051
|
+
color: var(--text-primary-color);
|
|
1052
|
+
outline: none;
|
|
1053
|
+
border: none;
|
|
1054
|
+
box-shadow: none !important;
|
|
1055
|
+
}
|
|
1056
|
+
.excalidraw-hyperlinkContainer-link {
|
|
1057
|
+
overflow: hidden;
|
|
1058
|
+
text-overflow: ellipsis;
|
|
1059
|
+
white-space: nowrap;
|
|
1060
|
+
max-width: 15rem;
|
|
1061
|
+
}
|
|
1062
|
+
.excalidraw-hyperlinkContainer button {
|
|
1063
|
+
color: #228be6;
|
|
1064
|
+
background-color: transparent !important;
|
|
1065
|
+
font-weight: 500;
|
|
1066
|
+
}
|
|
1067
|
+
.excalidraw-hyperlinkContainer button.excalidraw-hyperlinkContainer--remove {
|
|
1068
|
+
color: #c92a2a;
|
|
1069
|
+
}
|
|
1070
|
+
.excalidraw-hyperlinkContainer--remove .ToolIcon__icon svg {
|
|
1071
|
+
color: #fa5252;
|
|
1072
|
+
}
|
|
1073
|
+
.excalidraw-hyperlinkContainer .ToolIcon__icon {
|
|
1074
|
+
width: 2rem;
|
|
1075
|
+
height: 2rem;
|
|
1076
|
+
}
|
|
1077
|
+
.excalidraw-hyperlinkContainer__buttons {
|
|
1078
|
+
flex: 0 0 auto;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1080
1081
|
/* components/ContextMenu.scss */
|
|
1081
1082
|
:export {
|
|
1082
1083
|
themeFilter: invert(93%) hue-rotate(180deg);
|
|
@@ -1381,6 +1382,7 @@
|
|
|
1381
1382
|
cursor: pointer;
|
|
1382
1383
|
background-color: var(--button-bg, var(--island-bg-color));
|
|
1383
1384
|
color: var(--button-color, var(--color-on-surface));
|
|
1385
|
+
font-family: var(--ui-font);
|
|
1384
1386
|
width: var(--lg-button-size);
|
|
1385
1387
|
height: var(--lg-button-size);
|
|
1386
1388
|
--background: var(--color-surface-mid);
|
|
@@ -2335,6 +2337,7 @@
|
|
|
2335
2337
|
display: flex;
|
|
2336
2338
|
flex-direction: row;
|
|
2337
2339
|
justify-content: space-between;
|
|
2340
|
+
user-select: none;
|
|
2338
2341
|
}
|
|
2339
2342
|
.excalidraw .ImageExportModal h3 {
|
|
2340
2343
|
font-family: "Assistant";
|
|
@@ -2474,22 +2477,40 @@
|
|
|
2474
2477
|
color: var(--text-color);
|
|
2475
2478
|
background-color: var(--back-color);
|
|
2476
2479
|
border-color: var(--border-color);
|
|
2477
|
-
display: flex;
|
|
2478
|
-
justify-content: center;
|
|
2479
|
-
align-items: center;
|
|
2480
|
-
flex-shrink: 0;
|
|
2481
|
-
flex-wrap: nowrap;
|
|
2482
2480
|
border-radius: 0.5rem;
|
|
2483
2481
|
border-width: 1px;
|
|
2484
2482
|
border-style: solid;
|
|
2485
|
-
font-family:
|
|
2483
|
+
font-family: var(--font-family);
|
|
2486
2484
|
user-select: none;
|
|
2487
2485
|
transition: all 150ms ease-out;
|
|
2488
2486
|
}
|
|
2487
|
+
.excalidraw .ExcButton .Spinner {
|
|
2488
|
+
--spinner-color: var(--color-surface-lowest);
|
|
2489
|
+
position: absolute;
|
|
2490
|
+
visibility: visible;
|
|
2491
|
+
}
|
|
2492
|
+
.excalidraw .ExcButton[disabled] {
|
|
2493
|
+
pointer-events: none;
|
|
2494
|
+
}
|
|
2495
|
+
.excalidraw .ExcButton[disabled] .ExcButton__contents {
|
|
2496
|
+
visibility: hidden;
|
|
2497
|
+
}
|
|
2498
|
+
.excalidraw .ExcButton,
|
|
2499
|
+
.excalidraw .ExcButton__contents {
|
|
2500
|
+
display: flex;
|
|
2501
|
+
justify-content: center;
|
|
2502
|
+
align-items: center;
|
|
2503
|
+
flex-shrink: 0;
|
|
2504
|
+
flex-wrap: nowrap;
|
|
2505
|
+
position: relative;
|
|
2506
|
+
}
|
|
2489
2507
|
.excalidraw .ExcButton--color-primary.ExcButton--variant-filled {
|
|
2490
2508
|
--text-color: var(--color-surface-lowest);
|
|
2491
2509
|
--back-color: var(--color-primary);
|
|
2492
2510
|
}
|
|
2511
|
+
.excalidraw .ExcButton--color-primary.ExcButton--variant-filled .Spinner {
|
|
2512
|
+
--spinner-color: var(--text-color);
|
|
2513
|
+
}
|
|
2493
2514
|
.excalidraw .ExcButton--color-primary.ExcButton--variant-filled:hover {
|
|
2494
2515
|
--back-color: var(--color-brand-hover);
|
|
2495
2516
|
}
|
|
@@ -2499,9 +2520,13 @@
|
|
|
2499
2520
|
.excalidraw .ExcButton--color-primary.ExcButton--variant-outlined,
|
|
2500
2521
|
.excalidraw .ExcButton--color-primary.ExcButton--variant-icon {
|
|
2501
2522
|
--text-color: var(--color-primary);
|
|
2502
|
-
--border-color: var(--color-
|
|
2523
|
+
--border-color: var(--color-primary);
|
|
2503
2524
|
--back-color: transparent;
|
|
2504
2525
|
}
|
|
2526
|
+
.excalidraw .ExcButton--color-primary.ExcButton--variant-outlined .Spinner,
|
|
2527
|
+
.excalidraw .ExcButton--color-primary.ExcButton--variant-icon .Spinner {
|
|
2528
|
+
--spinner-color: var(--text-color);
|
|
2529
|
+
}
|
|
2505
2530
|
.excalidraw .ExcButton--color-primary.ExcButton--variant-outlined:hover,
|
|
2506
2531
|
.excalidraw .ExcButton--color-primary.ExcButton--variant-icon:hover {
|
|
2507
2532
|
--text-color: var(--color-brand-hover);
|
|
@@ -2516,6 +2541,9 @@
|
|
|
2516
2541
|
--text-color: var(--color-danger-text);
|
|
2517
2542
|
--back-color: var(--color-danger-dark);
|
|
2518
2543
|
}
|
|
2544
|
+
.excalidraw .ExcButton--color-danger.ExcButton--variant-filled .Spinner {
|
|
2545
|
+
--spinner-color: var(--text-color);
|
|
2546
|
+
}
|
|
2519
2547
|
.excalidraw .ExcButton--color-danger.ExcButton--variant-filled:hover {
|
|
2520
2548
|
--back-color: var(--color-danger-darker);
|
|
2521
2549
|
}
|
|
@@ -2528,6 +2556,10 @@
|
|
|
2528
2556
|
--border-color: var(--color-danger);
|
|
2529
2557
|
--back-color: transparent;
|
|
2530
2558
|
}
|
|
2559
|
+
.excalidraw .ExcButton--color-danger.ExcButton--variant-outlined .Spinner,
|
|
2560
|
+
.excalidraw .ExcButton--color-danger.ExcButton--variant-icon .Spinner {
|
|
2561
|
+
--spinner-color: var(--text-color);
|
|
2562
|
+
}
|
|
2531
2563
|
.excalidraw .ExcButton--color-danger.ExcButton--variant-outlined:hover,
|
|
2532
2564
|
.excalidraw .ExcButton--color-danger.ExcButton--variant-icon:hover {
|
|
2533
2565
|
--text-color: var(--color-danger-darkest);
|
|
@@ -2542,6 +2574,9 @@
|
|
|
2542
2574
|
--text-color: var(--island-bg-color);
|
|
2543
2575
|
--back-color: var(--color-gray-50);
|
|
2544
2576
|
}
|
|
2577
|
+
.excalidraw .ExcButton--color-muted.ExcButton--variant-filled .Spinner {
|
|
2578
|
+
--spinner-color: var(--text-color);
|
|
2579
|
+
}
|
|
2545
2580
|
.excalidraw .ExcButton--color-muted.ExcButton--variant-filled:hover {
|
|
2546
2581
|
--back-color: var(--color-gray-60);
|
|
2547
2582
|
}
|
|
@@ -2554,6 +2589,10 @@
|
|
|
2554
2589
|
--border-color: var(--color-muted);
|
|
2555
2590
|
--back-color: var(--island-bg-color);
|
|
2556
2591
|
}
|
|
2592
|
+
.excalidraw .ExcButton--color-muted.ExcButton--variant-outlined .Spinner,
|
|
2593
|
+
.excalidraw .ExcButton--color-muted.ExcButton--variant-icon .Spinner {
|
|
2594
|
+
--spinner-color: var(--text-color);
|
|
2595
|
+
}
|
|
2557
2596
|
.excalidraw .ExcButton--color-muted.ExcButton--variant-outlined:hover,
|
|
2558
2597
|
.excalidraw .ExcButton--color-muted.ExcButton--variant-icon:hover {
|
|
2559
2598
|
--text-color: var(--color-muted-background-darker);
|
|
@@ -2568,6 +2607,9 @@
|
|
|
2568
2607
|
--text-color: black;
|
|
2569
2608
|
--back-color: var(--color-warning-dark);
|
|
2570
2609
|
}
|
|
2610
|
+
.excalidraw .ExcButton--color-warning.ExcButton--variant-filled .Spinner {
|
|
2611
|
+
--spinner-color: var(--text-color);
|
|
2612
|
+
}
|
|
2571
2613
|
.excalidraw .ExcButton--color-warning.ExcButton--variant-filled:hover {
|
|
2572
2614
|
--back-color: var(--color-warning-darker);
|
|
2573
2615
|
}
|
|
@@ -2580,6 +2622,10 @@
|
|
|
2580
2622
|
--border-color: var(--color-warning-dark);
|
|
2581
2623
|
--back-color: var(--input-bg-color);
|
|
2582
2624
|
}
|
|
2625
|
+
.excalidraw .ExcButton--color-warning.ExcButton--variant-outlined .Spinner,
|
|
2626
|
+
.excalidraw .ExcButton--color-warning.ExcButton--variant-icon .Spinner {
|
|
2627
|
+
--spinner-color: var(--text-color);
|
|
2628
|
+
}
|
|
2583
2629
|
.excalidraw .ExcButton--color-warning.ExcButton--variant-outlined:hover,
|
|
2584
2630
|
.excalidraw .ExcButton--color-warning.ExcButton--variant-icon:hover {
|
|
2585
2631
|
--text-color: var(--color-warning-darker);
|
|
@@ -2595,17 +2641,21 @@
|
|
|
2595
2641
|
font-size: 0.875rem;
|
|
2596
2642
|
min-height: 3rem;
|
|
2597
2643
|
padding: 0.5rem 1.5rem;
|
|
2598
|
-
gap: 0.75rem;
|
|
2599
2644
|
letter-spacing: 0.4px;
|
|
2600
2645
|
}
|
|
2646
|
+
.excalidraw .ExcButton--size-large .ExcButton__contents {
|
|
2647
|
+
gap: 0.75rem;
|
|
2648
|
+
}
|
|
2601
2649
|
.excalidraw .ExcButton--size-medium {
|
|
2602
2650
|
font-weight: 600;
|
|
2603
2651
|
font-size: 0.75rem;
|
|
2604
2652
|
min-height: 2.5rem;
|
|
2605
2653
|
padding: 0.5rem 1rem;
|
|
2606
|
-
gap: 0.5rem;
|
|
2607
2654
|
letter-spacing: normal;
|
|
2608
2655
|
}
|
|
2656
|
+
.excalidraw .ExcButton--size-medium .ExcButton__contents {
|
|
2657
|
+
gap: 0.5rem;
|
|
2658
|
+
}
|
|
2609
2659
|
.excalidraw .ExcButton--variant-icon {
|
|
2610
2660
|
padding: 0.5rem 0.75rem;
|
|
2611
2661
|
width: 3rem;
|
|
@@ -2959,6 +3009,11 @@
|
|
|
2959
3009
|
.excalidraw .UserList__more--is-current-user {
|
|
2960
3010
|
cursor: auto;
|
|
2961
3011
|
}
|
|
3012
|
+
.excalidraw .UserList__collaborator-name {
|
|
3013
|
+
text-overflow: ellipsis;
|
|
3014
|
+
overflow: hidden;
|
|
3015
|
+
white-space: nowrap;
|
|
3016
|
+
}
|
|
2962
3017
|
.excalidraw .UserList__collaborator-follow-status-icon {
|
|
2963
3018
|
margin-left: auto;
|
|
2964
3019
|
flex: 0 0 auto;
|
|
@@ -3425,6 +3480,7 @@
|
|
|
3425
3480
|
cursor: pointer;
|
|
3426
3481
|
background-color: var(--button-bg, var(--island-bg-color));
|
|
3427
3482
|
color: var(--button-color, var(--color-on-surface));
|
|
3483
|
+
font-family: var(--ui-font);
|
|
3428
3484
|
}
|
|
3429
3485
|
.excalidraw .excalidraw-button svg {
|
|
3430
3486
|
width: var(--button-width, var(--lg-icon-size));
|
|
@@ -3470,6 +3526,7 @@
|
|
|
3470
3526
|
cursor: pointer;
|
|
3471
3527
|
background-color: var(--button-bg, var(--island-bg-color));
|
|
3472
3528
|
color: var(--button-color, var(--color-on-surface));
|
|
3529
|
+
font-family: var(--ui-font);
|
|
3473
3530
|
border: none;
|
|
3474
3531
|
box-shadow: 0 0 0 1px var(--color-surface-lowest);
|
|
3475
3532
|
background-color: var(--color-surface-low);
|
|
@@ -3517,6 +3574,7 @@
|
|
|
3517
3574
|
}
|
|
3518
3575
|
.excalidraw .default-sidebar-trigger .sidebar-trigger__label {
|
|
3519
3576
|
display: block;
|
|
3577
|
+
white-space: nowrap;
|
|
3520
3578
|
}
|
|
3521
3579
|
.excalidraw.excalidraw--mobile .default-sidebar-trigger .sidebar-trigger__label {
|
|
3522
3580
|
display: none;
|
|
@@ -3595,6 +3653,7 @@
|
|
|
3595
3653
|
cursor: pointer;
|
|
3596
3654
|
background-color: var(--button-bg, var(--island-bg-color));
|
|
3597
3655
|
color: var(--button-color, var(--color-on-surface));
|
|
3656
|
+
font-family: var(--ui-font);
|
|
3598
3657
|
--button-bg: transparent;
|
|
3599
3658
|
border: 0 !important;
|
|
3600
3659
|
width: var(--lg-button-size);
|
|
@@ -4370,8 +4429,8 @@
|
|
|
4370
4429
|
}
|
|
4371
4430
|
}
|
|
4372
4431
|
|
|
4373
|
-
/* components/
|
|
4374
|
-
.excalidraw .
|
|
4432
|
+
/* components/SVGLayer.scss */
|
|
4433
|
+
.excalidraw .SVGLayer {
|
|
4375
4434
|
pointer-events: none;
|
|
4376
4435
|
width: 100vw;
|
|
4377
4436
|
height: 100vh;
|
|
@@ -4380,10 +4439,12 @@
|
|
|
4380
4439
|
left: 0;
|
|
4381
4440
|
z-index: 2;
|
|
4382
4441
|
}
|
|
4383
|
-
.excalidraw .
|
|
4442
|
+
.excalidraw .SVGLayer svg {
|
|
4384
4443
|
image-rendering: auto;
|
|
4385
4444
|
overflow: visible;
|
|
4386
4445
|
position: absolute;
|
|
4446
|
+
width: 100%;
|
|
4447
|
+
height: 100%;
|
|
4387
4448
|
top: 0;
|
|
4388
4449
|
left: 0;
|
|
4389
4450
|
}
|
|
@@ -4907,6 +4968,7 @@
|
|
|
4907
4968
|
cursor: pointer;
|
|
4908
4969
|
background-color: var(--button-bg, var(--island-bg-color));
|
|
4909
4970
|
color: var(--button-color, var(--color-on-surface));
|
|
4971
|
+
font-family: var(--ui-font);
|
|
4910
4972
|
padding: 0;
|
|
4911
4973
|
}
|
|
4912
4974
|
.excalidraw .buttonList label svg,
|
|
@@ -5157,6 +5219,7 @@
|
|
|
5157
5219
|
cursor: pointer;
|
|
5158
5220
|
background-color: var(--button-bg, var(--island-bg-color));
|
|
5159
5221
|
color: var(--button-color, var(--color-on-surface));
|
|
5222
|
+
font-family: var(--ui-font);
|
|
5160
5223
|
border: none;
|
|
5161
5224
|
box-shadow: 0 0 0 1px var(--color-surface-lowest);
|
|
5162
5225
|
background-color: var(--color-surface-low);
|
|
@@ -5743,7 +5806,7 @@
|
|
|
5743
5806
|
}
|
|
5744
5807
|
.excalidraw .collab-button {
|
|
5745
5808
|
--button-bg: var(--color-primary);
|
|
5746
|
-
--button-color:
|
|
5809
|
+
--button-color: var(--color-surface-lowest);
|
|
5747
5810
|
--button-border: var(--color-primary);
|
|
5748
5811
|
--button-width: var(--lg-button-size);
|
|
5749
5812
|
--button-height: var(--lg-button-size);
|
|
@@ -5765,9 +5828,6 @@
|
|
|
5765
5828
|
background-color: #0fb884;
|
|
5766
5829
|
border-color: #0fb884;
|
|
5767
5830
|
}
|
|
5768
|
-
.excalidraw.theme--dark .collab-button {
|
|
5769
|
-
color: var(--color-gray-90);
|
|
5770
|
-
}
|
|
5771
5831
|
.excalidraw .CollabButton.is-collaborating {
|
|
5772
5832
|
background-color: var(--button-special-active-bg-color);
|
|
5773
5833
|
}
|