@ankhorage/runtime 0.2.1 → 0.2.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ankhorage/runtime
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 053bfe1: update ZORA
8
+
9
+ ## 0.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - c1315d1: Update package command metadata.
14
+
3
15
  ## 0.2.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # @ankhorage/runtime
5
5
 
6
- ![license: MIT](./paradox/badges/license.svg) ![npm: v0.2.0](./paradox/badges/npm.svg) ![runtime: bun](./paradox/badges/runtime.svg) ![typescript: strict](./paradox/badges/typescript.svg) ![eslint: checked](./paradox/badges/eslint.svg) ![prettier: checked](./paradox/badges/prettier.svg) ![build: checked](./paradox/badges/build.svg) ![tests: checked](./paradox/badges/tests.svg) ![docs: paradox](./paradox/badges/docs.svg)
6
+ ![license: MIT](./paradox/badges/license.svg) ![npm: v0.2.2](./paradox/badges/npm.svg) ![runtime: bun](./paradox/badges/runtime.svg) ![typescript: strict](./paradox/badges/typescript.svg) ![eslint: checked](./paradox/badges/eslint.svg) ![prettier: checked](./paradox/badges/prettier.svg) ![build: checked](./paradox/badges/build.svg) ![tests: checked](./paradox/badges/tests.svg) ![docs: paradox](./paradox/badges/docs.svg)
7
7
 
8
8
  Platform-neutral runtime contracts and helpers for Ankhorage generated apps.
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/runtime",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -42,12 +42,7 @@
42
42
  "ankh": {
43
43
  "category": "runtime",
44
44
  "provider": null,
45
- "capabilities": [
46
- "runtime.render",
47
- "runtime.actions",
48
- "runtime.bindings",
49
- "runtime.adapters"
50
- ]
45
+ "capabilities": []
51
46
  },
52
47
  "scripts": {
53
48
  "build": "rm -rf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo && bun x tsc -p tsconfig.build.json",
@@ -64,9 +59,9 @@
64
59
  "version-packages": "changeset version"
65
60
  },
66
61
  "dependencies": {
67
- "@ankhorage/contracts": "^1.19.2",
62
+ "@ankhorage/contracts": "^2.1.0",
68
63
  "@ankhorage/data-sources": "^0.5.1",
69
- "@ankhorage/zora": "^2.8.1"
64
+ "@ankhorage/zora": "^2.8.5"
70
65
  },
