@almadar/std 8.5.1 → 10.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 +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  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 +49 -49
  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 +68 -72
  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 +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  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 +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  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 +49 -49
  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 +68 -72
  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 +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -29,7 +29,7 @@
29
29
  {
30
30
  "event": "PUSH_RECEIVED",
31
31
  "scope": "external",
32
- "payload": [
32
+ "payloadSchema": [
33
33
  {
34
34
  "name": "message",
35
35
  "type": "string"
@@ -39,7 +39,7 @@
39
39
  {
40
40
  "event": "PUSH_DISCONNECTED",
41
41
  "scope": "external",
42
- "payload": [
42
+ "payloadSchema": [
43
43
  {
44
44
  "name": "reason",
45
45
  "type": "string"
@@ -50,7 +50,7 @@
50
50
  "event": "PushDisconnected",
51
51
  "description": "Fired when the push connection drops",
52
52
  "scope": "internal",
53
- "payload": [
53
+ "payloadSchema": [
54
54
  {
55
55
  "name": "reason",
56
56
  "type": "string"
@@ -61,7 +61,7 @@
61
61
  "event": "PushReceived",
62
62
  "description": "Fired on every incoming push frame",
63
63
  "scope": "internal",
64
- "payload": [
64
+ "payloadSchema": [
65
65
  {
66
66
  "name": "message",
67
67
  "type": "string"
@@ -71,7 +71,7 @@
71
71
  {
72
72
  "event": "PushSubscriberLoadFailed",
73
73
  "scope": "internal",
74
- "payload": [
74
+ "payloadSchema": [
75
75
  {
76
76
  "name": "error",
77
77
  "type": "string"
@@ -85,7 +85,7 @@
85
85
  {
86
86
  "event": "PushSubscriberLoaded",
87
87
  "scope": "internal",
88
- "payload": [
88
+ "payloadSchema": [
89
89
  {
90
90
  "name": "data",
91
91
  "type": "[PushSubscriber]"
@@ -117,7 +117,7 @@
117
117
  {
118
118
  "key": "PUSH_RECEIVED",
119
119
  "name": "Push Received",
120
- "payload": [
120
+ "payloadSchema": [
121
121
  {
122
122
  "name": "message",
123
123
  "type": "string"
@@ -127,7 +127,7 @@
127
127
  {
128
128
  "key": "PUSH_DISCONNECTED",
129
129
  "name": "Push Disconnected",
130
- "payload": [
130
+ "payloadSchema": [
131
131
  {
132
132
  "name": "reason",
133
133
  "type": "string"
@@ -137,7 +137,7 @@
137
137
  {
138
138
  "key": "PushDisconnected",
139
139
  "name": "Push disconnected",
140
- "payload": [
140
+ "payloadSchema": [
141
141
  {
142
142
  "name": "reason",
143
143
  "type": "string"
@@ -147,7 +147,7 @@
147
147
  {
148
148
  "key": "PushReceived",
149
149
  "name": "Push received",
150
- "payload": [
150
+ "payloadSchema": [
151
151
  {
152
152
  "name": "message",
153
153
  "type": "string"
@@ -157,7 +157,7 @@
157
157
  {
158
158
  "key": "PushSubscriberLoadFailed",
159
159
  "name": "PushSubscriber load failed",
160
- "payload": [
160
+ "payloadSchema": [
161
161
  {
162
162
  "name": "error",
163
163
  "type": "string"
@@ -171,7 +171,7 @@
171
171
  {
172
172
  "key": "PushSubscriberLoaded",
173
173
  "name": "PushSubscriber loaded",
174
- "payload": [
174
+ "payloadSchema": [
175
175
  {
176
176
  "name": "data",
177
177
  "type": "[PushSubscriber]"
@@ -218,9 +218,9 @@
218
218
  "type": "spinner"
219
219
  },
220
220
  {
221
+ "type": "typography",
221
222
  "content": "Connecting…",
222
- "variant": "caption",
223
- "type": "typography"
223
+ "variant": "caption"
224
224
  }
225
225
  ]
226
226
  }
@@ -241,11 +241,10 @@
241
241
  "render-ui",
242
242
  "main",
243
243
  {
244
- "align": "center",
245
244
  "children": [
246
245
  {
247
- "name": "wifi",
248
246
  "color": "success",
247
+ "name": "wifi",
249
248
  "type": "icon"
250
249
  },
251
250
  {
@@ -254,8 +253,9 @@
254
253
  "content": "Connected"
255
254
  }
256
255
  ],
257
- "direction": "horizontal",
258
256
  "type": "stack",
257
+ "direction": "horizontal",
258
+ "align": "center",
259
259
  "gap": "sm"
260
260
  }
261
261
  ]
@@ -278,19 +278,19 @@
278
278
  "direction": "horizontal",
279
279
  "gap": "sm",
280
280
  "type": "stack",
281
+ "align": "center",
281
282
  "children": [
282
283
  {
283
- "type": "icon",
284
284
  "name": "wifi-off",
285
+ "type": "icon",
285
286
  "color": "warning"
286
287
  },
287
288
  {
289
+ "content": "Reconnecting…",
288
290
  "variant": "caption",
289
- "type": "typography",
290
- "content": "Reconnecting…"
291
+ "type": "typography"
291
292
  }
292
- ],
293
- "align": "center"
293
+ ]
294
294
  }
295
295
  ]
296
296
  ]
@@ -309,22 +309,22 @@
309
309
  "render-ui",
310
310
  "main",
311
311
  {
312
- "gap": "sm",
313
312
  "align": "center",
313
+ "direction": "horizontal",
314
314
  "type": "stack",
315
+ "gap": "sm",
315
316
  "children": [
316
317
  {
317
- "name": "wifi",
318
318
  "color": "success",
319
- "type": "icon"
319
+ "type": "icon",
320
+ "name": "wifi"
320
321
  },
321
322
  {
322
323
  "content": "Connected",
323
- "variant": "caption",
324
- "type": "typography"
324
+ "type": "typography",
325
+ "variant": "caption"
325
326
  }
326
- ],
327
- "direction": "horizontal"
327
+ ]
328
328
  }
329
329
  ]
330
330
  ]
@@ -343,6 +343,10 @@
343
343
  "render-ui",
344
344
  "main",
345
345
  {
346
+ "gap": "sm",
347
+ "type": "stack",
348
+ "direction": "horizontal",
349
+ "align": "center",
346
350
  "children": [
347
351
  {
348
352
  "type": "icon",
@@ -351,14 +355,10 @@
351
355
  },
352
356
  {
353
357
  "content": "Reconnecting…",
354
- "variant": "caption",
355
- "type": "typography"
358
+ "type": "typography",
359
+ "variant": "caption"
356
360
  }
357
- ],
358
- "gap": "sm",
359
- "type": "stack",
360
- "direction": "horizontal",
361
- "align": "center"
361
+ ]
362
362
  }
363
363
  ]
364
364
  ]
@@ -377,22 +377,22 @@
377
377
  "render-ui",
378
378
  "main",
379
379
  {
380
- "direction": "horizontal",
380
+ "align": "center",
381
381
  "children": [
382
382
  {
383
+ "color": "success",
383
384
  "name": "wifi",
384
- "type": "icon",
385
- "color": "success"
385
+ "type": "icon"
386
386
  },
387
387
  {
388
- "variant": "caption",
389
388
  "type": "typography",
389
+ "variant": "caption",
390
390
  "content": "Connected"
391
391
  }
392
392
  ],
393
- "type": "stack",
394
393
  "gap": "sm",
395
- "align": "center"
394
+ "type": "stack",
395
+ "direction": "horizontal"
396
396
  }
397
397
  ]
398
398
  ]
@@ -406,22 +406,22 @@
406
406
  "render-ui",
407
407
  "main",
408
408
  {
409
+ "type": "stack",
410
+ "align": "center",
409
411
  "children": [
410
412
  {
411
- "color": "destructive",
413
+ "type": "icon",
412
414
  "name": "wifi-off",
413
- "type": "icon"
415
+ "color": "destructive"
414
416
  },
415
417
  {
416
- "content": "Disconnected",
418
+ "type": "typography",
417
419
  "variant": "caption",
418
- "type": "typography"
420
+ "content": "Disconnected"
419
421
  }
420
422
  ],
421
423
  "gap": "sm",
422
- "direction": "horizontal",
423
- "type": "stack",
424
- "align": "center"
424
+ "direction": "horizontal"
425
425
  }
426
426
  ]
427
427
  ]