@almadar/std 8.4.2 → 9.0.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +50 -60
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
  187. package/package.json +1 -1
@@ -47,7 +47,7 @@
47
47
  "event": "DisplayItemLoaded",
48
48
  "description": "Fired when DisplayItem finishes loading",
49
49
  "scope": "internal",
50
- "payload": [
50
+ "payloadSchema": [
51
51
  {
52
52
  "name": "id",
53
53
  "type": "string"
@@ -74,7 +74,7 @@
74
74
  "event": "DisplayItemLoadFailed",
75
75
  "description": "Fired when DisplayItem fails to load",
76
76
  "scope": "internal",
77
- "payload": [
77
+ "payloadSchema": [
78
78
  {
79
79
  "name": "message",
80
80
  "type": "string"
@@ -115,7 +115,7 @@
115
115
  {
116
116
  "key": "DisplayItemLoaded",
117
117
  "name": "DisplayItem loaded",
118
- "payload": [
118
+ "payloadSchema": [
119
119
  {
120
120
  "name": "id",
121
121
  "type": "string"
@@ -141,7 +141,7 @@
141
141
  {
142
142
  "key": "DisplayItemLoadFailed",
143
143
  "name": "DisplayItem load failed",
144
- "payload": [
144
+ "payloadSchema": [
145
145
  {
146
146
  "name": "message",
147
147
  "type": "string"
@@ -172,7 +172,9 @@
172
172
  "type": "scaled-diagram",
173
173
  "children": [
174
174
  {
175
+ "direction": "vertical",
175
176
  "gap": "lg",
177
+ "type": "stack",
176
178
  "children": [
177
179
  {
178
180
  "type": "breadcrumb",
@@ -193,26 +195,26 @@
193
195
  "justify": "between",
194
196
  "children": [
195
197
  {
196
- "direction": "horizontal",
198
+ "gap": "md",
197
199
  "type": "stack",
200
+ "direction": "horizontal",
198
201
  "children": [
199
202
  {
200
203
  "type": "icon",
201
204
  "name": "bar-chart-2"
202
205
  },
203
206
  {
204
- "type": "typography",
207
+ "variant": "h2",
205
208
  "content": "DisplayItems",
206
- "variant": "h2"
209
+ "type": "typography"
207
210
  }
208
- ],
209
- "gap": "md"
211
+ ]
210
212
  },
211
213
  {
212
- "variant": "secondary",
213
- "type": "button",
214
214
  "action": "REFRESH",
215
+ "variant": "secondary",
215
216
  "label": "Refresh",
217
+ "type": "button",
216
218
  "icon": "refresh-cw"
217
219
  }
218
220
  ]
@@ -221,58 +223,62 @@
221
223
  "type": "divider"
222
224
  },
223
225
  {
226
+ "type": "box",
224
227
  "children": [
225
228
  {
229
+ "type": "simple-grid",
230
+ "cols": 3.0,
226
231
  "children": [
227
232
  {
228
233
  "type": "card",
229
234
  "children": [
230
235
  {
231
- "gap": "sm",
232
236
  "direction": "vertical",
237
+ "gap": "sm",
238
+ "type": "stack",
233
239
  "children": [
234
240
  {
235
- "variant": "caption",
236
241
  "content": "Name",
242
+ "variant": "caption",
237
243
  "type": "typography"
238
244
  },
239
245
  {
240
246
  "content": "@entity.name",
241
- "type": "typography",
242
- "variant": "h3"
247
+ "variant": "h3",
248
+ "type": "typography"
243
249
  }
244
- ],
245
- "type": "stack"
250
+ ]
246
251
  }
247
252
  ]
248
253
  },
249
254
  {
250
- "type": "card",
251
255
  "children": [
252
256
  {
253
257
  "children": [
254
258
  {
255
259
  "variant": "caption",
256
- "type": "typography",
257
- "content": "Description"
260
+ "content": "Description",
261
+ "type": "typography"
258
262
  },
259
263
  {
260
- "content": "@entity.description",
261
264
  "variant": "h3",
265
+ "content": "@entity.description",
262
266
  "type": "typography"
263
267
  }
264
268
  ],
269
+ "gap": "sm",
265
270
  "type": "stack",
266
- "direction": "vertical",
267
- "gap": "sm"
271
+ "direction": "vertical"
268
272
  }
269
- ]
273
+ ],
274
+ "type": "card"
270
275
  },
271
276
  {
272
- "type": "card",
273
277
  "children": [
274
278
  {
275
279
  "gap": "sm",
280
+ "type": "stack",
281
+ "direction": "vertical",
276
282
  "children": [
277
283
  {
278
284
  "type": "typography",
@@ -280,45 +286,41 @@
280
286
  "variant": "caption"
281
287
  },
282
288
  {
283
- "content": "@entity.status",
289
+ "variant": "h3",
284
290
  "type": "typography",
285
- "variant": "h3"
291
+ "content": "@entity.status"
286
292
  }
287
- ],
288
- "type": "stack",
289
- "direction": "vertical"
293
+ ]
290
294
  }
291
- ]
295
+ ],
296
+ "type": "card"
292
297
  },
293
298
  {
299
+ "type": "card",
294
300
  "children": [
295
301
  {
296
- "gap": "sm",
302
+ "direction": "vertical",
297
303
  "type": "stack",
298
304
  "children": [
299
305
  {
300
306
  "variant": "caption",
301
- "type": "typography",
302
- "content": "CreatedAt"
307
+ "content": "CreatedAt",
308
+ "type": "typography"
303
309
  },
304
310
  {
311
+ "variant": "h3",
305
312
  "content": "@entity.createdAt",
306
- "type": "typography",
307
- "variant": "h3"
313
+ "type": "typography"
308
314
  }
309
315
  ],
310
- "direction": "vertical"
316
+ "gap": "sm"
311
317
  }
312
- ],
313
- "type": "card"
318
+ ]
314
319
  }
315
- ],
316
- "type": "simple-grid",
317
- "cols": 3.0
320
+ ]
318
321
  }
319
322
  ],
320
- "padding": "md",
321
- "type": "box"
323
+ "padding": "md"
322
324
  },
323
325
  {
324
326
  "type": "divider"
@@ -326,51 +328,51 @@
326
328
  {
327
329
  "children": [
328
330
  {
331
+ "type": "card",
329
332
  "children": [
330
333
  {
331
334
  "type": "typography",
332
- "variant": "caption",
333
- "content": "Chart View"
335
+ "content": "Chart View",
336
+ "variant": "caption"
334
337
  }
335
- ],
336
- "type": "card"
338
+ ]
337
339
  },
338
340
  {
339
- "type": "card",
340
341
  "children": [
341
342
  {
342
- "type": "typography",
343
343
  "variant": "caption",
344
- "content": "Graph View"
344
+ "content": "Graph View",
345
+ "type": "typography"
345
346
  }
346
- ]
347
+ ],
348
+ "type": "card"
347
349
  }
348
350
  ],
349
- "cols": 2.0,
350
351
  "type": "grid",
352
+ "cols": 2.0,
351
353
  "gap": "md"
352
354
  },
353
355
  {
354
356
  "data": [
355
357
  {
356
- "date": "Jan",
357
- "value": 12.0
358
+ "value": 12.0,
359
+ "date": "Jan"
358
360
  },
359
361
  {
360
- "value": 19.0,
361
- "date": "Feb"
362
+ "date": "Feb",
363
+ "value": 19.0
362
364
  },
363
365
  {
364
- "value": 15.0,
365
- "date": "Mar"
366
+ "date": "Mar",
367
+ "value": 15.0
366
368
  },
367
369
  {
368
370
  "date": "Apr",
369
371
  "value": 25.0
370
372
  },
371
373
  {
372
- "date": "May",
373
- "value": 22.0
374
+ "value": 22.0,
375
+ "date": "May"
374
376
  },
375
377
  {
376
378
  "value": 30.0,
@@ -387,28 +389,15 @@
387
389
  "color": "primary"
388
390
  },
389
391
  {
390
- "label": "Previous",
391
- "color": "muted"
392
+ "color": "muted",
393
+ "label": "Previous"
392
394
  }
393
395
  ]
394
396
  },
395
397
  {
396
- "nodes": [
397
- {
398
- "id": "a",
399
- "label": "Start"
400
- },
401
- {
402
- "label": "Process",
403
- "id": "b"
404
- },
405
- {
406
- "id": "c",
407
- "label": "End"
408
- }
409
- ],
410
- "type": "graph-view",
411
398
  "height": 200.0,
399
+ "type": "graph-view",
400
+ "width": 400.0,
412
401
  "edges": [
413
402
  {
414
403
  "source": "a",
@@ -419,11 +408,22 @@
419
408
  "source": "b"
420
409
  }
421
410
  ],
422
- "width": 400.0
411
+ "nodes": [
412
+ {
413
+ "label": "Start",
414
+ "id": "a"
415
+ },
416
+ {
417
+ "id": "b",
418
+ "label": "Process"
419
+ },
420
+ {
421
+ "id": "c",
422
+ "label": "End"
423
+ }
424
+ ]
423
425
  }
424
- ],
425
- "direction": "vertical",
426
- "type": "stack"
426
+ ]
427
427
  }
428
428
  ]
429
429
  }
@@ -440,8 +440,8 @@
440
440
  "DisplayItem",
441
441
  {
442
442
  "emit": {
443
- "failure": "DisplayItemLoadFailed",
444
- "success": "DisplayItemLoaded"
443
+ "success": "DisplayItemLoaded",
444
+ "failure": "DisplayItemLoadFailed"
445
445
  }
446
446
  }
447
447
  ],
@@ -451,9 +451,9 @@
451
451
  {
452
452
  "children": [
453
453
  {
454
+ "gap": "lg",
454
455
  "children": [
455
456
  {
456
- "type": "breadcrumb",
457
457
  "items": [
458
458
  {
459
459
  "label": "Home",
@@ -462,77 +462,78 @@
462
462
  {
463
463
  "label": "DisplayItems"
464
464
  }
465
- ]
465
+ ],
466
+ "type": "breadcrumb"
466
467
  },
467
468
  {
469
+ "justify": "between",
470
+ "direction": "horizontal",
468
471
  "gap": "md",
469
- "type": "stack",
470
472
  "children": [
471
473
  {
474
+ "direction": "horizontal",
472
475
  "type": "stack",
476
+ "gap": "md",
473
477
  "children": [
474
478
  {
475
- "type": "icon",
476
- "name": "bar-chart-2"
479
+ "name": "bar-chart-2",
480
+ "type": "icon"
477
481
  },
478
482
  {
479
- "variant": "h2",
480
483
  "type": "typography",
481
- "content": "DisplayItems"
484
+ "content": "DisplayItems",
485
+ "variant": "h2"
482
486
  }
483
- ],
484
- "direction": "horizontal",
485
- "gap": "md"
487
+ ]
486
488
  },
487
489
  {
488
- "icon": "refresh-cw",
489
- "action": "REFRESH",
490
- "label": "Refresh",
490
+ "variant": "secondary",
491
491
  "type": "button",
492
- "variant": "secondary"
492
+ "label": "Refresh",
493
+ "action": "REFRESH",
494
+ "icon": "refresh-cw"
493
495
  }
494
496
  ],
495
- "direction": "horizontal",
496
- "justify": "between"
497
+ "type": "stack"
497
498
  },
498
499
  {
499
500
  "type": "divider"
500
501
  },
501
502
  {
502
- "type": "box",
503
503
  "padding": "md",
504
+ "type": "box",
504
505
  "children": [
505
506
  {
506
- "cols": 3.0,
507
507
  "type": "simple-grid",
508
+ "cols": 3.0,
508
509
  "children": [
509
510
  {
511
+ "type": "card",
510
512
  "children": [
511
513
  {
514
+ "type": "stack",
515
+ "gap": "sm",
512
516
  "direction": "vertical",
513
517
  "children": [
514
518
  {
519
+ "variant": "caption",
515
520
  "type": "typography",
516
- "content": "Name",
517
- "variant": "caption"
521
+ "content": "Name"
518
522
  },
519
523
  {
524
+ "type": "typography",
520
525
  "content": "@entity.name",
521
- "variant": "h3",
522
- "type": "typography"
526
+ "variant": "h3"
523
527
  }
524
- ],
525
- "type": "stack",
526
- "gap": "sm"
528
+ ]
527
529
  }
528
- ],
529
- "type": "card"
530
+ ]
530
531
  },
531
532
  {
532
533
  "type": "card",
533
534
  "children": [
534
535
  {
535
- "type": "stack",
536
+ "direction": "vertical",
536
537
  "children": [
537
538
  {
538
539
  "variant": "caption",
@@ -540,59 +541,59 @@
540
541
  "type": "typography"
541
542
  },
542
543
  {
543
- "type": "typography",
544
544
  "variant": "h3",
545
- "content": "@entity.description"
545
+ "content": "@entity.description",
546
+ "type": "typography"
546
547
  }
547
548
  ],
548
- "direction": "vertical",
549
- "gap": "sm"
549
+ "gap": "sm",
550
+ "type": "stack"
550
551
  }
551
552
  ]
552
553
  },
553
554
  {
555
+ "type": "card",
554
556
  "children": [
555
557
  {
556
- "type": "stack",
557
558
  "direction": "vertical",
559
+ "gap": "sm",
558
560
  "children": [
559
561
  {
560
- "variant": "caption",
561
562
  "type": "typography",
562
- "content": "Status"
563
+ "content": "Status",
564
+ "variant": "caption"
563
565
  },
564
566
  {
565
- "type": "typography",
567
+ "content": "@entity.status",
566
568
  "variant": "h3",
567
- "content": "@entity.status"
569
+ "type": "typography"
568
570
  }
569
571
  ],
570
- "gap": "sm"
572
+ "type": "stack"
571
573
  }
572
- ],
573
- "type": "card"
574
+ ]
574
575
  },
575
576
  {
577
+ "type": "card",
576
578
  "children": [
577
579
  {
580
+ "gap": "sm",
578
581
  "children": [
579
582
  {
580
583
  "type": "typography",
581
- "variant": "caption",
582
- "content": "CreatedAt"
584
+ "content": "CreatedAt",
585
+ "variant": "caption"
583
586
  },
584
587
  {
585
- "type": "typography",
588
+ "variant": "h3",
586
589
  "content": "@entity.createdAt",
587
- "variant": "h3"
590
+ "type": "typography"
588
591
  }
589
592
  ],
590
593
  "type": "stack",
591
- "direction": "vertical",
592
- "gap": "sm"
594
+ "direction": "vertical"
593
595
  }
594
- ],
595
- "type": "card"
596
+ ]
596
597
  }
597
598
  ]
598
599
  }
@@ -614,29 +615,30 @@
614
615
  ]
615
616
  },
616
617
  {
617
- "type": "card",
618
618
  "children": [
619
619
  {
620
- "content": "Graph View",
621
620
  "type": "typography",
622
- "variant": "caption"
621
+ "variant": "caption",
622
+ "content": "Graph View"
623
623
  }
624
- ]
624
+ ],
625
+ "type": "card"
625
626
  }
626
627
  ],
