@ankhorage/runtime 1.0.0 → 1.1.0

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +2 -2
  3. package/dist/RuntimeRenderer.d.ts +4 -1
  4. package/dist/RuntimeRenderer.d.ts.map +1 -1
  5. package/dist/RuntimeRenderer.js +32 -13
  6. package/dist/RuntimeRenderer.js.map +1 -1
  7. package/dist/RuntimeRendererConfig.d.ts +4 -1
  8. package/dist/RuntimeRendererConfig.d.ts.map +1 -1
  9. package/dist/RuntimeRendererConfig.js +2 -0
  10. package/dist/RuntimeRendererConfig.js.map +1 -1
  11. package/dist/RuntimeScreen.d.ts.map +1 -1
  12. package/dist/RuntimeScreen.js +1 -1
  13. package/dist/RuntimeScreen.js.map +1 -1
  14. package/dist/index.d.ts +1 -1
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +0 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/readme-usage.js +1 -1
  19. package/dist/readme-usage.js.map +1 -1
  20. package/dist/runtimeMedia.d.ts +13 -0
  21. package/dist/runtimeMedia.d.ts.map +1 -0
  22. package/dist/runtimeMedia.js +80 -0
  23. package/dist/runtimeMedia.js.map +1 -0
  24. package/dist/runtimeMediaCache.d.ts +8 -0
  25. package/dist/runtimeMediaCache.d.ts.map +1 -0
  26. package/dist/runtimeMediaCache.js +14 -0
  27. package/dist/runtimeMediaCache.js.map +1 -0
  28. package/dist/useRuntimeMediaProps.d.ts +9 -0
  29. package/dist/useRuntimeMediaProps.d.ts.map +1 -0
  30. package/dist/useRuntimeMediaProps.js +61 -0
  31. package/dist/useRuntimeMediaProps.js.map +1 -0
  32. package/package.json +4 -3
  33. package/paradox/badges/npm.svg +3 -3
  34. package/paradox/components.md +4 -2
  35. package/paradox/diagrams/architecture-overview.mmd +18 -0
  36. package/paradox/diagrams/export-graph.mmd +13 -19
  37. package/paradox/diagrams/module-relationships.mmd +13 -0
  38. package/paradox/exports.json +116 -213
  39. package/paradox/exports.md +120 -163
  40. package/paradox/index.html +500 -305
  41. package/paradox/paradox.json +674 -319
@@ -26,7 +26,7 @@
26
26
  "modulePath": "src/RuntimeRendererConfig.tsx",
27
27
  "sourceLocation": {
28
28
  "filePath": "src/RuntimeRendererConfig.tsx",
29
- "line": 88,
29
+ "line": 92,
30
30
  "column": 1
31
31
  },
32
32
  "exportPaths": ["src/index.ts"],
@@ -64,7 +64,7 @@
64
64
  "modulePath": "src/RuntimeRendererConfig.tsx",
65
65
  "sourceLocation": {
66
66
  "filePath": "src/RuntimeRendererConfig.tsx",
67
- "line": 73,
67
+ "line": 77,
68
68
  "column": 1
69
69
  },
70
70
  "exportPaths": ["src/index.ts"],
@@ -359,38 +359,6 @@
359
359
  "members": [],
360
360
  "structuredRows": []
361
361
  },
362
- {
363
- "name": "createRuntimeManifest",
364
- "description": null,
365
- "isReadme": false,
366
- "examples": [],
367
- "kind": "function",
368
- "modulePath": "src/runtimeManifest.ts",
369
- "sourceLocation": {
370
- "filePath": "src/runtimeManifest.ts",
371
- "line": 81,
372
- "column": 1
373
- },
374
- "exportPaths": ["src/index.ts"],
375
- "relatedSymbols": ["RuntimeManifest", "RuntimeManifestInput"],
376
- "signatures": [
377
- {
378
- "label": "(input: RuntimeManifestInput) => RuntimeManifest",
379
- "parameters": [
380
- {
381
- "name": "input",
382
- "type": "RuntimeManifestInput",
383
- "required": true,
384
- "description": null
385
- }
386
- ],
387
- "returnType": "RuntimeManifest",
388
- "returnDescription": null
389
- }
390
- ],
391
- "members": [],
392
- "structuredRows": []
393
- },
394
362
  {
395
363
  "name": "createRuntimeMemoryStateAdapter",
396
364
  "description": null,
@@ -455,102 +423,6 @@
455
423
  "members": [],
456
424
  "structuredRows": []
457
425
  },
