yaml-flow 8.9.2 → 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 +35 -53
- package/browser/server-runtime-controlface.js +2 -2
- 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.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-BVQISI6G.js → chunk-5U5NMYGT.js} +3 -3
- package/lib/chunk-6M3RIGUH.js +2 -0
- package/lib/chunk-ATOQP3BD.js +2 -0
- package/lib/{chunk-WYKCHXBZ.cjs → chunk-BDT43KYE.cjs} +3 -3
- package/lib/chunk-CPJXGK2T.cjs +2 -0
- package/lib/{chunk-OEL5P7XE.js → chunk-CZ6ZFWFT.js} +2 -2
- package/lib/{chunk-7W4QQX7S.cjs → chunk-FFHG3CFU.cjs} +2 -2
- package/lib/chunk-GHUW6P4G.cjs +2 -0
- package/lib/{chunk-ZA4FS27N.js → chunk-H5FKNSCO.js} +3 -3
- package/lib/{chunk-GLKWEPX6.js → chunk-MEL5LKF7.js} +2 -2
- package/lib/{chunk-KSKPS6OO.cjs → chunk-NMOUBZXX.cjs} +2 -2
- package/lib/{chunk-GTHQJXYW.cjs → chunk-O65MSWUE.cjs} +2 -2
- package/lib/chunk-QBEQL4TL.cjs +2 -0
- package/lib/chunk-QEHKMLHA.cjs +3 -0
- package/lib/{chunk-YXKWIPQM.cjs → chunk-VNLMJEIX.cjs} +3 -3
- package/lib/{chunk-4VZL3GWU.js → chunk-WQANIJAQ.js} +3 -3
- package/lib/{chunk-N5RUH4NG.cjs → chunk-X5CZE2L7.cjs} +3 -3
- package/lib/chunk-YT76JNKE.js +3 -0
- package/lib/{chunk-7E5NKZIO.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 +35 -53
- package/lib/chunk-CBRVINMT.js +0 -2
- package/lib/chunk-E46UCDYN.js +0 -2
- package/lib/chunk-IRGTOCEU.cjs +0 -2
- package/lib/chunk-JHXRGPL7.cjs +0 -3
- package/lib/chunk-M53MX233.js +0 -3
- package/lib/chunk-NLC4FN7V.cjs +0 -2
- package/lib/chunk-RWAEV253.js +0 -2
- package/lib/chunk-UG55PF75.cjs +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": {
|
|
@@ -431,58 +465,6 @@
|
|
|
431
465
|
"items": {
|
|
432
466
|
"$ref": "#/definitions/render_element"
|
|
433
467
|
}
|
|
434
|
-
},
|
|
435
|
-
"layout": {
|
|
436
|
-
"type": "object",
|
|
437
|
-
"properties": {
|
|
438
|
-
"board": {
|
|
439
|
-
"type": "object",
|
|
440
|
-
"properties": {
|
|
441
|
-
"col": {
|
|
442
|
-
"type": "integer",
|
|
443
|
-
"minimum": 1,
|
|
444
|
-
"maximum": 12
|
|
445
|
-
},
|
|
446
|
-
"order": {
|
|
447
|
-
"type": "integer"
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
"canvas": {
|
|
452
|
-
"type": "object",
|
|
453
|
-
"properties": {
|
|
454
|
-
"x": {
|
|
455
|
-
"type": "number"
|
|
456
|
-
},
|
|
457
|
-
"y": {
|
|
458
|
-
"type": "number"
|
|
459
|
-
},
|
|
460
|
-
"w": {
|
|
461
|
-
"type": "number"
|
|
462
|
-
},
|
|
463
|
-
"h": {
|
|
464
|
-
"type": "number"
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
"features": {
|
|
471
|
-
"type": "object",
|
|
472
|
-
"properties": {
|
|
473
|
-
"chat": {
|
|
474
|
-
"type": "boolean",
|
|
475
|
-
"default": false
|
|
476
|
-
},
|
|
477
|
-
"notes": {
|
|
478
|
-
"type": "boolean",
|
|
479
|
-
"default": false
|
|
480
|
-
},
|
|
481
|
-
"refresh": {
|
|
482
|
-
"type": "boolean",
|
|
483
|
-
"default": true
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
468
|
}
|
|
487
469
|
}
|
|
488
470
|
}
|
|
@@ -515,7 +497,7 @@
|
|
|
515
497
|
},
|
|
516
498
|
"card_data": {
|
|
517
499
|
"type": "object",
|
|
518
|
-
"description": "
|
|
500
|
+
"description": "User editable data on card. Includes uploaded-file metadata maintained by host handlers. Not to be used for card static content.",
|
|
519
501
|
"properties": {
|
|
520
502
|
"files": {
|
|
521
503
|
"type": "array",
|