@almadar/std 8.2.0 → 8.4.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 +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  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 +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -87,10 +87,10 @@
87
87
  "render-ui",
88
88
  "main",
89
89
  {
90
+ "variant": "primary",
90
91
  "action": "SAVE",
91
- "type": "button",
92
92
  "label": "Fire Create SAVE",
93
- "variant": "primary"
93
+ "type": "button"
94
94
  }
95
95
  ]
96
96
  ]
@@ -113,8 +113,8 @@
113
113
  {
114
114
  "label": "Fire Create SAVE",
115
115
  "variant": "primary",
116
- "action": "SAVE",
117
- "type": "button"
116
+ "type": "button",
117
+ "action": "SAVE"
118
118
  }
119
119
  ]
120
120
  ]
@@ -182,10 +182,10 @@
182
182
  "render-ui",
183
183
  "main",
184
184
  {
185
- "variant": "secondary",
186
- "label": "Fire Edit SAVE",
185
+ "type": "button",
187
186
  "action": "SAVE",
188
- "type": "button"
187
+ "variant": "secondary",
188
+ "label": "Fire Edit SAVE"
189
189
  }
190
190
  ]
191
191
  ]
@@ -206,10 +206,10 @@
206
206
  "render-ui",
207
207
  "main",
208
208
  {
209
- "variant": "secondary",
210
209
  "type": "button",
211
- "label": "Fire Edit SAVE",
212
- "action": "SAVE"
210
+ "action": "SAVE",
211
+ "variant": "secondary",
212
+ "label": "Fire Edit SAVE"
213
213
  }
214
214
  ]
215
215
  ]
@@ -404,9 +404,9 @@
404
404
  "render-ui",
405
405
  "main",
406
406
  {
407
+ "type": "typography",
407
408
  "variant": "caption",
408
- "content": "DO_CREATE fired",
409
- "type": "typography"
409
+ "content": "DO_CREATE fired"
410
410
  }
411
411
  ]
412
412
  ]
@@ -426,8 +426,8 @@
426
426
  },
427
427
  {
428
428
  "emit": {
429
- "success": "ProbeUpdated",
430
- "failure": "ProbeUpdateFailed"
429
+ "failure": "ProbeUpdateFailed",
430
+ "success": "ProbeUpdated"
431
431
  }
432
432
  }
433
433
  ],
@@ -466,4 +466,4 @@
466
466
  ]
467
467
  }
468
468
  ]
469
- }
469
+ }
@@ -334,17 +334,17 @@
334
334
  "render-ui",
335
335
  "main",
336
336
  {
337
- "type": "stack",
338
- "gap": "lg",
339
337
  "align": "center",
338
+ "gap": "lg",
339
+ "type": "stack",
340
340
  "children": [
341
341
  {
342
342
  "name": "shield",
343
343
  "type": "icon"
344
344
  },
345
345
  {
346
- "type": "typography",
347
346
  "variant": "h2",
347
+ "type": "typography",
348
348
  "content": "Bearer API Tester"
349
349
  },
350
350
  {
@@ -352,25 +352,25 @@
352
352
  "placeholder": "/users"
353
353
  },
354
354
  {
355
- "type": "select",
356
355
  "options": [
357
356
  {
358
357
  "label": "GET",
359
358
  "value": "GET"
360
359
  },
361
360
  {
362
- "label": "POST",
363
- "value": "POST"
361
+ "value": "POST",
362
+ "label": "POST"
364
363
  },
365
364
  {
366
- "value": "PUT",
367
- "label": "PUT"
365
+ "label": "PUT",
366
+ "value": "PUT"
368
367
  },
369
368
  {
370
369
  "label": "DELETE",
371
370
  "value": "DELETE"
372
371
  }
373
- ]
372
+ ],
373
+ "type": "select"
374
374
  },
375
375
  {
376
376
  "type": "textarea",
@@ -378,10 +378,10 @@
378
378
  },
379
379
  {
380
380
  "label": "Send Request",
381
- "variant": "primary",
382
- "icon": "send",
383
381
  "type": "button",
384
- "action": "CALL_API"
382
+ "action": "CALL_API",
383
+ "icon": "send",
384
+ "variant": "primary"
385
385
  }
386
386
  ],