458
- {
459
- "name": "defineRuntimeAction",
460
- "description": null,
461
- "isReadme": false,
462
- "examples": [],
463
- "kind": "function",
464
- "modulePath": "src/runtimeManifest.ts",
465
- "sourceLocation": {
466
- "filePath": "src/runtimeManifest.ts",
467
- "line": 63,
468
- "column": 1
469
- },
470
- "exportPaths": ["src/index.ts"],
471
- "relatedSymbols": ["RuntimeActionDescriptor"],
472
- "signatures": [
473
- {
474
- "label": "(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>",
475
- "parameters": [
476
- {
477
- "name": "action",
478
- "type": "RuntimeActionDescriptor<Data>",
479
- "required": true,
480
- "description": null
481
- }
482
- ],
483
- "returnType": "RuntimeActionDescriptor<Data>",
484
- "returnDescription": null
485
- }
486
- ],
487
- "members": [],
488
- "structuredRows": []
489
- },
490
- {
491
- "name": "defineRuntimeAdapter",
492
- "description": null,
493
- "isReadme": false,
494
- "examples": [],
495
- "kind": "function",
496
- "modulePath": "src/runtimeManifest.ts",
497
- "sourceLocation": {
498
- "filePath": "src/runtimeManifest.ts",
499
- "line": 69,
500
- "column": 1
501
- },
502
- "exportPaths": ["src/index.ts"],
503
- "relatedSymbols": ["RuntimeAdapterDescriptor"],
504
- "signatures": [
505
- {
506
- "label": "(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>",
507
- "parameters": [
508
- {
509
- "name": "adapter",
510
- "type": "RuntimeAdapterDescriptor<Options>",
511
- "required": true,
512
- "description": null
513
- }
514
- ],
515
- "returnType": "RuntimeAdapterDescriptor<Options>",
516
- "returnDescription": null
517
- }
518
- ],
519
- "members": [],
520
- "structuredRows": []
521
- },
522
- {
523
- "name": "defineRuntimeBinding",
524
- "description": null,
525
- "isReadme": false,
526
- "examples": [],
527
- "kind": "function",
528
- "modulePath": "src/runtimeManifest.ts",
529
- "sourceLocation": {
530
- "filePath": "src/runtimeManifest.ts",
531
- "line": 75,
532
- "column": 1
533
- },
534
- "exportPaths": ["src/index.ts"],
535
- "relatedSymbols": ["RuntimeBindingDescriptor"],
536
- "signatures": [
537
- {
538
- "label": "(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>",
539
- "parameters": [
540
- {
541
- "name": "binding",
542
- "type": "RuntimeBindingDescriptor<Value>",
543
- "required": true,
544
- "description": null
545
- }
546
- ],
547
- "returnType": "RuntimeBindingDescriptor<Value>",
548
- "returnDescription": null
549
- }
550
- ],
551
- "members": [],
552
- "structuredRows": []
553
- },
554
426
  {
555
427
  "name": "dispatchRuntimeComponentEvent",
556
428
  "description": null,
@@ -688,31 +560,6 @@
688
560
  "members": [],
689
561
  "structuredRows": []
690
562
  },
691
- {
692
- "name": "listRuntimeCapabilities",
693
- "description": null,
694
- "isReadme": false,
695
- "examples": [],
696
- "kind": "function",
697
- "modulePath": "src/runtimeManifest.ts",
698
- "sourceLocation": {
699
- "filePath": "src/runtimeManifest.ts",
700
- "line": 93,
701
- "column": 1
702
- },
703
- "exportPaths": ["src/index.ts"],
704
- "relatedSymbols": [],
705
- "signatures": [
706
- {
707
- "label": "() => readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
708
- "parameters": [],
709
- "returnType": "readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
710
- "returnDescription": null
711
- }
712
- ],
713
- "members": [],
714
- "structuredRows": []
715
- },
716
563
  {
717
564
  "name": "ManifestContext",
718
565
  "description": null,
@@ -772,7 +619,7 @@
772
619
  "modulePath": "src/RuntimeRendererConfig.tsx",
773
620
  "sourceLocation": {
774
621
  "filePath": "src/RuntimeRendererConfig.tsx",
775
- "line": 106,
622
+ "line": 110,
776
623
  "column": 1
777
624
  },
778
625
  "exportPaths": ["src/index.ts"],
@@ -1137,42 +984,6 @@
1137
984
  "members": [],
1138
985
  "structuredRows": []
1139
986
  },