71
66
  "peerDependencies": {
72
67
  "react": "19.1.0",
@@ -1,7 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="90" height="20" role="img" aria-label="npm: v0.2.0">
2
- <title>npm: v0.2.0</title>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="90" height="20" role="img" aria-label="npm: v0.2.2">
2
+ <title>npm: v0.2.2</title>
3
3
  <rect width="38" height="20" fill="#374151"/>
4
4
  <rect x="38" width="52" height="20" fill="#cb3837"/>
5
5
  <text x="19" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">npm</text>
6
- <text x="64" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">v0.2.0</text>
6
+ <text x="64" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">v0.2.2</text>
7
7
  </svg>
@@ -50,7 +50,7 @@ Export paths: `src/index.ts`
50
50
 
51
51
  ## RuntimeRendererConfigProvider
52
52
 
53
- Source: `src/RuntimeRendererConfig.tsx:149:1`
53
+ Source: `src/RuntimeRendererConfig.tsx:152:1`
54
54
 
55
55
  Export paths: `src/index.ts`
56
56
 
@@ -44,7 +44,7 @@
44
44
  "modulePath": "src/RuntimeRendererConfig.tsx",
45
45
  "sourceLocation": {
46
46
  "filePath": "src/RuntimeRendererConfig.tsx",
47
- "line": 85,
47
+ "line": 88,
48
48
  "column": 1
49
49
  },
50
50
  "exportPaths": ["src/index.ts"],
@@ -82,7 +82,7 @@
82
82
  "modulePath": "src/RuntimeRendererConfig.tsx",
83
83
  "sourceLocation": {
84
84
  "filePath": "src/RuntimeRendererConfig.tsx",
85
- "line": 70,
85
+ "line": 73,
86
86
  "column": 1
87
87
  },
88
88
  "exportPaths": ["src/index.ts"],
@@ -854,7 +854,7 @@
854
854
  "modulePath": "src/RuntimeRendererConfig.tsx",
855
855
  "sourceLocation": {
856
856
  "filePath": "src/RuntimeRendererConfig.tsx",
857
- "line": 103,
857
+ "line": 106,
858
858
  "column": 1
859
859
  },
860
860
  "exportPaths": ["src/index.ts"],
@@ -1296,7 +1296,7 @@
1296
1296
  "modulePath": "src/RuntimeRendererConfig.tsx",
1297
1297
  "sourceLocation": {
1298
1298
  "filePath": "src/RuntimeRendererConfig.tsx",
1299
- "line": 40,
1299
+ "line": 43,
1300
1300
  "column": 1
1301
1301
  },
1302
1302
  "exportPaths": ["src/index.ts"],
@@ -1361,7 +1361,7 @@
1361
1361
  "modulePath": "src/RuntimeRendererConfig.tsx",
1362
1362
  "sourceLocation": {
1363
1363
  "filePath": "src/RuntimeRendererConfig.tsx",
1364
- "line": 43,
1364
+ "line": 46,
1365
1365
  "column": 1
1366
1366
  },
1367
1367
  "exportPaths": ["src/index.ts"],
@@ -1379,7 +1379,7 @@
1379
1379
  "modulePath": "src/RuntimeRendererConfig.tsx",
1380
1380
  "sourceLocation": {
1381
1381
  "filePath": "src/RuntimeRendererConfig.tsx",
1382
- "line": 41,
1382
+ "line": 44,
1383
1383
  "column": 1
1384
1384
  },
1385
1385
  "exportPaths": ["src/index.ts"],
@@ -1397,7 +1397,7 @@
1397
1397
  "modulePath": "src/RuntimeRendererConfig.tsx",
1398
1398
  "sourceLocation": {
1399
1399
  "filePath": "src/RuntimeRendererConfig.tsx",
1400
- "line": 33,
1400
+ "line": 36,
1401
1401
  "column": 1
1402
1402
  },
1403
1403
  "exportPaths": ["src/index.ts"],
@@ -1444,7 +1444,7 @@
1444
1444
  "modulePath": "src/RuntimeRendererConfig.tsx",
1445
1445
  "sourceLocation": {
1446
1446
  "filePath": "src/RuntimeRendererConfig.tsx",
1447
- "line": 42,
1447
+ "line": 45,
1448
1448
  "column": 1
1449
1449
  },
1450
1450
  "exportPaths": ["src/index.ts"],
@@ -2778,7 +2778,7 @@
2778
2778
  "modulePath": "src/RuntimeRendererConfig.tsx",
2779
2779
  "sourceLocation": {
2780
2780
  "filePath": "src/RuntimeRendererConfig.tsx",
2781
- "line": 45,
2781
+ "line": 48,
2782
2782
  "column": 1
2783
2783
  },
2784
2784
  "exportPaths": ["src/index.ts"],
@@ -2917,7 +2917,7 @@
2917
2917
  "modulePath": "src/RuntimeRendererConfig.tsx",
2918
2918
  "sourceLocation": {
2919
2919
  "filePath": "src/RuntimeRendererConfig.tsx",
2920
- "line": 149,
2920
+ "line": 152,
2921
2921
  "column": 1
2922
2922
  },
2923
2923
  "exportPaths": ["src/index.ts"],
@@ -3079,7 +3079,7 @@
3079
3079
  "modulePath": "src/RuntimeRendererConfig.tsx",
3080
3080
  "sourceLocation": {
3081
3081
  "filePath": "src/RuntimeRendererConfig.tsx",
3082
- "line": 27,
3082
+ "line": 30,
3083
3083
  "column": 1
3084
3084
  },
3085
3085
  "exportPaths": ["src/index.ts"],
@@ -3475,7 +3475,7 @@
3475
3475
  "modulePath": "src/RuntimeRendererConfig.tsx",
3476
3476
  "sourceLocation": {
3477
3477
  "filePath": "src/RuntimeRendererConfig.tsx",
3478
- "line": 164,
3478
+ "line": 167,
3479
3479
  "column": 1
3480
3480
  },
3481
3481
  "exportPaths": ["src/index.ts"],
@@ -16,7 +16,7 @@ Source: `src/componentRegistry.ts:3:1`
16
16
 
17
17
  Kind: `function`
18
18
  Module: `src/RuntimeRendererConfig.tsx`
19
- Source: `src/RuntimeRendererConfig.tsx:85:1`
19
+ Source: `src/RuntimeRendererConfig.tsx:88:1`
20
20
 
21
21
  ### Signatures
22
22
 
@@ -29,7 +29,7 @@ Source: `src/RuntimeRendererConfig.tsx:85:1`
29
29
 
30
30
  Kind: `function`
31
31
  Module: `src/RuntimeRendererConfig.tsx`
32
- Source: `src/RuntimeRendererConfig.tsx:70:1`
32
+ Source: `src/RuntimeRendererConfig.tsx:73:1`
33
33
 
34
34
  ### Signatures
35
35
 
@@ -311,7 +311,7 @@ Source: `src/runtimeApiLoaders.ts:40:1`
311
311
 
312
312
  Kind: `function`
313
313
  Module: `src/RuntimeRendererConfig.tsx`
314
- Source: `src/RuntimeRendererConfig.tsx:103:1`
314
+ Source: `src/RuntimeRendererConfig.tsx:106:1`
315
315
 
316
316
  ### Signatures
317
317
 
@@ -464,7 +464,7 @@ Source: `src/runtimeManifest.ts:8:14`
464
464
 
465
465
  Kind: `unknown`
466
466
  Module: `src/RuntimeRendererConfig.tsx`
467
- Source: `src/RuntimeRendererConfig.tsx:40:1`
467
+ Source: `src/RuntimeRendererConfig.tsx:43:1`
468
468
 
469
469
  ## RuntimeActionDescriptor
470
470
 
@@ -485,19 +485,19 @@ Source: `src/runtimeManifest.ts:24:1`
485
485
 
486
486
  Kind: `unknown`
487
487
  Module: `src/RuntimeRendererConfig.tsx`
488
- Source: `src/RuntimeRendererConfig.tsx:43:1`
488
+ Source: `src/RuntimeRendererConfig.tsx:46:1`
489
489
 
490
490
  ## RuntimeActionHandler
491
491
 
492
492
  Kind: `unknown`
493
493
  Module: `src/RuntimeRendererConfig.tsx`
494
- Source: `src/RuntimeRendererConfig.tsx:41:1`
494
+ Source: `src/RuntimeRendererConfig.tsx:44:1`
495
495
 
496
496
  ## RuntimeActionHandlerArgs
497
497
 
498
498
  Kind: `type`
499
499
  Module: `src/RuntimeRendererConfig.tsx`
500
- Source: `src/RuntimeRendererConfig.tsx:33:1`
500
+ Source: `src/RuntimeRendererConfig.tsx:36:1`
501
501
 
502
502
  ### Members
503
503
 
@@ -512,7 +512,7 @@ Source: `src/RuntimeRendererConfig.tsx:33:1`
512
512
 
513
513
  Kind: `unknown`
514
514
  Module: `src/RuntimeRendererConfig.tsx`
515
- Source: `src/RuntimeRendererConfig.tsx:42:1`
515
+ Source: `src/RuntimeRendererConfig.tsx:45:1`
516
516
 
517
517
  ## RuntimeActionRegistry
518
518
 
@@ -936,7 +936,7 @@ Source: `src/RuntimeRenderer.tsx:68:1`
936
936
 
937
937
  Kind: `type`
938
938
  Module: `src/RuntimeRendererConfig.tsx`
939
- Source: `src/RuntimeRendererConfig.tsx:45:1`
939
+ Source: `src/RuntimeRendererConfig.tsx:48:1`
940
940
 
941
941
  ### Members
942
942
 
@@ -963,7 +963,7 @@ Source: `src/RuntimeRendererConfig.tsx:45:1`
963
963
 
964
964
  Kind: `function`
965
965
  Module: `src/RuntimeRendererConfig.tsx`
966
- Source: `src/RuntimeRendererConfig.tsx:149:1`
966
+ Source: `src/RuntimeRendererConfig.tsx:152:1`
967
967
 
968
968
  ### Signatures
969
969
 
@@ -1001,7 +1001,7 @@ Source: `src/RuntimeRenderer.tsx:50:1`
1001
1001
 
1002
1002
  Kind: `type`
1003
1003
  Module: `src/RuntimeRendererConfig.tsx`
1004
- Source: `src/RuntimeRendererConfig.tsx:27:1`
1004
+ Source: `src/RuntimeRendererConfig.tsx:30:1`
1005
1005
 
1006
1006
  ### Members
1007
1007
 
@@ -1147,7 +1147,7 @@ Source: `src/runtimeApiLoaders.ts:125:1`
1147
1147
 
1148
1148
  Kind: `function`
1149
1149
  Module: `src/RuntimeRendererConfig.tsx`
1150
- Source: `src/RuntimeRendererConfig.tsx:164:1`
1150
+ Source: `src/RuntimeRendererConfig.tsx:167:1`
1151
1151
 
1152
1152
  ### Signatures
1153
1153
 
@@ -4273,7 +4273,7 @@
4273
4273
  data-search="composeRuntimeNodePropsResolver function src/RuntimeRendererConfig.tsx RuntimeNodePropsResolver (localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) =&gt; RuntimeNodePropsResolver | undefined"
4274
4274
  >
4275
4275
  <h4>composeRuntimeNodePropsResolver</h4>
4276
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:85:1</code></p>
4276
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:88:1</code></p>
4277
4277
 
4278
4278
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4279
4279
  <div>
@@ -4319,7 +4319,7 @@
4319
4319
  data-search="composeRuntimeRendererWrapNode function src/RuntimeRendererConfig.tsx RuntimeRendererWrapArgs (innerWrapNode?: ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined) =&gt; ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined"
4320
4320
  >
4321
4321
  <h4>composeRuntimeRendererWrapNode</h4>
4322
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:70:1</code></p>
4322
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:73:1</code></p>
4323
4323
 
4324
4324
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4325
4325
  <div>
@@ -4378,7 +4378,7 @@
4378
4378
  data-search="mergeRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) =&gt; RuntimeRendererConfig"
4379
4379
  >
4380
4380
  <h4>mergeRuntimeRendererConfig</h4>
4381
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:103:1</code></p>
4381
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:106:1</code></p>
4382
4382
 
4383
4383
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4384
4384
  <div>
@@ -4424,7 +4424,7 @@
4424
4424
  data-search="RuntimeAction unknown src/RuntimeRendererConfig.tsx "
4425
4425
  >
4426
4426
  <h4>RuntimeAction</h4>
4427
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:40:1</code></p>
4427
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:43:1</code></p>
4428
4428
 
4429
4429
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4430
4430
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4435,7 +4435,7 @@
4435
4435
  data-search="RuntimeActionExecutor unknown src/RuntimeRendererConfig.tsx "
4436
4436
  >
4437
4437
  <h4>RuntimeActionExecutor</h4>
4438
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:43:1</code></p>
4438
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:46:1</code></p>
4439
4439
 
4440
4440
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4441
4441
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4446,7 +4446,7 @@
4446
4446
  data-search="RuntimeActionHandler unknown src/RuntimeRendererConfig.tsx "
4447
4447
  >
4448
4448
  <h4>RuntimeActionHandler</h4>
4449
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:41:1</code></p>
4449
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:44:1</code></p>
4450
4450
 
4451
4451
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4452
4452
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4457,7 +4457,7 @@
4457
4457
  data-search="RuntimeActionHandlerArgs type src/RuntimeRendererConfig.tsx RuntimeAction"
4458
4458
  >
4459
4459
  <h4>RuntimeActionHandlerArgs</h4>
4460
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:33:1</code></p>
4460
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:36:1</code></p>
4461
4461
 
4462
4462
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4463
4463
  <div>
@@ -4515,7 +4515,7 @@
4515
4515
  data-search="RuntimeActionHandlers unknown src/RuntimeRendererConfig.tsx "
4516
4516
  >
4517
4517
  <h4>RuntimeActionHandlers</h4>
4518
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:42:1</code></p>
4518
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:45:1</code></p>
4519
4519
 
4520
4520
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4521
4521
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4526,7 +4526,7 @@
4526
4526
  data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx ComponentRegistry RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeNodePropsResolver RuntimeRendererWrapArgs"
4527
4527
  >
4528
4528
  <h4>RuntimeRendererConfig</h4>
4529
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:45:1</code></p>
4529
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:48:1</code></p>
4530
4530
 
4531
4531
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4532
4532
  <div>
@@ -4701,7 +4701,7 @@
4701
4701
  data-search="RuntimeRendererConfigProvider function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (props: { value: RuntimeRendererConfig; children: React.ReactNode; }) =&gt; React.JSX.Element"
4702
4702
  >
4703
4703
  <h4>RuntimeRendererConfigProvider</h4>
4704
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:149:1</code></p>
4704
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:152:1</code></p>
4705
4705
 
4706
4706
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4707
4707
  <div>
@@ -4743,7 +4743,7 @@
4743
4743
  data-search="RuntimeRendererWrapArgs type src/RuntimeRendererConfig.tsx "
4744
4744
  >
4745
4745
  <h4>RuntimeRendererWrapArgs</h4>
4746
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:27:1</code></p>
4746
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:30:1</code></p>
4747
4747
 
4748
4748
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4749
4749
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4789,7 +4789,7 @@
4789
4789
  data-search="useRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig () =&gt; RuntimeRendererConfig"
4790
4790
  >
4791
4791
  <h4>useRuntimeRendererConfig</h4>
4792
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:164:1</code></p>
4792
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:167:1</code></p>
4793
4793
 
4794
4794
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4795
4795
  <div>
@@ -5612,7 +5612,7 @@
5612
5612
  data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx children React.ReactNode | undefined value RuntimeRendererConfig"
5613
5613
  >
5614
5614
  <h3>RuntimeRendererConfigProvider</h3>
5615
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:149:1</code></p>
5615
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:152:1</code></p>
5616
5616
 
5617
5617
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5618
5618
  <table>
@@ -8435,7 +8435,7 @@ sequenceDiagram
8435
8435
  data-search="composeRuntimeRendererWrapNode src/RuntimeRendererConfig.tsx "
8436
8436
  >
8437
8437
  <h3>composeRuntimeRendererWrapNode</h3>
8438
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:70:1</code></p>
8438
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:73:1</code></p>
8439
8439
  <p class="empty">No description available.</p>
8440
8440
  </article>
8441
8441
  <article
@@ -8443,7 +8443,7 @@ sequenceDiagram
8443
8443
  data-search="composeRuntimeNodePropsResolver src/RuntimeRendererConfig.tsx "
8444
8444
  >
8445
8445
  <h3>composeRuntimeNodePropsResolver</h3>
8446
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:85:1</code></p>
8446
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:88:1</code></p>
8447
8447
  <p class="empty">No description available.</p>
8448
8448
  </article>
8449
8449
  <article
@@ -8451,7 +8451,7 @@ sequenceDiagram
8451
8451
  data-search="mergeRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
8452
8452
  >
8453
8453
  <h3>mergeRuntimeRendererConfig</h3>
8454
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:103:1</code></p>
8454
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:106:1</code></p>
8455
8455
  <p class="empty">No description available.</p>
8456
8456
  </article>
8457
8457
  <article
@@ -8459,7 +8459,7 @@ sequenceDiagram
8459
8459
  data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx "
8460
8460
  >
8461
8461
  <h3>RuntimeRendererConfigProvider</h3>
8462
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:149:1</code></p>
8462
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:152:1</code></p>
8463
8463
  <p class="empty">No description available.</p>
8464
8464
  </article>
8465
8465
  <article
@@ -8467,12 +8467,12 @@ sequenceDiagram
8467
8467
  data-search="useRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
8468
8468
  >
8469
8469
  <h3>useRuntimeRendererConfig</h3>
8470
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:164:1</code></p>
8470
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:167:1</code></p>
8471
8471
  <p class="empty">No description available.</p>
8472
8472
  </article>
8473
8473
  <article class="item" data-search="mergeRecordConfig src/RuntimeRendererConfig.tsx ">
8474
8474
  <h3>mergeRecordConfig</h3>
8475
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:168:1</code></p>
8475
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:171:1</code></p>
8476
8476
  <p class="empty">No description available.</p>
8477
8477
  </article>
8478
8478
  </section>
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "id": "npm",
14
14
  "label": "npm",
15
- "value": "v0.2.0",
15
+ "value": "v0.2.2",
16
16
  "color": "cb3837"
17
17
  },
