@almadar/std 16.173.0 → 16.175.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 (220) hide show
  1. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -4
  2. package/behaviors/lolo/ui/core/atoms/std-board.lolo +5 -9
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +8 -1
  4. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +2 -2
  5. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +3 -7
  6. package/behaviors/lolo/ui/core/atoms/std-form-advanced.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-list.lolo +3 -3
  9. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +2 -2
  10. package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +2 -4
  11. package/behaviors/lolo/ui/core/atoms/std-rating-review.lolo +5 -13
  12. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +3 -7
  13. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  14. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +2 -2
  15. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +2 -4
  16. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +2 -2
  18. package/behaviors/lolo/ui/core/atoms/std-vote.lolo +2 -2
  19. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +3 -7
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +1 -1
  21. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-hstack.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-icon.lolo +1 -1
  25. package/behaviors/lolo/ui/core/atoms/ui-stack.lolo +1 -1
  26. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +1 -1
  27. package/behaviors/lolo/ui/core/atoms/ui-vstack.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-content-renderer.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-form-layout.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-grid.lolo +1 -1
  31. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +4 -9
  32. package/behaviors/lolo/ui/core/organisms/ui-chat-bar.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  38. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  40. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  51. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  52. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +133 -23
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-derivation.lolo +428 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-doser.lolo +520 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-scatter-fit.lolo +805 -0
  66. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  67. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  68. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  69. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +409 -0
  70. package/behaviors/lolo/ui/learning/atoms/std-learn-transport.lolo +186 -0
  71. package/behaviors/lolo/ui/learning/atoms/std-learn-tree.lolo +522 -0
  72. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +192 -0
  73. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +111 -2
  74. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +193 -5
  75. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +173 -5
  76. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +48 -1
  77. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +141 -1
  78. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +242 -5
  79. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  80. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  81. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  82. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  83. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  84. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  85. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  86. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  87. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  88. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  89. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  90. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  91. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  92. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  93. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  94. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  95. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  96. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  97. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  98. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  99. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  100. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  101. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  102. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  103. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  104. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  105. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  106. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  107. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  108. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  109. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  110. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  111. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  112. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  113. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  115. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  116. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  117. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  118. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  119. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  120. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  121. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  122. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  123. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  124. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  125. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  126. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  127. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  128. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  129. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  130. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  131. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  132. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  133. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  134. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  136. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  137. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  138. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +4 -39
  139. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  140. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  141. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  143. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  144. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  145. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  146. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  147. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  148. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  149. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  150. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  151. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  152. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  153. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  154. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  155. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  156. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  157. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  158. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  159. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  160. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  161. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  162. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  163. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  164. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  165. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1288 -197
  166. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  168. package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +2512 -0
  169. package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +3678 -0
  170. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  171. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  172. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  173. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  174. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  175. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  176. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  177. package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +6539 -0
  178. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  179. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  180. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  181. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +3118 -0
  182. package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +986 -0
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +3333 -0
  184. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +716 -0
  185. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +679 -5
  186. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +962 -18
  187. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +919 -30
  188. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +372 -1
  189. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +936 -16
  190. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1328 -43
  191. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  192. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  193. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  194. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  195. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  196. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  197. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  198. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  199. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  200. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  201. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  202. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  203. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  204. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  205. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  206. package/dist/behaviors/exports-reader.js +3704 -2189
  207. package/dist/behaviors/functions/index.d.ts +2638 -254
  208. package/dist/behaviors/functions/index.js +3648 -2190
  209. package/dist/behaviors/index.d.ts +1 -1
  210. package/dist/behaviors/index.js +3705 -2190
  211. package/dist/behaviors/query.js +3704 -2189
  212. package/dist/behaviors-embeddings.hash.json +3 -3
  213. package/dist/behaviors-embeddings.json +289 -213
  214. package/dist/behaviors-registry.json +7900 -587
  215. package/dist/index.d.ts +1 -1
  216. package/dist/index.js +3705 -2190
  217. package/dist/knob-embeddings.hash.json +3 -3
  218. package/dist/knob-embeddings.json +1 -1
  219. package/dist/registry/factory-signatures.json +1 -1
  220. package/package.json +2 -2
@@ -571,8 +571,7 @@
571
571
  "linkedEntity": "CacheEntry",