387
387
  "direction": "vertical"
@@ -398,8 +398,8 @@
398
398
  "render-ui",
399
399
  "main",
400
400
  {
401
- "type": "loading-state",
402
401
  "message": "Sending request to servicecustombearer endpoint...",
402
+ "type": "loading-state",
403
403
  "title": "Calling API..."
404
404
  }
405
405
  ],
@@ -440,7 +440,6 @@
440
440
  "render-ui",
441
441
  "main",
442
442
  {
443
- "type": "stack",
444
443
  "align": "center",
445
444
  "children": [
446
445
  {
@@ -448,9 +447,9 @@
448
447
  "name": "check-circle"
449
448
  },
450
449
  {
450
+ "variant": "h2",
451
451
  "content": "Response",
452
- "type": "typography",
453
- "variant": "h2"
452
+ "type": "typography"
454
453
  },
455
454
  {
456
455
  "type": "badge",
@@ -470,6 +469,7 @@
470
469
  "label": "New Request"
471
470
  }
472
471
  ],
472
+ "type": "stack",
473
473
  "direction": "vertical",
474
474
  "gap": "lg"
475
475
  }
@@ -490,10 +490,10 @@
490
490
  "render-ui",
491
491
  "main",
492
492
  {
493
- "title": "Request Failed",
494
- "message": "@entity.error",
495
493
  "type": "error-state",
496
- "onRetry": "RETRY"
494
+ "onRetry": "RETRY",
495
+ "message": "@entity.error",
496
+ "title": "Request Failed"
497
497
  }
498
498
  ]
499
499
  ]
@@ -507,56 +507,56 @@
507
507
  "render-ui",
508
508
  "main",
509
509
  {
510
- "direction": "vertical",
511
- "align": "center",
512
- "type": "stack",
513
510
  "children": [
514
511
  {
515
- "name": "shield",
516
- "type": "icon"
512
+ "type": "icon",
513
+ "name": "shield"
517
514
  },
518
515
  {
519
- "type": "typography",
520
516
  "content": "Bearer API Tester",
517
+ "type": "typography",
521
518
  "variant": "h2"
522
519
  },
523
520
  {
524
- "type": "input",
525
- "placeholder": "/users"
521
+ "placeholder": "/users",
522
+ "type": "input"
526
523
  },
527
524
  {
528
- "type": "select",
529
525
  "options": [
530
526
  {
531
- "label": "GET",
532
- "value": "GET"
527
+ "value": "GET",
528
+ "label": "GET"
533
529
  },
534
530
  {
535
- "label": "POST",
536
- "value": "POST"
531
+ "value": "POST",
532
+ "label": "POST"
537
533
  },
538
534
  {
539
- "value": "PUT",
540
- "label": "PUT"
535
+ "label": "PUT",
536
+ "value": "PUT"
541
537
  },
542
538
  {
543
- "label": "DELETE",
544
- "value": "DELETE"
539
+ "value": "DELETE",
540
+ "label": "DELETE"
545
541
  }
546
- ]
542
+ ],
543
+ "type": "select"
547
544
  },
548
545
  {
549
- "placeholder": "JSON request body",
550
- "type": "textarea"
546
+ "type": "textarea",
547
+ "placeholder": "JSON request body"
551
548
  },
552
549
  {
550
+ "variant": "primary",
551
+ "type": "button",
553
552
  "label": "Send Request",
554
553
  "icon": "send",
555
- "type": "button",
556
- "action": "CALL_API",
557
- "variant": "primary"
554
+ "action": "CALL_API"
558
555
  }
559
556
  ],
557
+ "direction": "vertical",
558
+ "align": "center",
559
+ "type": "stack",
560
560
  "gap": "lg"
561
561
  }
562
562
  ]
