meadow-integration 1.0.40 → 1.0.42

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 (75) hide show
  1. package/BUILDING-AND-PUBLISHING.md +2 -2
  2. package/Dockerfile +1 -1
  3. package/README.md +27 -8
  4. package/docs/README.md +1 -1
  5. package/docs/_brand.json +18 -0
  6. package/docs/_cover.md +1 -1
  7. package/docs/_topbar.md +1 -1
  8. package/docs/_version.json +3 -3
  9. package/docs/architecture.md +14 -225
  10. package/docs/data-clone/configuration.md +9 -1
  11. package/docs/data-clone/diagrams/architecture-diagram.excalidraw +1756 -0
  12. package/docs/data-clone/diagrams/architecture-diagram.mmd +8 -0
  13. package/docs/data-clone/diagrams/architecture-diagram.svg +2 -0
  14. package/docs/data-clone/overview.md +2 -32
  15. package/docs/diagrams/configuration-cascade-2.excalidraw +831 -0
  16. package/docs/diagrams/configuration-cascade-2.mmd +8 -0
  17. package/docs/diagrams/configuration-cascade-2.svg +2 -0
  18. package/docs/diagrams/configuration-cascade.excalidraw +831 -0
  19. package/docs/diagrams/configuration-cascade.mmd +8 -0
  20. package/docs/diagrams/configuration-cascade.svg +2 -0
  21. package/docs/diagrams/data-synchronization-pipeline.excalidraw +3278 -0
  22. package/docs/diagrams/data-synchronization-pipeline.mmd +42 -0
  23. package/docs/diagrams/data-synchronization-pipeline.svg +2 -0
  24. package/docs/diagrams/data-transformation-pipeline.excalidraw +2929 -0
  25. package/docs/diagrams/data-transformation-pipeline.mmd +31 -0
  26. package/docs/diagrams/data-transformation-pipeline.svg +2 -0
  27. package/docs/diagrams/docker-deployment.excalidraw +1963 -0
  28. package/docs/diagrams/docker-deployment.mmd +23 -0
  29. package/docs/diagrams/docker-deployment.svg +2 -0
  30. package/docs/diagrams/high-level-system-architecture.excalidraw +5752 -0
  31. package/docs/diagrams/high-level-system-architecture.mmd +66 -0
  32. package/docs/diagrams/high-level-system-architecture.svg +2 -0
  33. package/docs/diagrams/module-structure.excalidraw +15206 -0
  34. package/docs/diagrams/module-structure.mmd +56 -0
  35. package/docs/diagrams/module-structure.svg +2 -0
  36. package/docs/diagrams/sync-mode-comparison.excalidraw +3660 -0
  37. package/docs/diagrams/sync-mode-comparison.mmd +33 -0
  38. package/docs/diagrams/sync-mode-comparison.svg +2 -0
  39. package/docs/implementation-reference.md +2 -58
  40. package/docs/index.html +6 -7
  41. package/docs/retold-catalog.json +388 -279
  42. package/docs/retold-keyword-index.json +24887 -16186
  43. package/example-applications/mapping-demo/README.md +2 -10
  44. package/example-applications/mapping-demo/diagrams/architecture.excalidraw +1866 -0
  45. package/example-applications/mapping-demo/diagrams/architecture.mmd +8 -0
  46. package/example-applications/mapping-demo/diagrams/architecture.svg +2 -0
  47. package/example-applications/mapping-demo/package.json +22 -1
  48. package/example-applications/mapping-demo/server.js +28 -0
  49. package/example-applications/mapping-demo/source/MappingDemoApp.js +42 -3
  50. package/example-applications/mapping-demo/source/MappingDemoBrand.js +17 -0
  51. package/example-applications/mapping-demo/web/favicons/apple-touch-icon.png +0 -0
  52. package/example-applications/mapping-demo/web/favicons/favicon-16.png +0 -0
  53. package/example-applications/mapping-demo/web/favicons/favicon-192.png +0 -0
  54. package/example-applications/mapping-demo/web/favicons/favicon-32.png +0 -0
  55. package/example-applications/mapping-demo/web/favicons/favicon-48.png +0 -0
  56. package/example-applications/mapping-demo/web/favicons/favicon-512.png +0 -0
  57. package/example-applications/mapping-demo/web/favicons/favicon-64.png +0 -0
  58. package/example-applications/mapping-demo/web/favicons/favicon-dark.svg +30 -0
  59. package/example-applications/mapping-demo/web/favicons/favicon-light.svg +30 -0
  60. package/example-applications/mapping-demo/web/favicons/favicon.svg +30 -0
  61. package/example-applications/mapping-demo/web/index.html +40 -26
  62. package/example-applications/mapping-demo/web/mapping-demo-editor.js +3267 -398
  63. package/example-applications/mapping-demo/web/mapping-demo-editor.js.map +1 -1
  64. package/example-applications/mapping-demo/web/mapping-demo-editor.min.js +34 -1
  65. package/example-applications/mapping-demo/web/mapping-demo-editor.min.js.map +1 -1
  66. package/example-applications/mapping-demo/web/pict.min.js +2 -2
  67. package/package.json +10 -7
  68. package/source/services/clone/Meadow-Service-DeleteCursorStore.js +105 -0
  69. package/source/services/clone/Meadow-Service-Sync-Entity-OngoingEventualConsistency.js +327 -92
  70. package/source/services/clone/Meadow-Service-Sync.js +2 -0
  71. package/source/views/PictView-MeadowMappingEditor.js +30 -30
  72. package/test/Meadow-Integration-BisectionSync_test.js +15 -5
  73. package/test/Meadow-Integration-NewStrategies_test.js +15 -5
  74. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteCursor_test.js +228 -0
  75. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteSync_test.js +311 -0