18
18
  {
@@ -612,7 +612,7 @@
612
612
  "modulePath": "src/RuntimeRendererConfig.tsx",
613
613
  "sourceLocation": {
614
614
  "filePath": "src/RuntimeRendererConfig.tsx",
615
- "line": 85,
615
+ "line": 88,
616
616
  "column": 1
617
617
  },
618
618
  "exportPaths": ["src/index.ts"],
@@ -650,7 +650,7 @@
650
650
  "modulePath": "src/RuntimeRendererConfig.tsx",
651
651
  "sourceLocation": {
652
652
  "filePath": "src/RuntimeRendererConfig.tsx",
653
- "line": 70,
653
+ "line": 73,
654
654
  "column": 1
655
655
  },
656
656
  "exportPaths": ["src/index.ts"],
@@ -1422,7 +1422,7 @@
1422
1422
  "modulePath": "src/RuntimeRendererConfig.tsx",
1423
1423
  "sourceLocation": {
1424
1424
  "filePath": "src/RuntimeRendererConfig.tsx",
1425
- "line": 103,
1425
+ "line": 106,
1426
1426
  "column": 1
1427
1427
  },
1428
1428
  "exportPaths": ["src/index.ts"],
@@ -1864,7 +1864,7 @@
1864
1864
  "modulePath": "src/RuntimeRendererConfig.tsx",
1865
1865
  "sourceLocation": {
1866
1866
  "filePath": "src/RuntimeRendererConfig.tsx",
1867
- "line": 40,
1867
+ "line": 43,
1868
1868
  "column": 1
1869
1869
  },
1870
1870
  "exportPaths": ["src/index.ts"],
@@ -1929,7 +1929,7 @@
1929
1929
  "modulePath": "src/RuntimeRendererConfig.tsx",
1930
1930
  "sourceLocation": {
1931
1931
  "filePath": "src/RuntimeRendererConfig.tsx",
1932
- "line": 43,
1932
+ "line": 46,
1933
1933
  "column": 1
1934
1934
  },
1935
1935
  "exportPaths": ["src/index.ts"],
@@ -1947,7 +1947,7 @@
1947
1947
  "modulePath": "src/RuntimeRendererConfig.tsx",
1948
1948
  "sourceLocation": {
1949
1949
  "filePath": "src/RuntimeRendererConfig.tsx",
1950
- "line": 41,
1950
+ "line": 44,
1951
1951
  "column": 1
1952
1952
  },
1953
1953
  "exportPaths": ["src/index.ts"],
@@ -1965,7 +1965,7 @@
1965
1965
  "modulePath": "src/RuntimeRendererConfig.tsx",
1966
1966
  "sourceLocation": {
1967
1967
  "filePath": "src/RuntimeRendererConfig.tsx",
1968
- "line": 33,
1968
+ "line": 36,
1969
1969
  "column": 1
1970
1970
  },
1971
1971
  "exportPaths": ["src/index.ts"],
@@ -2012,7 +2012,7 @@
2012
2012
  "modulePath": "src/RuntimeRendererConfig.tsx",
2013
2013
  "sourceLocation": {
2014
2014
  "filePath": "src/RuntimeRendererConfig.tsx",
2015
- "line": 42,
2015
+ "line": 45,
2016
2016
  "column": 1
2017
2017
  },
2018
2018
  "exportPaths": ["src/index.ts"],
@@ -3346,7 +3346,7 @@
3346
3346
  "modulePath": "src/RuntimeRendererConfig.tsx",
3347
3347
  "sourceLocation": {
3348
3348
  "filePath": "src/RuntimeRendererConfig.tsx",
3349
- "line": 45,
3349
+ "line": 48,
3350
3350
  "column": 1
3351
3351
  },
3352
3352
  "exportPaths": ["src/index.ts"],
@@ -3485,7 +3485,7 @@
3485
3485
  "modulePath": "src/RuntimeRendererConfig.tsx",
3486
3486
  "sourceLocation": {
3487
3487
  "filePath": "src/RuntimeRendererConfig.tsx",
3488
- "line": 149,
3488
+ "line": 152,
3489
3489
  "column": 1
3490
3490
  },
3491
3491
  "exportPaths": ["src/index.ts"],
@@ -3647,7 +3647,7 @@
3647
3647
  "modulePath": "src/RuntimeRendererConfig.tsx",
3648
3648
  "sourceLocation": {
3649
3649
  "filePath": "src/RuntimeRendererConfig.tsx",
3650
- "line": 27,
3650
+ "line": 30,
3651
3651
  "column": 1
3652
3652
  },
3653
3653
  "exportPaths": ["src/index.ts"],
@@ -4043,7 +4043,7 @@
4043
4043
  "modulePath": "src/RuntimeRendererConfig.tsx",
4044
4044
  "sourceLocation": {
4045
4045
  "filePath": "src/RuntimeRendererConfig.tsx",
4046
- "line": 164,
4046
+ "line": 167,
4047
4047
  "column": 1
4048
4048
  },
4049
4049
  "exportPaths": ["src/index.ts"],
@@ -4365,7 +4365,7 @@
4365
4365
  "modulePath": "src/RuntimeRendererConfig.tsx",
4366
4366
  "sourceLocation": {
4367
4367
  "filePath": "src/RuntimeRendererConfig.tsx",
4368
- "line": 149,
4368
+ "line": 152,
4369
4369
  "column": 1
4370
4370
  },
4371
4371
  "exportPaths": ["src/index.ts"],
@@ -5546,7 +5546,7 @@
5546
5546
  "description": null,
5547
5547
  "sourceLocation": {
5548
5548
  "filePath": "src/RuntimeRendererConfig.tsx",
5549
- "line": 70,
5549
+ "line": 73,
5550
5550
  "column": 1
5551
5551
  }
5552
5552
  },