627
- "cols": 2.0,
628
+ "type": "grid",
628
629
  "gap": "md",
629
- "type": "grid"
630
+ "cols": 2.0
630
631
  },
631
632
  {
633
+ "type": "line-chart",
632
634
  "data": [
633
635
  {
634
636
  "date": "Jan",
635
637
  "value": 12.0
636
638
  },
637
639
  {
638
- "date": "Feb",
639
- "value": 19.0
640
+ "value": 19.0,
641
+ "date": "Feb"
640
642
  },
641
643
  {
642
644
  "date": "Mar",
@@ -651,11 +653,10 @@
651
653
  "date": "May"
652
654
  },
653
655
  {
654
- "value": 30.0,
655
- "date": "Jun"
656
+ "date": "Jun",
657
+ "value": 30.0
656
658
  }
657
- ],
658
- "type": "line-chart"
659
+ ]
659
660
  },
660
661
  {
661
662
  "type": "chart-legend",
@@ -671,6 +672,7 @@
671
672
  ]
672
673
  },
673
674
  {
675
+ "type": "graph-view",
674
676
  "nodes": [
675
677
  {
676
678
  "id": "a",
@@ -685,7 +687,7 @@
685
687
  "id": "c"
686
688
  }
687
689
  ],
688
- "type": "graph-view",
690
+ "width": 400.0,
689
691
  "height": 200.0,
690
692
  "edges": [
691
693
  {
@@ -693,16 +695,14 @@
693
695
  "target": "b"
694
696
  },
695
697
  {
696
- "target": "c",
697
- "source": "b"
698
+ "source": "b",
699
+ "target": "c"
698
700
  }
699
- ],
700
- "width": 400.0
701
+ ]
701
702
  }