@@ -0,0 +1,831 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "shape-DEF-000000gc",
8
+ "type": "rectangle",
9
+ "x": 16,
10
+ "y": 16,
11
+ "width": 825,
12
+ "height": 56,
13
+ "angle": 0,
14
+ "strokeColor": "#1B1F23",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 2,
18
+ "strokeStyle": "solid",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 588,
27
+ "version": 1,
28
+ "versionNonce": 588,
29
+ "isDeleted": false,
30
+ "boundElements": [
31
+ {
32
+ "id": "label-DEF-0000008s",
33
+ "type": "text"
34
+ },
35
+ {
36
+ "id": "arrow-DEF-MERGED-000000mw",
37
+ "type": "arrow"
38
+ }
39
+ ],
40
+ "updated": 1,
41
+ "link": null,
42
+ "locked": false,
43
+ "index": null
44
+ },
45
+ {
46
+ "id": "label-DEF-0000008s",
47
+ "type": "text",
48
+ "x": 24,
49
+ "y": 31.5,
50
+ "width": 809,
51
+ "height": 25,
52
+ "angle": 0,
53
+ "strokeColor": "#1B1F23",
54
+ "backgroundColor": "transparent",
55
+ "fillStyle": "solid",
56
+ "strokeWidth": 1,
57
+ "strokeStyle": "solid",
58
+ "roughness": 1,
59
+ "opacity": 100,
60
+ "groupIds": [],
61
+ "frameId": null,
62
+ "roundness": null,
63
+ "seed": 316,
64
+ "version": 1,
65
+ "versionNonce": 316,
66
+ "isDeleted": false,
67
+ "boundElements": null,
68
+ "updated": 1,
69
+ "link": null,
70
+ "locked": false,
71
+ "text": "Default Configuration\\n(Default-Meadow-Integration-\\nConfiguration.json)",
72
+ "fontSize": 20,
73
+ "fontFamily": 5,
74
+ "textAlign": "center",
75
+ "verticalAlign": "middle",
76
+ "baseline": 15,
77
+ "containerId": "shape-DEF-000000gc",
78
+ "originalText": "Default Configuration\\n(Default-Meadow-Integration-\\nConfiguration.json)",
79
+ "autoResize": true,
80
+ "lineHeight": 1.25,
81
+ "index": null
82
+ },
83
+ {
84
+ "id": "shape-FILE-000000b0",
85
+ "type": "rectangle",
86
+ "x": 192,
87
+ "y": 117,
88
+ "width": 473,
89
+ "height": 56,
90
+ "angle": 0,
91
+ "strokeColor": "#1B1F23",
92
+ "backgroundColor": "transparent",
93
+ "fillStyle": "solid",
94
+ "strokeWidth": 2,
95
+ "strokeStyle": "solid",
96
+ "roughness": 1,
97
+ "opacity": 100,
98
+ "groupIds": [],
99
+ "frameId": null,
100
+ "roundness": {
101
+ "type": 3
102
+ },
103
+ "seed": 396,
104
+ "version": 1,
105
+ "versionNonce": 396,
106
+ "isDeleted": false,
107
+ "boundElements": [
108
+ {
109
+ "id": "label-FILE-000000gp",
110
+ "type": "text"
111
+ },
112
+ {
113
+ "id": "arrow-FILE-MERGED-000000bx",
114
+ "type": "arrow"
115
+ }
116
+ ],
117
+ "updated": 1,
118
+ "link": null,
119
+ "locked": false,
120
+ "index": null
121
+ },
122
+ {
123
+ "id": "label-FILE-000000gp",
124
+ "type": "text",
125
+ "x": 200,
126
+ "y": 132.5,
127
+ "width": 457,
128
+ "height": 25,
129
+ "angle": 0,
130
+ "strokeColor": "#1B1F23",
131
+ "backgroundColor": "transparent",
132
+ "fillStyle": "solid",
133
+ "strokeWidth": 1,
134
+ "strokeStyle": "solid",
135
+ "roughness": 1,
136
+ "opacity": 100,
137
+ "groupIds": [],
138
+ "frameId": null,
139
+ "roundness": null,
140
+ "seed": 601,
141
+ "version": 1,
142
+ "versionNonce": 601,
143
+ "isDeleted": false,
144
+ "boundElements": null,
145
+ "updated": 1,
146
+ "link": null,
147
+ "locked": false,
148
+ "text": ".meadow.config.json\\n(working directory)",
149
+ "fontSize": 20,
150
+ "fontFamily": 5,
151
+ "textAlign": "center",
152
+ "verticalAlign": "middle",
153
+ "baseline": 15,
154
+ "containerId": "shape-FILE-000000b0",
155
+ "originalText": ".meadow.config.json\\n(working directory)",
156
+ "autoResize": true,
157
+ "lineHeight": 1.25,
158
+ "index": null
159
+ },
160
+ {
161
+ "id": "shape-CLI-000000os",
162
+ "type": "rectangle",
163
+ "x": 132,
164
+ "y": 218,
165
+ "width": 593,
166
+ "height": 56,
167
+ "angle": 0,
168
+ "strokeColor": "#1B1F23",
169
+ "backgroundColor": "transparent",
170
+ "fillStyle": "solid",
171
+ "strokeWidth": 2,
172
+ "strokeStyle": "solid",
173
+ "roughness": 1,
174
+ "opacity": 100,
175
+ "groupIds": [],
176
+ "frameId": null,
177
+ "roundness": {
178
+ "type": 3
179
+ },
180
+ "seed": 892,
181
+ "version": 1,
182
+ "versionNonce": 892,
183
+ "isDeleted": false,
184
+ "boundElements": [
185
+ {
186
+ "id": "label-CLI-000000it",
187
+ "type": "text"
188
+ },
189
+ {
190
+ "id": "arrow-CLI-MERGED-000000qs",
191
+ "type": "arrow"
192
+ }
193
+ ],
194
+ "updated": 1,
195
+ "link": null,
196
+ "locked": false,
197
+ "index": null
198
+ },
199
+ {
200
+ "id": "label-CLI-000000it",
201
+ "type": "text",
202
+ "x": 140,
203
+ "y": 233.5,
204
+ "width": 577,
205
+ "height": 25,
206
+ "angle": 0,
207
+ "strokeColor": "#1B1F23",
208
+ "backgroundColor": "transparent",
209
+ "fillStyle": "solid",
210
+ "strokeWidth": 1,
211
+ "strokeStyle": "solid",
212
+ "roughness": 1,
213
+ "opacity": 100,
214
+ "groupIds": [],
215
+ "frameId": null,
216
+ "roundness": null,
217
+ "seed": 677,
218
+ "version": 1,
219
+ "versionNonce": 677,
220
+ "isDeleted": false,
221
+ "boundElements": null,
222
+ "updated": 1,
223
+ "link": null,
224
+ "locked": false,
225
+ "text": "Command-Line Flags\\n(--api_server, --db_host, etc.)",
226
+ "fontSize": 20,
227
+ "fontFamily": 5,
228
+ "textAlign": "center",
229
+ "verticalAlign": "middle",
230
+ "baseline": 15,
231
+ "containerId": "shape-CLI-000000os",
232
+ "originalText": "Command-Line Flags\\n(--api_server, --db_host, etc.)",
233
+ "autoResize": true,
234
+ "lineHeight": 1.25,
235
+ "index": null
236
+ },
237
+ {
238
+ "id": "shape-MERGED-0000003w",
239
+ "type": "rectangle",
240
+ "x": 931,
241
+ "y": 117,
242
+ "width": 274,
243
+ "height": 56,
244
+ "angle": 0,
245
+ "strokeColor": "#1B1F23",
246
+ "backgroundColor": "transparent",
247
+ "fillStyle": "solid",
248
+ "strokeWidth": 2,
249
+ "strokeStyle": "solid",
250
+ "roughness": 1,
251
+ "opacity": 100,
252
+ "groupIds": [],
253
+ "frameId": null,
254
+ "roundness": {
255
+ "type": 3
256
+ },
257
+ "seed": 140,
258
+ "version": 1,
259
+ "versionNonce": 140,
260
+ "isDeleted": false,
261
+ "boundElements": [
262
+ {
263
+ "id": "label-MERGED-0000004l",
264
+ "type": "text"
265
+ },
266
+ {
267
+ "id": "arrow-DEF-MERGED-000000mw",
268
+ "type": "arrow"
269
+ },
270
+ {
271
+ "id": "arrow-FILE-MERGED-000000bx",
272
+ "type": "arrow"
273
+ },
274
+ {
275
+ "id": "arrow-CLI-MERGED-000000qs",
276
+ "type": "arrow"
277
+ }
278
+ ],
279
+ "updated": 1,
280
+ "link": null,
281
+ "locked": false,
282
+ "index": null
283
+ },
284
+ {
285
+ "id": "label-MERGED-0000004l",
286
+ "type": "text",
287
+ "x": 939,
288
+ "y": 132.5,
289
+ "width": 258,
290
+ "height": 25,
291
+ "angle": 0,
292
+ "strokeColor": "#1B1F23",
293
+ "backgroundColor": "transparent",
294
+ "fillStyle": "solid",
295
+ "strokeWidth": 1,
296
+ "strokeStyle": "solid",
297
+ "roughness": 1,
298
+ "opacity": 100,
299
+ "groupIds": [],
300
+ "frameId": null,
301
+ "roundness": null,
302
+ "seed": 165,
303
+ "version": 1,
304
+ "versionNonce": 165,
305
+ "isDeleted": false,
306
+ "boundElements": null,
307
+ "updated": 1,
308
+ "link": null,
309
+ "locked": false,
310
+ "text": "Resolved Configuration",
311
+ "fontSize": 20,
312
+ "fontFamily": 5,
313
+ "textAlign": "center",
314
+ "verticalAlign": "middle",
315
+ "baseline": 15,
316
+ "containerId": "shape-MERGED-0000003w",
317
+ "originalText": "Resolved Configuration",
318
+ "autoResize": true,
319
+ "lineHeight": 1.25,
320
+ "index": null
321
+ },
322
+ {
323
+ "id": "arrow-DEF-MERGED-000000mw",
324
+ "type": "arrow",
325
+ "x": 841,
326
+ "y": 44,
327
+ "width": 90,
328
+ "height": 92.03999999999999,
329
+ "angle": 0,
330
+ "strokeColor": "#2E7D74",
331
+ "backgroundColor": "transparent",
332
+ "fillStyle": "solid",
333
+ "strokeWidth": 2,
334
+ "strokeStyle": "solid",
335
+ "roughness": 1,
336
+ "opacity": 100,
337
+ "groupIds": [],
338
+ "frameId": null,
339
+ "roundness": null,
340
+ "seed": 824,
341
+ "version": 1,
342
+ "versionNonce": 824,
343
+ "isDeleted": false,
344
+ "boundElements": [],
345
+ "updated": 1,
346
+ "link": null,
347
+ "locked": false,
348
+ "points": [
349
+ [
350
+ 0,
351
+ 0
352
+ ],
353
+ [
354
+ 16,
355
+ 0
356
+ ],
357
+ [
358
+ 19.875171467763835,
359
+ 0.8206584362139893
360
+ ],
361
+ [
362
+ 23.519890260631087,
363
+ 3.1563786008230394
364
+ ],
365
+ [
366
+ 26.962962962963047,
367
+ 6.817777777777785
368
+ ],
369
+ [
370
+ 30.23319615912203,
371
+ 11.615473251028803
372
+ ],
373
+ [
374
+ 33.35939643347058,
375
+ 17.360082304526763
376
+ ],
377
+ [
378
+ 36.37037037037055,
379
+ 23.862222222222215
380
+ ],
381
+ [
382
+ 39.29492455418392,
383
+ 30.932510288065856
384
+ ],
385
+ [
386
+ 42.16186556927289,
387
+ 38.381563786008215
388
+ ],
389
+ [
390
+ 45,
391
+ 46.019999999999996
392
+ ],
393
+ [
394
+ 47.83813443072711,
395
+ 53.65843621399176
396
+ ],
397
+ [
398
+ 50.70507544581619,
399
+ 61.107489711934164
400
+ ],
401
+ [
402
+ 53.629629629629676,
403
+ 68.17777777777778
404
+ ],
405
+ [
406
+ 56.640603566529535,
407
+ 74.67991769547325
408
+ ],
409
+ [
410
+ 59.766803840877856,
411
+ 80.42452674897119
412
+ ],
413
+ [
414
+ 63.03703703703718,
415
+ 85.22222222222223
416
+ ],
417
+ [
418
+ 66.48010973936903,
419
+ 88.88362139917695
420
+ ],
421
+ [
422
+ 70.12482853223605,
423
+ 91.219341563786
424
+ ],
425
+ [
426
+ 74,
427
+ 92.03999999999999
428
+ ],
429
+ [
430
+ 90,
431
+ 92.03999999999999
432
+ ]
433
+ ],
434
+ "lastCommittedPoint": null,
435
+ "startBinding": {
436
+ "elementId": "shape-DEF-000000gc",
437
+ "focus": 0,
438
+ "gap": 8
439
+ },
440
+ "endBinding": {
441
+ "elementId": "shape-MERGED-0000003w",
442
+ "focus": 0,
443
+ "gap": 8
444
+ },
445
+ "startArrowhead": null,
446
+ "endArrowhead": "arrow",
447
+ "elbowed": false,
448
+ "index": null
449
+ },
450
+ {
451
+ "id": "edge-label-DEF-MERGED-0000007d",
452
+ "type": "text",
453
+ "x": 866,
454
+ "y": 79,
455
+ "width": 40,
456
+ "height": 20,
457
+ "angle": 0,
458
+ "strokeColor": "#2E7D74",
459
+ "backgroundColor": "transparent",
460
+ "fillStyle": "solid",
461
+ "strokeWidth": 1,
462
+ "strokeStyle": "solid",
463
+ "roughness": 1,
464
+ "opacity": 100,
465
+ "groupIds": [],
466
+ "frameId": null,
467
+ "roundness": null,
468
+ "seed": 265,
469
+ "version": 1,
470
+ "versionNonce": 265,
471
+ "isDeleted": false,
472
+ "boundElements": null,
473
+ "updated": 1,
474
+ "link": null,
475
+ "locked": false,
476
+ "text": "base",
477
+ "fontSize": 16,
478
+ "fontFamily": 5,
479
+ "textAlign": "center",
480
+ "verticalAlign": "middle",
481
+ "baseline": 12,
482
+ "containerId": null,
483
+ "originalText": "base",
484
+ "autoResize": true,
485
+ "lineHeight": 1.25,
486
+ "index": null
487
+ },
488
+ {
489
+ "id": "arrow-FILE-MERGED-000000bx",
490
+ "type": "arrow",
491
+ "x": 665,
492
+ "y": 145,
493
+ "width": 266,
494
+ "height": 2.842170943040401e-14,
495
+ "angle": 0,
496
+ "strokeColor": "#2E7D74",
497
+ "backgroundColor": "transparent",
498
+ "fillStyle": "solid",
499
+ "strokeWidth": 2,
500
+ "strokeStyle": "solid",
501
+ "roughness": 1,
502
+ "opacity": 100,
503
+ "groupIds": [],
504
+ "frameId": null,
505
+ "roundness": null,
506
+ "seed": 429,
507
+ "version": 1,
508
+ "versionNonce": 429,
509
+ "isDeleted": false,
510
+ "boundElements": [],
511
+ "updated": 1,
512
+ "link": null,
513
+ "locked": false,
514
+ "points": [
515
+ [
516
+ 0,
517
+ 0
518
+ ],
519
+ [
520
+ 16,
521
+ 0
522
+ ],
523
+ [
524
+ 29.545679012345545,
525
+ 0
526
+ ],
527
+ [
528
+ 42.8987654320988,
529
+ 0
530
+ ],
531
+ [
532
+ 56.08333333333337,
533
+ 2.842170943040401e-14
534
+ ],
535
+ [
536
+ 69.12345679012333,
537
+ 0
538
+ ],
539
+ [
540
+ 82.04320987654319,
541
+ 0
542
+ ],
543
+ [
544
+ 94.86666666666667,
545
+ 2.842170943040401e-14
546
+ ],
547
+ [
548
+ 107.61790123456797,
549
+ 0
550
+ ],
551
+ [
552
+ 120.32098765432102,
553
+ 0
554
+ ],
555
+ [
556
+ 133,
557
+ 0
558
+ ],
559
+ [
560
+ 145.6790123456791,
561
+ 0
562
+ ],
563
+ [
564
+ 158.38209876543203,
565
+ 0
566
+ ],
567
+ [
568
+ 171.13333333333333,
569
+ 0
570
+ ],
571
+ [
572
+ 183.9567901234568,
573
+ 0
574
+ ],
575
+ [
576
+ 196.87654320987656,
577
+ 0
578
+ ],
579
+ [
580
+ 209.91666666666674,
581
+ 0
582
+ ],
583
+ [
584
+ 223.10123456790132,
585
+ 0
586
+ ],
587
+ [
588
+ 236.45432098765434,
589
+ 0
590
+ ],
591
+ [
592
+ 250,
593
+ 0
594
+ ],
595
+ [
596
+ 266,
597
+ 0
598
+ ]
599
+ ],
600
+ "lastCommittedPoint": null,
601
+ "startBinding": {
602
+ "elementId": "shape-FILE-000000b0",
603
+ "focus": 0,
604
+ "gap": 8
605
+ },
606
+ "endBinding": {
607
+ "elementId": "shape-MERGED-0000003w",
608
+ "focus": 0,
609
+ "gap": 8
610
+ },
611
+ "startArrowhead": null,
612
+ "endArrowhead": "arrow",
613
+ "elbowed": false,
614
+ "index": null
615
+ },
616
+ {
617
+ "id": "edge-label-FILE-MERGED-000000g0",
618
+ "type": "text",
619
+ "x": 758,
620
+ "y": 129,
621
+ "width": 79.2,
622
+ "height": 20,
623
+ "angle": 0,
624
+ "strokeColor": "#2E7D74",
625
+ "backgroundColor": "transparent",
626
+ "fillStyle": "solid",
627
+ "strokeWidth": 1,
628
+ "strokeStyle": "solid",
629
+ "roughness": 1,
630
+ "opacity": 100,
631
+ "groupIds": [],
632
+ "frameId": null,
633
+ "roundness": null,
634
+ "seed": 576,
635
+ "version": 1,
636
+ "versionNonce": 576,
637
+ "isDeleted": false,
638
+ "boundElements": null,
639
+ "updated": 1,
640
+ "link": null,
641
+ "locked": false,
642
+ "text": "overrides",
643
+ "fontSize": 16,
644
+ "fontFamily": 5,
645
+ "textAlign": "center",
646
+ "verticalAlign": "middle",
647
+ "baseline": 12,
648
+ "containerId": null,
649
+ "originalText": "overrides",
650
+ "autoResize": true,
651
+ "lineHeight": 1.25,
652
+ "index": null
653
+ },
654
+ {
655
+ "id": "arrow-CLI-MERGED-000000qs",
656
+ "type": "arrow",
657
+ "x": 725,
658
+ "y": 246,
659
+ "width": 206,
660
+ "height": 92.04000000000002,
661
+ "angle": 0,
662
+ "strokeColor": "#2E7D74",
663
+ "backgroundColor": "transparent",
664
+ "fillStyle": "solid",
665
+ "strokeWidth": 2,
666
+ "strokeStyle": "solid",
667
+ "roughness": 1,
668
+ "opacity": 100,
669
+ "groupIds": [],
670
+ "frameId": null,
671
+ "roundness": null,
672
+ "seed": 964,
673
+ "version": 1,
674
+ "versionNonce": 964,
675
+ "isDeleted": false,
676
+ "boundElements": [],
677
+ "updated": 1,
678
+ "link": null,
679
+ "locked": false,
680
+ "points": [
681
+ [
682
+ 0,
683
+ 0
684
+ ],
685
+ [
686
+ 16,
687
+ 0
688
+ ],
689
+ [
690
+ 26.072427983539,
691
+ -0.8206584362140177
692
+ ],
693
+ [
694
+ 36.001646090534905,
695
+ -3.156378600823075
696
+ ],
697
+ [
698
+ 45.80555555555566,
699
+ -6.8177777777777635
700
+ ],
701
+ [
702
+ 55.50205761316863,
703
+ -11.615473251028789
704
+ ],
705
+ [
706
+ 65.10905349794234,
707
+ -17.360082304526742
708
+ ],
709
+ [
710
+ 74.6444444444445,
711
+ -23.862222222222186
712
+ ],
713
+ [
714
+ 84.12613168724283,
715
+ -30.932510288065828
716
+ ],
717
+ [
718
+ 93.57201646090539,
719
+ -38.38156378600826
720
+ ],
721
+ [
722
+ 103,
723
+ -46.02000000000001
724
+ ],
725
+ [
726
+ 112.42798353909473,
727
+ -53.65843621399176
728
+ ],
729
+ [
730
+ 121.87386831275717,
731
+ -61.107489711934164
732
+ ],
733
+ [
734
+ 131.3555555555555,
735
+ -68.17777777777778
736
+ ],
737
+ [
738
+ 140.89094650205766,
739
+ -74.67991769547325
740
+ ],
741
+ [
742
+ 150.49794238683126,
743
+ -80.4245267489712
744
+ ],
745
+ [
746
+ 160.19444444444457,
747
+ -85.22222222222223
748
+ ],
749
+ [
750
+ 169.9983539094651,
751
+ -88.88362139917695
752
+ ],
753
+ [
754
+ 179.927572016461,
755
+ -91.21934156378603
756
+ ],
757
+ [
758
+ 190,
759
+ -92.04000000000002
760
+ ],
761
+ [
762
+ 206,
763
+ -92.04000000000002
764
+ ]
765
+ ],
766
+ "lastCommittedPoint": null,
767
+ "startBinding": {
768
+ "elementId": "shape-CLI-000000os",
769
+ "focus": 0,
770
+ "gap": 8
771
+ },
772
+ "endBinding": {
773
+ "elementId": "shape-MERGED-0000003w",
774
+ "focus": 0,
775
+ "gap": 8
776
+ },
777
+ "startArrowhead": null,
778
+ "endArrowhead": "arrow",
779
+ "elbowed": false,
780
+ "index": null
781
+ },
782
+ {
783
+ "id": "edge-label-CLI-MERGED-000000gk",
784
+ "type": "text",
785
+ "x": 788,
786
+ "y": 180,
787
+ "width": 79.2,
788
+ "height": 20,
789
+ "angle": 0,
790
+ "strokeColor": "#2E7D74",
791
+ "backgroundColor": "transparent",
792
+ "fillStyle": "solid",
793
+ "strokeWidth": 1,
794
+ "strokeStyle": "solid",
795
+ "roughness": 1,
796
+ "opacity": 100,
797
+ "groupIds": [],
798
+ "frameId": null,
799
+ "roundness": null,
800
+ "seed": 596,
801
+ "version": 1,
802
+ "versionNonce": 596,
803
+ "isDeleted": false,
804
+ "boundElements": null,
805
+ "updated": 1,
806
+ "link": null,
807
+ "locked": false,
808
+ "text": "overrides",
809
+ "fontSize": 16,
810
+ "fontFamily": 5,
811
+ "textAlign": "center",
812
+ "verticalAlign": "middle",
813
+ "baseline": 12,
814
+ "containerId": null,
815
+ "originalText": "overrides",
816
+ "autoResize": true,
817
+ "lineHeight": 1.25,
818
+ "index": null
819
+ }
820
+ ],
821
+ "appState": {
822
+ "viewBackgroundColor": "#FBF7EE",
823
+ "theme": "light",
824
+ "gridSize": null,
825
+ "exportBackground": true,
826
+ "exportEmbedScene": true,
827
+ "exportScale": 1,
828
+ "currentItemFontFamily": 5
829
+ },
830
+ "files": {}
831
+ }