@syntrologie/runtime-sdk 2.8.0-canary.156 → 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 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
- - [adaptive-viz](#adaptive-viz)
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
- # adaptive-viz Capabilities
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
@@ -6301,11 +6301,12 @@ var SyntroTileCard = class extends LitElement4 {
6301
6301
  const iconSize = resolvedSubtitle ? 36 : 24;
6302
6302
  const registry = (_a3 = this.runtimeRef) == null ? void 0 : _a3.widgets;
6303
6303
  const widgetAvailable = (_b = registry == null ? void 0 : registry.has(widget)) != null ? _b : false;
6304
+ const hoverBackground = "linear-gradient(0deg, var(--sc-tile-background-hover), var(--sc-tile-background-hover)), var(--sc-tile-background)";
6304
6305
  const cardStyles = {
6305
6306
  display: "flex",
6306
6307
  flexDirection: "column",
6307
6308
  borderRadius: "var(--sc-tile-border-radius)",
6308
- background: this._hovered ? "var(--sc-tile-background-hover)" : "var(--sc-tile-background)",
6309
+ background: this._hovered ? hoverBackground : "var(--sc-tile-background)",
6309
6310
  backdropFilter: "blur(16px) saturate(1.2)",
6310
6311
  WebkitBackdropFilter: "blur(16px) saturate(1.2)",
6311
6312
  border: "var(--sc-tile-border)",
@@ -8189,7 +8190,7 @@ function error(prefix, message, data) {
8189
8190
  }
8190
8191
 
8191
8192
  // src/version.ts
8192
- var SDK_VERSION = "2.8.0-canary.156";
8193
+ var SDK_VERSION = "2.8.0-canary.158";
8193
8194
 
8194
8195
  // src/types.ts
8195
8196
  var SDK_SCHEMA_VERSION = "2.0";