702
703
  ],
703
- "direction": "vertical",
704
- "gap": "lg",
705
- "type": "stack"
704
+ "type": "stack",
705
+ "direction": "vertical"
706
706
  }
707
707
  ],
708
708
  "type": "scaled-diagram"
@@ -720,8 +720,8 @@
720
720
  "DisplayItem",
721
721
  {
722
722
  "emit": {
723
- "success": "DisplayItemLoaded",
724
- "failure": "DisplayItemLoadFailed"
723
+ "failure": "DisplayItemLoadFailed",
724
+ "success": "DisplayItemLoaded"
725
725
  }
726
726
  }
727
727
  ],
@@ -729,53 +729,54 @@
729
729
  "render-ui",
730
730
  "main",
731
731
  {
732
- "type": "scaled-diagram",
733
732
  "children": [
734
733
  {
734
+ "gap": "lg",
735
735
  "direction": "vertical",
736
+ "type": "stack",
736
737
  "children": [
737
738
  {
739
+ "type": "breadcrumb",
738
740
  "items": [
739
741
  {
740
- "href": "/",
741
- "label": "Home"
742
+ "label": "Home",
743
+ "href": "/"
742
744
  },
743
745
  {
744
746
  "label": "DisplayItems"
745
747
  }
746
- ],
747
- "type": "breadcrumb"
748
+ ]
748
749
  },
749
750
  {
750
- "justify": "between",
751
751
  "children": [
752
752
  {
753
- "type": "stack",
754
- "gap": "md",
755
- "direction": "horizontal",
756
753
  "children": [
757
754
  {
758
- "name": "bar-chart-2",
759
- "type": "icon"
755
+ "type": "icon",
756
+ "name": "bar-chart-2"
760
757
  },
761
758
  {
762
- "variant": "h2",
763
759
  "type": "typography",
764
- "content": "DisplayItems"
760
+ "content": "DisplayItems",
761
+ "variant": "h2"
765
762
  }
766
- ]
763
+ ],
764
+ "gap": "md",
765
+ "type": "stack",
766
+ "direction": "horizontal"
767
767
  },
768
768
  {
769
769
  "type": "button",
770
- "icon": "refresh-cw",
771
- "label": "Refresh",
770
+ "variant": "secondary",
772
771
  "action": "REFRESH",
773
- "variant": "secondary"
772
+ "label": "Refresh",
773
+ "icon": "refresh-cw"
774
774
  }
775
775
  ],
776
- "gap": "md",
777
776
  "direction": "horizontal",
778
- "type": "stack"
777
+ "type": "stack",
778
+ "gap": "md",
779
+ "justify": "between"
779
780
  },
780
781
  {
781
782
  "type": "divider"
@@ -783,12 +784,13 @@
783
784
  {
784
785
  "children": [
785
786
  {
787
+ "type": "simple-grid",
788
+ "cols": 3.0,
786
789
  "children": [
787
790
  {
788
- "type": "card",
789
791
  "children": [
790
792
  {
791
- "gap": "sm",
793
+ "type": "stack",
792
794
  "direction": "vertical",
793
795
  "children": [
794
796
  {
@@ -797,41 +799,44 @@
797
799
  "variant": "caption"
798
800
  },
799
801
  {
802
+ "type": "typography",
800
803
  "variant": "h3",
801
- "content": "@entity.name",
802
- "type": "typography"
804
+ "content": "@entity.name"
803
805
  }
804
806
  ],
805
- "type": "stack"
807
+ "gap": "sm"
806
808
  }
807
- ]
809
+ ],
810
+ "type": "card"
808
811
  },
809
812
  {
813
+ "type": "card",
810
814
  "children": [
811
815
  {
812
- "type": "stack",
816
+ "direction": "vertical",
817
+ "gap": "sm",
813
818
  "children": [
814
819
  {
815
820
  "variant": "caption",
816
- "content": "Description",
817
- "type": "typography"
821
+ "type": "typography",
822
+ "content": "Description"
818
823
  },
819
824
  {
820
- "content": "@entity.description",
821
825
  "type": "typography",
822
- "variant": "h3"
826
+ "variant": "h3",
827
+ "content": "@entity.description"
823
828
  }
824
829
  ],
825
- "gap": "sm",
826
- "direction": "vertical"
830
+ "type": "stack"
827
831
  }
828
- ],
829
- "type": "card"
832
+ ]
830
833
  },
831
834
  {
835
+ "type": "card",
832
836
  "children": [
833
837
  {
834
838
  "direction": "vertical",
839
+ "type": "stack",
835
840
  "gap": "sm",
836
841
  "children": [
837
842
  {
@@ -840,73 +845,69 @@
840
845
  "content": "Status"
841
846
  },
842
847
  {
843
- "content": "@entity.status",
848
+ "type": "typography",
844
849
  "variant": "h3",
845
- "type": "typography"
850
+ "content": "@entity.status"
846
851
  }
847
- ],
848
- "type": "stack"
852
+ ]
849
853
  }
850
- ],
851
- "type": "card"
854
+ ]
852
855
  },
853
856
  {
854
857
  "type": "card",
855
858
  "children": [
856
859
  {
860
+ "direction": "vertical",
861
+ "gap": "sm",
862
+ "type": "stack",
857
863
  "children": [
858
864
  {
859
- "type": "typography",
860
865
  "variant": "caption",
861
- "content": "CreatedAt"
866
+ "content": "CreatedAt",
867
+ "type": "typography"
862
868
  },
863
869
  {
870
+ "content": "@entity.createdAt",
864
871
  "type": "typography",
865
- "variant": "h3",
866
- "content": "@entity.createdAt"
872
+ "variant": "h3"
867
873
  }
868
- ],
869
- "type": "stack",
870
- "direction": "vertical",
871
- "gap": "sm"
874
+ ]
872
875
  }
873
876
  ]
874
877
  }
875
- ],
876
- "type": "simple-grid",
877
- "cols": 3.0
878
+ ]
878
879
  }
