@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
@@ -78,7 +78,7 @@
78
78
  "event": "ServiceOauthLoaded",
79
79
  "description": "Fired when ServiceOauth finishes loading",
80
80
  "scope": "internal",
81
- "payload": [
81
+ "payloadSchema": [
82
82
  {
83
83
  "name": "id",
84
84
  "type": "string",
@@ -130,7 +130,7 @@
130
130
  "event": "ServiceOauthLoadFailed",
131
131
  "description": "Fired when ServiceOauth fails to load",
132
132
  "scope": "internal",
133
- "payload": [
133
+ "payloadSchema": [
134
134
  {
135
135
  "name": "message",
136
136
  "type": "string"
@@ -140,7 +140,7 @@
140
140
  {
141
141
  "event": "ServiceOauthOauthCompleted",
142
142
  "scope": "internal",
143
- "payload": [
143
+ "payloadSchema": [
144
144
  {
145
145
  "name": "result",
146
146
  "type": "object"
@@ -150,7 +150,7 @@
150
150
  {
151
151
  "event": "ServiceOauthOauthFailed",
152
152
  "scope": "internal",
153
- "payload": [
153
+ "payloadSchema": [
154
154
  {
155
155
  "name": "error",
156
156
  "type": "string"
@@ -193,7 +193,7 @@
193
193
  {
194
194
  "key": "AUTH_URL_RECEIVED",
195
195
  "name": "Auth Url Received",
196
- "payload": [
196
+ "payloadSchema": [
197
197
  {
198
198
  "name": "authUrl",
199
199
  "type": "string",
@@ -204,7 +204,7 @@
204
204
  {
205
205
  "key": "CALLBACK",
206
206
  "name": "Callback",
207
- "payload": [
207
+ "payloadSchema": [
208
208
  {
209
209
  "name": "code",
210
210
  "type": "string",
@@ -215,7 +215,7 @@
215
215
  {
216
216
  "key": "FAILED",
217
217
  "name": "Failed",
218
- "payload": [
218
+ "payloadSchema": [
219
219
  {
220
220
  "name": "error",
221
221
  "type": "string",
@@ -226,7 +226,7 @@
226
226
  {
227
227
  "key": "TOKEN_RECEIVED",
228
228
  "name": "Token Received",
229
- "payload": [
229
+ "payloadSchema": [
230
230
  {
231
231
  "name": "accessToken",
232
232
  "type": "string",
@@ -250,7 +250,7 @@
250
250
  {
251
251
  "key": "TOKEN_REFRESHED",
252
252
  "name": "Token Refreshed",
253
- "payload": [
253
+ "payloadSchema": [
254
254
  {
255
255
  "name": "accessToken",
256
256
  "type": "string",
@@ -265,7 +265,7 @@
265
265
  {
266
266
  "key": "ServiceOauthLoaded",
267
267
  "name": "ServiceOauth loaded",
268
- "payload": [
268
+ "payloadSchema": [
269
269
  {
270
270
  "name": "id",
271
271
  "type": "string",
@@ -316,7 +316,7 @@
316
316
  {
317
317
  "key": "ServiceOauthLoadFailed",
318
318
  "name": "ServiceOauth load failed",
319
- "payload": [
319
+ "payloadSchema": [
320
320
  {
321
321
  "name": "message",
322
322
  "type": "string"
@@ -326,7 +326,7 @@
326
326
  {
327
327
  "key": "ServiceOauthOauthCompleted",
328
328
  "name": "ServiceOauth oauth completed",
329
- "payload": [
329
+ "payloadSchema": [
330
330
  {
331
331
  "name": "result",
332
332
  "type": "object"
@@ -336,7 +336,7 @@
336
336
  {
337
337
  "key": "ServiceOauthOauthFailed",
338
338
  "name": "ServiceOauth oauth failed",
339
- "payload": [
339
+ "payloadSchema": [
340
340
  {
341
341
  "name": "error",
342
342
  "type": "string"
@@ -370,12 +370,11 @@
370
370
  {
371
371
  "gap": "lg",
372
372
  "direction": "vertical",
373
- "type": "stack",
374
373
  "align": "center",
374
+ "type": "stack",
375
375
  "children": [
376
376
  {
377
377
  "type": "stack",
378
- "gap": "md",
379
378
  "align": "center",
380
379
  "children": [
381
380
  {
@@ -383,11 +382,12 @@
383
382
  "type": "icon"
384
383
  },
385
384
  {
385
+ "variant": "h2",
386
386
  "content": "Sign In",
387
- "type": "typography",
388
- "variant": "h2"
387
+ "type": "typography"
389
388
  }
390
389
  ],
390
+ "gap": "md",
391
391
  "direction": "horizontal"
392
392
  },
393
393
  {
@@ -400,8 +400,8 @@
400
400
  "label": "Google"
401
401
  },
402
402
  {
403
- "label": "GitHub",
404
- "value": "github"
403
+ "value": "github",
404
+ "label": "GitHub"
405
405
  },
406
406
  {
407
407
  "label": "Microsoft",
@@ -411,11 +411,11 @@
411
411
  "type": "select"
412
412
  },
413
413
  {
414
+ "type": "button",
415
+ "variant": "primary",
414
416
  "label": "Login",
415
- "action": "LOGIN",
416
417
  "icon": "log-in",
417
- "type": "button",
418
- "variant": "primary"
418
+ "action": "LOGIN"
419
419
  }
420
420
  ]
421
421
  }
@@ -431,9 +431,9 @@
431
431
  "render-ui",
432
432
  "main",
433
433
  {
434
- "message": "Redirecting to provider for authorization.",
434
+ "title": "Authorizing...",
435
435
  "type": "loading-state",
436
- "title": "Authorizing..."
436
+ "message": "Redirecting to provider for authorization."
437
437
  }
438
438
  ],
439
439
  [
@@ -441,16 +441,16 @@
441
441
  "oauth",
442
442
  "authorize",
443
443
  {
444
+ "provider": "@entity.provider",
444
445
  "scopes": [
445
446
  "openid",
446
447
  "email"
447
- ],
448
- "provider": "@entity.provider"
448
+ ]
449
449
  },
450
450
  {
451
451
  "emit": {
452
- "failure": "ServiceOauthOauthFailed",
453
- "success": "ServiceOauthOauthCompleted"
452
+ "success": "ServiceOauthOauthCompleted",
453
+ "failure": "ServiceOauthOauthFailed"
454
454
  }
455
455
  }
456
456
  ]
@@ -470,37 +470,37 @@
470
470
  "render-ui",
471
471
  "main",
472
472
  {
473
- "direction": "vertical",
474
473
  "align": "center",
474
+ "gap": "lg",
475
+ "direction": "vertical",
475
476
  "children": [
476
477
  {
477
- "name": "external-link",
478
- "type": "icon"
478
+ "type": "icon",
479
+ "name": "external-link"
479
480
  },
480
481
  {
481
- "type": "typography",
482
+ "content": "Authorization Required",
482
483
  "variant": "h2",
483
- "content": "Authorization Required"
484
+ "type": "typography"
484
485
  },
485
486
  {
487
+ "variant": "body",
486
488
  "color": "muted",
487
489
  "type": "typography",
488
- "content": "@entity.authUrl",
489
- "variant": "body"
490
+ "content": "@entity.authUrl"
490
491
  },
491
492
  {
492
493
  "type": "input",
493
494
  "placeholder": "Paste authorization code here"
494
495
  },
495
496
  {
496
- "icon": "check",
497
497
  "type": "button",
498
+ "variant": "primary",
499
+ "icon": "check",
498
500
  "label": "Submit",
499
- "action": "CALLBACK",
500
- "variant": "primary"
501
+ "action": "CALLBACK"
501
502
  }
502
503
  ],
503
- "gap": "lg",
504
504
  "type": "stack"
505
505
  }
506
506
  ]
@@ -520,8 +520,8 @@
520
520
  },
521
521
  {
522
522
  "emit": {
523
- "failure": "ServiceOauthOauthFailed",
524
- "success": "ServiceOauthOauthCompleted"
523
+ "success": "ServiceOauthOauthCompleted",
524
+ "failure": "ServiceOauthOauthFailed"
525
525
  }
526
526
  }
527
527
  ],
@@ -529,43 +529,43 @@
529
529
  "render-ui",
530
530
  "main",
531
531
  {
532
- "gap": "lg",
533
532
  "direction": "vertical",
533
+ "type": "stack",
534
+ "align": "center",
534
535
  "children": [
535
536
  {
536
- "type": "icon",
537
- "name": "check-circle"
537
+ "name": "check-circle",
538
+ "type": "icon"
538
539
  },
539
540
  {
541
+ "type": "alert",
540
542
  "variant": "success",
541
- "message": "Authenticated successfully",
542
- "type": "alert"
543
+ "message": "Authenticated successfully"
543
544
  },
544
545
  {
545
- "justify": "center",
546
546
  "type": "stack",
547
+ "direction": "horizontal",
547
548
  "gap": "sm",
549
+ "justify": "center",
548
550
  "children": [
549
551
  {
550
- "type": "button",
551
- "icon": "refresh-cw",
552
552
  "action": "REFRESH",
553
553
  "label": "Refresh Token",
554
- "variant": "ghost"
554
+ "variant": "ghost",
555
+ "type": "button",
556
+ "icon": "refresh-cw"
555
557
  },
556
558
  {
559
+ "icon": "log-out",
557
560
  "type": "button",
558
- "label": "Logout",
559
- "action": "LOGOUT",
560
561
  "variant": "ghost",
561
- "icon": "log-out"
562
+ "action": "LOGOUT",
563
+ "label": "Logout"
562
564
  }
563
- ],
564
- "direction": "horizontal"
565
+ ]
565
566
  }
566
567
  ],
567
- "type": "stack",
568
- "align": "center"
568
+ "gap": "lg"
569
569
  }
570
570
  ]
571
571
  ]
@@ -585,24 +585,24 @@
585
585
  "main",
586
586
  {
587
587
  "direction": "vertical",
588
- "type": "stack",
589
- "gap": "lg",
590
588
  "children": [
591
589
  {
592
- "type": "error-state",
593
590
  "title": "Authentication Failed",
591
+ "type": "error-state",
594
592
  "message": "@entity.error",
595
593
  "onRetry": "RETRY"
596
594
  },
597
595
  {
598
- "type": "button",
599
- "action": "RETRY",
600
596
  "label": "Try Again",
601
597
  "variant": "primary",
602
- "icon": "rotate-ccw"
598
+ "icon": "rotate-ccw",
599
+ "type": "button",
600
+ "action": "RETRY"
603
601
  }
604
602
  ],
605
- "align": "center"
603
+ "align": "center",
604
+ "type": "stack",
605
+ "gap": "lg"
606
606
  }
607
607
  ]
608
608
  ]
@@ -631,43 +631,43 @@
631
631
  "render-ui",
632
632
  "main",
633
633
  {
634
+ "align": "center",
634
635
  "gap": "lg",
635
- "direction": "vertical",
636
636
  "children": [
637
637
  {
638
638
  "type": "icon",
639
639
  "name": "check-circle"
640
640
  },
641
641
  {
642
- "message": "Authenticated successfully",
642
+ "variant": "success",
643
643
  "type": "alert",
644
- "variant": "success"
644
+ "message": "Authenticated successfully"
645
645
  },
646
646
  {
647
- "direction": "horizontal",
648
- "type": "stack",
649
647
  "justify": "center",
648
+ "type": "stack",
650
649
  "children": [
651
650
  {
652
- "icon": "refresh-cw",
653
- "variant": "ghost",
654
651
  "label": "Refresh Token",
652
+ "icon": "refresh-cw",
655
653
  "type": "button",
654
+ "variant": "ghost",
656
655
  "action": "REFRESH"
657
656
  },
658
657
  {
659
- "type": "button",
660
658
  "action": "LOGOUT",
661
- "label": "Logout",
662
659
  "variant": "ghost",
660
+ "type": "button",
661
+ "label": "Logout",
663
662
  "icon": "log-out"
664
663
  }
665
664
  ],
666
- "gap": "sm"
665
+ "gap": "sm",
666
+ "direction": "horizontal"
667
667
  }
668
668
  ],
669
- "type": "stack",
670
- "align": "center"
669
+ "direction": "vertical",
670
+ "type": "stack"
671
671
  }
672
672
  ]
673
673
  ]
@@ -681,9 +681,9 @@
681
681
  "render-ui",
682
682
  "main",
683
683
  {
684
- "message": "Obtaining a new access token.",
684
+ "type": "loading-state",
685
685
  "title": "Refreshing token...",
686
- "type": "loading-state"
686
+ "message": "Obtaining a new access token."
687
687
  }
688
688
  ],
689
689
  [
@@ -695,8 +695,8 @@
695
695
  },
696
696
  {
697
697
  "emit": {
698
- "failure": "ServiceOauthOauthFailed",
699
- "success": "ServiceOauthOauthCompleted"
698
+ "success": "ServiceOauthOauthCompleted",
699
+ "failure": "ServiceOauthOauthFailed"
700
700
  }
701
701
  }
702
702
  ]
@@ -716,24 +716,23 @@
716
716
  "render-ui",
717
717
  "main",
718
718
  {
719
- "align": "center",
720
719
  "children": [
721
720
  {
722
- "align": "center",
723
721
  "direction": "horizontal",
724
- "gap": "md",
722
+ "type": "stack",
725
723
  "children": [
726
724
  {
727
725
  "type": "icon",
728
726
  "name": "lock"
729
727
  },
730
728
  {
731
- "content": "Sign In",
732
729
  "type": "typography",
730
+ "content": "Sign In",
733
731
  "variant": "h2"
734
732
  }
735
733
  ],
736
- "type": "stack"
734
+ "align": "center",
735
+ "gap": "md"
737
736
  },
738
737
  {
739
738
  "type": "divider"
@@ -742,30 +741,31 @@
742
741
  "type": "select",
743
742
  "options": [
744
743
  {
745
- "value": "google",
746
- "label": "Google"
744
+ "label": "Google",
745
+ "value": "google"
747
746
  },
748
747
  {
749
748
  "label": "GitHub",
750
749
  "value": "github"
751
750
  },
752
751
  {
753
- "value": "microsoft",
754
- "label": "Microsoft"
752
+ "label": "Microsoft",
753
+ "value": "microsoft"
755
754
  }
756
755
  ]
757
756
  },
758
757
  {
759
758
  "icon": "log-in",
760
- "action": "LOGIN",
761
759
  "type": "button",
760
+ "variant": "primary",
762
761
  "label": "Login",
763
- "variant": "primary"
762
+ "action": "LOGIN"
764
763
  }
765
764
  ],
766
- "gap": "lg",
765
+ "align": "center",
767
766
  "type": "stack",
768
- "direction": "vertical"
767
+ "direction": "vertical",
768
+ "gap": "lg"
769
769
  }
770
770
  ]
771
771
  ]
@@ -784,10 +784,9 @@
784
784
  "render-ui",
785
785
  "main",
786
786
  {
787
- "type": "stack",
788
787
  "gap": "lg",
789
788
  "direction": "vertical",
790
- "align": "center",
789
+ "type": "stack",
791
790
  "children": [
792
791
  {
793
792
  "type": "icon",
@@ -795,32 +794,33 @@
795
794
  },
796
795
  {
797
796
  "type": "alert",
798
- "message": "Authenticated successfully",
799
- "variant": "success"
797
+ "variant": "success",
798
+ "message": "Authenticated successfully"
800
799
  },
801
800
  {
802
- "type": "stack",
803
- "direction": "horizontal",
804
- "gap": "sm",
805
801
  "children": [
806
802
  {
807
- "action": "REFRESH",
808
- "label": "Refresh Token",
809
803
  "variant": "ghost",
804
+ "label": "Refresh Token",
810
805
  "icon": "refresh-cw",
806
+ "action": "REFRESH",
811
807
  "type": "button"
812
808
  },
813
809
  {
814
- "type": "button",
815
- "action": "LOGOUT",
816
- "label": "Logout",
817
810
  "icon": "log-out",
818
- "variant": "ghost"
811
+ "label": "Logout",
812
+ "action": "LOGOUT",
813
+ "variant": "ghost",
814
+ "type": "button"
819
815
  }
820
816
  ],
821
- "justify": "center"
817
+ "type": "stack",
818
+ "justify": "center",
819
+ "gap": "sm",
820
+ "direction": "horizontal"
822
821
  }
823
- ]
822
+ ],
823
+ "align": "center"
824
824
  }
825
825
  ]
826
826
  ]
@@ -839,25 +839,25 @@
839
839
  "render-ui",
840
840
  "main",
841
841
  {
842
+ "type": "stack",
843
+ "direction": "vertical",
844
+ "align": "center",
842
845
  "children": [
843
846
  {
844
- "type": "error-state",
845
- "message": "@entity.error",
846
847
  "title": "Authentication Failed",
847
- "onRetry": "RETRY"
848
+ "onRetry": "RETRY",
849
+ "type": "error-state",
850
+ "message": "@entity.error"
848
851
  },
849
852
  {
850
- "action": "RETRY",
851
- "type": "button",
852
853
  "label": "Try Again",
853
854
  "icon": "rotate-ccw",
854
- "variant": "primary"
855
+ "variant": "primary",
856
+ "action": "RETRY",
857
+ "type": "button"
855
858
  }
856
859
  ],
857
- "direction": "vertical",
858
- "align": "center",
859
- "gap": "lg",
860
- "type": "stack"
860
+ "gap": "lg"
861
861
  }
862
862
  ]
863
863
  ]
@@ -872,28 +872,30 @@
872
872
  "main",
873
873
  {
874
874
  "gap": "lg",
875
+ "align": "center",
875
876
  "children": [
876
877
  {
877
878
  "direction": "horizontal",
878
- "gap": "md",
879
+ "align": "center",
879
880
  "children": [
880
881
  {
881
- "type": "icon",
882
- "name": "lock"
882
+ "name": "lock",
883
+ "type": "icon"
883
884
  },
884
885
  {
885
886
  "variant": "h2",
886
- "content": "Sign In",
887
- "type": "typography"
887
+ "type": "typography",
888
+ "content": "Sign In"
888
889
  }
889
890
  ],
890
891
  "type": "stack",
891
- "align": "center"
892
+ "gap": "md"
892
893
  },
893
894
  {
894
895
  "type": "divider"
895
896
  },
896
897
  {
898
+ "type": "select",
897
899
  "options": [
898
900
  {
899
901
  "label": "Google",
@@ -904,21 +906,19 @@
904
906
  "value": "github"
905
907
  },
906
908
  {
907
- "label": "Microsoft",
908
- "value": "microsoft"
909
+ "value": "microsoft",
910
+ "label": "Microsoft"
909
911
  }
910
- ],
911
- "type": "select"
912
+ ]
912
913
  },
913
914
  {
914
- "icon": "log-in",
915
- "variant": "primary",
916
915
  "type": "button",
917
916
  "label": "Login",
918
- "action": "LOGIN"
917
+ "variant": "primary",
918
+ "action": "LOGIN",
919
+ "icon": "log-in"
919
920
  }
920
921
  ],
921
- "align": "center",
922
922
  "direction": "vertical",
923
923
  "type": "stack"
924
924
  }
@@ -943,4 +943,4 @@
943
943
  ]
944
944
  }
945
945
  ]
946
- }
946
+ }