@almadar/std 13.6.0 → 13.8.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -131,27 +131,27 @@
|
|
|
131
131
|
"render-ui",
|
|
132
132
|
"main",
|
|
133
133
|
{
|
|
134
|
+
"align": "center",
|
|
134
135
|
"direction": "vertical",
|
|
135
|
-
"type": "stack",
|
|
136
136
|
"children": [
|
|
137
137
|
{
|
|
138
|
-
"
|
|
139
|
-
"type": "simulation-canvas",
|
|
140
|
-
"speed": 1.0,
|
|
138
|
+
"running": false,
|
|
141
139
|
"preset": "spring",
|
|
140
|
+
"type": "simulation-canvas",
|
|
142
141
|
"height": 400.0,
|
|
143
|
-
"
|
|
142
|
+
"width": 800.0,
|
|
143
|
+
"speed": 1.0
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
+
"type": "button",
|
|
146
147
|
"label": "Start",
|
|
148
|
+
"variant": "primary",
|
|
147
149
|
"icon": "play",
|
|
148
|
-
"
|
|
149
|
-
"action": "START",
|
|
150
|
-
"variant": "primary"
|
|
150
|
+
"action": "START"
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
153
|
"gap": "lg",
|
|
154
|
-
"
|
|
154
|
+
"type": "stack"
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
]
|
|
@@ -170,39 +170,39 @@
|
|
|
170
170
|
"render-ui",
|
|
171
171
|
"main",
|
|
172
172
|
{
|
|
173
|
-
"direction": "vertical",
|
|
174
173
|
"align": "center",
|
|
175
174
|
"type": "stack",
|
|
175
|
+
"direction": "vertical",
|
|
176
176
|
"gap": "lg",
|
|
177
177
|
"children": [
|
|
178
178
|
{
|
|
179
|
-
"height": 400.0,
|
|
180
179
|
"type": "simulation-canvas",
|
|
180
|
+
"speed": 1.0,
|
|
181
181
|
"preset": "spring",
|
|
182
182
|
"width": 800.0,
|
|
183
|
-
"
|
|
183
|
+
"height": 400.0,
|
|
184
184
|
"running": true
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
|
-
"justify": "center",
|
|
188
|
-
"direction": "horizontal",
|
|
189
187
|
"children": [
|
|
190
188
|
{
|
|
189
|
+
"label": "Apply Force",
|
|
191
190
|
"type": "button",
|
|
192
191
|
"action": "APPLY_FORCE",
|
|
193
|
-
"label": "Apply Force",
|
|
194
192
|
"variant": "secondary",
|
|
195
193
|
"icon": "move"
|
|
196
194
|
},
|
|
197
195
|
{
|
|
198
|
-
"icon": "square",
|
|
199
|
-
"variant": "ghost",
|
|
200
196
|
"type": "button",
|
|
197
|
+
"icon": "square",
|
|
198
|
+
"action": "STOP",
|
|
201
199
|
"label": "Stop",
|
|
202
|
-
"
|
|
200
|
+
"variant": "ghost"
|
|
203
201
|
}
|
|
204
202
|
],
|
|
205
203
|
"gap": "sm",
|
|
204
|
+
"direction": "horizontal",
|
|
205
|
+
"justify": "center",
|
|
206
206
|
"type": "stack"
|
|
207
207
|
}
|
|
208
208
|
]
|
|
@@ -219,42 +219,42 @@
|
|
|
219
219
|
"render-ui",
|
|
220
220
|
"main",
|
|
221
221
|
{
|
|
222
|
+
"gap": "lg",
|
|
223
|
+
"align": "center",
|
|
224
|
+
"type": "stack",
|
|
222
225
|
"children": [
|
|
223
226
|
{
|
|
224
|
-
"height": 400.0,
|
|
225
|
-
"width": 800.0,
|
|
226
|
-
"type": "simulation-canvas",
|
|
227
|
-
"running": true,
|
|
228
227
|
"speed": 1.0,
|
|
229
|
-
"
|
|
228
|
+
"type": "simulation-canvas",
|
|
229
|
+
"preset": "spring",
|
|
230
|
+
"width": 800.0,
|
|
231
|
+
"height": 400.0,
|
|
232
|
+
"running": true
|
|
230
233
|
},
|
|
231
234
|
{
|
|
232
|
-
"
|
|
235
|
+
"type": "stack",
|
|
236
|
+
"gap": "sm",
|
|
233
237
|
"children": [
|
|
234
238
|
{
|
|
235
239
|
"icon": "move",
|
|
236
|
-
"variant": "secondary",
|
|
237
240
|
"label": "Apply Force",
|
|
238
|
-
"
|
|
239
|
-
"type": "button"
|
|
241
|
+
"variant": "secondary",
|
|
242
|
+
"type": "button",
|
|
243
|
+
"action": "APPLY_FORCE"
|
|
240
244
|
},
|
|
241
245
|
{
|
|
242
|
-
"label": "Stop",
|
|
243
|
-
"type": "button",
|
|
244
|
-
"action": "STOP",
|
|
245
246
|
"variant": "ghost",
|
|
246
|
-
"
|
|
247
|
+
"type": "button",
|
|
248
|
+
"icon": "square",
|
|
249
|
+
"label": "Stop",
|
|
250
|
+
"action": "STOP"
|
|
247
251
|
}
|
|
248
252
|
],
|
|
249
|
-
"type": "stack",
|
|
250
253
|
"direction": "horizontal",
|
|
251
|
-
"
|
|
254
|
+
"justify": "center"
|
|
252
255
|
}
|
|
253
256
|
],
|
|
254
|
-
"
|
|
255
|
-
"direction": "vertical",
|
|
256
|
-
"gap": "lg",
|
|
257
|
-
"align": "center"
|
|
257
|
+
"direction": "vertical"
|
|
258
258
|
}
|
|
259
259
|
]
|
|
260
260
|
]
|
|
@@ -279,41 +279,41 @@
|
|
|
279
279
|
"main",
|
|
280
280
|
{
|
|
281
281
|
"type": "stack",
|
|
282
|
+
"direction": "vertical",
|
|
283
|
+
"gap": "lg",
|
|
284
|
+
"align": "center",
|
|
282
285
|
"children": [
|
|
283
286
|
{
|
|
287
|
+
"width": 800.0,
|
|
284
288
|
"type": "simulation-canvas",
|
|
285
289
|
"height": 400.0,
|
|
286
|
-
"speed": 1.0,
|
|
287
290
|
"preset": "spring",
|
|
288
291
|
"running": true,
|
|
289
|
-
"
|
|
292
|
+
"speed": 1.0
|
|
290
293
|
},
|
|
291
294
|
{
|
|
292
295
|
"children": [
|
|
293
296
|
{
|
|
294
|
-
"
|
|
297
|
+
"type": "button",
|
|
295
298
|
"icon": "move",
|
|
299
|
+
"variant": "secondary",
|
|
296
300
|
"label": "Apply Force",
|
|
297
|
-
"
|
|
298
|
-
"variant": "secondary"
|
|
301
|
+
"action": "APPLY_FORCE"
|
|
299
302
|
},
|
|
300
303
|
{
|
|
301
|
-
"label": "Stop",
|
|
302
304
|
"type": "button",
|
|
303
305
|
"action": "STOP",
|
|
306
|
+
"label": "Stop",
|
|
304
307
|
"icon": "square",
|
|
305
308
|
"variant": "ghost"
|
|
306
309
|
}
|
|
307
310
|
],
|
|
308
|
-
"
|
|
311
|
+
"justify": "center",
|
|
309
312
|
"type": "stack",
|
|
310
313
|
"gap": "sm",
|
|
311
|
-
"
|
|
314
|
+
"direction": "horizontal"
|
|
312
315
|
}
|
|
313
|
-
]
|
|
314
|
-
"gap": "lg",
|
|
315
|
-
"direction": "vertical",
|
|
316
|
-
"align": "center"
|
|
316
|
+
]
|
|
317
317
|
}
|
|
318
318
|
]
|
|
319
319
|
]
|
|
@@ -332,27 +332,27 @@
|
|
|
332
332
|
"render-ui",
|
|
333
333
|
"main",
|
|
334
334
|
{
|
|
335
|
-
"type": "stack",
|
|
336
335
|
"children": [
|
|
337
336
|
{
|
|
338
|
-
"
|
|
339
|
-
"preset": "spring",
|
|
337
|
+
"height": 400.0,
|
|
340
338
|
"running": false,
|
|
339
|
+
"speed": 1.0,
|
|
340
|
+
"preset": "spring",
|
|
341
341
|
"type": "simulation-canvas",
|
|
342
|
-
"
|
|
343
|
-
"speed": 1.0
|
|
342
|
+
"width": 800.0
|
|
344
343
|
},
|
|
345
344
|
{
|
|
346
|
-
"label": "Start",
|
|
347
|
-
"type": "button",
|
|
348
345
|
"icon": "play",
|
|
349
346
|
"action": "START",
|
|
347
|
+
"label": "Start",
|
|
348
|
+
"type": "button",
|
|
350
349
|
"variant": "primary"
|
|
351
350
|
}
|
|
352
351
|
],
|
|
353
|
-
"gap": "lg",
|
|
354
352
|
"direction": "vertical",
|
|
355
|
-
"align": "center"
|
|
353
|
+
"align": "center",
|
|
354
|
+
"gap": "lg",
|
|
355
|
+
"type": "stack"
|
|
356
356
|
}
|
|
357
357
|
]
|
|
358
358
|
]
|
|
@@ -366,42 +366,42 @@
|
|
|
366
366
|
"render-ui",
|
|
367
367
|
"main",
|
|
368
368
|
{
|
|
369
|
+
"direction": "vertical",
|
|
370
|
+
"type": "stack",
|
|
371
|
+
"align": "center",
|
|
369
372
|
"children": [
|
|
370
373
|
{
|
|
371
374
|
"width": 800.0,
|
|
372
|
-
"
|
|
375
|
+
"type": "simulation-canvas",
|
|
373
376
|
"height": 400.0,
|
|
377
|
+
"running": true,
|
|
374
378
|
"preset": "spring",
|
|
375
|
-
"type": "simulation-canvas",
|
|
376
379
|
"speed": 1.0
|
|
377
380
|
},
|
|
378
381
|
{
|
|
379
|
-
"type": "stack",
|
|
380
382
|
"children": [
|
|
381
383
|
{
|
|
382
|
-
"type": "button",
|
|
383
|
-
"variant": "secondary",
|
|
384
384
|
"icon": "move",
|
|
385
|
+
"type": "button",
|
|
385
386
|
"action": "APPLY_FORCE",
|
|
386
|
-
"label": "Apply Force"
|
|
387
|
+
"label": "Apply Force",
|
|
388
|
+
"variant": "secondary"
|
|
387
389
|
},
|
|
388
390
|
{
|
|
389
|
-
"label": "Stop",
|
|
390
391
|
"icon": "square",
|
|
391
|
-
"
|
|
392
|
+
"type": "button",
|
|
392
393
|
"variant": "ghost",
|
|
393
|
-
"
|
|
394
|
+
"action": "STOP",
|
|
395
|
+
"label": "Stop"
|
|
394
396
|
}
|
|
395
397
|
],
|
|
396
|
-
"
|
|
398
|
+
"direction": "horizontal",
|
|
397
399
|
"justify": "center",
|
|
398
|
-
"
|
|
400
|
+
"gap": "sm",
|
|
401
|
+
"type": "stack"
|
|
399
402
|
}
|
|
400
403
|
],
|
|
401
|
-
"gap": "lg"
|
|
402
|
-
"type": "stack",
|
|
403
|
-
"direction": "vertical",
|
|
404
|
-
"align": "center"
|
|
404
|
+
"gap": "lg"
|
|
405
405
|
}
|
|
406
406
|
]
|
|
407
407
|
]
|
|
@@ -424,4 +424,4 @@
|
|
|
424
424
|
]
|
|
425
425
|
}
|
|
426
426
|
]
|
|
427
|
-
}
|
|
427
|
+
}
|