879
880
  ],
880
- "type": "box",
881
- "padding": "md"
881
+ "padding": "md",
882
+ "type": "box"
882
883
  },
883
884
  {
884
885
  "type": "divider"
885
886
  },
886
887
  {
887
- "gap": "md",
888
- "type": "grid",
889
888
  "cols": 2.0,
889
+ "type": "grid",
890
+ "gap": "md",
890
891
  "children": [
891
892
  {
893
+ "type": "card",
892
894
  "children": [
893
895
  {
894
- "type": "typography",
895
896
  "variant": "caption",
896
- "content": "Chart View"
897
+ "content": "Chart View",
898
+ "type": "typography"
897
899
  }
898
- ],
899
- "type": "card"
900
+ ]
900
901
  },
901
902
  {
902
- "type": "card",
903
903
  "children": [
904
904
  {
905
- "type": "typography",
906
905
  "variant": "caption",
907
- "content": "Graph View"
906
+ "content": "Graph View",
907
+ "type": "typography"
908
908
  }
909
- ]
909
+ ],
910
+ "type": "card"
910
911
  }
911
912
  ]
912
913
  },
@@ -922,20 +923,20 @@
922
923
  "date": "Feb"
923
924
  },
924
925
  {
925
- "value": 15.0,
926
- "date": "Mar"
926
+ "date": "Mar",
927
+ "value": 15.0
927
928
  },
