@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.
@@ -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.151";
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-27T20:12:09.751Z"} (${"3f2dc3a5794"})` : "dev";
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;