@almadar/std 9.0.0 → 11.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 +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +55 -59
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  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 +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -311,8 +311,8 @@
311
311
  "ServiceRedis",
312
312
  {
313
313
  "emit": {
314
- "success": "ServiceRedisLoaded",
315
- "failure": "ServiceRedisLoadFailed"
314
+ "failure": "ServiceRedisLoadFailed",
315
+ "success": "ServiceRedisLoaded"
316
316
  }
317
317
  }
318
318
  ],
@@ -320,81 +320,81 @@
320
320
  "render-ui",
321
321
  "main",
322
322
  {
323
+ "type": "stack",
324
+ "direction": "vertical",
323
325
  "align": "center",
324
326
  "children": [
325
327
  {
328
+ "type": "stack",
326
329
  "align": "center",
330
+ "direction": "horizontal",
327
331
  "children": [
328
332
  {
329
333
  "type": "icon",
330
334
  "name": "database"
331
335
  },
332
336
  {
337
+ "content": "Redis Cache",
333
338
  "type": "typography",
334
- "variant": "h2",
335
- "content": "Redis Cache"
339
+ "variant": "h2"
336
340
  }
337
341
  ],
338
- "type": "stack",
339
- "direction": "horizontal",
340
342
  "gap": "md"
341
343
  },
342
344
  {
343
345
  "type": "divider"
344
346
  },
345
347
  {
346
- "type": "stack",
347
- "gap": "md",
348
348
  "direction": "vertical",
349
+ "gap": "md",
350
+ "type": "stack",
349
351
  "children": [
350
352
  {
351
- "type": "input",
352
- "placeholder": "cache-key"
353
+ "placeholder": "cache-key",
354
+ "type": "input"
353
355
  },
354
356
  {
355
- "type": "input",
356
- "placeholder": "cache-value"
357
+ "placeholder": "cache-value",
358
+ "type": "input"
357
359
  },
358
360
  {
359
- "inputType": "number",
361
+ "type": "input",
360
362
  "placeholder": "3600",
361
- "type": "input"
363
+ "inputType": "number"
362
364
  }
363
365
  ]
364
366
  },
365
367
  {
366
- "direction": "horizontal",
367
368
  "type": "stack",
369
+ "direction": "horizontal",
368
370
  "justify": "center",
369
371
  "children": [
370
372
  {
371
- "variant": "primary",
372
373
  "type": "button",
373
- "label": "Get",
374
374
  "action": "GET_KEY",
375
+ "label": "Get",
376
+ "variant": "primary",
375
377
  "icon": "download"
376
378
  },
377
379
  {
378
- "type": "button",
379
- "icon": "upload",
380
+ "label": "Set",
380
381
  "action": "SET_KEY",
382
+ "type": "button",
381
383
  "variant": "primary",
382
- "label": "Set"
384
+ "icon": "upload"
383
385
  },
384
386
  {
385
- "label": "Delete",
386
387
  "type": "button",
387
388
  "action": "DELETE_KEY",
388
- "variant": "danger",
389
- "icon": "trash-2"
389
+ "label": "Delete",
390
+ "icon": "trash-2",
391
+ "variant": "danger"
390
392
  }
391
393
  ],
392
394
  "gap": "sm"
393
395
  }
394
396
  ],
395
- "gap": "lg",
396
- "direction": "vertical",
397
- "type": "stack"
397
+ "gap": "lg"
398
398
  }
399
399
  ]
400
400
  ]
@@ -408,9 +408,9 @@
408
408
  "render-ui",
409
409
  "main",
410
410
  {
411
- "message": "Running redis operation...",
411
+ "type": "loading-state",
412
412
  "title": "Executing...",
413
- "type": "loading-state"
413
+ "message": "Running redis operation..."
414
414
  }
415
415
  ],
416
416
  [
@@ -422,8 +422,8 @@
422
422
  },
423
423
  {
424
424
  "emit": {
425
- "failure": "ServiceRedisRedisFailed",
426
- "success": "ServiceRedisRedisCompleted"
425
+ "success": "ServiceRedisRedisCompleted",
426
+ "failure": "ServiceRedisRedisFailed"
427
427
  }
428
428
  }
429
429
  ]
@@ -438,9 +438,9 @@
438
438
  "render-ui",