928
929
  {
929
- "value": 25.0,
930
- "date": "Apr"
930
+ "date": "Apr",
931
+ "value": 25.0
931
932
  },
932
933
  {
933
934
  "date": "May",
934
935
  "value": 22.0
935
936
  },
936
937
  {
937
- "value": 30.0,
938
- "date": "Jun"
938
+ "date": "Jun",
939
+ "value": 30.0
939
940
  }
940
941
  ]
941
942
  },
@@ -943,8 +944,8 @@
943
944
  "type": "chart-legend",
944
945
  "items": [
945
946
  {
946
- "color": "primary",
947
- "label": "Current"
947
+ "label": "Current",
948
+ "color": "primary"
948
949
  },
949
950
  {
950
951
  "color": "muted",
@@ -955,37 +956,36 @@
955
956
  {
956
957
  "nodes": [
957
958
  {
958
- "label": "Start",
959
- "id": "a"
959
+ "id": "a",
960
+ "label": "Start"
960
961
  },
961
962
  {
962
963
  "id": "b",
963
964
  "label": "Process"
964
965
  },
965
966
  {
966
- "id": "c",
967
- "label": "End"
967
+ "label": "End",
968
+ "id": "c"
968
969
  }
969
970
  ],
970
971
  "type": "graph-view",
972
+ "width": 400.0,
971
973
  "edges": [
972
974
  {
973
975
  "target": "b",
974
976
  "source": "a"
975
977
  },
976
978
  {
977
- "target": "c",
978
- "source": "b"
979
+ "source": "b",
980
+ "target": "c"
979
981
  }
980
982
  ],
981
- "height": 200.0,
982
- "width": 400.0
983
+ "height": 200.0
983
984
  }
984
- ],
985
- "type": "stack",
986
- "gap": "lg"
985
+ ]
987
986
  }
988
- ]
987
+ ],
988
+ "type": "scaled-diagram"
989
989
  }
990
990
  ]
991
991
  ]
@@ -1000,8 +1000,8 @@
1000
1000
  "DisplayItem",
1001
1001
  {
1002
1002
  "emit": {
1003
- "failure": "DisplayItemLoadFailed",
1004
- "success": "DisplayItemLoaded"
1003
+ "success": "DisplayItemLoaded",
1004
+ "failure": "DisplayItemLoadFailed"
1005
1005
  }
1006
1006
  }
1007
1007
  ],
@@ -1009,14 +1009,13 @@
1009
1009
  "render-ui",
1010
1010
  "main",
