@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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -169,20 +169,20 @@
|
|
|
169
169
|
"render-ui",
|
|
170
170
|
"main",
|
|
171
171
|
{
|
|
172
|
+
"className": "py-12",
|
|
173
|
+
"align": "center",
|
|
174
|
+
"gap": "md",
|
|
172
175
|
"children": [
|
|
173
176
|
{
|
|
174
177
|
"type": "spinner"
|
|
175
178
|
},
|
|
176
179
|
{
|
|
177
|
-
"
|
|
178
|
-
"content": "Loading cart…",
|
|
180
|
+
"variant": "caption",
|
|
179
181
|
"type": "typography",
|
|
180
|
-
"
|
|
182
|
+
"color": "muted",
|
|
183
|
+
"content": "Loading cart…"
|
|
181
184
|
}
|
|
182
185
|
],
|
|
183
|
-
"gap": "md",
|
|
184
|
-
"align": "center",
|
|
185
|
-
"className": "py-12",
|
|
186
186
|
"type": "stack",
|
|
187
187
|
"direction": "vertical"
|
|
188
188
|
}
|
|
@@ -198,52 +198,58 @@
|
|
|
198
198
|
"render-ui",
|
|
199
199
|
"main",
|
|
200
200
|
{
|
|
201
|
-
"type": "stack",
|
|
202
|
-
"direction": "vertical",
|
|
203
201
|
"gap": "lg",
|
|
202
|
+
"direction": "vertical",
|
|
204
203
|
"children": [
|
|
205
204
|
{
|
|
206
205
|
"justify": "between",
|
|
207
|
-
"type": "stack",
|
|
208
|
-
"direction": "horizontal",
|
|
209
|
-
"gap": "md",
|
|
210
206
|
"children": [
|
|
211
207
|
{
|
|
212
208
|
"type": "stack",
|
|
213
209
|
"direction": "horizontal",
|
|
214
|
-
"gap": "md",
|
|
215
210
|
"children": [
|
|
216
211
|
{
|
|
217
|
-
"
|
|
218
|
-
"
|
|
212
|
+
"name": "shopping-cart",
|
|
213
|
+
"type": "icon"
|
|
219
214
|
},
|
|
220
215
|
{
|
|
221
216
|
"variant": "h2",
|
|
222
217
|
"content": "Shopping Cart",
|
|
223
218
|
"type": "typography"
|
|
224
219
|
}
|
|
225
|
-
]
|
|
220
|
+
],
|
|
221
|
+
"gap": "md"
|
|
226
222
|
},
|
|
227
223
|
{
|
|
228
|
-
"icon": "plus",
|
|
229
|
-
"label": "Add Item",
|
|
230
224
|
"action": "ADD_ITEM",
|
|
225
|
+
"icon": "plus",
|
|
231
226
|
"type": "button",
|
|
232
|
-
"variant": "primary"
|
|
227
|
+
"variant": "primary",
|
|
228
|
+
"label": "Add Item"
|
|
233
229
|
}
|
|
234
|
-
]
|
|
230
|
+
],
|
|
231
|
+
"gap": "md",
|
|
232
|
+
"direction": "horizontal",
|
|
233
|
+
"type": "stack"
|
|
235
234
|
},
|
|
236
235
|
{
|
|
237
236
|
"type": "divider"
|
|
238
237
|
},
|
|
239
238
|
{
|
|
240
|
-
"
|
|
239
|
+
"itemActions": [
|
|
240
|
+
{
|
|
241
|
+
"event": "REQUEST_REMOVE",
|
|
242
|
+
"label": "Remove",
|
|
243
|
+
"variant": "danger"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"entity": "@payload.data",
|
|
241
247
|
"fields": [
|
|
242
248
|
{
|
|
243
|
-
"
|
|
244
|
-
"variant": "h4",
|
|
249
|
+
"icon": "shopping-cart",
|
|
245
250
|
"name": "name",
|
|
246
|
-
"
|
|
251
|
+
"variant": "h4",
|
|
252
|
+
"label": "Name"
|
|
247
253
|
},
|
|
248
254
|
{
|
|
249
255
|
"variant": "caption",
|
|
@@ -251,21 +257,15 @@
|
|
|
251
257
|
"label": "Description"
|
|
252
258
|
},
|
|
253
259
|
{
|
|
254
|
-
"
|
|
260
|
+
"name": "status",
|
|
255
261
|
"label": "Status",
|
|
256
|
-
"
|
|
262
|
+
"variant": "badge"
|
|
257
263
|
}
|
|
258
264
|
],
|
|
259
|
-
"
|
|
260
|
-
{
|
|
261
|
-
"event": "REQUEST_REMOVE",
|
|
262
|
-
"variant": "danger",
|
|
263
|
-
"label": "Remove"
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"entity": "@payload.data"
|
|
265
|
+
"type": "data-grid"
|
|
267
266
|
}
|
|
268
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"type": "stack"
|
|
269
269
|
}
|
|
270
270
|
]
|
|
271
271
|
]
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"main",
|
|
281
281
|
{
|
|
282
282
|
"className": "py-12",
|
|
283
|
-
"
|
|
283
|
+
"align": "center",
|
|
284
284
|
"children": [
|
|
285
285
|
{
|
|
286
286
|
"type": "icon",
|
|
@@ -289,26 +289,26 @@
|
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"type": "typography",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
292
|
+
"variant": "h3",
|
|
293
|
+
"content": "Failed to load cart"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"content": "@payload.error",
|
|
297
|
+
"color": "muted",
|
|
297
298
|
"type": "typography",
|
|
298
|
-
"variant": "body"
|
|
299
|
-
"color": "muted"
|
|
299
|
+
"variant": "body"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
|
-
"type": "button",
|
|
303
|
-
"variant": "primary",
|
|
304
302
|
"icon": "rotate-ccw",
|
|
303
|
+
"type": "button",
|
|
305
304
|
"action": "INIT",
|
|
306
|
-
"label": "Retry"
|
|
305
|
+
"label": "Retry",
|
|
306
|
+
"variant": "primary"
|
|
307
307
|
}
|
|
308
308
|
],
|
|
309
|
-
"direction": "vertical",
|
|
310
309
|
"gap": "md",
|
|
311
|
-
"
|
|
310
|
+
"direction": "vertical",
|
|
311
|
+
"type": "stack"
|
|
312
312
|
}
|
|
313
313
|
]
|
|
314
314
|
]
|
|
@@ -370,15 +370,15 @@
|
|
|
370
370
|
"name": "CartItemAddItem",
|
|
371
371
|
"linkedEntity": "CartItem",
|
|
372
372
|
"config": {
|
|
373
|
-
"
|
|
373
|
+
"mode": "create",
|
|
374
374
|
"openButtonLabel": "Add Item",
|
|
375
|
+
"title": "Add Item",
|
|
375
376
|
"fields": [
|
|
376
377
|
"name",
|
|
377
378
|
"description",
|
|
378
379
|
"status"
|
|
379
380
|
],
|
|
380
|
-
"icon": "plus-circle"
|
|
381
|
-
"mode": "create"
|
|
381
|
+
"icon": "plus-circle"
|
|
382
382
|
},
|
|
383
383
|
"events": {
|
|
384
384
|
"OPEN": "ADD_ITEM"
|
|
@@ -389,9 +389,9 @@
|
|
|
389
389
|
"name": "CartItemRemoveConfirm",
|
|
390
390
|
"linkedEntity": "CartItem",
|
|
391
391
|
"config": {
|
|
392
|
+
"icon": "alert-triangle",
|
|
392
393
|
"title": "Remove Item",
|
|
393
394
|
"alertMessage": "Are you sure you want to remove this item from your cart?",
|
|
394
|
-
"icon": "alert-triangle",
|
|
395
395
|
"confirmLabel": "Remove"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
@@ -558,4 +558,4 @@
|
|
|
558
558
|
]
|
|
559
559
|
}
|
|
560
560
|
]
|
|
561
|
-
}
|
|
561
|
+
}
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
"FilteredListItem",
|
|
147
147
|
{
|
|
148
148
|
"emit": {
|
|
149
|
-
"
|
|
150
|
-
"
|
|
149
|
+
"failure": "FilteredListItemLoadFailed",
|
|
150
|
+
"success": "FilteredListItemLoaded"
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
],
|
|
@@ -155,19 +155,19 @@
|
|
|
155
155
|
"render-ui",
|
|
156
156
|
"main",
|
|
157
157
|
{
|
|
158
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
158
159
|
"type": "stack",
|
|
159
160
|
"direction": "vertical",
|
|
160
161
|
"gap": "md",
|
|
161
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
162
162
|
"children": [
|
|
163
163
|
{
|
|
164
|
-
"gap": "sm",
|
|
165
|
-
"type": "stack",
|
|
166
|
-
"direction": "horizontal",
|
|
167
164
|
"children": [
|
|
168
165
|
"@trait.FilteredItemSearch",
|
|
169
166
|
"@trait.FilteredItemFilter"
|
|
170
|
-
]
|
|
167
|
+
],
|
|
168
|
+
"type": "stack",
|
|
169
|
+
"direction": "horizontal",
|
|
170
|
+
"gap": "sm"
|
|
171
171
|
},
|
|
172
172
|
"@trait.FilteredItemBrowse",
|
|
173
173
|
"@trait.FilteredItemPagination"
|
|
@@ -194,4 +194,4 @@
|
|
|
194
194
|
]
|
|
195
195
|
}
|
|
196
196
|
]
|
|
197
|
-
}
|
|
197
|
+
}
|