439
439
  "main",
440
440
  {
441
- "title": "Executing...",
442
441
  "message": "Running redis operation...",
443
- "type": "loading-state"
442
+ "type": "loading-state",
443
+ "title": "Executing..."
444
444
  }
445
445
  ],
446
446
  [
@@ -448,14 +448,14 @@
448
448
  "redis",
449
449
  "set",
450
450
  {
451
+ "ttl": "@entity.ttl",
451
452
  "key": "@entity.key",
452
- "value": "@entity.value",
453
- "ttl": "@entity.ttl"
453
+ "value": "@entity.value"
454
454
  },
455
455
  {
456
456
  "emit": {
457
- "success": "ServiceRedisRedisCompleted",
458
- "failure": "ServiceRedisRedisFailed"
457
+ "failure": "ServiceRedisRedisFailed",
458
+ "success": "ServiceRedisRedisCompleted"
459
459
  }
460
460
  }
461
461
  ]
@@ -471,8 +471,8 @@
471
471
  "main",
472
472
  {
473
473
  "message": "Running redis operation...",
474
- "title": "Executing...",
475
- "type": "loading-state"
474
+ "type": "loading-state",
475
+ "title": "Executing..."
476
476
  }
477
477
  ],
478
478
  [
@@ -505,34 +505,34 @@
505
505
  "render-ui",
506
506
  "main",
507
507
  {
508
- "gap": "lg",
509
- "type": "stack",
510
- "direction": "vertical",
511
508
  "children": [
512
509
  {
513
- "type": "icon",
514
- "name": "check-circle"
510
+ "name": "check-circle",
511
+ "type": "icon"
515
512
  },
516
513
  {
514
+ "type": "alert",
517
515
  "variant": "success",
518
- "message": "Operation complete",
519
- "type": "alert"
516
+ "message": "Operation complete"
520
517
  },
521
518
  {
522
519
  "content": "@entity.result",
523
- "variant": "body",
520
+ "color": "muted",
524
521
  "type": "typography",
525
- "color": "muted"
522
+ "variant": "body"
526
523
  },
527
524
  {
528
525
  "variant": "ghost",
526
+ "action": "RESET",
529
527
  "icon": "rotate-ccw",
530
- "type": "button",
531
528
  "label": "Reset",
532
- "action": "RESET"
529
+ "type": "button"
533
530
  }
534
531
  ],
535
- "align": "center"
532
+ "align": "center",
533
+ "type": "stack",
534
+ "direction": "vertical",
535
+ "gap": "lg"
536
536
  }
537
537
  ]
538
538
  ]
@@ -552,8 +552,8 @@
552
552
  "main",
553
553
  {
554
554
  "onRetry": "RESET",
555
- "message": "@entity.error",
556
555
  "title": "Redis Error",
556
+ "message": "@entity.error",
557
557
  "type": "error-state"
558
558
  }
559
559
  ]
@@ -568,81 +568,81 @@
568
568
  "render-ui",
569
569
  "main",
570
570
  {
571
- "direction": "vertical",
572
571
  "gap": "lg",
572
+ "direction": "vertical",
573
+ "align": "center",
574
+ "type": "stack",
573
575
  "children": [
574
576
  {
575
- "direction": "horizontal",
576
- "type": "stack",
577
577
  "gap": "md",
578
- "align": "center",
578
+ "type": "stack",
579
+ "direction": "horizontal",
579
580
  "children": [
580
581
  {
581
- "name": "database",
582
- "type": "icon"
582
+ "type": "icon",
583
+ "name": "database"
583
584
  },
584
585
  {
586
+ "content": "Redis Cache",
585
587
  "variant": "h2",
586
- "type": "typography",
587
- "content": "Redis Cache"
588
+ "type": "typography"
588
589
  }
589
- ]
590
+ ],
591
+ "align": "center"
590
592
  },
591
593
  {
592
594
  "type": "divider"
593
595
  },
594
596
  {
597
+ "direction": "vertical",
595
598
  "type": "stack",
599
+ "gap": "md",
596
600
  "children": [
597
601
  {
598
602
  "type": "input",
599
603
  "placeholder": "cache-key"
600
604
  },
601
605
  {
602
- "type": "input",
603
- "placeholder": "cache-value"
606
+ "placeholder": "cache-value",
607
+ "type": "input"
604
608
  },
605
609
  {
606
- "type": "input",
607
610
  "inputType": "number",
611
+ "type": "input",
608
612
  "placeholder": "3600"
609
613
  }
610
- ],
611
- "direction": "vertical",
612
- "gap": "md"
614
+ ]
613
615
  },