1011
1011
  {
1012
- "type": "scaled-diagram",
1013
1012
  "children": [
1014
1013
  {
1015
- "gap": "lg",
1016
1014
  "type": "stack",
1017
1015
  "direction": "vertical",
1018
1016
  "children": [
1019
1017
  {
1018
+ "type": "breadcrumb",
1020
1019
  "items": [
1021
1020
  {
1022
1021
  "label": "Home",
@@ -1025,10 +1024,11 @@
1025
1024
  {
1026
1025
  "label": "DisplayItems"
1027
1026
  }
1028
- ],
1029
- "type": "breadcrumb"
1027
+ ]
1030
1028
  },
1031
1029
  {
1030
+ "gap": "md",
1031
+ "type": "stack",
1032
1032
  "direction": "horizontal",
1033
1033
  "children": [
1034
1034
  {
@@ -1038,66 +1038,63 @@
1038
1038
  "name": "bar-chart-2"
1039
1039
  },
1040
1040
  {
1041
- "content": "DisplayItems",
1041
+ "variant": "h2",
1042
1042
  "type": "typography",
1043
- "variant": "h2"
1043
+ "content": "DisplayItems"
1044
1044
  }
1045
1045
  ],
1046
- "direction": "horizontal",
1046
+ "gap": "md",
1047
1047
  "type": "stack",
1048
- "gap": "md"
1048
+ "direction": "horizontal"
1049
1049
  },
1050
1050
  {
1051
- "type": "button",
1052
1051
  "label": "Refresh",
1053
- "variant": "secondary",
1052
+ "type": "button",
1054
1053
  "action": "REFRESH",
1054
+ "variant": "secondary",
1055
1055
  "icon": "refresh-cw"
1056
1056
  }
1057
1057
  ],
1058
- "gap": "md",
1059
- "type": "stack",
1060
1058
  "justify": "between"
1061
1059
  },
1062
1060
  {
1063
1061
  "type": "divider"
1064
1062
  },
1065
1063
  {
1066
- "type": "box",
1067
1064
  "padding": "md",
1065
+ "type": "box",
1068
1066
  "children": [
1069
1067
  {
1070
- "cols": 3.0,
1071
1068
  "children": [
1072
1069
  {
1070
+ "type": "card",
1073
1071
  "children": [
1074
1072
  {
1073
+ "gap": "sm",
1074
+ "direction": "vertical",
1075
+ "type": "stack",
1075
1076
  "children": [
1076
1077
  {
1077
- "variant": "caption",
1078
1078
  "type": "typography",
1079
+ "variant": "caption",
1079
1080
  "content": "Name"
1080
1081
  },
1081
1082
  {
1083
+ "variant": "h3",
1082
1084
  "content": "@entity.name",
1083
- "type": "typography",
1084
- "variant": "h3"
1085
+ "type": "typography"
1085
1086
  }
1086
- ],
1087
- "type": "stack",
1088
- "direction": "vertical",
1089
- "gap": "sm"
1087
+ ]
1090
1088
  }
1091
- ],
1092
- "type": "card"
1089
+ ]
1093
1090
  },
1094
1091
  {
1095
1092
  "type": "card",
1096
1093
  "children": [
1097
1094
  {
1098
1095
  "direction": "vertical",
1099
- "type": "stack",
1100
1096
  "gap": "sm",
1097
+ "type": "stack",
1101
1098
  "children": [
1102
1099
  {
1103
1100
  "type": "typography",
@@ -1105,59 +1102,60 @@
1105
1102
  "content": "Description"
1106
1103
  },
1107
1104
  {
1108
- "content": "@entity.description",
1105
+ "variant": "h3",
1109
1106
  "type": "typography",
1110
- "variant": "h3"
1107
+ "content": "@entity.description"
1111
1108
  }
1112
1109
  ]
1113
1110
  }
1114
1111
  ]
1115
1112
  },
1116
1113
  {
1117
- "type": "card",
1118
1114
  "children": [
1119
1115
  {
1120
1116
  "type": "stack",
1121
- "gap": "sm",
1122
1117
  "direction": "vertical",
1118
+ "gap": "sm",
1123
1119
  "children": [
1124
1120
  {
1125
- "content": "Status",
1126
1121
  "type": "typography",
1127
- "variant": "caption"
1122
+ "variant": "caption",
1123
+ "content": "Status"
1128
1124
  },
1129
1125
  {
1130
- "content": "@entity.status",
1126
+ "type": "typography",
1131
1127
  "variant": "h3",
1132
- "type": "typography"
1128
+ "content": "@entity.status"
1133
1129
  }
1134
1130
  ]
1135
1131
  }
1136
- ]
1132
+ ],
1133
+ "type": "card"
1137
1134
  },
1138
1135
  {
1139
1136
  "children": [
1140
1137
  {
1141
- "gap": "sm",
1142
1138
  "type": "stack",
1143
- "direction": "vertical",
1139
+ "gap": "sm",
1144
1140
  "children": [
1145
1141
  {
1146
1142
  "variant": "caption",
1147
- "content": "CreatedAt",
1148
- "type": "typography"
1143
+ "type": "typography",
1144
+ "content": "CreatedAt"
1149
1145
  },
1150
1146
  {
1151
- "type": "typography",
1152
1147
  "variant": "h3",
1148
+ "type": "typography",
1153
1149
  "content": "@entity.createdAt"
1154
1150
  }
1155
- ]
1151
+ ],
1152
+ "direction": "vertical"
1156
1153
  }
1157
1154
  ],
1158
1155
  "type": "card"
1159
1156
  }
1160
1157
  ],
1158
+ "cols": 3.0,
1161
1159
  "type": "simple-grid"
1162
1160
  }
1163
1161
  ]
@@ -1166,6 +1164,8 @@
1166
1164
  "type": "divider"
1167
1165
  },
1168
1166
  {
1167
+ "gap": "md",
1168
+ "type": "grid",
1169
1169
  "children": [
1170
1170
  {
1171
1171
  "children": [
@@ -1178,33 +1178,32 @@
1178
1178
  "type": "card"
1179
1179
  },
1180
1180
  {
1181
- "type": "card",
1182
1181
  "children": [
1183
1182
  {
1184
- "content": "Graph View",
1183
+ "type": "typography",
1185
1184
  "variant": "caption",
1186
- "type": "typography"
1185
+ "content": "Graph View"
1187
1186
  }
1188
- ]
1187
+ ],
1188
+ "type": "card"
1189
1189
  }
1190
1190
  ],
1191
- "cols": 2.0,
1192
- "gap": "md",
1193
- "type": "grid"
1191
+ "cols": 2.0
1194
1192
  },
