@pipelex/mthds-ui 0.7.0 → 0.8.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/dist/{chunk-ILX53OYM.js → chunk-7VQUZ35P.js} +2 -1
- package/dist/chunk-7VQUZ35P.js.map +1 -0
- package/dist/graph/index.d.ts +2 -2
- package/dist/graph/index.js +1 -1
- package/dist/graph/react/graph-core.css +13 -0
- package/dist/graph/react/index.d.ts +2 -2
- package/dist/graph/react/index.js +99 -97
- package/dist/graph/react/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/standalone/graph-standalone.html +19 -6
- package/dist/standalone/graph-viewer.css +13 -0
- package/dist/standalone/graph-viewer.js +6 -6
- package/dist/{types-DJTrDxjV.d.ts → types-D7NALhbw.d.ts} +19 -3
- package/package.json +1 -1
- package/dist/chunk-ILX53OYM.js.map +0 -1
|
@@ -1007,6 +1007,19 @@ svg.react-flow__connectionline {
|
|
|
1007
1007
|
.pipe-card--controller {
|
|
1008
1008
|
--pipe-card-accent: var(--text-muted);
|
|
1009
1009
|
}
|
|
1010
|
+
|
|
1011
|
+
/* Signature (unimplemented stub) — dashed + muted so it reads as "declared,
|
|
1012
|
+
not built yet", distinct from operator (solid accent) and controller (tinted). */
|
|
1013
|
+
.pipe-card--signature {
|
|
1014
|
+
--pipe-card-accent: var(--text-muted);
|
|
1015
|
+
border-left-style: dashed;
|
|
1016
|
+
opacity: 0.85;
|
|
1017
|
+
}
|
|
1018
|
+
.pipe-card-badge--signature {
|
|
1019
|
+
background: transparent;
|
|
1020
|
+
color: var(--text-muted);
|
|
1021
|
+
border: 1px dashed var(--text-muted);
|
|
1022
|
+
}
|
|
1010
1023
|
@keyframes pipe-card-pulse {
|
|
1011
1024
|
0%,
|
|
1012
1025
|
100% {
|