1140
- {
1141
- "name": "RUNTIME_CAPABILITIES",
1142
- "description": null,
1143
- "isReadme": false,
1144
- "examples": [],
1145
- "kind": "value",
1146
- "modulePath": "src/runtimeManifest.ts",
1147
- "sourceLocation": {
1148
- "filePath": "src/runtimeManifest.ts",
1149
- "line": 1,
1150
- "column": 14
1151
- },
1152
- "exportPaths": ["src/index.ts"],
1153
- "relatedSymbols": [],
1154
- "signatures": [],
1155
- "members": [],
1156
- "structuredRows": []
1157
- },
1158
- {
1159
- "name": "RUNTIME_MANIFEST_KIND",
1160
- "description": null,
1161
- "isReadme": false,
1162
- "examples": [],
1163
- "kind": "value",
1164
- "modulePath": "src/runtimeManifest.ts",
1165
- "sourceLocation": {
1166
- "filePath": "src/runtimeManifest.ts",
1167
- "line": 8,
1168
- "column": 14
1169
- },
1170
- "exportPaths": ["src/index.ts"],
1171
- "relatedSymbols": [],
1172
- "signatures": [],
1173
- "members": [],
1174
- "structuredRows": []
1175
- },
1176
987
  {
1177
988
  "name": "RuntimeAction",
1178
989
  "description": null,
@@ -1182,7 +993,7 @@
1182
993
  "modulePath": "src/RuntimeRendererConfig.tsx",
1183
994
  "sourceLocation": {
1184
995
  "filePath": "src/RuntimeRendererConfig.tsx",
1185
- "line": 43,
996
+ "line": 45,
1186
997
  "column": 1
1187
998
  },
1188
999
  "exportPaths": ["src/index.ts"],
@@ -1247,7 +1058,7 @@
1247
1058
  "modulePath": "src/RuntimeRendererConfig.tsx",
1248
1059
  "sourceLocation": {
1249
1060
  "filePath": "src/RuntimeRendererConfig.tsx",
1250
- "line": 46,
1061
+ "line": 48,
1251
1062
  "column": 1
1252
1063
  },
1253
1064
  "exportPaths": ["src/index.ts"],
@@ -1265,7 +1076,7 @@
1265
1076
  "modulePath": "src/RuntimeRendererConfig.tsx",
1266
1077
  "sourceLocation": {
1267
1078
  "filePath": "src/RuntimeRendererConfig.tsx",
1268
- "line": 44,
1079
+ "line": 46,
1269
1080
  "column": 1
1270
1081
  },
1271
1082
  "exportPaths": ["src/index.ts"],
@@ -1283,7 +1094,7 @@
1283
1094
  "modulePath": "src/RuntimeRendererConfig.tsx",
1284
1095
  "sourceLocation": {
1285
1096
  "filePath": "src/RuntimeRendererConfig.tsx",
1286
- "line": 36,
1097
+ "line": 38,
1287
1098
  "column": 1
1288
1099
  },
1289
1100
  "exportPaths": ["src/index.ts"],
@@ -1330,7 +1141,7 @@
1330
1141
  "modulePath": "src/RuntimeRendererConfig.tsx",
1331
1142
  "sourceLocation": {
1332
1143
  "filePath": "src/RuntimeRendererConfig.tsx",
1333
- "line": 45,
1144
+ "line": 47,
1334
1145
  "column": 1
1335
1146
  },
1336
1147
  "exportPaths": ["src/index.ts"],
@@ -1723,7 +1534,7 @@
1723
1534
  {
1724
1535
  "name": "dataBindings",
1725
1536
  "kind": "property",
1726
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1537
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1727
1538
  "required": false,
1728
1539
  "description": null
1729
1540
  },
@@ -1805,7 +1616,7 @@
1805
1616
  {
1806
1617
  "name": "dataBindings",
1807
1618
  "kind": "property",
1808
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1619
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1809
1620
  "required": false,
1810
1621
  "description": null
1811
1622
  },
@@ -1928,7 +1739,7 @@
1928
1739
  {
1929
1740
  "name": "dataBindings",
1930
1741
  "kind": "property",
1931
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1742
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1932
1743
  "required": false,
1933
1744
  "description": null
1934
1745
  },
@@ -2221,7 +2032,7 @@
2221
2032
  {
2222
2033
  "name": "dataBindings",
2223
2034
  "kind": "property",
2224
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2035
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2225
2036
  "required": false,
2226
2037
  "description": null
2227
2038
  },
@@ -2444,6 +2255,50 @@
2444
2255
  ],
2445
2256
  "structuredRows": []
2446
2257
  },
