@syntrologie/runtime-sdk 2.8.0-canary.151 → 2.8.0-canary.152
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/dist/actions/schema.js +3 -3
- package/dist/adaptives/adaptive-viz/index.js +2 -2
- package/dist/adaptives/adaptive-viz/index.js.map +3 -3
- package/dist/{chunk-WU267INS.js → chunk-3WJ66MOS.js} +5 -1
- package/dist/chunk-3WJ66MOS.js.map +7 -0
- package/dist/{chunk-BIEVC32B.js → chunk-DRPJPBQS.js} +3 -3
- package/dist/{chunk-QA3K45LV.js → chunk-F4KOCMOU.js} +2 -2
- package/dist/config/schema.js +2 -2
- package/dist/decisions/schema.js +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/smart-canvas.esm.js +3 -3
- package/dist/smart-canvas.esm.js.map +2 -2
- package/dist/smart-canvas.js +6 -2
- package/dist/smart-canvas.js.map +2 -2
- package/dist/smart-canvas.min.js +3 -3
- package/dist/smart-canvas.min.js.map +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-WU267INS.js.map +0 -7
- /package/dist/{chunk-BIEVC32B.js.map → chunk-DRPJPBQS.js.map} +0 -0
- /package/dist/{chunk-QA3K45LV.js.map → chunk-F4KOCMOU.js.map} +0 -0
package/dist/smart-canvas.js
CHANGED
|
@@ -8049,6 +8049,10 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
|
|
|
8049
8049
|
"\u26A1": [
|
|
8050
8050
|
'<path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"/>'
|
|
8051
8051
|
],
|
|
8052
|
+
"\u{1F525}": [
|
|
8053
|
+
// Lucide flame
|
|
8054
|
+
'<path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"/>'
|
|
8055
|
+
],
|
|
8052
8056
|
"\u{1F333}": [
|
|
8053
8057
|
'<path d="M12 22V8"/>',
|
|
8054
8058
|
'<path d="m17 8-5-6-5 6"/>',
|
|
@@ -14692,7 +14696,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
|
|
|
14692
14696
|
}
|
|
14693
14697
|
|
|
14694
14698
|
// src/version.ts
|
|
14695
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
14699
|
+
var SDK_VERSION = "2.8.0-canary.152";
|
|
14696
14700
|
|
|
14697
14701
|
// src/types.ts
|
|
14698
14702
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -31299,7 +31303,7 @@ ${cssRules}
|
|
|
31299
31303
|
}
|
|
31300
31304
|
|
|
31301
31305
|
// src/index.ts
|
|
31302
|
-
var RUNTIME_SDK_BUILD = true ? `${"2026-04-
|
|
31306
|
+
var RUNTIME_SDK_BUILD = true ? `${"2026-04-27T21:12:51.466Z"} (${"2ae6c4be4f5"})` : "dev";
|
|
31303
31307
|
if (typeof window !== "undefined") {
|
|
31304
31308
|
console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
|
|
31305
31309
|
const existing = window.SynOS;
|