@syntrologie/runtime-sdk 2.2.0-canary.17 → 2.2.0-canary.18
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/README.md +1 -0
- package/dist/{chunk-GQKP6IUV.js → chunk-DE7BCVIY.js} +2 -2
- package/dist/{chunk-GQKP6IUV.js.map → chunk-DE7BCVIY.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/react.js +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 +7 -7
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ The SDK ships a framework-agnostic `<smart-canvas>` custom element with an **ope
|
|
|
12
12
|
- `createSmartCanvas` – imperative API (`window.SmartCanvas.create`) for non-React hosts.
|
|
13
13
|
- **ActionEngine** – unified execution layer for interventions (highlight, tooltip, badge, DOM modifications)
|
|
14
14
|
- **Surfaces** – managed surface system for rendering UI into named slots
|
|
15
|
+
- **v2 Runtime** – context, events, state, and decisions modules for activation-based rendering
|
|
15
16
|
- GrowthBook/PostHog wrappers, hooks, rectangle components, and wheel remain available.
|
|
16
17
|
|
|
17
18
|
---
|
|
@@ -2092,7 +2092,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
// src/version.ts
|
|
2095
|
-
var SDK_VERSION = "2.2.0-canary.
|
|
2095
|
+
var SDK_VERSION = "2.2.0-canary.18";
|
|
2096
2096
|
|
|
2097
2097
|
// src/types.ts
|
|
2098
2098
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -9344,4 +9344,4 @@ export {
|
|
|
9344
9344
|
encodeToken,
|
|
9345
9345
|
Syntro
|
|
9346
9346
|
};
|
|
9347
|
-
//# sourceMappingURL=chunk-
|
|
9347
|
+
//# sourceMappingURL=chunk-DE7BCVIY.js.map
|