572
572
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
573
573
  "name": "FetchButton",
574
- "ref": "Button.traits.ButtonRender",
575
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
574
+ "ref": "Button.traits.ButtonRender"
576
575
  },
577
576
  {
578
577
  "config": {
@@ -597,8 +596,7 @@
597
596
  "linkedEntity": "CacheEntry",
598
597
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
599
598
  "name": "InvalidateButton",
600
- "ref": "Button.traits.ButtonRender",
601
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
599
+ "ref": "Button.traits.ButtonRender"
602
600
  },
603
601
  {
604
602
  "config": {
@@ -623,8 +621,7 @@
623
621
  "linkedEntity": "CacheEntry",
624
622
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
625
623
  "name": "RefreshButton",
626
- "ref": "Button.traits.ButtonRender",
627
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
624
+ "ref": "Button.traits.ButtonRender"
628
625
  },
629
626
  {
630
627
  "config": {
@@ -649,8 +646,7 @@
649
646
  "linkedEntity": "CacheEntry",
650
647
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
651
648
  "name": "RetryButton",
652
- "ref": "Button.traits.ButtonRender",
653
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
649
+ "ref": "Button.traits.ButtonRender"
654
650
  },
655
651
  {
656
652
  "category": "interaction",
@@ -1379,8 +1375,7 @@
1379
1375
  "linkedEntity": "CacheEntry",
1380
1376
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1381
1377
  "name": "InlineIconRender1",
1382
- "ref": "Icon.traits.IconRender",
1383
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
1378
+ "ref": "Icon.traits.IconRender"
1384
1379
  },
1385
1380
  {
1386
1381
  "config": {
@@ -1397,16 +1392,14 @@
1397
1392
  "linkedEntity": "CacheEntry",
1398
1393
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1399
1394
  "name": "InlineTypographyRender2",
1400
- "ref": "Typography.traits.TypographyRender",
1401
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1395
+ "ref": "Typography.traits.TypographyRender"
1402
1396
  },
1403
1397
  {
1404
1398
  "id": "trt_01KY21K6RV4WQSJS26J85497YD",
1405
1399
  "linkedEntity": "CacheEntry",
1406
1400
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1407
1401
  "name": "InlineDividerRender3",
1408
- "ref": "Divider.traits.DividerRender",
1409
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
1402
+ "ref": "Divider.traits.DividerRender"
1410
1403
  },
1411
1404
  {
1412
1405
  "config": {
@@ -1431,16 +1424,14 @@
1431
1424
  "linkedEntity": "CacheEntry",
1432
1425
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1433
1426
  "name": "InlineEmptyStateRender4",
1434
- "ref": "EmptyState.traits.EmptyStateRender",
1435
- "refId": "trt_01KXG04NQT80G92D2D6KWKK04S"
1427
+ "ref": "EmptyState.traits.EmptyStateRender"
1436
1428
  },
1437
1429
  {
1438
1430
  "id": "trt_01KY21K6RVG39HCZQN52PWCKEM",
1439
1431
  "linkedEntity": "CacheEntry",
1440
1432
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1441
1433
  "name": "InlineSpinnerRender5",
1442
- "ref": "Spinner.traits.SpinnerRender",
1443
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
1434
+ "ref": "Spinner.traits.SpinnerRender"
1444
1435
  },
1445
1436
  {
1446
1437
  "config": {
@@ -1461,8 +1452,7 @@
1461
1452
  "linkedEntity": "CacheEntry",
1462
1453
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1463
1454
  "name": "InlineTypographyRender6",
1464
- "ref": "Typography.traits.TypographyRender",
1465
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1455
+ "ref": "Typography.traits.TypographyRender"
1466
1456
  },
1467
1457
  {
1468
1458
  "config": {
@@ -1475,8 +1465,7 @@
1475
1465
  "linkedEntity": "CacheEntry",
1476
1466
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1477
1467
  "name": "InlineIconRender7",
1478
- "ref": "Icon.traits.IconRender",
1479
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
1468
+ "ref": "Icon.traits.IconRender"
1480
1469
  },
1481
1470
  {
1482
1471
  "config": {
@@ -1493,8 +1482,7 @@
1493
1482
  "linkedEntity": "CacheEntry",
1494
1483
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1495
1484
  "name": "InlineTypographyRender8",
1496
- "ref": "Typography.traits.TypographyRender",
1497
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1485
+ "ref": "Typography.traits.TypographyRender"
1498
1486
  },
1499
1487
  {
1500
1488
  "config": {
@@ -1515,16 +1503,14 @@
1515
1503
  "linkedEntity": "CacheEntry",
1516
1504
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1517
1505
  "name": "InlineStatusDotRender9",
1518
- "ref": "StatusDot.traits.StatusDotRender",
1519
- "refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
1506
+ "ref": "StatusDot.traits.StatusDotRender"
1520
1507
  },
1521
1508
  {
1522
1509
  "id": "trt_01KY21K6RV9M61DNR9X6B39M9N",
1523
1510
  "linkedEntity": "CacheEntry",
1524
1511
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1525
1512
  "name": "InlineDividerRender10",
1526
- "ref": "Divider.traits.DividerRender",
1527
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
1513
+ "ref": "Divider.traits.DividerRender"
1528
1514
  },
1529
1515
  {
1530
1516
  "config": {
@@ -1537,8 +1523,7 @@
1537
1523
  "linkedEntity": "CacheEntry",
1538
1524
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1539
1525
  "name": "InlineIconRender11",
1540
- "ref": "Icon.traits.IconRender",
1541
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
1526
+ "ref": "Icon.traits.IconRender"
1542
1527
  },
1543
1528
  {
1544
1529
  "config": {
@@ -1555,8 +1540,7 @@
1555
1540
  "linkedEntity": "CacheEntry",
1556
1541
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1557
1542
  "name": "InlineTypographyRender12",
1558
- "ref": "Typography.traits.TypographyRender",
1559
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1543
+ "ref": "Typography.traits.TypographyRender"
1560
1544
  },
1561
1545
  {
1562
1546
  "config": {
@@ -1569,8 +1553,7 @@
1569
1553
  "linkedEntity": "CacheEntry",
1570
1554
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1571
1555
  "name": "InlineBadgeRender13",
1572
- "ref": "Badge.traits.BadgeRender",
1573
- "refId": "trt_01KXG04J66F1NVJTF3ZS57P7K6"
1556
+ "ref": "Badge.traits.BadgeRender"
1574
1557
  },
1575
1558
  {
1576
1559
  "config": {
@@ -1587,8 +1570,7 @@
1587
1570
  "linkedEntity": "CacheEntry",
1588
1571
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1589
1572
  "name": "InlineTypographyRender14",
1590
- "ref": "Typography.traits.TypographyRender",
1591
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1573
+ "ref": "Typography.traits.TypographyRender"
1592
1574
  },
1593
1575
  {
1594
1576
  "config": {
@@ -1605,8 +1587,7 @@
1605
1587
  "linkedEntity": "CacheEntry",
1606
1588
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1607
1589
  "name": "InlineIconRender15",
1608
- "ref": "Icon.traits.IconRender",
1609
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
1590
+ "ref": "Icon.traits.IconRender"
1610
1591
  },
1611
1592
  {
1612
1593
  "config": {
@@ -1623,8 +1604,7 @@
1623
1604
  "linkedEntity": "CacheEntry",
1624
1605
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1625
1606
  "name": "InlineTypographyRender16",
1626
- "ref": "Typography.traits.TypographyRender",
1627
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1607
+ "ref": "Typography.traits.TypographyRender"
1628
1608
  },
1629
1609
  {
1630
1610
  "config": {
@@ -1645,8 +1625,7 @@
1645
1625
  "linkedEntity": "CacheEntry",
1646
1626
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1647
1627
  "name": "InlineTypographyRender17",
1648
- "ref": "Typography.traits.TypographyRender",
1649
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1628
+ "ref": "Typography.traits.TypographyRender"
1650
1629
  },
1651
1630
  {
1652
1631
  "config": {
@@ -1659,8 +1638,7 @@
1659
1638
  "linkedEntity": "CacheEntry",
1660
1639
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1661
1640
  "name": "InlineIconRender18",
1662
- "ref": "Icon.traits.IconRender",
1663
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
1641
+ "ref": "Icon.traits.IconRender"
1664
1642
  },
1665
1643
  {
1666
1644
  "config": {
@@ -1677,8 +1655,7 @@
1677
1655
  "linkedEntity": "CacheEntry",
1678
1656
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1679
1657
  "name": "InlineTypographyRender19",
1680
- "ref": "Typography.traits.TypographyRender",
1681
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
1658
+ "ref": "Typography.traits.TypographyRender"
1682
1659
  },
1683
1660
  {
1684
1661
  "config": {
@@ -1699,16 +1676,14 @@
1699
1676
  "linkedEntity": "CacheEntry",
1700
1677
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1701
1678
  "name": "InlineStatusDotRender20",
1702
- "ref": "StatusDot.traits.StatusDotRender",
1703
- "refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
1679
+ "ref": "StatusDot.traits.StatusDotRender"
1704
1680
  },
1705
1681
  {
1706
1682
  "id": "trt_01KY21K6RVQFD7P2W5K5HX0NPA",
1707
1683
  "linkedEntity": "CacheEntry",
1708
1684
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1709
1685
  "name": "InlineDividerRender21",
1710
- "ref": "Divider.traits.DividerRender",
1711
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
1686
+ "ref": "Divider.traits.DividerRender"
1712
1687
  },
1713
1688
  {
1714
1689
  "config": {
@@ -1725,32 +1700,28 @@
1725
1700
  "linkedEntity": "CacheEntry",
1726
1701
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1727
1702
  "name": "InlineAlertRender22",
1728
- "ref": "Alert.traits.AlertRender",
1729
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
1703
+ "ref": "Alert.traits.AlertRender"
1730
1704
  },
1731
1705
  {
1732
1706
  "id": "trt_01KY21K6RVG3KCAAGQJ9JA7ZJA",
1733
1707
  "linkedEntity": "CacheEntry",
1734
1708
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1735
1709
  "name": "InlineSpinnerRender23",
1736
- "ref": "Spinner.traits.SpinnerRender",
1737
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
1710
+ "ref": "Spinner.traits.SpinnerRender"
1738
1711
  },
1739
1712
  {
1740
1713
  "id": "trt_01KY21K6RVSCF6A38ETVH9BP82",
1741
1714
  "linkedEntity": "CacheEntry",
1742
1715
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1743
1716
  "name": "InlineSpinnerRender24",
1744
- "ref": "Spinner.traits.SpinnerRender",
1745
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
1717
+ "ref": "Spinner.traits.SpinnerRender"
1746
1718
  },
1747
1719
  {
1748
1720
  "id": "trt_01KY21K6RVMYR6XTQ684R633YZ",
1749
1721
  "linkedEntity": "CacheEntry",
1750
1722
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1751
1723
  "name": "InlineSpinnerRender25",
1752
- "ref": "Spinner.traits.SpinnerRender",
1753
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
1724
+ "ref": "Spinner.traits.SpinnerRender"
1754
1725
  },
1755
1726
  {
1756
1727
  "config": {
@@ -1775,16 +1746,14 @@
1775
1746
  "linkedEntity": "CacheEntry",
1776
1747
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1777
1748
  "name": "InlineEmptyStateRender26",
1778
- "ref": "EmptyState.traits.EmptyStateRender",
1779
- "refId": "trt_01KXG04NQT80G92D2D6KWKK04S"
1749
+ "ref": "EmptyState.traits.EmptyStateRender"
1780
1750
  },
1781
1751
  {
1782
1752
  "id": "trt_01KY1DXS2KNX0G69Z8Z0JYGQ88",
1783
1753
  "linkedEntity": "CacheEntry",
1784
1754
  "linkedEntityId": "ent_01KXG04F55MM0AG8Z1VNK7P7GC",
1785
1755
  "name": "InlineSpinnerRender27",
1786
- "ref": "Spinner.traits.SpinnerRender",
1787
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
1756
+ "ref": "Spinner.traits.SpinnerRender"
1788
1757
  }
1789
1758
  ],
1790
1759
  "uses": [
@@ -318,8 +318,7 @@
318
318
  "linkedEntity": "ServiceNode",
319
319
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
320
320
  "name": "ShieldIcon",
321
- "ref": "Icon.traits.IconRender",
322
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
321
+ "ref": "Icon.traits.IconRender"
323
322
  },
324
323
  {
325
324
  "config": {
@@ -332,8 +331,7 @@
332
331
  "linkedEntity": "ServiceNode",
333
332
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
334
333
  "name": "AlertTriangleIcon",
335
- "ref": "Icon.traits.IconRender",
336
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
334
+ "ref": "Icon.traits.IconRender"
337
335
  },
338
336
  {
339
337
  "config": {
@@ -346,8 +344,7 @@
346
344
  "linkedEntity": "ServiceNode",
347
345
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
348
346
  "name": "ActivityIcon",
349
- "ref": "Icon.traits.IconRender",
350
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
347
+ "ref": "Icon.traits.IconRender"
351
348
  },
352
349
  {
353
350
  "config": {
@@ -364,8 +361,7 @@
364
361
  "linkedEntity": "ServiceNode",
365
362
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
366
363
  "name": "ServiceNodeLabel",
367
- "ref": "Typography.traits.TypographyRender",
368
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
364
+ "ref": "Typography.traits.TypographyRender"
369
365
  },
370
366
  {
371
367
  "config": {
@@ -386,8 +382,7 @@
386
382
  "linkedEntity": "ServiceNode",
387
383
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
388
384
  "name": "ClosedStatusDot",
389
- "ref": "StatusDot.traits.StatusDotRender",
390
- "refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
385
+ "ref": "StatusDot.traits.StatusDotRender"
391
386
  },
392
387
  {
393
388
  "config": {
@@ -408,8 +403,7 @@
408
403
  "linkedEntity": "ServiceNode",
409
404
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
410
405
  "name": "OpenStatusDot",
411
- "ref": "StatusDot.traits.StatusDotRender",
412
- "refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
406
+ "ref": "StatusDot.traits.StatusDotRender"
413
407
  },
414
408
  {
415
409
  "config": {
@@ -430,8 +424,7 @@
430
424
  "linkedEntity": "ServiceNode",
431
425
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
432
426
  "name": "HalfOpenStatusDot",
433
- "ref": "StatusDot.traits.StatusDotRender",
434
- "refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
427
+ "ref": "StatusDot.traits.StatusDotRender"
435
428
  },
436
429
  {
437
430
  "config": {
@@ -448,8 +441,7 @@
448
441
  "linkedEntity": "ServiceNode",
449
442
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
450
443
  "name": "SuccessAlert",
451
- "ref": "Alert.traits.AlertRender",
452
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
444
+ "ref": "Alert.traits.AlertRender"
453
445
  },
454
446
  {
455
447
  "config": {
@@ -466,8 +458,7 @@
466
458
  "linkedEntity": "ServiceNode",
467
459
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
468
460
  "name": "ErrorAlert",
469
- "ref": "Alert.traits.AlertRender",
470
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
461
+ "ref": "Alert.traits.AlertRender"
471
462
  },
472
463
  {
473
464
  "config": {
@@ -484,8 +475,7 @@
484
475
  "linkedEntity": "ServiceNode",
485
476
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
486
477
  "name": "WarningAlert",
487
- "ref": "Alert.traits.AlertRender",
488
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
478
+ "ref": "Alert.traits.AlertRender"
489
479
  },
490
480
  {
491
481
  "config": {
@@ -506,8 +496,7 @@
506
496
  "linkedEntity": "ServiceNode",
507
497
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
508
498
  "name": "FailuresStat",
509
- "ref": "StatDisplay.traits.StatDisplayRender",
510
- "refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
499
+ "ref": "StatDisplay.traits.StatDisplayRender"
511
500
  },
512
501
  {
513
502
  "config": {
@@ -528,8 +517,7 @@
528
517
  "linkedEntity": "ServiceNode",
529
518
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
530
519
  "name": "SuccessesStat",
531
- "ref": "StatDisplay.traits.StatDisplayRender",
532
- "refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
520
+ "ref": "StatDisplay.traits.StatDisplayRender"
533
521
  },
534
522
  {
535
523
  "config": {
@@ -550,8 +538,7 @@
550
538
  "linkedEntity": "ServiceNode",
551
539
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
552
540
  "name": "FailuresMeter",
553
- "ref": "Meter.traits.MeterRender",
554
- "refId": "trt_01KXG04Q390S305KZKHGMCH23G"
541
+ "ref": "Meter.traits.MeterRender"
555
542
  },
556
543
  {
557
544
  "config": {
@@ -576,16 +563,14 @@
576
563
  "linkedEntity": "ServiceNode",
577
564
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
578
565
  "name": "ResetButton",
579
- "ref": "Button.traits.ButtonRender",
580
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
566
+ "ref": "Button.traits.ButtonRender"
581
567
  },
582
568
  {
583
569
  "id": "trt_01KY1DXS3YBXXV6WWMV2QY33QC",
584
570
  "linkedEntity": "ServiceNode",
585
571
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
586
572
  "name": "CircuitDivider",
587
- "ref": "Divider.traits.DividerRender",
588
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
573
+ "ref": "Divider.traits.DividerRender"
589
574
  },
590
575
  {
591
576
  "config": {
@@ -605,8 +590,7 @@
605
590
  "linkedEntity": "ServiceNode",
606
591
  "linkedEntityId": "ent_01KXG04F88V6RHXAD0TY79RRYT",
607
592
  "name": "StatsGrid",
608
- "ref": "SimpleGrid.traits.SimpleGridRender",
609
- "refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
593
+ "ref": "SimpleGrid.traits.SimpleGridRender"
610
594
  },
611
595
  {
612
596
  "category": "interaction",
@@ -196,7 +196,7 @@
196
196
  "payloadSchema": [
197
197
  {
198
198
  "name": "row",
199
- "type": "object"
199
+ "type": "@entity"
200
200
  }
201
201
  ],
202
202
  "scope": "external"
@@ -324,7 +324,21 @@
324
324
  "payloadSchema": [
325
325
  {
326
326
  "name": "data",
327
- "type": "[ObjectSpec]"
327
+ "properties": [
328
+ {
329
+ "name": "id",
330
+ "type": "string"
331
+ },
332
+ {
333
+ "name": "label",
334
+ "type": "string"
335
+ },
336
+ {
337
+ "name": "value",
338
+ "type": "string"
339
+ }
340
+ ],
341
+ "type": "[object]"
328
342
  }
329
343
  ]
330
344
  },
@@ -335,7 +349,7 @@
335
349
  "payloadSchema": [
336
350
  {
337
351
  "name": "row",
338
- "type": "object"
352
+ "type": "@entity"
339
353
  }
340
354
  ]
341
355
  },
@@ -365,7 +379,21 @@
365
379
  },
366
380
  {
367
381
  "name": "data",
368
- "type": "[ObjectSpec]"
382
+ "properties": [
383
+ {
384
+ "name": "id",
385
+ "type": "string"
386
+ },
387
+ {
388
+ "name": "label",
389
+ "type": "string"
390
+ },
391
+ {
392
+ "name": "value",
393
+ "type": "string"
394
+ }
395
+ ],
396
+ "type": "[object]"
369
397
  }
370
398
  ]
371
399
  },
@@ -308,8 +308,7 @@
308
308
  "linkedEntity": "ErasureRequest",
309
309
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
310
310
  "name": "LoadingSpinner",
311
- "ref": "Spinner.traits.SpinnerRender",
312
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
311
+ "ref": "Spinner.traits.SpinnerRender"
313
312
  },
314
313
  {
315
314
  "config": {
@@ -322,8 +321,7 @@
322
321
  "linkedEntity": "ErasureRequest",
323
322
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
324
323
  "name": "ErrorSpinner",
325
- "ref": "Spinner.traits.SpinnerRender",
326
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
324
+ "ref": "Spinner.traits.SpinnerRender"
327
325
  },
328
326
  {
329
327
  "config": {
@@ -344,8 +342,7 @@
344
342
  "linkedEntity": "ErasureRequest",
345
343
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
346
344
  "name": "LoadingText",
347
- "ref": "Typography.traits.TypographyRender",
348
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
345
+ "ref": "Typography.traits.TypographyRender"
349
346
  },
350
347
  {
351
348
  "config": {
@@ -358,8 +355,7 @@
358
355
  "linkedEntity": "ErasureRequest",
359
356
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
360
357
  "name": "Trash2Icon",
361
- "ref": "Icon.traits.IconRender",
362
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
358
+ "ref": "Icon.traits.IconRender"
363
359
  },
364
360
  {
365
361
  "config": {
@@ -376,8 +372,7 @@
376
372
  "linkedEntity": "ErasureRequest",
377
373
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
378
374
  "name": "ErasureRequestsTitle",
379
- "ref": "Typography.traits.TypographyRender",
380
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
375
+ "ref": "Typography.traits.TypographyRender"
381
376
  },
382
377
  {
383
378
  "config": {
@@ -402,16 +397,14 @@
402
397
  "linkedEntity": "ErasureRequest",
403
398
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
404
399
  "name": "CloseButton",
405
- "ref": "Button.traits.ButtonRender",
406
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
400
+ "ref": "Button.traits.ButtonRender"
407
401
  },
408
402
  {
409
403
  "id": "trt_01KY21K6VWKECFS1F3266MFC29",
410
404
  "linkedEntity": "ErasureRequest",
411
405
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
412
406
  "name": "ErasureDivider",
413
- "ref": "Divider.traits.DividerRender",
414
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
407
+ "ref": "Divider.traits.DividerRender"
415
408
  },
416
409
  {
417
410
  "config": {
@@ -428,8 +421,7 @@
428
421
  "linkedEntity": "ErasureRequest",
429
422
  "linkedEntityId": "ent_01KXG04FAW4SF8DY2X8EECV9VA",
430
423
  "name": "ErrorAlert",
431
- "ref": "Alert.traits.AlertRender",
432
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
424
+ "ref": "Alert.traits.AlertRender"
433
425
  },
434
426
  {
435
427
  "capabilities": [
@@ -293,8 +293,7 @@
293
293
  "linkedEntity": "ModQueueItem",
294
294
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
295
295
  "name": "LoadingSpinner",
296
- "ref": "Spinner.traits.SpinnerRender",
297
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
296
+ "ref": "Spinner.traits.SpinnerRender"
298
297
  },
299
298
  {
300
299
  "config": {
@@ -307,8 +306,7 @@
307
306
  "linkedEntity": "ModQueueItem",
308
307
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
309
308
  "name": "ErrorSpinner",
310
- "ref": "Spinner.traits.SpinnerRender",
311
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
309
+ "ref": "Spinner.traits.SpinnerRender"
312
310
  },
313
311
  {
314
312
  "config": {
@@ -329,8 +327,7 @@
329
327
  "linkedEntity": "ModQueueItem",
330
328
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
331
329
  "name": "LoadingText",
332
- "ref": "Typography.traits.TypographyRender",
333
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
330
+ "ref": "Typography.traits.TypographyRender"
334
331
  },
335
332
  {
336
333
  "config": {
@@ -343,8 +340,7 @@
343
340
  "linkedEntity": "ModQueueItem",
344
341
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
345
342
  "name": "ShieldAlertIcon",
346
- "ref": "Icon.traits.IconRender",
347
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
343
+ "ref": "Icon.traits.IconRender"
348
344
  },
349
345
  {
350
346
  "config": {
@@ -361,8 +357,7 @@
361
357
  "linkedEntity": "ModQueueItem",
362
358
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
363
359
  "name": "ModQueueTitle",
364
- "ref": "Typography.traits.TypographyRender",
365
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
360
+ "ref": "Typography.traits.TypographyRender"
366
361
  },
367
362
  {
368
363
  "config": {
@@ -387,16 +382,14 @@
387
382
  "linkedEntity": "ModQueueItem",
388
383
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
389
384
  "name": "CloseButton",
390
- "ref": "Button.traits.ButtonRender",
391
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
385
+ "ref": "Button.traits.ButtonRender"
392
386
  },
393
387
  {
394
388
  "id": "trt_01KY21K6XK8VMC78XQR7A92D9H",
395
389
  "linkedEntity": "ModQueueItem",
396
390
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
397
391
  "name": "ModQueueDivider",
398
- "ref": "Divider.traits.DividerRender",
399
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
392
+ "ref": "Divider.traits.DividerRender"
400
393
  },
401
394
  {
402
395
  "config": {
@@ -413,8 +406,7 @@
413
406
  "linkedEntity": "ModQueueItem",
414
407
  "linkedEntityId": "ent_01KXG04FDN3D78Z39RX2F9T16W",
415
408
  "name": "ErrorAlert",
416
- "ref": "Alert.traits.AlertRender",
417
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
409
+ "ref": "Alert.traits.AlertRender"
418
410
  },
419
411
  {
420
412
  "capabilities": [