@almadar/std 14.24.0 → 14.25.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 +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -257,8 +257,8 @@
|
|
|
257
257
|
"BroadcastDraft",
|
|
258
258
|
{
|
|
259
259
|
"emit": {
|
|
260
|
-
"
|
|
261
|
-
"
|
|
260
|
+
"success": "BroadcastDraftLoaded",
|
|
261
|
+
"failure": "BroadcastDraftLoadFailed"
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
],
|
|
@@ -266,22 +266,22 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"direction": "vertical",
|
|
270
|
-
"type": "stack",
|
|
271
|
-
"gap": "md",
|
|
272
|
-
"align": "center",
|
|
273
269
|
"children": [
|
|
274
270
|
{
|
|
275
271
|
"type": "spinner"
|
|
276
272
|
},
|
|
277
273
|
{
|
|
278
|
-
"
|
|
274
|
+
"color": "muted",
|
|
279
275
|
"type": "typography",
|
|
280
276
|
"variant": "caption",
|
|
281
|
-
"
|
|
277
|
+
"content": "Loading broadcasts…"
|
|
282
278
|
}
|
|
283
279
|
],
|
|
284
|
-
"className": "py-12"
|
|
280
|
+
"className": "py-12",
|
|
281
|
+
"direction": "vertical",
|
|
282
|
+
"type": "stack",
|
|
283
|
+
"align": "center",
|
|
284
|
+
"gap": "md"
|
|
285
285
|
}
|
|
286
286
|
]
|
|
287
287
|
]
|
|
@@ -295,25 +295,31 @@
|
|
|
295
295
|
"render-ui",
|
|
296
296
|
"main",
|
|
297
297
|
{
|
|
298
|
-
"type": "stack",
|
|
299
298
|
"children": [
|
|
300
299
|
{
|
|
300
|
+
"entity": "BroadcastDraft",
|
|
301
|
+
"type": "hero-organism"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"justify": "between",
|
|
305
|
+
"type": "stack",
|
|
306
|
+
"direction": "horizontal",
|
|
301
307
|
"children": [
|
|
302
308
|
{
|
|
303
|
-
"type": "stack",
|
|
304
|
-
"direction": "horizontal",
|
|
305
|
-
"gap": "md",
|
|
306
309
|
"children": [
|
|
307
310
|
{
|
|
308
|
-
"
|
|
309
|
-
"
|
|
311
|
+
"type": "icon",
|
|
312
|
+
"name": "send"
|
|
310
313
|
},
|
|
311
314
|
{
|
|
312
315
|
"type": "typography",
|
|
313
|
-
"
|
|
314
|
-
"
|
|
316
|
+
"variant": "h2",
|
|
317
|
+
"content": "Broadcasts"
|
|
315
318
|
}
|
|
316
|
-
]
|
|
319
|
+
],
|
|
320
|
+
"direction": "horizontal",
|
|
321
|
+
"type": "stack",
|
|
322
|
+
"gap": "md"
|
|
317
323
|
},
|
|
318
324
|
{
|
|
319
325
|
"action": "CREATE",
|
|
@@ -323,40 +329,165 @@
|
|
|
323
329
|
"variant": "primary"
|
|
324
330
|
}
|
|
325
331
|
],
|
|
332
|
+
"gap": "md"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"type": "stats-grid",
|
|
336
|
+
"columns": 4.0,
|
|
337
|
+
"stats": [
|
|
338
|
+
{
|
|
339
|
+
"label": "Sent this month",
|
|
340
|
+
"value": "128"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"label": "Open rate",
|
|
344
|
+
"value": "42%"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"value": "11%",
|
|
348
|
+
"label": "Click rate"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"value": "0.8%",
|
|
352
|
+
"label": "Bounce rate"
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"currentStep": 2.0,
|
|
358
|
+
"type": "wizard-progress",
|
|
359
|
+
"steps": [
|
|
360
|
+
{
|
|
361
|
+
"label": "Audience",
|
|
362
|
+
"id": "audience"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"id": "template",
|
|
366
|
+
"label": "Template"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"id": "schedule",
|
|
370
|
+
"label": "Schedule"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"id": "review",
|
|
374
|
+
"label": "Review"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"id": "send",
|
|
378
|
+
"label": "Send"
|
|
379
|
+
}
|
|
380
|
+
]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "progress-dots",
|
|
384
|
+
"currentIndex": 2.0,
|
|
385
|
+
"size": "md",
|
|
386
|
+
"count": 5.0
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"tabs": [
|
|
390
|
+
{
|
|
391
|
+
"content": {
|
|
392
|
+
"content": "Broadcast drafts awaiting completion.",
|
|
393
|
+
"type": "typography"
|
|
394
|
+
},
|
|
395
|
+
"label": "Drafts",
|
|
396
|
+
"id": "drafts"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"id": "scheduled",
|
|
400
|
+
"label": "Scheduled",
|
|
401
|
+
"content": {
|
|
402
|
+
"type": "typography",
|
|
403
|
+
"content": "Queued for future delivery."
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"label": "Sent",
|
|
408
|
+
"id": "sent",
|
|
409
|
+
"content": {
|
|
410
|
+
"type": "typography",
|
|
411
|
+
"content": "Delivered broadcasts and reports."
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"type": "tabbed-container",
|
|
416
|
+
"defaultTab": "drafts"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"title": "Boost engagement with segmented broadcasts",
|
|
420
|
+
"background": "gradient",
|
|
421
|
+
"align": "center",
|
|
422
|
+
"subtitle": "Target the right cohort at the right time.",
|
|
423
|
+
"type": "cta-banner"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"type": "feature-grid-organism",
|
|
427
|
+
"entity": "BroadcastDraft"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
326
430
|
"type": "stack",
|
|
327
431
|
"gap": "md",
|
|
328
|
-
"
|
|
432
|
+
"children": [
|
|
433
|
+
{
|
|
434
|
+
"description": "Reach the contacts most likely to convert.",
|
|
435
|
+
"icon": "users",
|
|
436
|
+
"type": "feature-card",
|
|
437
|
+
"title": "Audience segmentation",
|
|
438
|
+
"linkLabel": "View segments"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"title": "Template library",
|
|
442
|
+
"icon": "file-text",
|
|
443
|
+
"description": "Reusable email and SMS templates.",
|
|
444
|
+
"type": "feature-card",
|
|
445
|
+
"linkLabel": "Open library"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"description": "Pick send windows that match recipient time zones.",
|
|
449
|
+
"title": "Send-time scheduling",
|
|
450
|
+
"linkLabel": "Schedule",
|
|
451
|
+
"type": "feature-card",
|
|
452
|
+
"icon": "clock"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
329
455
|
"direction": "horizontal"
|
|
330
456
|
},
|
|
457
|
+
{
|
|
458
|
+
"type": "install-box",
|
|
459
|
+
"command": "npx almadar broadcast --new",
|
|
460
|
+
"label": "Author a broadcast from the CLI"
|
|
461
|
+
},
|
|
331
462
|
{
|
|
332
463
|
"type": "divider"
|
|
333
464
|
},
|
|
334
465
|
{
|
|
466
|
+
"entity": "@payload.data",
|
|
467
|
+
"type": "data-grid",
|
|
335
468
|
"itemActions": [
|
|
336
469
|
{
|
|
337
|
-
"event": "REQUEST_DELETE",
|
|
338
470
|
"variant": "danger",
|
|
339
|
-
"label": "Delete"
|
|
471
|
+
"label": "Delete",
|
|
472
|
+
"event": "REQUEST_DELETE"
|
|
340
473
|
}
|
|
341
474
|
],
|
|
342
|
-
"type": "data-grid",
|
|
343
|
-
"entity": "@payload.data",
|
|
344
475
|
"fields": [
|
|
345
476
|
{
|
|
346
|
-
"name": "name",
|
|
347
477
|
"variant": "h4",
|
|
348
478
|
"label": "Name",
|
|
349
|
-
"icon": "send"
|
|
479
|
+
"icon": "send",
|
|
480
|
+
"name": "name"
|
|
350
481
|
},
|
|
351
482
|
{
|
|
352
483
|
"name": "subject",
|
|
353
|
-
"
|
|
354
|
-
"
|
|
484
|
+
"variant": "body",
|
|
485
|
+
"label": "Subject"
|
|
355
486
|
},
|
|
356
487
|
{
|
|
357
488
|
"name": "segmentName",
|
|
358
|
-
"
|
|
359
|
-
"
|
|
489
|
+
"variant": "caption",
|
|
490
|
+
"label": "Segment"
|
|
360
491
|
},
|
|
361
492
|
{
|
|
362
493
|
"label": "Template",
|
|
@@ -364,20 +495,21 @@
|
|
|
364
495
|
"variant": "caption"
|
|
365
496
|
},
|
|
366
497
|
{
|
|
367
|
-
"variant": "caption",
|
|
368
498
|
"label": "Scheduled",
|
|
369
|
-
"name": "scheduledAt"
|
|
499
|
+
"name": "scheduledAt",
|
|
500
|
+
"variant": "caption"
|
|
370
501
|
},
|
|
371
502
|
{
|
|
503
|
+
"variant": "badge",
|
|
372
504
|
"name": "status",
|
|
373
|
-
"label": "Status"
|
|
374
|
-
"variant": "badge"
|
|
505
|
+
"label": "Status"
|
|
375
506
|
}
|
|
376
507
|
]
|
|
377
508
|
}
|
|
378
509
|
],
|
|
379
|
-
"
|
|
380
|
-
"gap": "lg"
|
|
510
|
+
"type": "stack",
|
|
511
|
+
"gap": "lg",
|
|
512
|
+
"direction": "vertical"
|
|
381
513
|
}
|
|
382
514
|
]
|
|
383
515
|
]
|
|
@@ -391,36 +523,36 @@
|
|
|
391
523
|
"render-ui",
|
|
392
524
|
"main",
|
|
393
525
|
{
|
|
394
|
-
"gap": "md",
|
|
395
|
-
"align": "center",
|
|
396
526
|
"className": "py-12",
|
|
397
|
-
"
|
|
398
|
-
"direction": "vertical",
|
|
527
|
+
"align": "center",
|
|
399
528
|
"children": [
|
|
400
529
|
{
|
|
530
|
+
"name": "alert-triangle",
|
|
401
531
|
"color": "destructive",
|
|
402
|
-
"type": "icon"
|
|
403
|
-
"name": "alert-triangle"
|
|
532
|
+
"type": "icon"
|
|
404
533
|
},
|
|
405
534
|
{
|
|
406
|
-
"content": "Failed to load broadcasts",
|
|
407
535
|
"type": "typography",
|
|
408
|
-
"variant": "h3"
|
|
536
|
+
"variant": "h3",
|
|
537
|
+
"content": "Failed to load broadcasts"
|
|
409
538
|
},
|
|
410
539
|
{
|
|
540
|
+
"variant": "body",
|
|
411
541
|
"type": "typography",
|
|
412
542
|
"color": "muted",
|
|
413
|
-
"content": "@payload.error"
|
|
414
|
-
"variant": "body"
|
|
543
|
+
"content": "@payload.error"
|
|
415
544
|
},
|
|
416
545
|
{
|
|
417
546
|
"label": "Retry",
|
|
418
|
-
"
|
|
547
|
+
"variant": "primary",
|
|
419
548
|
"icon": "rotate-ccw",
|
|
420
549
|
"type": "button",
|
|
421
|
-
"
|
|
550
|
+
"action": "INIT"
|
|
422
551
|
}
|
|
423
|
-
]
|
|
552
|
+
],
|
|
553
|
+
"type": "stack",
|
|
554
|
+
"direction": "vertical",
|
|
555
|
+
"gap": "md"
|
|
424
556
|
}
|
|
425
557
|
]
|
|
426
558
|
]
|
|
@@ -435,8 +567,8 @@
|
|
|
435
567
|
"BroadcastDraft",
|
|
436
568
|
{
|
|
437
569
|
"emit": {
|
|
438
|
-
"
|
|
439
|
-
"
|
|
570
|
+
"success": "BroadcastDraftLoaded",
|
|
571
|
+
"failure": "BroadcastDraftLoadFailed"
|
|
440
572
|
}
|
|
441
573
|
}
|
|
442
574
|
],
|
|
@@ -459,8 +591,8 @@
|
|
|
459
591
|
"BroadcastDraft",
|
|
460
592
|
{
|
|
461
593
|
"emit": {
|
|
462
|
-
"
|
|
463
|
-
"
|
|
594
|
+
"success": "BroadcastDraftLoaded",
|
|
595
|
+
"failure": "BroadcastDraftLoadFailed"
|
|
464
596
|
}
|
|
465
597
|
}
|
|
466
598
|
],
|
|
@@ -482,7 +614,6 @@
|
|
|
482
614
|
"name": "BroadcastDraftCreate",
|
|
483
615
|
"linkedEntity": "BroadcastDraft",
|
|
484
616
|
"config": {
|
|
485
|
-
"title": "New Broadcast",
|
|
486
617
|
"mode": "create",
|
|
487
618
|
"icon": "plus-circle",
|
|
488
619
|
"fields": [
|
|
@@ -491,7 +622,8 @@
|
|
|
491
622
|
"templateId",
|
|
492
623
|
"subject",
|
|
493
624
|
"scheduledAt"
|
|
494
|
-
]
|
|
625
|
+
],
|
|
626
|
+
"title": "New Broadcast"
|
|
495
627
|
},
|
|
496
628
|
"events": {
|
|
497
629
|
"OPEN": "CREATE"
|
|
@@ -512,10 +644,10 @@
|
|
|
512
644
|
"name": "BroadcastDraftDelete",
|
|
513
645
|
"linkedEntity": "BroadcastDraft",
|
|
514
646
|
"config": {
|
|
515
|
-
"title": "Delete Draft",
|
|
516
|
-
"alertMessage": "This will discard the draft.",
|
|
517
647
|
"confirmLabel": "Delete",
|
|
518
|
-
"
|
|
648
|
+
"alertMessage": "This will discard the draft.",
|
|
649
|
+
"icon": "alert-triangle",
|
|
650
|
+
"title": "Delete Draft"
|
|
519
651
|
},
|
|
520
652
|
"events": {
|
|
521
653
|
"CONFIRM": "CONFIRM_DELETE",
|
|
@@ -687,4 +819,4 @@
|
|
|
687
819
|
]
|
|
688
820
|
}
|
|
689
821
|
]
|
|
690
|
-
}
|
|
822
|
+
}
|
|
@@ -216,22 +216,22 @@
|
|
|
216
216
|
"render-ui",
|
|
217
217
|
"main",
|
|
218
218
|
{
|
|
219
|
+
"type": "stack",
|
|
220
|
+
"gap": "md",
|
|
219
221
|
"direction": "vertical",
|
|
220
|
-
"
|
|
222
|
+
"className": "py-12",
|
|
221
223
|
"children": [
|
|
222
224
|
{
|
|
223
225
|
"type": "spinner"
|
|
224
226
|
},
|
|
225
227
|
{
|
|
226
|
-
"type": "typography",
|
|
227
228
|
"content": "Loading cart…",
|
|
228
229
|
"variant": "caption",
|
|
229
|
-
"color": "muted"
|
|
230
|
+
"color": "muted",
|
|
231
|
+
"type": "typography"
|
|
230
232
|
}
|
|
231
233
|
],
|
|
232
|
-
"
|
|
233
|
-
"className": "py-12",
|
|
234
|
-
"type": "stack"
|
|
234
|
+
"align": "center"
|
|
235
235
|
}
|
|
236
236
|
]
|
|
237
237
|
]
|
|
@@ -245,74 +245,74 @@
|
|
|
245
245
|
"render-ui",
|
|
246
246
|
"main",
|
|
247
247
|
{
|
|
248
|
-
"direction": "vertical",
|
|
249
248
|
"type": "stack",
|
|
250
249
|
"gap": "lg",
|
|
251
250
|
"children": [
|
|
252
251
|
{
|
|
252
|
+
"gap": "md",
|
|
253
|
+
"justify": "between",
|
|
253
254
|
"children": [
|
|
254
255
|
{
|
|
255
|
-
"gap": "md",
|
|
256
|
-
"direction": "horizontal",
|
|
257
256
|
"type": "stack",
|
|
257
|
+
"direction": "horizontal",
|
|
258
258
|
"children": [
|
|
259
259
|
{
|
|
260
|
-
"
|
|
261
|
-
"
|
|
260
|
+
"name": "shopping-cart",
|
|
261
|
+
"type": "icon"
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
+
"type": "typography",
|
|
264
265
|
"content": "Shopping Cart",
|
|
265
|
-
"variant": "h2"
|
|
266
|
-
"type": "typography"
|
|
266
|
+
"variant": "h2"
|
|
267
267
|
}
|
|
268
|
-
]
|
|
268
|
+
],
|
|
269
|
+
"gap": "md"
|
|
269
270
|
},
|
|
270
271
|
{
|
|
271
|
-
"type": "button",
|
|
272
|
-
"icon": "plus",
|
|
273
272
|
"action": "ADD_ITEM",
|
|
274
|
-
"
|
|
275
|
-
"
|
|
273
|
+
"icon": "plus",
|
|
274
|
+
"type": "button",
|
|
275
|
+
"variant": "primary",
|
|
276
|
+
"label": "Add Item"
|
|
276
277
|
}
|
|
277
278
|
],
|
|
278
279
|
"direction": "horizontal",
|
|
279
|
-
"justify": "between",
|
|
280
|
-
"gap": "md",
|
|
281
280
|
"type": "stack"
|
|
282
281
|
},
|
|
283
282
|
{
|
|
284
283
|
"type": "divider"
|
|
285
284
|
},
|
|
286
285
|
{
|
|
287
|
-
"type": "data-grid",
|
|
288
|
-
"entity": "@payload.data",
|
|
289
286
|
"fields": [
|
|
290
287
|
{
|
|
291
|
-
"icon": "shopping-cart",
|
|
292
|
-
"label": "Name",
|
|
293
288
|
"variant": "h4",
|
|
294
|
-
"name": "name"
|
|
289
|
+
"name": "name",
|
|
290
|
+
"icon": "shopping-cart",
|
|
291
|
+
"label": "Name"
|
|
295
292
|
},
|
|
296
293
|
{
|
|
297
|
-
"
|
|
294
|
+
"name": "description",
|
|
298
295
|
"label": "Description",
|
|
299
|
-
"
|
|
296
|
+
"variant": "caption"
|
|
300
297
|
},
|
|
301
298
|
{
|
|
302
|
-
"label": "Status",
|
|
303
299
|
"name": "status",
|
|
304
|
-
"variant": "badge"
|
|
300
|
+
"variant": "badge",
|
|
301
|
+
"label": "Status"
|
|
305
302
|
}
|
|
306
303
|
],
|
|
304
|
+
"entity": "@payload.data",
|
|
307
305
|
"itemActions": [
|
|
308
306
|
{
|
|
309
307
|
"event": "REQUEST_REMOVE",
|
|
310
|
-
"
|
|
311
|
-
"
|
|
308
|
+
"label": "Remove",
|
|
309
|
+
"variant": "danger"
|
|
312
310
|
}
|
|
313
|
-
]
|
|
311
|
+
],
|
|
312
|
+
"type": "data-grid"
|
|
314
313
|
}
|
|
315
|
-
]
|
|
314
|
+
],
|
|
315
|
+
"direction": "vertical"
|
|
316
316
|
}
|
|
317
317
|
]
|
|
318
318
|
]
|
|
@@ -327,14 +327,15 @@
|
|
|
327
327
|
"main",
|
|
328
328
|
{
|
|
329
329
|
"type": "stack",
|
|
330
|
+
"direction": "vertical",
|
|
330
331
|
"className": "py-12",
|
|
332
|
+
"gap": "md",
|
|
331
333
|
"align": "center",
|
|
332
|
-
"direction": "vertical",
|
|
333
334
|
"children": [
|
|
334
335
|
{
|
|
335
|
-
"type": "icon",
|
|
336
336
|
"name": "alert-triangle",
|
|
337
|
-
"color": "destructive"
|
|
337
|
+
"color": "destructive",
|
|
338
|
+
"type": "icon"
|
|
338
339
|
},
|
|
339
340
|
{
|
|
340
341
|
"variant": "h3",
|
|
@@ -343,19 +344,18 @@
|
|
|
343
344
|
},
|
|
344
345
|
{
|
|
345
346
|
"type": "typography",
|
|
346
|
-
"color": "muted",
|
|
347
347
|
"variant": "body",
|
|
348
|
+
"color": "muted",
|
|
348
349
|
"content": "@payload.error"
|
|
349
350
|
},
|
|
350
351
|
{
|
|
352
|
+
"type": "button",
|
|
351
353
|
"icon": "rotate-ccw",
|
|
352
354
|
"label": "Retry",
|
|
353
355
|
"action": "INIT",
|
|
354
|
-
"type": "button",
|
|
355
356
|
"variant": "primary"
|
|
356
357
|
}
|
|
357
|
-
]
|
|
358
|
-
"gap": "md"
|
|
358
|
+
]
|
|
359
359
|
}
|
|
360
360
|
]
|
|
361
361
|
]
|
|
@@ -370,8 +370,8 @@
|
|
|
370
370
|
"CartItem",
|
|
371
371
|
{
|
|
372
372
|
"emit": {
|
|
373
|
-
"
|
|
374
|
-
"
|
|
373
|
+
"success": "CartItemLoaded",
|
|
374
|
+
"failure": "CartItemLoadFailed"
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
],
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
"CartItem",
|
|
395
395
|
{
|
|
396
396
|
"emit": {
|
|
397
|
-
"
|
|
398
|
-
"
|
|
397
|
+
"failure": "CartItemLoadFailed",
|
|
398
|
+
"success": "CartItemLoaded"
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
],
|
|
@@ -417,10 +417,10 @@
|
|
|
417
417
|
"name": "CartItemAddItem",
|
|
418
418
|
"linkedEntity": "CartItem",
|
|
419
419
|
"config": {
|
|
420
|
+
"title": "Add Item",
|
|
420
421
|
"icon": "plus-circle",
|
|
421
|
-
"mode": "create",
|
|
422
422
|
"openButtonLabel": "Add Item",
|
|
423
|
-
"
|
|
423
|
+
"mode": "create",
|
|
424
424
|
"fields": [
|
|
425
425
|
"name",
|
|
426
426
|
"description",
|
|
@@ -446,14 +446,14 @@
|
|
|
446
446
|
"name": "CartItemRemoveConfirm",
|
|
447
447
|
"linkedEntity": "CartItem",
|
|
448
448
|
"config": {
|
|
449
|
+
"icon": "alert-triangle",
|
|
449
450
|
"alertMessage": "Are you sure you want to remove this item from your cart?",
|
|
450
|
-
"title": "Remove Item",
|
|
451
451
|
"confirmLabel": "Remove",
|
|
452
|
-
"
|
|
452
|
+
"title": "Remove Item"
|
|
453
453
|
},
|
|
454
454
|
"events": {
|
|
455
|
-
"
|
|
456
|
-
"
|
|
455
|
+
"CONFIRM": "CONFIRM_REMOVE",
|
|
456
|
+
"REQUEST": "REQUEST_REMOVE"
|
|
457
457
|
},
|
|
458
458
|
"listens": [
|
|
459
459
|
{
|
|
@@ -621,4 +621,4 @@
|
|
|
621
621
|
]
|
|
622
622
|
}
|
|
623
623
|
]
|
|
624
|
-
}
|
|
624
|
+
}
|