yaml-flow 8.9.1 → 8.11.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/browser/asset-integrity.json +5 -5
- package/browser/live-cards.js +15 -15
- package/browser/live-cards.schema.json +36 -59
- package/browser/server-runtime-controlface.js +4 -4
- package/examples/board/cards/card-concentration.json +64 -16
- package/examples/board/cards/card-my-identity.json +1 -4
- package/examples/board/cards/card-portfolio-intelligence.json +1 -5
- package/examples/board/cards/card-rebalance-sim.json +1 -4
- package/examples/board/cards/cardT-market-prices.json +1 -4
- package/examples/board/cards/cardT-portfolio-value.json +35 -10
- package/examples/board/cards/cardT-portfolio.json +1 -4
- package/lib/board-live-cards-mcp.cjs +1 -1
- package/lib/board-live-cards-mcp.d.cts +0 -2
- package/lib/board-live-cards-mcp.d.ts +0 -2
- package/lib/board-live-cards-mcp.js +1 -1
- package/lib/board-live-cards-node.cjs +2 -2
- package/lib/board-live-cards-node.js +1 -1
- package/lib/board-live-cards-public.cjs +1 -1
- package/lib/board-live-cards-public.js +1 -1
- package/lib/board-live-cards-server-runtime.cjs +1 -1
- package/lib/board-live-cards-server-runtime.js +1 -1
- package/lib/board-livegraph-runtime/index.cjs +1 -1
- package/lib/board-livegraph-runtime/index.js +1 -1
- package/lib/card-compute/index.cjs +1 -1
- package/lib/card-compute/index.d.cts +0 -1
- package/lib/card-compute/index.d.ts +0 -1
- package/lib/card-compute/index.js +1 -1
- package/lib/card-validation.cjs +1 -1
- package/lib/card-validation.js +1 -1
- package/lib/chunk-2LGCYN35.js +2 -0
- package/lib/chunk-5U5NMYGT.js +3 -0
- package/lib/chunk-6M3RIGUH.js +2 -0
- package/lib/chunk-ATOQP3BD.js +2 -0
- package/lib/{chunk-INRLKWC2.cjs → chunk-BDT43KYE.cjs} +3 -3
- package/lib/chunk-CPJXGK2T.cjs +2 -0
- package/lib/{chunk-7KSENEPK.js → chunk-CZ6ZFWFT.js} +2 -2
- package/lib/{chunk-XQAHHUZO.cjs → chunk-FFHG3CFU.cjs} +2 -2
- package/lib/chunk-GHUW6P4G.cjs +2 -0
- package/lib/chunk-H5FKNSCO.js +3 -0
- package/lib/{chunk-OPNGCSXJ.js → chunk-MEL5LKF7.js} +2 -2
- package/lib/{chunk-HDGEWOC2.cjs → chunk-NMOUBZXX.cjs} +2 -2
- package/lib/{chunk-JAL25FGA.cjs → chunk-O65MSWUE.cjs} +2 -2
- package/lib/{chunk-IXZG74EW.cjs → chunk-QBEQL4TL.cjs} +2 -2
- package/lib/chunk-QEHKMLHA.cjs +3 -0
- package/lib/chunk-VNLMJEIX.cjs +3 -0
- package/lib/{chunk-32GZ4ODA.js → chunk-WQANIJAQ.js} +3 -3
- package/lib/chunk-X5CZE2L7.cjs +3 -0
- package/lib/chunk-YT76JNKE.js +3 -0
- package/lib/{chunk-4HIEOBJC.js → chunk-ZCU5O2LR.js} +2 -2
- package/lib/cloud-storage.cjs +1 -1
- package/lib/cloud-storage.js +1 -1
- package/lib/continuous-event-graph/index.cjs +1 -1
- package/lib/continuous-event-graph/index.js +1 -1
- package/lib/firestore-storage/index.cjs +1 -1
- package/lib/firestore-storage/index.js +1 -1
- package/lib/index.cjs +2 -2
- package/lib/index.js +1 -1
- package/lib/localstorage-storage/index.cjs +1 -1
- package/lib/localstorage-storage/index.js +1 -1
- package/lib/server-runtime/index.cjs +1 -1
- package/lib/server-runtime/index.js +1 -1
- package/lib/server-runtime-controlface/index.cjs +1 -1
- package/lib/server-runtime-controlface/index.js +1 -1
- package/lib/server-runtime-core/index.cjs +1 -1
- package/lib/server-runtime-core/index.js +1 -1
- package/package.json +1 -1
- package/schema/live-cards.schema.json +36 -59
- package/lib/chunk-3KC6LBOG.js +0 -3
- package/lib/chunk-FO4KNVU7.cjs +0 -2
- package/lib/chunk-HWYMZK3N.cjs +0 -3
- package/lib/chunk-JMDHDY6M.js +0 -2
- package/lib/chunk-ORBKEBNX.cjs +0 -2
- package/lib/chunk-RP2I3OLA.cjs +0 -3
- package/lib/chunk-TMS7KDKH.js +0 -3
- package/lib/chunk-UIUCNV3X.cjs +0 -3
- package/lib/chunk-VS4E7QFN.js +0 -3
- package/lib/chunk-XLHMUPBW.js +0 -2
- package/lib/chunk-YBYXCFAI.js +0 -2
|
@@ -139,6 +139,40 @@
|
|
|
139
139
|
"title": {
|
|
140
140
|
"type": "string"
|
|
141
141
|
},
|
|
142
|
+
"presentation": {
|
|
143
|
+
"type": "object",
|
|
144
|
+
"description": "Semantic presentation hints authored on the card, expressed from the user's perception of the card on the Main Canvas. Content shape is inferred from view.elements[].kind; runtime placement and live drag/resize coordinates are frontend-managed and must not be authored into card JSON.",
|
|
145
|
+
"properties": {
|
|
146
|
+
"prominence": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"default": "standard",
|
|
149
|
+
"description": "How much the user should care about this card / how much attention it earns. Default: standard; omit unless a non-standard value is needed.",
|
|
150
|
+
"enum": [
|
|
151
|
+
"glance",
|
|
152
|
+
"standard",
|
|
153
|
+
"feature",
|
|
154
|
+
"spotlight"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"footprint": {
|
|
158
|
+
"type": "string",
|
|
159
|
+
"default": "standard",
|
|
160
|
+
"description": "How much room the card wants to render well, independent of attention. Default: standard; omit unless a non-standard value is needed.",
|
|
161
|
+
"enum": [
|
|
162
|
+
"compact",
|
|
163
|
+
"standard",
|
|
164
|
+
"wide",
|
|
165
|
+
"large"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"resizable": {
|
|
169
|
+
"type": "boolean",
|
|
170
|
+
"default": true,
|
|
171
|
+
"description": "Whether the user may resize this card at runtime. Default: true; omit unless it must be false."
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"additionalProperties": true
|
|
175
|
+
},
|
|
142
176
|
"tags": {
|
|
143
177
|
"type": "array",
|
|
144
178
|
"items": {
|
|
@@ -223,11 +257,6 @@
|
|
|
223
257
|
"type": "string"
|
|
224
258
|
}
|
|
225
259
|
},
|
|
226
|
-
"optionalForCompletionGating": {
|
|
227
|
-
"type": "boolean",
|
|
228
|
-
"default": false,
|
|
229
|
-
"description": "When true this source does not gate card completion. Default false when absent, so source_defs are completion-gating by default."
|
|
230
|
-
},
|
|
231
260
|
"timeout": {
|
|
232
261
|
"type": "integer",
|
|
233
262
|
"minimum": 0,
|
|
@@ -436,58 +465,6 @@
|
|
|
436
465
|
"items": {
|
|
437
466
|
"$ref": "#/definitions/render_element"
|
|
438
467
|
}
|
|
439
|
-
},
|
|
440
|
-
"layout": {
|
|
441
|
-
"type": "object",
|
|
442
|
-
"properties": {
|
|
443
|
-
"board": {
|
|
444
|
-
"type": "object",
|
|
445
|
-
"properties": {
|
|
446
|
-
"col": {
|
|
447
|
-
"type": "integer",
|
|
448
|
-
"minimum": 1,
|
|
449
|
-
"maximum": 12
|
|
450
|
-
},
|
|
451
|
-
"order": {
|
|
452
|
-
"type": "integer"
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
"canvas": {
|
|
457
|
-
"type": "object",
|
|
458
|
-
"properties": {
|
|
459
|
-
"x": {
|
|
460
|
-
"type": "number"
|
|
461
|
-
},
|
|
462
|
-
"y": {
|
|
463
|
-
"type": "number"
|
|
464
|
-
},
|
|
465
|
-
"w": {
|
|
466
|
-
"type": "number"
|
|
467
|
-
},
|
|
468
|
-
"h": {
|
|
469
|
-
"type": "number"
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"features": {
|
|
476
|
-
"type": "object",
|
|
477
|
-
"properties": {
|
|
478
|
-
"chat": {
|
|
479
|
-
"type": "boolean",
|
|
480
|
-
"default": false
|
|
481
|
-
},
|
|
482
|
-
"notes": {
|
|
483
|
-
"type": "boolean",
|
|
484
|
-
"default": false
|
|
485
|
-
},
|
|
486
|
-
"refresh": {
|
|
487
|
-
"type": "boolean",
|
|
488
|
-
"default": true
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
468
|
}
|
|
492
469
|
}
|
|
493
470
|
}
|
|
@@ -520,7 +497,7 @@
|
|
|
520
497
|
},
|
|
521
498
|
"card_data": {
|
|
522
499
|
"type": "object",
|
|
523
|
-
"description": "
|
|
500
|
+
"description": "User editable data on card. Includes uploaded-file metadata maintained by host handlers. Not to be used for card static content.",
|
|
524
501
|
"properties": {
|
|
525
502
|
"files": {
|
|
526
503
|
"type": "array",
|
|
@@ -577,7 +554,7 @@
|
|
|
577
554
|
},
|
|
578
555
|
"source_defs": {
|
|
579
556
|
"type": "array",
|
|
580
|
-
"description": "Source entries. Each entry is passed verbatim to the board's .task-executor (registered via init --task-executor) as the --in JSON file. The executor fetches/generates the data and writes JSON to --out. If no executor is registered, the built-in executor runs the entry's 'cli' command directly. Sources gate completion
|
|
557
|
+
"description": "Source entries. Each entry is passed verbatim to the board's .task-executor (registered via init --task-executor) as the --in JSON file. The executor fetches/generates the data and writes JSON to --out. If no executor is registered, the built-in executor runs the entry's 'cli' command directly. Sources gate completion.",
|
|
581
558
|
"items": {
|
|
582
559
|
"$ref": "#/definitions/source_def"
|
|
583
560
|
}
|