@syntrologie/runtime-sdk 2.8.0-canary.157 → 2.8.0-canary.158
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/CAPABILITIES.md +4 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/smart-canvas.esm.js +2 -2
- package/dist/smart-canvas.esm.js.map +1 -1
- package/dist/smart-canvas.js +2 -2
- package/dist/smart-canvas.js.map +1 -1
- package/dist/smart-canvas.min.js +2 -2
- package/dist/smart-canvas.min.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/CAPABILITIES.md
CHANGED
|
@@ -74,7 +74,7 @@ The SDK includes the following adaptive packages, each providing specific capabi
|
|
|
74
74
|
- [@syntrologie/adapt-mcp](#syntrologieadapt-mcp)
|
|
75
75
|
- [@syntrologie/adapt-nav](#syntrologieadapt-nav)
|
|
76
76
|
- [@syntrologie/adapt-overlays](#syntrologieadapt-overlays)
|
|
77
|
-
- [
|
|
77
|
+
- [@syntrologie/adapt-viz](#syntrologieadapt-viz)
|
|
78
78
|
|
|
79
79
|
---
|
|
80
80
|
|
|
@@ -1196,7 +1196,9 @@ Renders a fullscreen Canvas 2D celebration effect. One action kind with a plugga
|
|
|
1196
1196
|
|
|
1197
1197
|
---
|
|
1198
1198
|
|
|
1199
|
-
#
|
|
1199
|
+
# @syntrologie/adapt-viz
|
|
1200
|
+
|
|
1201
|
+
Chart and table visualizations (bar / line / table layouts) rendered as tile widgets via Vega-Lite.
|
|
1200
1202
|
|
|
1201
1203
|
## Identity
|
|
1202
1204
|
|
package/dist/index.js
CHANGED