sysml-diagram 0.34.2 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/main.js +4 -32
- package/out/main.js.map +2 -2
- package/package.json +1 -1
- package/resources/sysml.dimension-table.json +1 -1
package/out/main.js
CHANGED
|
@@ -205640,7 +205640,6 @@ body {
|
|
|
205640
205640
|
display: flex; flex-direction: column;
|
|
205641
205641
|
}
|
|
205642
205642
|
#root { display: flex; flex-direction: column; height: 100%; min-height: 0; }
|
|
205643
|
-
.right-panel { display: flex; flex-direction: column; height: 100%; min-height: 0; }
|
|
205644
205643
|
|
|
205645
205644
|
/* issue 225 \u2014 ONE scrollbar in the whole webview. The canvas draws its own bars
|
|
205646
205645
|
* (.rf-scrollbar) because it scrolls a transform rather than a box; every other
|
|
@@ -205726,11 +205725,6 @@ body {
|
|
|
205726
205725
|
padding: 5px 28px 5px 12px; font-family: var(--font-mono); font-size: 11px;
|
|
205727
205726
|
clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
|
|
205728
205727
|
}
|
|
205729
|
-
.rp-sub {
|
|
205730
|
-
padding: 6px 12px 8px; font-size: 10.5px; color: var(--fg-3);
|
|
205731
|
-
border-bottom: 1px solid var(--line-soft); font-family: var(--font-mono); letter-spacing: 0.02em;
|
|
205732
|
-
}
|
|
205733
|
-
.rp-note { padding: 6px 12px; font-size: 11px; color: var(--yellow); font-style: italic; }
|
|
205734
205728
|
.rp-body {
|
|
205735
205729
|
flex: 1; overflow: auto; padding: 14px; min-height: 0;
|
|
205736
205730
|
background:
|
|
@@ -206220,11 +206214,6 @@ body {
|
|
|
206220
206214
|
scrollbar-width: none; -ms-overflow-style: none; }
|
|
206221
206215
|
.dtoolbar::-webkit-scrollbar { width: 0; height: 0; display: none; }
|
|
206222
206216
|
.dtoolbar .spacer { flex: 1 0 8px; min-width: 8px; }
|
|
206223
|
-
.dtoolbar-fixed-end {
|
|
206224
|
-
flex: none; display: flex; align-items: center; justify-content: center;
|
|
206225
|
-
height: 36px; padding: 0 8px 0 4px;
|
|
206226
|
-
background: var(--bg-1); border-bottom: 1px solid var(--line);
|
|
206227
|
-
}
|
|
206228
206217
|
/* Single-row toolbar overflow: native scrollbars are hidden because Windows
|
|
206229
206218
|
* lays them out and pushes icons upward. This custom thumb is absolutely
|
|
206230
206219
|
* overlaid at the bottom of the fixed row, transparent at rest and visible only
|
|
@@ -206318,8 +206307,6 @@ body {
|
|
|
206318
206307
|
.doutline-foot { display: flex; justify-content: space-between; padding: 4px 10px; border-top: 1px solid var(--line-soft);
|
|
206319
206308
|
font-family: var(--font-mono); font-size: 10px; color: var(--fg-3); }
|
|
206320
206309
|
.doutline-foot .sel { color: var(--accent); }
|
|
206321
|
-
.dbrowser-panel.compact .doutline-head { justify-content: space-between; }
|
|
206322
|
-
.dbrowser-panel.compact .doutline-head .kindname { display: none; }
|
|
206323
206310
|
.dpanel-slot { position: relative; min-width: 0; min-height: 0; display: flex; }
|
|
206324
206311
|
.dpanel-slot > .doutline, .dpanel-slot > .dinspector { flex: 1; min-width: 0; }
|
|
206325
206312
|
.dpanel-resize {
|
|
@@ -206329,20 +206316,6 @@ body {
|
|
|
206329
206316
|
.dpanel-resize:hover { opacity: 0.35; background: var(--accent); }
|
|
206330
206317
|
.dpanel-resize-east { right: -4px; }
|
|
206331
206318
|
.dpanel-resize-west { left: -4px; }
|
|
206332
|
-
.rp-layout {
|
|
206333
|
-
flex: 1; min-height: 0; display: grid;
|
|
206334
|
-
grid-template-columns: var(--browser-w, 220px) 1fr var(--inspector-w, 280px);
|
|
206335
|
-
grid-template-areas: "ol cv ins";
|
|
206336
|
-
}
|
|
206337
|
-
/* issue 127 \u2014 rail columns when collapsed (areas unchanged, see .dtab note). */
|
|
206338
|
-
.rp-layout.no-browser { grid-template-columns: 26px 1fr var(--inspector-w, 280px); }
|
|
206339
|
-
.rp-layout.no-inspector { grid-template-columns: var(--browser-w, 220px) 1fr 26px; }
|
|
206340
|
-
.rp-layout.no-browser.no-inspector { grid-template-columns: 26px 1fr 26px; }
|
|
206341
|
-
.rp-layout .dbrowser-slot { grid-area: ol; }
|
|
206342
|
-
.rp-layout .dcanvas-wrap { grid-area: cv; }
|
|
206343
|
-
.rp-layout .dinspector-slot { grid-area: ins; }
|
|
206344
|
-
.rp-layout .doutline { border-right: 1px solid var(--line); }
|
|
206345
|
-
.rp-layout .dinspector { border-left: 1px solid var(--line); }
|
|
206346
206319
|
.sb-row { display: flex; align-items: center; gap: 4px; padding: 2px 6px; font-size: 12px; cursor: pointer; color: var(--fg-1); }
|
|
206347
206320
|
.sb-row:hover { background: var(--bg-hover); }
|
|
206348
206321
|
.sb-row.selected { background: var(--bg-active); }
|
|
@@ -206516,9 +206489,9 @@ body {
|
|
|
206516
206489
|
.grv-table th.editable .grv-edit { text-transform: none; letter-spacing: normal; font-weight: 400; }
|
|
206517
206490
|
|
|
206518
206491
|
/* \u2500\u2500 React Flow canvas (REQ-224) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
|
|
206519
|
-
.dcanvas-host
|
|
206520
|
-
.dcanvas-wrap > .dcanvas-host, .dcanvas-wrap > .rp-body
|
|
206521
|
-
.
|
|
206492
|
+
.dcanvas-host { flex: 1; min-width: 0; min-height: 0; position: relative; overflow: hidden; }
|
|
206493
|
+
.dcanvas-wrap > .dcanvas-host, .dcanvas-wrap > .rp-body { flex: 1; min-width: 0; }
|
|
206494
|
+
.dcanvas-host > .rp-body { width: 100%; height: 100%; }
|
|
206522
206495
|
/* Plain canvas background. AdaptiveGrid paints two fixed CSS grid layers and
|
|
206523
206496
|
* updates only their screen-space size/offset; it avoids the two live SVG
|
|
206524
206497
|
* pattern trees that React Flow otherwise reconciles for every transform tick. */
|
|
@@ -210538,7 +210511,6 @@ function normalizeSideCar(value) {
|
|
|
210538
210511
|
normalizeGridFields(state);
|
|
210539
210512
|
normalizeContainerPresentation(state, kind);
|
|
210540
210513
|
const next = {};
|
|
210541
|
-
if (state.mode !== void 0) next.mode = state.mode;
|
|
210542
210514
|
if (state.zoom !== void 0) next.zoom = state.zoom;
|
|
210543
210515
|
if (state.showGrid !== void 0) next.showGrid = state.showGrid;
|
|
210544
210516
|
const dir = sanitizeDirection(state.direction);
|
|
@@ -210811,7 +210783,7 @@ async function runExport(command) {
|
|
|
210811
210783
|
}
|
|
210812
210784
|
|
|
210813
210785
|
// src/main.ts
|
|
210814
|
-
var VERSION2 = true ? "0.
|
|
210786
|
+
var VERSION2 = true ? "0.35.0" : "dev";
|
|
210815
210787
|
function display(file) {
|
|
210816
210788
|
const rel2 = path9.relative(process.cwd(), file);
|
|
210817
210789
|
return rel2 && !rel2.startsWith("..") ? rel2.split(path9.sep).join("/") : file;
|