@camstack/addon-pipeline-orchestrator 0.1.21 → 0.1.22
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MotionGridCanvas.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/motion-zones/MotionGridCanvas.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAExD,MAAM,WAAW,qBAAqB;IACpC,8DAA8D;IAC9D,QAAQ,CAAC,OAAO,EAAE,iBAAiB,CAAA;IACnC,mEAAmE;IACnE,QAAQ,CAAC,KAAK,EAAE,SAAS,OAAO,EAAE,CAAA;IAClC,QAAQ,CAAC,aAAa,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,CAAA;CAClD;AAED,wBAAgB,gBAAgB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"MotionGridCanvas.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/motion-zones/MotionGridCanvas.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAExD,MAAM,WAAW,qBAAqB;IACpC,8DAA8D;IAC9D,QAAQ,CAAC,OAAO,EAAE,iBAAiB,CAAA;IACnC,mEAAmE;IACnE,QAAQ,CAAC,KAAK,EAAE,SAAS,OAAO,EAAE,CAAA;IAClC,QAAQ,CAAC,aAAa,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,CAAA;CAClD;AAED,wBAAgB,gBAAgB,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,EAAE,qBAAqB,2CAuFxF"}
|
package/dist/@mf-types.zip
CHANGED
|
Binary file
|
package/dist/_stub.js
CHANGED
|
@@ -1447,7 +1447,12 @@ function Jt({ options: e, cells: o, onCellsChange: r }) {
|
|
|
1447
1447
|
"aria-pressed": _,
|
|
1448
1448
|
onPointerDown: d(w),
|
|
1449
1449
|
onPointerEnter: Z(w),
|
|
1450
|
-
className:
|
|
1450
|
+
className: (
|
|
1451
|
+
// High-contrast fills so the painted mask reads clearly
|
|
1452
|
+
// over the live frame — selected cells are a strong
|
|
1453
|
+
// primary wash, unselected a faint but visible tint.
|
|
1454
|
+
_ ? "border border-primary/70 bg-primary/55 hover:bg-primary/65 transition-colors" : "border border-white/25 bg-white/10 hover:bg-white/20 transition-colors"
|
|
1455
|
+
)
|
|
1451
1456
|
},
|
|
1452
1457
|
w
|
|
1453
1458
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-pipeline-orchestrator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "Hub-side camera-to-agent load balancer — tracks runner capacity and dispatches attachCamera calls to the optimal pipeline-runner instance",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|