614
616
  {
615
- "type": "stack",
616
- "direction": "horizontal",
617
+ "gap": "sm",
617
618
  "children": [
618
619
  {
619
620
  "variant": "primary",
621
+ "icon": "download",
620
622
  "label": "Get",
621
623
  "action": "GET_KEY",
622
- "icon": "download",
623
624
  "type": "button"
624
625
  },
625
626
  {
627
+ "type": "button",
628
+ "variant": "primary",
626
629
  "action": "SET_KEY",
627
630
  "icon": "upload",
628
- "label": "Set",
629
- "variant": "primary",
630
- "type": "button"
631
+ "label": "Set"
631
632
  },
632
633
  {
633
634
  "icon": "trash-2",
634
- "action": "DELETE_KEY",
635
+ "label": "Delete",
635
636
  "type": "button",
636
- "variant": "danger",
637
- "label": "Delete"
637
+ "action": "DELETE_KEY",
638
+ "variant": "danger"
638
639
  }
639
640
  ],
641
+ "type": "stack",
640
642
  "justify": "center",
641
- "gap": "sm"
643
+ "direction": "horizontal"
642
644
  }
643
- ],
644
- "type": "stack",
645
- "align": "center"
645
+ ]
646
646
  }
647
647
  ]
648
648
  ]
@@ -656,19 +656,19 @@
656
656
  "render-ui",
657
657
  "main",
658
658
  {
659
+ "type": "stack",
659
660
  "direction": "vertical",
660
- "gap": "lg",
661
661
  "align": "center",
662
662
  "children": [
663
663
  {
664
- "gap": "md",
665
664
  "type": "stack",
666
- "align": "center",
667
665
  "direction": "horizontal",
666
+ "gap": "md",
667
+ "align": "center",
668
668
  "children": [
669
669
  {
670
- "name": "database",
671
- "type": "icon"
670
+ "type": "icon",
671
+ "name": "database"
672
672
  },
673
673
  {
674
674
  "type": "typography",
@@ -681,9 +681,6 @@
681
681
  "type": "divider"
682
682
  },
683
683
  {
684
- "gap": "md",
685
- "type": "stack",
686
- "direction": "vertical",
687
684
  "children": [
688
685
  {
689
686
  "type": "input",
@@ -694,43 +691,46 @@
694
691
  "placeholder": "cache-value"
695
692
  },
696
693
  {
697
- "placeholder": "3600",
698
694
  "type": "input",
695
+ "placeholder": "3600",
699
696
  "inputType": "number"
700
697
  }
701
- ]
698
+ ],
699
+ "gap": "md",
700
+ "direction": "vertical",
701
+ "type": "stack"
702
702
  },
703
703
  {
704
- "type": "stack",
705
704
  "direction": "horizontal",
705
+ "type": "stack",
706
706
  "gap": "sm",
707
707
  "justify": "center",
708
708
  "children": [
709
709
  {
710
+ "label": "Get",
710
711
  "action": "GET_KEY",
711
712
  "variant": "primary",
712
713
  "type": "button",
713
- "icon": "download",
714
- "label": "Get"
714
+ "icon": "download"
715
715
  },
716
716
  {
717
- "type": "button",
718
- "icon": "upload",
717
+ "variant": "primary",
719
718
  "label": "Set",
720
719
  "action": "SET_KEY",
721
- "variant": "primary"
720
+ "type": "button",
721
+ "icon": "upload"
722
722
  },
723
723
  {
724
- "icon": "trash-2",
725
724
  "type": "button",
725
+ "icon": "trash-2",
726
726
  "action": "DELETE_KEY",
727
- "label": "Delete",
728
- "variant": "danger"
727
+ "variant": "danger",
728
+ "label": "Delete"
729
729
  }
730
730
  ]
731
731
  }
732
732
  ],
733
- "type": "stack"
733
+ "gap": "lg"
734
734
  }
735
735
  ]
736
736
  ]