@dwelle/excalidraw 0.5.0-ef89e88 → 0.5.0-efddbb7
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 +81 -0
- package/README.md +111 -14
- package/dist/dev/{chunk-UPL5GSGP.js → chunk-AVAC6BVM.js} +11 -2
- package/dist/dev/chunk-AVAC6BVM.js.map +7 -0
- package/dist/dev/{chunk-VLJRILK3.js → chunk-OKDHCI5V.js} +1844 -1440
- package/dist/dev/chunk-OKDHCI5V.js.map +7 -0
- package/dist/dev/{chunk-H5SL5I5R.js → chunk-UEBEBUE2.js} +2 -2
- package/dist/dev/components/TTDDialog/{CodeMirrorEditor-65RQRK4A.js → CodeMirrorEditor-2YIEAZU7.js} +2 -2
- package/dist/dev/data/{image-JR54FB4B.js → image-O7OJXMIJ.js} +3 -3
- package/dist/dev/index.css +85 -43
- package/dist/dev/index.css.map +3 -3
- package/dist/dev/index.js +2939 -2010
- package/dist/dev/index.js.map +4 -4
- package/dist/dev/locales/{en-IZ5JJCQN.js → en-XVKSJYG2.js} +4 -2
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/chunk-5EYFVTC7.js +34 -0
- package/dist/prod/{chunk-MYTKOPOQ.js → chunk-T6UH5ZKV.js} +5 -5
- package/dist/prod/{chunk-B47HEJUH.js → chunk-Y6NXDCR7.js} +1 -1
- package/dist/prod/components/TTDDialog/{CodeMirrorEditor-B64TEOC3.js → CodeMirrorEditor-JV2LT6ZS.js} +1 -1
- package/dist/prod/data/image-XRO5552B.js +1 -0
- package/dist/prod/index.css +1 -1
- package/dist/prod/index.js +28 -28
- package/dist/prod/locales/en-BNQNBQ43.js +1 -0
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/common/src/appEventBus.d.ts +27 -0
- package/dist/types/common/src/index.d.ts +2 -0
- package/dist/types/common/src/utils.d.ts +1 -3
- package/dist/types/common/src/versionedSnapshotStore.d.ts +17 -0
- package/dist/types/element/src/Scene.d.ts +5 -3
- package/dist/types/element/src/bounds.d.ts +4 -2
- package/dist/types/element/src/duplicate.d.ts +1 -0
- package/dist/types/element/src/frame.d.ts +7 -6
- package/dist/types/element/src/linearElementEditor.d.ts +2 -2
- package/dist/types/element/src/selection.d.ts +2 -2
- package/dist/types/element/src/shape.d.ts +1 -1
- package/dist/types/element/src/typeChecks.d.ts +1 -0
- package/dist/types/element/src/utils.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionAddToLibrary.d.ts +8 -8
- package/dist/types/excalidraw/actions/actionBoundText.d.ts +6 -6
- package/dist/types/excalidraw/actions/actionCanvas.d.ts +30 -30
- package/dist/types/excalidraw/actions/actionClipboard.d.ts +6 -6
- package/dist/types/excalidraw/actions/actionCropEditor.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionDeleteSelected.d.ts +9 -9
- package/dist/types/excalidraw/actions/actionDeselect.d.ts +160 -0
- package/dist/types/excalidraw/actions/actionElementLink.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionElementLock.d.ts +6 -6
- package/dist/types/excalidraw/actions/actionEmbeddable.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionExport.d.ts +48 -323
- package/dist/types/excalidraw/actions/actionFrame.d.ts +12 -12
- package/dist/types/excalidraw/actions/actionGroup.d.ts +6 -6
- package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionLink.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionMenu.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionProperties.d.ts +6 -6
- package/dist/types/excalidraw/actions/actionSelectAll.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionStyles.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionToggleArrowBinding.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleMidpointSnapping.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleSearchMenu.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleStats.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleZenMode.d.ts +3 -3
- package/dist/types/excalidraw/actions/index.d.ts +1 -0
- package/dist/types/excalidraw/actions/types.d.ts +1 -1
- package/dist/types/excalidraw/appState.d.ts +1 -0
- package/dist/types/excalidraw/clipboard.d.ts +2 -3
- package/dist/types/excalidraw/components/App.d.ts +41 -10
- package/dist/types/excalidraw/components/AppStateObserver.d.ts +37 -0
- package/dist/types/excalidraw/components/TTDDialog/utils/TTDStreamFetch.d.ts +1 -1
- package/dist/types/excalidraw/components/Toast.d.ts +8 -4
- package/dist/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +1 -1
- package/dist/types/excalidraw/components/canvases/NewElementCanvas.d.ts +1 -0
- package/dist/types/excalidraw/components/canvases/StaticCanvas.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemContentRadio.d.ts +2 -1
- package/dist/types/excalidraw/components/main-menu/DefaultItems.d.ts +1 -0
- package/dist/types/excalidraw/components/shapes.d.ts +7 -0
- package/dist/types/excalidraw/data/blob.d.ts +13 -14
- package/dist/types/excalidraw/data/filesystem.d.ts +3 -5
- package/dist/types/excalidraw/data/index.d.ts +2 -3
- package/dist/types/excalidraw/data/json.d.ts +21 -13
- package/dist/types/excalidraw/data/resave.d.ts +7 -2
- package/dist/types/excalidraw/hooks/useAppStateValue.d.ts +29 -0
- package/dist/types/excalidraw/index.d.ts +23 -3
- package/dist/types/excalidraw/scene/Renderer.d.ts +425 -19
- package/dist/types/excalidraw/types.d.ts +76 -5
- package/dist/types/fractional-indexing/src/index.d.ts +29 -0
- package/dist/types/math/src/constants.d.ts +0 -1
- package/dist/types/math/src/curve.d.ts +4 -1
- package/package.json +4 -5
- package/dist/dev/chunk-UPL5GSGP.js.map +0 -7
- package/dist/dev/chunk-VLJRILK3.js.map +0 -7
- package/dist/prod/chunk-ZTGTHG3M.js +0 -34
- package/dist/prod/data/image-I4FBW6ZT.js +0 -1
- package/dist/prod/locales/en-4R6EP6SP.js +0 -1
- package/dist/types/utils/src/index.d.ts +0 -4
- /package/dist/dev/{chunk-H5SL5I5R.js.map → chunk-UEBEBUE2.js.map} +0 -0
- /package/dist/dev/components/TTDDialog/{CodeMirrorEditor-65RQRK4A.js.map → CodeMirrorEditor-2YIEAZU7.js.map} +0 -0
- /package/dist/dev/data/{image-JR54FB4B.js.map → image-O7OJXMIJ.js.map} +0 -0
- /package/dist/dev/locales/{en-IZ5JJCQN.js.map → en-XVKSJYG2.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// <define:import.meta.env>
|
|
2
|
-
var define_import_meta_env_default = { MODE: "development", VITE_APP_BACKEND_V2_GET_URL: "https://json-dev.excalidraw.com/api/v2/", VITE_APP_BACKEND_V2_POST_URL: "https://json-dev.excalidraw.com/api/v2/post/", VITE_APP_LIBRARY_URL: "https://libraries.excalidraw.com", VITE_APP_LIBRARY_BACKEND: "https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries", VITE_APP_WS_SERVER_URL: "http://localhost:3002", VITE_APP_PLUS_LP: "https://plus.excalidraw.com", VITE_APP_PLUS_APP: "http://localhost:3000", VITE_APP_AI_BACKEND: "http://localhost:3016", VITE_APP_FIREBASE_CONFIG: '{"apiKey":"AIzaSyCMkxA60XIW8KbqMYL7edC4qT5l4qHX2h8","authDomain":"excalidraw-oss-dev.firebaseapp.com","projectId":"excalidraw-oss-dev","storageBucket":"excalidraw-oss-dev.appspot.com","messagingSenderId":"664559512677","appId":"1:664559512677:web:a385181f2928d328a7aa8c"}', VITE_APP_DEV_DISABLE_LIVE_RELOAD: "", VITE_APP_ENABLE_TRACKING: "true", FAST_REFRESH: "false", VITE_APP_PORT: "3001", VITE_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX: "", VITE_APP_COLLAPSE_OVERLAY: "true", VITE_APP_ENABLE_ESLINT: "true", VITE_APP_ENABLE_PWA: "false", VITE_APP_PLUS_EXPORT_PUBLIC_KEY: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm2g5T+Rub6Kbf1Mf57t0\n7r2zeHuVg4dla3r5ryXMswtzz6x767octl6oLThn33mQsPSy3GKglFZoCTXJR4ij\nba8SxB04sL/N8eRrKja7TFWjCVtRwTTfyy771NYYNFVJclkxHyE5qw4m27crHF1y\nUNWEjuqNMi/lwAErS9fFa2oJlWyT8U7zzv/5kQREkxZI6y9v0AF3qcbsy2731FnD\ns9ChJvOUW9toIab2gsIdrKW8ZNpu084ZFVKb6LNjvIXI1Se4oMTHeszXzNptzlot\nkdxxjOoaQMAyfljFSot1F1FlU6MQlag7UnFGvFjRHN1JI5q4K+n3a67DX+TMyRqS\nHQIDAQAB", VITE_APP_DISABLE_PREVENT_UNLOAD: "", PKG_NAME: "@excalidraw/excalidraw", PKG_VERSION: "0.5.0-
|
|
2
|
+
var define_import_meta_env_default = { MODE: "development", VITE_APP_BACKEND_V2_GET_URL: "https://json-dev.excalidraw.com/api/v2/", VITE_APP_BACKEND_V2_POST_URL: "https://json-dev.excalidraw.com/api/v2/post/", VITE_APP_LIBRARY_URL: "https://libraries.excalidraw.com", VITE_APP_LIBRARY_BACKEND: "https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries", VITE_APP_WS_SERVER_URL: "http://localhost:3002", VITE_APP_PLUS_LP: "https://plus.excalidraw.com", VITE_APP_PLUS_APP: "http://localhost:3000", VITE_APP_AI_BACKEND: "http://localhost:3016", VITE_APP_FIREBASE_CONFIG: '{"apiKey":"AIzaSyCMkxA60XIW8KbqMYL7edC4qT5l4qHX2h8","authDomain":"excalidraw-oss-dev.firebaseapp.com","projectId":"excalidraw-oss-dev","storageBucket":"excalidraw-oss-dev.appspot.com","messagingSenderId":"664559512677","appId":"1:664559512677:web:a385181f2928d328a7aa8c"}', VITE_APP_DEV_DISABLE_LIVE_RELOAD: "", VITE_APP_ENABLE_TRACKING: "true", FAST_REFRESH: "false", VITE_APP_PORT: "3001", VITE_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX: "", VITE_APP_COLLAPSE_OVERLAY: "true", VITE_APP_ENABLE_ESLINT: "true", VITE_APP_ENABLE_PWA: "false", VITE_APP_PLUS_EXPORT_PUBLIC_KEY: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm2g5T+Rub6Kbf1Mf57t0\n7r2zeHuVg4dla3r5ryXMswtzz6x767octl6oLThn33mQsPSy3GKglFZoCTXJR4ij\nba8SxB04sL/N8eRrKja7TFWjCVtRwTTfyy771NYYNFVJclkxHyE5qw4m27crHF1y\nUNWEjuqNMi/lwAErS9fFa2oJlWyT8U7zzv/5kQREkxZI6y9v0AF3qcbsy2731FnD\ns9ChJvOUW9toIab2gsIdrKW8ZNpu084ZFVKb6LNjvIXI1Se4oMTHeszXzNptzlot\nkdxxjOoaQMAyfljFSot1F1FlU6MQlag7UnFGvFjRHN1JI5q4K+n3a67DX+TMyRqS\nHQIDAQAB", VITE_APP_DISABLE_PREVENT_UNLOAD: "", PKG_NAME: "@excalidraw/excalidraw", PKG_VERSION: "0.5.0-efddbb7", DEV: true };
|
|
3
3
|
|
|
4
4
|
export {
|
|
5
5
|
define_import_meta_env_default
|
|
6
6
|
};
|
|
7
|
-
//# sourceMappingURL=chunk-
|
|
7
|
+
//# sourceMappingURL=chunk-UEBEBUE2.js.map
|
package/dist/dev/components/TTDDialog/{CodeMirrorEditor-65RQRK4A.js → CodeMirrorEditor-2YIEAZU7.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../chunk-
|
|
1
|
+
import "../../chunk-UEBEBUE2.js";
|
|
2
2
|
import "../../chunk-XDFCUUT6.js";
|
|
3
3
|
|
|
4
4
|
// components/TTDDialog/CodeMirrorEditor.tsx
|
|
@@ -256,4 +256,4 @@ var CodeMirrorEditor_default = CodeMirrorEditor;
|
|
|
256
256
|
export {
|
|
257
257
|
CodeMirrorEditor_default as default
|
|
258
258
|
};
|
|
259
|
-
//# sourceMappingURL=CodeMirrorEditor-
|
|
259
|
+
//# sourceMappingURL=CodeMirrorEditor-2YIEAZU7.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
decodePngMetadata,
|
|
3
3
|
encodePngMetadata,
|
|
4
4
|
getTEXtChunk
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-OKDHCI5V.js";
|
|
6
|
+
import "../chunk-UEBEBUE2.js";
|
|
7
7
|
import "../chunk-XDFCUUT6.js";
|
|
8
8
|
export {
|
|
9
9
|
decodePngMetadata,
|
|
10
10
|
encodePngMetadata,
|
|
11
11
|
getTEXtChunk
|
|
12
12
|
};
|
|
13
|
-
//# sourceMappingURL=image-
|
|
13
|
+
//# sourceMappingURL=image-O7OJXMIJ.js.map
|
package/dist/dev/index.css
CHANGED
|
@@ -1434,6 +1434,62 @@
|
|
|
1434
1434
|
background: none;
|
|
1435
1435
|
}
|
|
1436
1436
|
|
|
1437
|
+
/* components/Toast.scss */
|
|
1438
|
+
.excalidraw .Toast {
|
|
1439
|
+
animation: Toast-fade-in 0.5s;
|
|
1440
|
+
min-width: 220px;
|
|
1441
|
+
max-width: min(360px, 100vw - 32px);
|
|
1442
|
+
border-radius: var(--border-radius-lg);
|
|
1443
|
+
border: 1px solid var(--default-border-color);
|
|
1444
|
+
background-color: var(--island-bg-color);
|
|
1445
|
+
color: var(--text-primary-color);
|
|
1446
|
+
padding: 0.5rem 0.75rem;
|
|
1447
|
+
box-shadow: 0 0 0 1px var(--color-surface-lowest);
|
|
1448
|
+
box-sizing: border-box;
|
|
1449
|
+
cursor: default;
|
|
1450
|
+
pointer-events: none;
|
|
1451
|
+
}
|
|
1452
|
+
.excalidraw .Toast .Toast__message {
|
|
1453
|
+
font-family: var(--ui-font);
|
|
1454
|
+
font-size: 0.75rem;
|
|
1455
|
+
line-height: 1.25rem;
|
|
1456
|
+
text-align: center;
|
|
1457
|
+
padding: 0 1.6rem;
|
|
1458
|
+
white-space: pre-wrap;
|
|
1459
|
+
}
|
|
1460
|
+
.excalidraw .Toast .Toast__progress-bar {
|
|
1461
|
+
margin-top: 0.35rem;
|
|
1462
|
+
width: 100%;
|
|
1463
|
+
height: 4px;
|
|
1464
|
+
border-radius: 999px;
|
|
1465
|
+
background-color: var(--button-gray-2);
|
|
1466
|
+
overflow: hidden;
|
|
1467
|
+
}
|
|
1468
|
+
.excalidraw .Toast .Toast__progress-bar-fill {
|
|
1469
|
+
height: 100%;
|
|
1470
|
+
border-radius: inherit;
|
|
1471
|
+
background-color: var(--color-primary);
|
|
1472
|
+
}
|
|
1473
|
+
.excalidraw .Toast .close {
|
|
1474
|
+
position: absolute;
|
|
1475
|
+
top: 0;
|
|
1476
|
+
right: 0;
|
|
1477
|
+
padding: 0.4rem;
|
|
1478
|
+
pointer-events: auto;
|
|
1479
|
+
}
|
|
1480
|
+
.excalidraw .Toast .close .ToolIcon__icon {
|
|
1481
|
+
width: 1.2rem;
|
|
1482
|
+
height: 1.2rem;
|
|
1483
|
+
}
|
|
1484
|
+
@keyframes Toast-fade-in {
|
|
1485
|
+
from {
|
|
1486
|
+
opacity: 0;
|
|
1487
|
+
}
|
|
1488
|
+
to {
|
|
1489
|
+
opacity: 1;
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1437
1493
|
/* components/Avatar.scss */
|
|
1438
1494
|
.excalidraw .Avatar {
|
|
1439
1495
|
width: var(--avatar-size, 1.5rem);
|
|
@@ -1766,7 +1822,7 @@
|
|
|
1766
1822
|
|
|
1767
1823
|
/* components/dropdownMenu/DropdownMenu.scss */
|
|
1768
1824
|
.excalidraw .dropdown-menu {
|
|
1769
|
-
max-width:
|
|
1825
|
+
max-width: 20rem;
|
|
1770
1826
|
z-index: 1;
|
|
1771
1827
|
}
|
|
1772
1828
|
.excalidraw .dropdown-menu--placement-top {
|
|
@@ -4091,14 +4147,16 @@
|
|
|
4091
4147
|
border-radius: 10px;
|
|
4092
4148
|
background: var(--RadioGroup-background);
|
|
4093
4149
|
border: 1px solid var(--RadioGroup-border);
|
|
4150
|
+
gap: 2px;
|
|
4094
4151
|
}
|
|
4095
4152
|
.excalidraw .RadioGroup__choice {
|
|
4096
4153
|
position: relative;
|
|
4097
4154
|
display: flex;
|
|
4098
4155
|
align-items: center;
|
|
4099
4156
|
justify-content: center;
|
|
4100
|
-
width:
|
|
4157
|
+
min-width: 20px;
|
|
4101
4158
|
height: 24px;
|
|
4159
|
+
padding: 0 0.375rem;
|
|
4102
4160
|
color: var(--RadioGroup-choice-color-off);
|
|
4103
4161
|
background: var(--RadioGroup-choice-background-off);
|
|
4104
4162
|
border-radius: 8px;
|
|
@@ -6532,46 +6590,6 @@
|
|
|
6532
6590
|
left: 0;
|
|
6533
6591
|
}
|
|
6534
6592
|
|
|
6535
|
-
/* components/Toast.scss */
|
|
6536
|
-
.excalidraw .Toast {
|
|
6537
|
-
animation: fade-in 0.5s;
|
|
6538
|
-
background-color: var(--button-gray-1);
|
|
6539
|
-
border-radius: 4px;
|
|
6540
|
-
bottom: 10px;
|
|
6541
|
-
box-sizing: border-box;
|
|
6542
|
-
cursor: default;
|
|
6543
|
-
left: 50%;
|
|
6544
|
-
margin-left: -150px;
|
|
6545
|
-
padding: 4px 0;
|
|
6546
|
-
position: absolute;
|
|
6547
|
-
text-align: center;
|
|
6548
|
-
width: 300px;
|
|
6549
|
-
z-index: 999999;
|
|
6550
|
-
}
|
|
6551
|
-
.excalidraw .Toast .Toast__message {
|
|
6552
|
-
padding: 0 1.6rem;
|
|
6553
|
-
color: var(--popup-text-color);
|
|
6554
|
-
white-space: pre-wrap;
|
|
6555
|
-
}
|
|
6556
|
-
.excalidraw .Toast .close {
|
|
6557
|
-
position: absolute;
|
|
6558
|
-
top: 0;
|
|
6559
|
-
right: 0;
|
|
6560
|
-
padding: 0.4rem;
|
|
6561
|
-
}
|
|
6562
|
-
.excalidraw .Toast .close .ToolIcon__icon {
|
|
6563
|
-
width: 1.2rem;
|
|
6564
|
-
height: 1.2rem;
|
|
6565
|
-
}
|
|
6566
|
-
@keyframes fade-in {
|
|
6567
|
-
from {
|
|
6568
|
-
opacity: 0;
|
|
6569
|
-
}
|
|
6570
|
-
to {
|
|
6571
|
-
opacity: 1;
|
|
6572
|
-
}
|
|
6573
|
-
}
|
|
6574
|
-
|
|
6575
6593
|
/* components/UnlockPopup.scss */
|
|
6576
6594
|
.excalidraw .UnlockPopup {
|
|
6577
6595
|
position: absolute;
|
|
@@ -7709,6 +7727,24 @@ body.excalidraw-cursor-resize * {
|
|
|
7709
7727
|
.excalidraw .scroll-back-to-content:active {
|
|
7710
7728
|
border: 1px solid var(--button-active-border);
|
|
7711
7729
|
}
|
|
7730
|
+
.excalidraw .floating-status-stack {
|
|
7731
|
+
position: absolute;
|
|
7732
|
+
left: 50%;
|
|
7733
|
+
bottom: 30px;
|
|
7734
|
+
transform: translateX(-50%);
|
|
7735
|
+
display: flex;
|
|
7736
|
+
flex-direction: column;
|
|
7737
|
+
align-items: center;
|
|
7738
|
+
gap: 0.5rem;
|
|
7739
|
+
pointer-events: none;
|
|
7740
|
+
}
|
|
7741
|
+
.excalidraw .floating-status-stack .scroll-back-to-content {
|
|
7742
|
+
position: static;
|
|
7743
|
+
left: auto;
|
|
7744
|
+
bottom: auto;
|
|
7745
|
+
transform: none;
|
|
7746
|
+
pointer-events: var(--ui-pointerEvents);
|
|
7747
|
+
}
|
|
7712
7748
|
.excalidraw .help-icon {
|
|
7713
7749
|
display: flex;
|
|
7714
7750
|
justify-content: center;
|
|
@@ -8019,7 +8055,13 @@ body.excalidraw-cursor-resize * {
|
|
|
8019
8055
|
width: 100%;
|
|
8020
8056
|
height: 100%;
|
|
8021
8057
|
}
|
|
8022
|
-
.excalidraw__embeddable-container .
|
|
8058
|
+
.excalidraw__embeddable-container .excalidraw__embeddable__content {
|
|
8059
|
+
width: 100%;
|
|
8060
|
+
height: 100%;
|
|
8061
|
+
transform-origin: top left;
|
|
8062
|
+
}
|
|
8063
|
+
.excalidraw__embeddable-container .excalidraw__embeddable__content,
|
|
8064
|
+
.excalidraw__embeddable-container .excalidraw__embeddable__content > * {
|
|
8023
8065
|
border-radius: var(--embeddable-radius);
|
|
8024
8066
|
}
|
|
8025
8067
|
.excalidraw__embeddable-container .excalidraw__embeddable-hint {
|