@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"CartItem",
|
|
161
161
|
{
|
|
162
162
|
"emit": {
|
|
163
|
-
"
|
|
164
|
-
"
|
|
163
|
+
"success": "CartItemLoaded",
|
|
164
|
+
"failure": "CartItemLoadFailed"
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
],
|
|
@@ -169,6 +169,8 @@
|
|
|
169
169
|
"render-ui",
|
|
170
170
|
"main",
|
|
171
171
|
{
|
|
172
|
+
"className": "py-12",
|
|
173
|
+
"align": "center",
|
|
172
174
|
"gap": "md",
|
|
173
175
|
"children": [
|
|
174
176
|
{
|
|
@@ -176,15 +178,13 @@
|
|
|
176
178
|
},
|
|
177
179
|
{
|
|
178
180
|
"variant": "caption",
|
|
179
|
-
"color": "muted",
|
|
180
181
|
"type": "typography",
|
|
182
|
+
"color": "muted",
|
|
181
183
|
"content": "Loading cart…"
|
|
182
184
|
}
|
|
183
185
|
],
|
|
184
|
-
"direction": "vertical",
|
|
185
186
|
"type": "stack",
|
|
186
|
-
"
|
|
187
|
-
"align": "center"
|
|
187
|
+
"direction": "vertical"
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
]
|
|
@@ -198,46 +198,44 @@
|
|
|
198
198
|
"render-ui",
|
|
199
199
|
"main",
|
|
200
200
|
{
|
|
201
|
-
"direction": "vertical",
|
|
202
201
|
"gap": "lg",
|
|
203
|
-
"
|
|
202
|
+
"direction": "vertical",
|
|
204
203
|
"children": [
|
|
205
204
|
{
|
|
206
205
|
"justify": "between",
|
|
207
|
-
"type": "stack",
|
|
208
|
-
"gap": "md",
|
|
209
|
-
"direction": "horizontal",
|
|
210
206
|
"children": [
|
|
211
207
|
{
|
|
212
208
|
"type": "stack",
|
|
209
|
+
"direction": "horizontal",
|
|
213
210
|
"children": [
|
|
214
211
|
{
|
|
215
212
|
"name": "shopping-cart",
|
|
216
213
|
"type": "icon"
|
|
217
214
|
},
|
|
218
215
|
{
|
|
219
|
-
"content": "Shopping Cart",
|
|
220
216
|
"variant": "h2",
|
|
217
|
+
"content": "Shopping Cart",
|
|
221
218
|
"type": "typography"
|
|
222
219
|
}
|
|
223
220
|
],
|
|
224
|
-
"gap": "md"
|
|
225
|
-
"direction": "horizontal"
|
|
221
|
+
"gap": "md"
|
|
226
222
|
},
|
|
227
223
|
{
|
|
228
|
-
"
|
|
229
|
-
"type": "button",
|
|
230
|
-
"label": "Add Item",
|
|
224
|
+
"action": "ADD_ITEM",
|
|
231
225
|
"icon": "plus",
|
|
232
|
-
"
|
|
226
|
+
"type": "button",
|
|
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
|
-
"entity": "@payload.data",
|
|
241
239
|
"itemActions": [
|
|
242
240
|
{
|
|
243
241
|
"event": "REQUEST_REMOVE",
|
|
@@ -245,27 +243,29 @@
|
|
|
245
243
|
"variant": "danger"
|
|
246
244
|
}
|
|
247
245
|
],
|
|
246
|
+
"entity": "@payload.data",
|
|
248
247
|
"fields": [
|
|
249
248
|
{
|
|
250
249
|
"icon": "shopping-cart",
|
|
251
|
-
"variant": "h4",
|
|
252
250
|
"name": "name",
|
|
251
|
+
"variant": "h4",
|
|
253
252
|
"label": "Name"
|
|
254
253
|
},
|
|
255
254
|
{
|
|
256
|
-
"
|
|
255
|
+
"variant": "caption",
|
|
257
256
|
"name": "description",
|
|
258
|
-
"
|
|
257
|
+
"label": "Description"
|
|
259
258
|
},
|
|
260
259
|
{
|
|
260
|
+
"name": "status",
|
|
261
261
|
"label": "Status",
|
|
262
|
-
"variant": "badge"
|
|
263
|
-
"name": "status"
|
|
262
|
+
"variant": "badge"
|
|
264
263
|
}
|
|
265
264
|
],
|
|
266
265
|
"type": "data-grid"
|
|
267
266
|
}
|
|
268
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"type": "stack"
|
|
269
269
|
}
|
|
270
270
|
]
|
|
271
271
|
]
|
|
@@ -279,11 +279,13 @@
|
|
|
279
279
|
"render-ui",
|
|
280
280
|
"main",
|
|
281
281
|
{
|
|
282
|
+
"className": "py-12",
|
|
283
|
+
"align": "center",
|
|
282
284
|
"children": [
|
|
283
285
|
{
|
|
286
|
+
"type": "icon",
|
|
284
287
|
"name": "alert-triangle",
|
|
285
|
-
"color": "destructive"
|
|
286
|
-
"type": "icon"
|
|
288
|
+
"color": "destructive"
|
|
287
289
|
},
|
|
288
290
|
{
|
|
289
291
|
"type": "typography",
|
|
@@ -291,24 +293,22 @@
|
|
|
291
293
|
"content": "Failed to load cart"
|
|
292
294
|
},
|
|
293
295
|
{
|
|
294
|
-
"type": "typography",
|
|
295
|
-
"variant": "body",
|
|
296
296
|
"content": "@payload.error",
|
|
297
|
-
"color": "muted"
|
|
297
|
+
"color": "muted",
|
|
298
|
+
"type": "typography",
|
|
299
|
+
"variant": "body"
|
|
298
300
|
},
|
|
299
301
|
{
|
|
302
|
+
"icon": "rotate-ccw",
|
|
300
303
|
"type": "button",
|
|
301
304
|
"action": "INIT",
|
|
302
305
|
"label": "Retry",
|
|
303
|
-
"variant": "primary"
|
|
304
|
-
"icon": "rotate-ccw"
|
|
306
|
+
"variant": "primary"
|
|
305
307
|
}
|
|
306
308
|
],
|
|
307
|
-
"
|
|
308
|
-
"className": "py-12",
|
|
309
|
+
"gap": "md",
|
|
309
310
|
"direction": "vertical",
|
|
310
|
-
"type": "stack"
|
|
311
|
-
"gap": "md"
|
|
311
|
+
"type": "stack"
|
|
312
312
|
}
|
|
313
313
|
]
|
|
314
314
|
]
|
|
@@ -323,8 +323,8 @@
|
|
|
323
323
|
"CartItem",
|
|
324
324
|
{
|
|
325
325
|
"emit": {
|
|
326
|
-
"
|
|
327
|
-
"
|
|
326
|
+
"success": "CartItemLoaded",
|
|
327
|
+
"failure": "CartItemLoadFailed"
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
],
|
|
@@ -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
|
-
"
|
|
381
|
-
"title": "Add Item"
|
|
381
|
+
"icon": "plus-circle"
|
|
382
382
|
},
|
|
383
383
|
"events": {
|
|
384
384
|
"OPEN": "ADD_ITEM"
|
|
@@ -389,10 +389,10 @@
|
|
|
389
389
|
"name": "CartItemRemoveConfirm",
|
|
390
390
|
"linkedEntity": "CartItem",
|
|
391
391
|
"config": {
|
|
392
|
-
"alertMessage": "Are you sure you want to remove this item from your cart?",
|
|
393
|
-
"confirmLabel": "Remove",
|
|
394
392
|
"icon": "alert-triangle",
|
|
395
|
-
"title": "Remove Item"
|
|
393
|
+
"title": "Remove Item",
|
|
394
|
+
"alertMessage": "Are you sure you want to remove this item from your cart?",
|
|
395
|
+
"confirmLabel": "Remove"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
398
398
|
"CONFIRM": "CONFIRM_REMOVE",
|
|
@@ -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
|
],
|
|
@@ -157,17 +157,17 @@
|
|
|
157
157
|
{
|
|
158
158
|
"className": "max-w-5xl mx-auto w-full",
|
|
159
159
|
"type": "stack",
|
|
160
|
-
"gap": "md",
|
|
161
160
|
"direction": "vertical",
|
|
161
|
+
"gap": "md",
|
|
162
162
|
"children": [
|
|
163
163
|
{
|
|
164
|
-
"direction": "horizontal",
|
|
165
|
-
"type": "stack",
|
|
166
|
-
"gap": "sm",
|
|
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"
|