2258
+ {
2259
+ "name": "RuntimeMediaAssetResolver",
2260
+ "description": null,
2261
+ "isReadme": false,
2262
+ "examples": [],
2263
+ "kind": "unknown",
2264
+ "modulePath": "src/runtimeMedia.ts",
2265
+ "sourceLocation": {
2266
+ "filePath": "src/runtimeMedia.ts",
2267
+ "line": 13,
2268
+ "column": 1
2269
+ },
2270
+ "exportPaths": ["src/index.ts"],
2271
+ "relatedSymbols": [],
2272
+ "signatures": [],
2273
+ "members": [],
2274
+ "structuredRows": []
2275
+ },
2276
+ {
2277
+ "name": "RuntimeMediaAssetResolverArgs",
2278
+ "description": null,
2279
+ "isReadme": false,
2280
+ "examples": [],
2281
+ "kind": "type",
2282
+ "modulePath": "src/runtimeMedia.ts",
2283
+ "sourceLocation": {
2284
+ "filePath": "src/runtimeMedia.ts",
2285
+ "line": 9,
2286
+ "column": 1
2287
+ },
2288
+ "exportPaths": ["src/index.ts"],
2289
+ "relatedSymbols": [],
2290
+ "signatures": [],
2291
+ "members": [
2292
+ {
2293
+ "name": "asset",
2294
+ "kind": "property",
2295
+ "type": "MediaAsset",
2296
+ "required": true,
2297
+ "description": null
2298
+ }
2299
+ ],
2300
+ "structuredRows": []
2301
+ },
2447
2302
  {
2448
2303
  "name": "RuntimeMemoryStateAdapterOptions",
2449
2304
  "description": null,
@@ -2497,7 +2352,7 @@
2497
2352
  "modulePath": "src/RuntimeRenderer.tsx",
2498
2353
  "sourceLocation": {
2499
2354
  "filePath": "src/RuntimeRenderer.tsx",
2500
- "line": 67,
2355
+ "line": 76,
2501
2356
  "column": 1
2502
2357
  },
2503
2358
  "exportPaths": ["src/index.ts"],
@@ -2529,7 +2384,7 @@
2529
2384
  "modulePath": "src/RuntimeRendererConfig.tsx",
2530
2385
  "sourceLocation": {
2531
2386
  "filePath": "src/RuntimeRendererConfig.tsx",
2532
- "line": 48,
2387
+ "line": 50,
2533
2388
  "column": 1
2534
2389
  },
2535
2390
  "exportPaths": ["src/index.ts"],
@@ -2538,6 +2393,7 @@
2538
2393
  "RuntimeActionHandlers",
2539
2394
  "RuntimeBindingOperationExecutor",
2540
2395
  "RuntimeBindingOperationResultWriter",
2396
+ "RuntimeMediaAssetResolver",
2541
2397
  "RuntimeNodePropsResolver",
2542
2398
  "RuntimeRendererWrapArgs"
2543
2399
  ],
@@ -2560,14 +2416,14 @@
2560
2416
  {
2561
2417
  "name": "dataBindings",
2562
2418
  "kind": "property",
2563
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2419
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2564
2420
  "required": false,
2565
2421
  "description": null
2566
2422
  },
2567
2423
  {
2568
2424
  "name": "dataSources",
2569
2425
  "kind": "property",
2570
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2426
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2571
2427
  "required": false,
2572
2428
  "description": null
2573
2429
  },
@@ -2606,6 +2462,13 @@
2606
2462
  "required": false,
2607
2463
  "description": null
2608
2464
  },
2465
+ {
2466
+ "name": "mediaAssets",
2467
+ "kind": "property",
2468
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/media\").MediaAsset>> | undefined",
2469
+ "required": false,
2470
+ "description": null
2471
+ },
2609
2472
  {
2610
2473
  "name": "onDiagnostics",
2611
2474
  "kind": "property",
@@ -2616,7 +2479,7 @@
2616
2479
  {
2617
2480
  "name": "operationResults",
2618
2481
  "kind": "property",
2619
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
2482
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
2620
2483
  "required": false,
2621
2484
  "description": null
2622
2485
  },
@@ -2627,6 +2490,13 @@
2627
2490
  "required": false,
2628
2491
  "description": null
2629
2492
  },