@@ -573,55 +573,55 @@
573
573
  {
574
574
  "type": "stack",
575
575
  "direction": "vertical",
576
+ "gap": "lg",
576
577
  "align": "center",
577
578
  "children": [
578
579
  {
579
- "name": "shield",
580
- "type": "icon"
580
+ "type": "icon",
581
+ "name": "shield"
581
582
  },
582
583
  {
583
- "type": "typography",
584
+ "content": "Bearer API Tester",
584
585
  "variant": "h2",
585
- "content": "Bearer API Tester"
586
+ "type": "typography"
586
587
  },
587
588
  {
588
589
  "type": "input",
589
590
  "placeholder": "/users"
590
591
  },
591
592
  {
593
+ "type": "select",
592
594
  "options": [
593
595
  {
594
- "value": "GET",
595
- "label": "GET"
596
+ "label": "GET",
597
+ "value": "GET"
596
598
  },
597
599
  {
598
- "value": "POST",
599
- "label": "POST"
600
+ "label": "POST",
601
+ "value": "POST"
600
602
  },
601
603
  {
602
- "value": "PUT",
603
- "label": "PUT"
604
+ "label": "PUT",
605
+ "value": "PUT"
604
606
  },
605
607
  {
606
608
  "value": "DELETE",
607
609
  "label": "DELETE"
608
610
  }
609
- ],
610
- "type": "select"
611
+ ]
611
612
  },
612
613
  {
613
614
  "type": "textarea",
614
615
  "placeholder": "JSON request body"
615
616
  },
616
617
  {
617
- "label": "Send Request",
618
- "icon": "send",
619
618
  "type": "button",
619
+ "icon": "send",
620
+ "action": "CALL_API",
620
621
  "variant": "primary",
621
- "action": "CALL_API"
622
+ "label": "Send Request"
622
623
  }
623
- ],
624
- "gap": "lg"
624
+ ]
625
625
  }
626
626
  ]
627
627
  ]
@@ -635,9 +635,6 @@
635
635
  "render-ui",
636
636
  "main",
637
637
  {
638
- "gap": "lg",
639
- "type": "stack",
640
- "direction": "vertical",
641
638
  "children": [
642
639
  {
643
640
  "type": "icon",
@@ -645,8 +642,8 @@
645
642
  },
646
643
  {
647
644
  "type": "typography",
648
- "content": "Bearer API Tester",
649
- "variant": "h2"
645
+ "variant": "h2",
646
+ "content": "Bearer API Tester"
650
647
  },
651
648
  {
652
649
  "placeholder": "/users",
@@ -656,20 +653,20 @@
656
653
  "type": "select",
657
654
  "options": [
658
655
  {
659
- "label": "GET",
660
- "value": "GET"
656
+ "value": "GET",
657
+ "label": "GET"
661
658
  },
662
659
  {
663
- "value": "POST",
664
- "label": "POST"
660
+ "label": "POST",
661
+ "value": "POST"
665
662
  },
666
663
  {
667
- "label": "PUT",
668
- "value": "PUT"
664
+ "value": "PUT",
665
+ "label": "PUT"
669
666
  },
670
667
  {
671
- "label": "DELETE",
672
- "value": "DELETE"
668
+ "value": "DELETE",
669
+ "label": "DELETE"
673
670
  }
674
671
  ]
675
672
  },
@@ -678,13 +675,16 @@
678
675
  "placeholder": "JSON request body"
679
676
  },
680
677
  {
681
- "action": "CALL_API",
682
678
  "variant": "primary",
683
679
  "icon": "send",
684
- "type": "button",
685
- "label": "Send Request"
680
+ "action": "CALL_API",
681
+ "label": "Send Request",
682
+ "type": "button"
686
683
  }
687
684
  ],
685
+ "direction": "vertical",
686
+ "type": "stack",
687
+ "gap": "lg",
688
688
  "align": "center"
689
689
  }
690
690
  ]
@@ -708,4 +708,4 @@
708
708
  ]
709
709
  }
710
710
  ]
711
- }
711
+ }