1195
1193
  {
1194
+ "type": "line-chart",
1196
1195
  "data": [
1197
1196
  {
1198
- "date": "Jan",
1199
- "value": 12.0
1197
+ "value": 12.0,
1198
+ "date": "Jan"
1200
1199
  },
1201
1200
  {
1202
1201
  "value": 19.0,
1203
1202
  "date": "Feb"
1204
1203
  },
1205
1204
  {
1206
- "value": 15.0,
1207
- "date": "Mar"
1205
+ "date": "Mar",
1206
+ "value": 15.0
1208
1207
  },
1209
1208
  {
1210
1209
  "date": "Apr",
@@ -1215,37 +1214,35 @@
1215
1214
  "value": 22.0
1216
1215
  },
1217
1216
  {
1218
- "value": 30.0,
1219
- "date": "Jun"
1217
+ "date": "Jun",
1218
+ "value": 30.0
1220
1219
  }
1221
- ],
1222
- "type": "line-chart"
1220
+ ]
1223
1221
  },
1224
1222
  {
1225
1223
  "type": "chart-legend",
1226
1224
  "items": [
1227
1225
  {
1228
- "label": "Current",
1229
- "color": "primary"
1226
+ "color": "primary",
1227
+ "label": "Current"
1230
1228
  },
1231
1229
  {
1232
- "label": "Previous",
1233
- "color": "muted"
1230
+ "color": "muted",
1231
+ "label": "Previous"
1234
1232
  }
1235
1233
  ]
1236
1234
  },
1237
1235
  {
1238
- "type": "graph-view",
1239
- "height": 200.0,
1240
1236
  "width": 400.0,
1237
+ "type": "graph-view",
1241
1238
  "nodes": [
1242
1239
  {
1243
- "label": "Start",
1244
- "id": "a"
1240
+ "id": "a",
1241
+ "label": "Start"
1245
1242
  },
1246
1243
  {
1247
- "label": "Process",
1248
- "id": "b"
1244
+ "id": "b",
1245
+ "label": "Process"
1249
1246
  },
1250
1247
  {
1251
1248
  "label": "End",
@@ -1261,11 +1258,14 @@
1261
1258
  "source": "b",
1262
1259
  "target": "c"
1263
1260
  }
1264
- ]
1261
+ ],
1262
+ "height": 200.0
1265
1263
  }
1266
- ]
1264
+ ],
1265
+ "gap": "lg"
1267
1266
  }
1268
- ]
1267
+ ],
1268
+ "type": "scaled-diagram"
1269
1269
  }
1270
1270
  ]
1271
1271
  ]
@@ -1291,11 +1291,9 @@
1291
1291
  {
1292
1292
  "children": [
1293
1293
  {
1294
- "type": "stack",
1295
1294
  "direction": "vertical",
1296
1295
  "children": [
1297
1296
  {
1298
- "type": "breadcrumb",
1299
1297
  "items": [
1300
1298
  {
1301
1299
  "href": "/",
@@ -1304,71 +1302,70 @@
1304
1302
  {
1305
1303
  "label": "DisplayItems"
1306
1304
  }
1307
- ]
1305
+ ],
1306
+ "type": "breadcrumb"
1308
1307
  },
1309
1308
  {
1310
- "direction": "horizontal",
1311
1309
  "justify": "between",
1312
- "type": "stack",
1313
- "gap": "md",
1314
1310
  "children": [
1315
1311
  {
1316
- "gap": "md",
1317
- "direction": "horizontal",
1318
- "type": "stack",
1319
1312
  "children": [
1320
1313
  {
1321
- "type": "icon",
1322
- "name": "bar-chart-2"
1314
+ "name": "bar-chart-2",
1315
+ "type": "icon"
1323
1316
  },
1324
1317
  {
1325
1318
  "type": "typography",
1326
1319
  "content": "DisplayItems",
1327
1320
  "variant": "h2"
1328
1321
  }
1329
- ]
1322
+ ],
1323
+ "direction": "horizontal",
1324
+ "gap": "md",
1325
+ "type": "stack"
1330
1326
  },
1331
1327
  {
1328
+ "action": "REFRESH",
1332
1329
  "label": "Refresh",
1333
- "variant": "secondary",
1334
- "type": "button",
1335
1330
  "icon": "refresh-cw",
1336
- "action": "REFRESH"
1331
+ "variant": "secondary",
1332
+ "type": "button"
1337
1333
  }
1338
- ]
1334
+ ],
1335
+ "gap": "md",
1336
+ "direction": "horizontal",
1337
+ "type": "stack"
1339
1338
  },
1340
1339
  {
1341
1340
  "type": "divider"
1342
1341
  },
1343
1342
  {
1344
- "padding": "md",
1345
1343
  "type": "box",
1344
+ "padding": "md",
1346
1345
  "children": [
1347
1346
  {
1348
- "type": "simple-grid",
1349
- "cols": 3.0,
1350
1347
  "children": [
1351
1348
  {
1352
- "type": "card",
1353
1349
  "children": [
1354
1350
  {
1355
- "gap": "sm",
1356
1351
  "type": "stack",
1357
1352
  "direction": "vertical",
1358
1353
  "children": [
1359
1354
  {
1360
1355
  "type": "typography",
1361
- "variant": "caption",
1362
- "content": "Name"
1356
+ "content": "Name",
1357
+ "variant": "caption"
1363
1358
  },
1364
1359
  {
1360
+ "type": "typography",
1365
1361
  "variant": "h3",
1366
- "content": "@entity.name",
1367
- "type": "typography"
1362
+ "content": "@entity.name"
1368
1363
  }
1369
- ]
1364
+ ],
1365
+ "gap": "sm"
1370
1366
  }
1371
- ]
1367
+ ],
1368
+ "type": "card"
1372
1369
  },
1373
1370
  {
1374
1371
  "children": [
@@ -1378,14 +1375,14 @@
1378
1375
  "gap": "sm",
1379
1376
  "children": [
1380
1377
  {
1381
- "content": "Description",
1382
1378
  "variant": "caption",
1383
- "type": "typography"
1379
+ "type": "typography",
1380
+ "content": "Description"
1384
1381
  },
1385
1382
  {
1386
- "content": "@entity.description",
1383
+ "type": "typography",
1387
1384
  "variant": "h3",
1388
- "type": "typography"
1385
+ "content": "@entity.description"
1389
1386
  }
1390
1387
  ]
1391
1388
  }
@@ -1396,20 +1393,20 @@
1396
1393
  "type": "card",
1397
1394
  "children": [
1398
1395
  {
1399
- "type": "stack",
1400
1396
  "children": [
1401
1397
  {
1402
- "type": "typography",
1403
1398
  "variant": "caption",
1404
- "content": "Status"
1399
+ "content": "Status",
1400
+ "type": "typography"
1405
1401
  },
1406
1402
  {
1403
+ "type": "typography",
1407
1404
  "variant": "h3",
1408
- "content": "@entity.status",
1409
- "type": "typography"
1405
+ "content": "@entity.status"
1410
1406
  }
1411
1407
  ],
1412
1408
  "direction": "vertical",
1409
+ "type": "stack",
1413
1410
  "gap": "sm"
1414
1411
  }
1415
1412
  ]
@@ -1418,25 +1415,27 @@
1418
1415
  "type": "card",
1419
1416
  "children": [
1420
1417
  {
1421
- "type": "stack",
1418
+ "gap": "sm",
1422
1419
  "direction": "vertical",
1423
1420
  "children": [
1424
1421
  {
1425
- "content": "CreatedAt",
1426
1422
  "variant": "caption",
1427
- "type": "typography"
1423
+ "type": "typography",
1424
+ "content": "CreatedAt"
1428
1425
  },
1429
1426
  {
1430
- "content": "@entity.createdAt",
1427
+ "type": "typography",
1431
1428
  "variant": "h3",
1432
- "type": "typography"
1429
+ "content": "@entity.createdAt"
1433
1430
  }
1434
1431
  ],
1435
- "gap": "sm"
1432
+ "type": "stack"
1436
1433
  }
1437
1434
  ]
1438
1435
  }
1439
- ]
1436
+ ],
1437
+ "cols": 3.0,
1438
+ "type": "simple-grid"
1440
1439
  }
1441
1440
  ]