2493
+ {
2494
+ "name": "resolveMediaAsset",
2495
+ "kind": "property",
2496
+ "type": "RuntimeMediaAssetResolver | undefined",
2497
+ "required": false,
2498
+ "description": null
2499
+ },
2630
2500
  {
2631
2501
  "name": "resolveNodeProps",
2632
2502
  "kind": "property",
@@ -2667,7 +2537,7 @@
2667
2537
  "modulePath": "src/RuntimeRendererConfig.tsx",
2668
2538
  "sourceLocation": {
2669
2539
  "filePath": "src/RuntimeRendererConfig.tsx",
2670
- "line": 152,
2540
+ "line": 158,
2671
2541
  "column": 1
2672
2542
  },
2673
2543
  "exportPaths": ["src/index.ts"],
@@ -2699,13 +2569,14 @@
2699
2569
  "modulePath": "src/RuntimeRenderer.tsx",
2700
2570
  "sourceLocation": {
2701
2571
  "filePath": "src/RuntimeRenderer.tsx",
2702
- "line": 49,
2572
+ "line": 56,
2703
2573
  "column": 1
2704
2574
  },
2705
2575
  "exportPaths": ["src/index.ts"],
2706
2576
  "relatedSymbols": [
2707
2577
  "RuntimeActionHandler",
2708
2578
  "RuntimeBindingOperationExecutor",
2579
+ "RuntimeMediaAssetResolver",
2709
2580
  "RuntimeRendererConfig",
2710
2581
  "RuntimeRendererWrapArgs"
2711
2582
  ],
@@ -2721,14 +2592,14 @@
2721
2592
  {
2722
2593
  "name": "dataBindings",
2723
2594
  "kind": "property",
2724
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2595
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2725
2596
  "required": false,
2726
2597
  "description": null
2727
2598
  },
2728
2599
  {
2729
2600
  "name": "dataSources",
2730
2601
  "kind": "property",
2731
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2602
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2732
2603
  "required": false,
2733
2604
  "description": null
2734
2605
  },
@@ -2756,7 +2627,7 @@
2756
2627
  {
2757
2628
  "name": "executeAction",
2758
2629
  "kind": "property",
2759
- "type": "import(\"/home/runner/work/runtime/runtime/src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
2630
+ "type": "import(\"./src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
2760
2631
  "required": false,
2761
2632
  "description": null
2762
2633
  },
@@ -2774,6 +2645,13 @@
2774
2645
  "required": false,
2775
2646
  "description": null
2776
2647
  },
2648
+ {
2649
+ "name": "mediaAssets",
2650
+ "kind": "property",
2651
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/media\").MediaAsset>> | undefined",
2652
+ "required": false,
2653
+ "description": null
2654
+ },
2777
2655
  {
2778
2656
  "name": "node",
2779
2657
  "kind": "property",
@@ -2802,6 +2680,13 @@
2802
2680
  "required": false,
2803
2681
  "description": null
2804
2682
  },
2683
+ {
2684
+ "name": "resolveMediaAsset",
2685
+ "kind": "property",
2686
+ "type": "RuntimeMediaAssetResolver | undefined",
2687
+ "required": false,
2688
+ "description": null
2689
+ },
2805
2690
  {
2806
2691
  "name": "stateAdapter",
2807
2692
  "kind": "property",
@@ -2828,7 +2713,7 @@
2828
2713
  "modulePath": "src/RuntimeRendererConfig.tsx",
2829
2714
  "sourceLocation": {
2830
2715
  "filePath": "src/RuntimeRendererConfig.tsx",
2831
- "line": 30,
2716
+ "line": 32,
2832
2717
  "column": 1
2833
2718
  },
2834
2719
  "exportPaths": ["src/index.ts"],
@@ -2859,6 +2744,24 @@
2859
2744
  ],
2860
2745
  "structuredRows": []
2861
2746
  },
2747
+ {
2748
+ "name": "RuntimeResolvedMediaValue",
2749
+ "description": null,
2750
+ "isReadme": false,
2751
+ "examples": [],
2752
+ "kind": "unknown",
2753
+ "modulePath": "src/runtimeMedia.ts",
2754
+ "sourceLocation": {
2755
+ "filePath": "src/runtimeMedia.ts",
2756
+ "line": 7,
2757
+ "column": 1
2758
+ },
2759
+ "exportPaths": ["src/index.ts"],
2760
+ "relatedSymbols": [],
2761
+ "signatures": [],
2762
+ "members": [],
2763
+ "structuredRows": []
2764
+ },
2862
2765
  {
2863
2766
  "name": "RuntimeResolveNodePropsArgs",
2864
2767
  "description": null,
@@ -3174,7 +3077,7 @@
3174
3077
  "modulePath": "src/RuntimeRendererConfig.tsx",
3175
3078
  "sourceLocation": {
3176
3079
  "filePath": "src/RuntimeRendererConfig.tsx",
3177
- "line": 167,
3080
+ "line": 173,
3178
3081
  "column": 1
3179
3082
  },
3180
3083
  "exportPaths": ["src/index.ts"],