@@ -5555,7 +5555,7 @@
5555
5555
  "description": null,
5556
5556
  "sourceLocation": {
5557
5557
  "filePath": "src/RuntimeRendererConfig.tsx",
5558
- "line": 85,
5558
+ "line": 88,
5559
5559
  "column": 1
5560
5560
  }
5561
5561
  },
@@ -5564,7 +5564,7 @@
5564
5564
  "description": null,
5565
5565
  "sourceLocation": {
5566
5566
  "filePath": "src/RuntimeRendererConfig.tsx",
5567
- "line": 103,
5567
+ "line": 106,
5568
5568
  "column": 1
5569
5569
  }
5570
5570
  },
@@ -5573,7 +5573,7 @@
5573
5573
  "description": null,
5574
5574
  "sourceLocation": {
5575
5575
  "filePath": "src/RuntimeRendererConfig.tsx",
5576
- "line": 149,
5576
+ "line": 152,
5577
5577
  "column": 1
5578
5578
  }
5579
5579
  },
@@ -5582,7 +5582,7 @@
5582
5582
  "description": null,
5583
5583
  "sourceLocation": {
5584
5584
  "filePath": "src/RuntimeRendererConfig.tsx",
5585
- "line": 164,
5585
+ "line": 167,
5586
5586
  "column": 1
5587
5587
  }
5588
5588
  },
@@ -5591,7 +5591,7 @@
5591
5591
  "description": null,
5592
5592
  "sourceLocation": {
5593
5593
  "filePath": "src/RuntimeRendererConfig.tsx",
5594
- "line": 168,
5594
+ "line": 171,
5595
5595
  "column": 1
5596
5596
  }
5597
5597
  },