1442
1441
  },
@@ -1444,15 +1443,15 @@
1444
1443
  "type": "divider"
1445
1444
  },
1446
1445
  {
1447
- "gap": "md",
1448
1446
  "cols": 2.0,
1449
1447
  "type": "grid",
1448
+ "gap": "md",
1450
1449
  "children": [
1451
1450
  {
1452
1451
  "children": [
1453
1452
  {
1454
- "variant": "caption",
1455
1453
  "content": "Chart View",
1454
+ "variant": "caption",
1456
1455
  "type": "typography"
1457
1456
  }
1458
1457
  ],
@@ -1461,9 +1460,9 @@
1461
1460
  {
1462
1461
  "children": [
1463
1462
  {
1464
- "variant": "caption",
1465
1463
  "type": "typography",
1466
- "content": "Graph View"
1464
+ "content": "Graph View",
1465
+ "variant": "caption"
1467
1466
  }
1468
1467
  ],
1469
1468
  "type": "card"
@@ -1471,7 +1470,6 @@
1471
1470
  ]
1472
1471
  },
1473
1472
  {
1474
- "type": "line-chart",
1475
1473
  "data": [
1476
1474
  {
1477
1475
  "date": "Jan",
@@ -1497,13 +1495,14 @@
1497
1495
  "date": "Jun",
1498
1496
  "value": 30.0
1499
1497
  }
1500
- ]
1498
+ ],
1499
+ "type": "line-chart"
1501
1500
  },
1502
1501
  {
1503
1502
  "items": [
1504
1503
  {
1505
- "color": "primary",
1506
- "label": "Current"
1504
+ "label": "Current",
1505
+ "color": "primary"
1507
1506
  },
1508
1507
  {
1509
1508
  "label": "Previous",
@@ -1513,6 +1512,16 @@
1513
1512
  "type": "chart-legend"
1514
1513
  },
1515
1514
  {
1515
+ "edges": [
1516
+ {
1517
+ "source": "a",
1518
+ "target": "b"
1519
+ },
1520
+ {
1521
+ "source": "b",
1522
+ "target": "c"
1523
+ }
1524
+ ],
1516
1525
  "nodes": [
1517
1526
  {
1518
1527
  "label": "Start",
@@ -1523,18 +1532,8 @@
1523
1532
  "id": "b"
1524
1533
  },
1525
1534
  {
1526
- "id": "c",
1527
- "label": "End"
1528
- }
1529
- ],
1530
- "edges": [
1531
- {
1532
- "source": "a",
1533
- "target": "b"
1534
- },
1535
- {
1536
- "target": "c",
1537
- "source": "b"
1535
+ "label": "End",
1536
+ "id": "c"
1538
1537
  }
1539
1538
  ],
1540
1539
  "width": 400.0,
@@ -1542,6 +1541,7 @@
1542
1541
  "type": "graph-view"
1543
1542
  }
1544
1543
  ],
1544
+ "type": "stack",
1545
1545
  "gap": "lg"
1546
1546
  }
1547
1547
  ],
@@ -1568,4 +1568,4 @@
1568
1568
  ]
1569
1569
  }
1570
1570
  ]
1571
- }
1571
+ }