@syntrologie/runtime-sdk 2.7.0 → 2.8.0-canary.2
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 +1 -1
- package/dist/{chunk-UUFNSBJN.js → chunk-V5KPS4PK.js} +2 -2
- package/dist/{chunk-UUFNSBJN.js.map → chunk-V5KPS4PK.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 +2 -2
- 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 +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +7 -7
package/CAPABILITIES.md
CHANGED
|
@@ -292,7 +292,7 @@ Removes a CSS class from an element.
|
|
|
292
292
|
|
|
293
293
|
# @syntrologie/adapt-faq
|
|
294
294
|
|
|
295
|
-
Collapsible Q&A accordion with actions, rich content, feedback, and personalization.
|
|
295
|
+
Collapsible Q&A accordion with actions, rich content, feedback, and personalization.
|
|
296
296
|
|
|
297
297
|
## Actions
|
|
298
298
|
|
|
@@ -3358,7 +3358,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3358
3358
|
}
|
|
3359
3359
|
|
|
3360
3360
|
// src/version.ts
|
|
3361
|
-
var SDK_VERSION = "2.
|
|
3361
|
+
var SDK_VERSION = "2.8.0-canary.2";
|
|
3362
3362
|
|
|
3363
3363
|
// src/types.ts
|
|
3364
3364
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -11330,4 +11330,4 @@ export {
|
|
|
11330
11330
|
encodeToken,
|
|
11331
11331
|
Syntro
|
|
11332
11332
|
};
|
|
11333
|
-
//# sourceMappingURL=chunk-
|
|
11333
|
+
//# sourceMappingURL=chunk-V5KPS4PK.js.map
|