@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
|
@@ -110,14 +110,13 @@
|
|
|
110
110
|
{
|
|
111
111
|
"direction": "vertical",
|
|
112
112
|
"type": "stack",
|
|
113
|
+
"align": "center",
|
|
113
114
|
"children": [
|
|
114
115
|
{
|
|
115
|
-
"align": "center",
|
|
116
116
|
"gap": "md",
|
|
117
|
-
"type": "stack",
|
|
118
|
-
"direction": "vertical",
|
|
119
117
|
"children": [
|
|
120
118
|
{
|
|
119
|
+
"align": "center",
|
|
121
120
|
"type": "stack",
|
|
122
121
|
"children": [
|
|
123
122
|
{
|
|
@@ -131,7 +130,6 @@
|
|
|
131
130
|
}
|
|
132
131
|
],
|
|
133
132
|
"gap": "sm",
|
|
134
|
-
"align": "center",
|
|
135
133
|
"direction": "horizontal"
|
|
136
134
|
},
|
|
137
135
|
{
|
|
@@ -139,66 +137,68 @@
|
|
|
139
137
|
},
|
|
140
138
|
{
|
|
141
139
|
"duration": 500.0,
|
|
142
|
-
"
|
|
143
|
-
"
|
|
140
|
+
"type": "animated-counter",
|
|
141
|
+
"value": "@entity.remaining"
|
|
144
142
|
},
|
|
145
143
|
{
|
|
146
144
|
"value": "@entity.remaining",
|
|
147
|
-
"label": "Time Remaining",
|
|
148
145
|
"type": "stat-display",
|
|
146
|
+
"label": "Time Remaining",
|
|
149
147
|
"max": 60.0
|
|
150
148
|
},
|
|
151
149
|
{
|
|
152
|
-
"type": "meter",
|
|
153
|
-
"min": 0.0,
|
|
154
150
|
"max": 60.0,
|
|
151
|
+
"min": 0.0,
|
|
152
|
+
"type": "meter",
|
|
155
153
|
"value": "@entity.remaining"
|
|
156
154
|
},
|
|
157
155
|
{
|
|
158
156
|
"type": "progress-bar",
|
|
157
|
+
"color": "primary",
|
|
159
158
|
"showPercentage": true,
|
|
160
159
|
"max": 60.0,
|
|
161
|
-
"value": "@entity.remaining"
|
|
162
|
-
"color": "primary"
|
|
160
|
+
"value": "@entity.remaining"
|
|
163
161
|
},
|
|
164
162
|
{
|
|
165
163
|
"label": "@entity.status",
|
|
166
164
|
"type": "badge"
|
|
167
165
|
}
|
|
168
|
-
]
|
|
166
|
+
],
|
|
167
|
+
"type": "stack",
|
|
168
|
+
"direction": "vertical",
|
|
169
|
+
"align": "center"
|
|
169
170
|
},
|
|
170
171
|
{
|
|
171
172
|
"type": "stack",
|
|
172
|
-
"justify": "center",
|
|
173
|
-
"gap": "sm",
|
|
174
173
|
"direction": "horizontal",
|
|
175
174
|
"children": [
|
|
176
175
|
{
|
|
177
|
-
"icon": "play",
|
|
178
|
-
"variant": "primary",
|
|
179
|
-
"type": "button",
|
|
180
176
|
"label": "Start",
|
|
181
|
-
"action": "START"
|
|
177
|
+
"action": "START",
|
|
178
|
+
"variant": "primary",
|
|
179
|
+
"icon": "play",
|
|
180
|
+
"type": "button"
|
|
182
181
|
},
|
|
183
182
|
{
|
|
183
|
+
"variant": "ghost",
|
|
184
184
|
"action": "PAUSE",
|
|
185
185
|
"type": "button",
|
|
186
186
|
"label": "Pause",
|
|
187
|
-
"variant": "ghost",
|
|
188
187
|
"icon": "pause"
|
|
189
188
|
},
|
|
190
189
|
{
|
|
191
|
-
"type": "button",
|
|
192
|
-
"icon": "rotate-ccw",
|
|
193
190
|
"label": "Reset",
|
|
191
|
+
"variant": "ghost",
|
|
192
|
+
"type": "button",
|
|
194
193
|
"action": "RESET",
|
|
195
|
-
"
|
|
194
|
+
"icon": "rotate-ccw"
|
|
196
195
|
}
|
|
197
|
-
]
|
|
196
|
+
],
|
|
197
|
+
"justify": "center",
|
|
198
|
+
"gap": "sm"
|
|
198
199
|
}
|
|
199
200
|
],
|
|
200
|
-
"gap": "lg"
|
|
201
|
-
"align": "center"
|
|
201
|
+
"gap": "lg"
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
]
|
|
@@ -223,89 +223,89 @@
|
|
|
223
223
|
"main",
|
|
224
224
|
{
|
|
225
225
|
"align": "center",
|
|
226
|
+
"direction": "vertical",
|
|
226
227
|
"children": [
|
|
227
228
|
{
|
|
228
229
|
"children": [
|
|
229
230
|
{
|
|
231
|
+
"direction": "horizontal",
|
|
232
|
+
"gap": "sm",
|
|
230
233
|
"align": "center",
|
|
231
234
|
"children": [
|
|
232
235
|
{
|
|
233
|
-
"
|
|
234
|
-
"
|
|
236
|
+
"type": "icon",
|
|
237
|
+
"name": "clock"
|
|
235
238
|
},
|
|
236
239
|
{
|
|
240
|
+
"variant": "h2",
|
|
237
241
|
"type": "typography",
|
|
238
|
-
"content": "Timer"
|
|
239
|
-
"variant": "h2"
|
|
242
|
+
"content": "Timer"
|
|
240
243
|
}
|
|
241
244
|
],
|
|
242
|
-
"
|
|
243
|
-
"type": "stack",
|
|
244
|
-
"gap": "sm"
|
|
245
|
+
"type": "stack"
|
|
245
246
|
},
|
|
246
247
|
{
|
|
247
248
|
"type": "divider"
|
|
248
249
|
},
|
|
249
250
|
{
|
|
250
251
|
"value": "@entity.remaining",
|
|
251
|
-
"
|
|
252
|
-
"
|
|
252
|
+
"duration": 500.0,
|
|
253
|
+
"type": "animated-counter"
|
|
253
254
|
},
|
|
254
255
|
{
|
|
255
|
-
"
|
|
256
|
-
"label": "Time Remaining",
|
|
256
|
+
"max": 60.0,
|
|
257
257
|
"value": "@entity.remaining",
|
|
258
|
-
"
|
|
258
|
+
"label": "Time Remaining",
|
|
259
|
+
"type": "stat-display"
|
|
259
260
|
},
|
|
260
261
|
{
|
|
261
|
-
"
|
|
262
|
+
"max": 60.0,
|
|
262
263
|
"type": "meter",
|
|
263
264
|
"value": "@entity.remaining",
|
|
264
|
-
"
|
|
265
|
+
"min": 0.0
|
|
265
266
|
},
|
|
266
267
|
{
|
|
267
|
-
"value": "@entity.remaining",
|
|
268
268
|
"showPercentage": true,
|
|
269
|
-
"
|
|
269
|
+
"value": "@entity.remaining",
|
|
270
270
|
"type": "progress-bar",
|
|
271
|
+
"max": 60.0,
|
|
271
272
|
"color": "primary"
|
|
272
273
|
},
|
|
273
274
|
{
|
|
274
|
-
"
|
|
275
|
-
"
|
|
275
|
+
"type": "badge",
|
|
276
|
+
"label": "@entity.status"
|
|
276
277
|
}
|
|
277
278
|
],
|
|
278
|
-
"gap": "md",
|
|
279
|
-
"direction": "vertical",
|
|
280
279
|
"type": "stack",
|
|
281
|
-
"align": "center"
|
|
280
|
+
"align": "center",
|
|
281
|
+
"gap": "md",
|
|
282
|
+
"direction": "vertical"
|
|
282
283
|
},
|
|
283
284
|
{
|
|
284
285
|
"type": "stack",
|
|
286
|
+
"direction": "horizontal",
|
|
287
|
+
"justify": "center",
|
|
288
|
+
"gap": "sm",
|
|
285
289
|
"children": [
|
|
286
290
|
{
|
|
287
|
-
"action": "PAUSE",
|
|
288
|
-
"icon": "pause",
|
|
289
291
|
"label": "Pause",
|
|
292
|
+
"variant": "secondary",
|
|
290
293
|
"type": "button",
|
|
291
|
-
"
|
|
294
|
+
"icon": "pause",
|
|
295
|
+
"action": "PAUSE"
|
|
292
296
|
},
|
|
293
297
|
{
|
|
294
|
-
"icon": "rotate-ccw",
|
|
295
|
-
"action": "RESET",
|
|
296
|
-
"variant": "ghost",
|
|
297
298
|
"type": "button",
|
|
298
|
-
"
|
|
299
|
+
"action": "RESET",
|
|
300
|
+
"label": "Reset",
|
|
301
|
+
"icon": "rotate-ccw",
|
|
302
|
+
"variant": "ghost"
|
|
299
303
|
}
|
|
300
|
-
]
|
|
301
|
-
"direction": "horizontal",
|
|
302
|
-
"gap": "sm",
|
|
303
|
-
"justify": "center"
|
|
304
|
+
]
|
|
304
305
|
}
|
|
305
306
|
],
|
|
306
|
-
"gap": "lg",
|
|
307
307
|
"type": "stack",
|
|
308
|
-
"
|
|
308
|
+
"gap": "lg"
|
|
309
309
|
}
|
|
310
310
|
]
|
|
311
311
|
]
|
|
@@ -321,88 +321,88 @@
|
|
|
321
321
|
{
|
|
322
322
|
"direction": "vertical",
|
|
323
323
|
"align": "center",
|
|
324
|
-
"type": "stack",
|
|
325
|
-
"gap": "lg",
|
|
326
324
|
"children": [
|
|
327
325
|
{
|
|
328
326
|
"type": "stack",
|
|
329
|
-
"align": "center",
|
|
330
327
|
"children": [
|
|
331
328
|
{
|
|
332
|
-
"type": "stack",
|
|
333
|
-
"direction": "horizontal",
|
|
334
|
-
"gap": "sm",
|
|
335
329
|
"children": [
|
|
336
330
|
{
|
|
337
331
|
"type": "icon",
|
|
338
332
|
"name": "clock"
|
|
339
333
|
},
|
|
340
334
|
{
|
|
341
|
-
"type": "typography",
|
|
342
335
|
"content": "Timer",
|
|
336
|
+
"type": "typography",
|
|
343
337
|
"variant": "h2"
|
|
344
338
|
}
|
|
345
339
|
],
|
|
346
|
-
"align": "center"
|
|
340
|
+
"align": "center",
|
|
341
|
+
"gap": "sm",
|
|
342
|
+
"direction": "horizontal",
|
|
343
|
+
"type": "stack"
|
|
347
344
|
},
|
|
348
345
|
{
|
|
349
346
|
"type": "divider"
|
|
350
347
|
},
|
|
351
348
|
{
|
|
349
|
+
"type": "animated-counter",
|
|
352
350
|
"value": "@entity.remaining",
|
|
353
|
-
"duration": 500.0
|
|
354
|
-
"type": "animated-counter"
|
|
351
|
+
"duration": 500.0
|
|
355
352
|
},
|
|
356
353
|
{
|
|
357
|
-
"label": "Time Remaining",
|
|
358
|
-
"value": "@entity.remaining",
|
|
359
354
|
"type": "stat-display",
|
|
360
|
-
"max": 60.0
|
|
355
|
+
"max": 60.0,
|
|
356
|
+
"value": "@entity.remaining",
|
|
357
|
+
"label": "Time Remaining"
|
|
361
358
|
},
|
|
362
359
|
{
|
|
363
|
-
"type": "meter",
|
|
364
360
|
"max": 60.0,
|
|
365
361
|
"min": 0.0,
|
|
362
|
+
"type": "meter",
|
|
366
363
|
"value": "@entity.remaining"
|
|
367
364
|
},
|
|
368
365
|
{
|
|
369
|
-
"
|
|
366
|
+
"value": "@entity.remaining",
|
|
370
367
|
"type": "progress-bar",
|
|
368
|
+
"color": "primary",
|
|
371
369
|
"showPercentage": true,
|
|
372
|
-
"value": "@entity.remaining",
|
|
373
370
|
"max": 60.0
|
|
374
371
|
},
|
|
375
372
|
{
|
|
376
|
-
"
|
|
377
|
-
"
|
|
373
|
+
"label": "@entity.status",
|
|
374
|
+
"type": "badge"
|
|
378
375
|
}
|
|
379
376
|
],
|
|
377
|
+
"align": "center",
|
|
380
378
|
"direction": "vertical",
|
|
381
379
|
"gap": "md"
|
|
382
380
|
},
|
|
383
381
|
{
|
|
384
|
-
"
|
|
382
|
+
"direction": "horizontal",
|
|
383
|
+
"type": "stack",
|
|
385
384
|
"children": [
|
|
386
385
|
{
|
|
387
|
-
"action": "PAUSE",
|
|
388
|
-
"variant": "secondary",
|
|
389
386
|
"type": "button",
|
|
387
|
+
"action": "PAUSE",
|
|
390
388
|
"label": "Pause",
|
|
391
|
-
"icon": "pause"
|
|
389
|
+
"icon": "pause",
|
|
390
|
+
"variant": "secondary"
|
|
392
391
|
},
|
|
393
392
|
{
|
|
393
|
+
"variant": "ghost",
|
|
394
|
+
"label": "Reset",
|
|
394
395
|
"action": "RESET",
|
|
395
396
|
"type": "button",
|
|
396
|
-
"icon": "rotate-ccw"
|
|
397
|
-
"label": "Reset",
|
|
398
|
-
"variant": "ghost"
|
|
397
|
+
"icon": "rotate-ccw"
|
|
399
398
|
}
|
|
400
399
|
],
|
|
401
|
-
"
|
|
402
|
-
"gap": "sm"
|
|
403
|
-
"type": "stack"
|
|
400
|
+
"justify": "center",
|
|
401
|
+
"gap": "sm"
|
|
404
402
|
}
|
|
405
|
-
]
|
|
403
|
+
],
|
|
404
|
+
"type": "stack",
|
|
405
|
+
"gap": "lg"
|
|
406
406
|
}
|
|
407
407
|
]
|
|
408
408
|
]
|
|
@@ -421,19 +421,16 @@
|
|
|
421
421
|
"render-ui",
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
|
-
"
|
|
425
|
-
"
|
|
424
|
+
"type": "stack",
|
|
425
|
+
"align": "center",
|
|
426
426
|
"children": [
|
|
427
427
|
{
|
|
428
|
-
"direction": "vertical",
|
|
429
|
-
"align": "center",
|
|
430
|
-
"gap": "md",
|
|
431
428
|
"children": [
|
|
432
429
|
{
|
|
433
|
-
"type": "stack",
|
|
434
|
-
"direction": "horizontal",
|
|
435
430
|
"gap": "sm",
|
|
431
|
+
"type": "stack",
|
|
436
432
|
"align": "center",
|
|
433
|
+
"direction": "horizontal",
|
|
437
434
|
"children": [
|
|
438
435
|
{
|
|
439
436
|
"type": "icon",
|
|
@@ -441,8 +438,8 @@
|
|
|
441
438
|
},
|
|
442
439
|
{
|
|
443
440
|
"type": "typography",
|
|
444
|
-
"
|
|
445
|
-
"
|
|
441
|
+
"variant": "h2",
|
|
442
|
+
"content": "Timer"
|
|
446
443
|
}
|
|
447
444
|
]
|
|
448
445
|
},
|
|
@@ -455,56 +452,59 @@
|
|
|
455
452
|
"type": "animated-counter"
|
|
456
453
|
},
|
|
457
454
|
{
|
|
458
|
-
"label": "Time Remaining",
|
|
459
455
|
"type": "stat-display",
|
|
460
456
|
"value": "@entity.remaining",
|
|
461
|
-
"max": 60.0
|
|
457
|
+
"max": 60.0,
|
|
458
|
+
"label": "Time Remaining"
|
|
462
459
|
},
|
|
463
460
|
{
|
|
461
|
+
"max": 60.0,
|
|
464
462
|
"value": "@entity.remaining",
|
|
465
463
|
"type": "meter",
|
|
466
|
-
"min": 0.0
|
|
467
|
-
"max": 60.0
|
|
464
|
+
"min": 0.0
|
|
468
465
|
},
|
|
469
466
|
{
|
|
470
|
-
"color": "primary",
|
|
471
467
|
"type": "progress-bar",
|
|
472
|
-
"
|
|
468
|
+
"showPercentage": true,
|
|
473
469
|
"value": "@entity.remaining",
|
|
474
|
-
"
|
|
470
|
+
"max": 60.0,
|
|
471
|
+
"color": "primary"
|
|
475
472
|
},
|
|
476
473
|
{
|
|
477
|
-
"
|
|
478
|
-
"
|
|
474
|
+
"label": "@entity.status",
|
|
475
|
+
"type": "badge"
|
|
479
476
|
}
|
|
480
477
|
],
|
|
481
|
-
"
|
|
478
|
+
"gap": "md",
|
|
479
|
+
"type": "stack",
|
|
480
|
+
"align": "center",
|
|
481
|
+
"direction": "vertical"
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
|
+
"direction": "horizontal",
|
|
484
485
|
"type": "stack",
|
|
486
|
+
"justify": "center",
|
|
487
|
+
"gap": "sm",
|
|
485
488
|
"children": [
|
|
486
489
|
{
|
|
487
|
-
"
|
|
488
|
-
"label": "Resume",
|
|
490
|
+
"variant": "primary",
|
|
489
491
|
"type": "button",
|
|
490
492
|
"action": "RESUME",
|
|
491
|
-
"
|
|
493
|
+
"icon": "play",
|
|
494
|
+
"label": "Resume"
|
|
492
495
|
},
|
|
493
496
|
{
|
|
494
497
|
"action": "RESET",
|
|
495
|
-
"variant": "ghost",
|
|
496
|
-
"icon": "rotate-ccw",
|
|
497
498
|
"type": "button",
|
|
498
|
-
"
|
|
499
|
+
"variant": "ghost",
|
|
500
|
+
"label": "Reset",
|
|
501
|
+
"icon": "rotate-ccw"
|
|
499
502
|
}
|
|
500
|
-
]
|
|
501
|
-
"gap": "sm",
|
|
502
|
-
"justify": "center",
|
|
503
|
-
"direction": "horizontal"
|
|
503
|
+
]
|
|
504
504
|
}
|
|
505
505
|
],
|
|
506
|
-
"
|
|
507
|
-
"
|
|
506
|
+
"direction": "vertical",
|
|
507
|
+
"gap": "lg"
|
|
508
508
|
}
|
|
509
509
|
]
|
|
510
510
|
]
|
|
@@ -524,86 +524,86 @@
|
|
|
524
524
|
"main",
|
|
525
525
|
{
|
|
526
526
|
"align": "center",
|
|
527
|
+
"type": "stack",
|
|
528
|
+
"gap": "lg",
|
|
527
529
|
"children": [
|
|
528
530
|
{
|
|
531
|
+
"gap": "md",
|
|
529
532
|
"children": [
|
|
530
533
|
{
|
|
534
|
+
"direction": "horizontal",
|
|
535
|
+
"gap": "sm",
|
|
536
|
+
"type": "stack",
|
|
537
|
+
"align": "center",
|
|
531
538
|
"children": [
|
|
532
539
|
{
|
|
533
|
-
"
|
|
534
|
-
"
|
|
540
|
+
"name": "clock",
|
|
541
|
+
"type": "icon"
|
|
535
542
|
},
|
|
536
543
|
{
|
|
544
|
+
"content": "Timer",
|
|
537
545
|
"type": "typography",
|
|
538
|
-
"variant": "h2"
|
|
539
|
-
"content": "Timer"
|
|
546
|
+
"variant": "h2"
|
|
540
547
|
}
|
|
541
|
-
]
|
|
542
|
-
"gap": "sm",
|
|
543
|
-
"type": "stack",
|
|
544
|
-
"direction": "horizontal",
|
|
545
|
-
"align": "center"
|
|
548
|
+
]
|
|
546
549
|
},
|
|
547
550
|
{
|
|
548
551
|
"type": "divider"
|
|
549
552
|
},
|
|
550
553
|
{
|
|
554
|
+
"type": "animated-counter",
|
|
551
555
|
"value": "@entity.remaining",
|
|
552
|
-
"duration": 500.0
|
|
553
|
-
"type": "animated-counter"
|
|
556
|
+
"duration": 500.0
|
|
554
557
|
},
|
|
555
558
|
{
|
|
556
|
-
"max": 60.0,
|
|
557
|
-
"label": "Time Remaining",
|
|
558
559
|
"type": "stat-display",
|
|
559
|
-
"value": "@entity.remaining"
|
|
560
|
+
"value": "@entity.remaining",
|
|
561
|
+
"label": "Time Remaining",
|
|
562
|
+
"max": 60.0
|
|
560
563
|
},
|
|
561
564
|
{
|
|
562
|
-
"type": "meter",
|
|
563
565
|
"min": 0.0,
|
|
566
|
+
"value": "@entity.remaining",
|
|
564
567
|
"max": 60.0,
|
|
565
|
-
"
|
|
568
|
+
"type": "meter"
|
|
566
569
|
},
|
|
567
570
|
{
|
|
568
|
-
"type": "progress-bar",
|
|
569
|
-
"value": "@entity.remaining",
|
|
570
|
-
"showPercentage": true,
|
|
571
571
|
"max": 60.0,
|
|
572
|
-
"color": "primary"
|
|
572
|
+
"color": "primary",
|
|
573
|
+
"value": "@entity.remaining",
|
|
574
|
+
"type": "progress-bar",
|
|
575
|
+
"showPercentage": true
|
|
573
576
|
},
|
|
574
577
|
{
|
|
575
|
-
"
|
|
576
|
-
"
|
|
578
|
+
"type": "badge",
|
|
579
|
+
"label": "@entity.status"
|
|
577
580
|
}
|
|
578
581
|
],
|
|
579
|
-
"direction": "vertical",
|
|
580
|
-
"align": "center",
|
|
581
582
|
"type": "stack",
|
|
582
|
-
"
|
|
583
|
+
"direction": "vertical",
|
|
584
|
+
"align": "center"
|
|
583
585
|
},
|
|
584
586
|
{
|
|
587
|
+
"type": "typography",
|
|
585
588
|
"content": "Time is up!",
|
|
586
|
-
"variant": "h3"
|
|
587
|
-
"type": "typography"
|
|
589
|
+
"variant": "h3"
|
|
588
590
|
},
|
|
589
591
|
{
|
|
590
|
-
"justify": "center",
|
|
591
|
-
"type": "stack",
|
|
592
|
-
"gap": "sm",
|
|
593
592
|
"direction": "horizontal",
|
|
593
|
+
"type": "stack",
|
|
594
|
+
"justify": "center",
|
|
594
595
|
"children": [
|
|
595
596
|
{
|
|
597
|
+
"type": "button",
|
|
596
598
|
"variant": "primary",
|
|
597
|
-
"label": "Reset",
|
|
598
599
|
"icon": "rotate-ccw",
|
|
599
|
-
"
|
|
600
|
-
"
|
|
600
|
+
"action": "RESET",
|
|
601
|
+
"label": "Reset"
|
|
601
602
|
}
|
|
602
|
-
]
|
|
603
|
+
],
|
|
604
|
+
"gap": "sm"
|
|
603
605
|
}
|
|
604
606
|
],
|
|
605
|
-
"gap": "lg",
|
|
606
|
-
"type": "stack",
|
|
607
607
|
"direction": "vertical"
|
|
608
608
|
}
|
|
609
609
|
]
|
|
@@ -623,97 +623,97 @@
|
|
|
623
623
|
"render-ui",
|
|
624
624
|
"main",
|
|
625
625
|
{
|
|
626
|
-
"gap": "lg",
|
|
627
|
-
"direction": "vertical",
|
|
628
626
|
"type": "stack",
|
|
627
|
+
"gap": "lg",
|
|
629
628
|
"align": "center",
|
|
630
629
|
"children": [
|
|
631
630
|
{
|
|
632
|
-
"
|
|
631
|
+
"type": "stack",
|
|
633
632
|
"gap": "md",
|
|
633
|
+
"direction": "vertical",
|
|
634
|
+
"align": "center",
|
|
634
635
|
"children": [
|
|
635
636
|
{
|
|
636
|
-
"
|
|
637
|
+
"gap": "sm",
|
|
638
|
+
"align": "center",
|
|
639
|
+
"type": "stack",
|
|
637
640
|
"children": [
|
|
638
641
|
{
|
|
639
642
|
"name": "clock",
|
|
640
643
|
"type": "icon"
|
|
641
644
|
},
|
|
642
645
|
{
|
|
646
|
+
"type": "typography",
|
|
643
647
|
"content": "Timer",
|
|
644
|
-
"variant": "h2"
|
|
645
|
-
"type": "typography"
|
|
648
|
+
"variant": "h2"
|
|
646
649
|
}
|
|
647
650
|
],
|
|
648
|
-
"
|
|
649
|
-
"align": "center",
|
|
650
|
-
"type": "stack"
|
|
651
|
+
"direction": "horizontal"
|
|
651
652
|
},
|
|
652
653
|
{
|
|
653
654
|
"type": "divider"
|
|
654
655
|
},
|
|
655
656
|
{
|
|
657
|
+
"duration": 500.0,
|
|
656
658
|
"type": "animated-counter",
|
|
657
|
-
"value": "@entity.remaining"
|
|
658
|
-
"duration": 500.0
|
|
659
|
+
"value": "@entity.remaining"
|
|
659
660
|
},
|
|
660
661
|
{
|
|
662
|
+
"max": 60.0,
|
|
661
663
|
"value": "@entity.remaining",
|
|
662
664
|
"label": "Time Remaining",
|
|
663
|
-
"type": "stat-display"
|
|
664
|
-
"max": 60.0
|
|
665
|
+
"type": "stat-display"
|
|
665
666
|
},
|
|
666
667
|
{
|
|
667
|
-
"
|
|
668
|
+
"value": "@entity.remaining",
|
|
668
669
|
"max": 60.0,
|
|
669
|
-
"
|
|
670
|
-
"
|
|
670
|
+
"type": "meter",
|
|
671
|
+
"min": 0.0
|
|
671
672
|
},
|
|
672
673
|
{
|
|
673
|
-
"type": "progress-bar",
|
|
674
674
|
"max": 60.0,
|
|
675
|
-
"
|
|
675
|
+
"color": "primary",
|
|
676
676
|
"showPercentage": true,
|
|
677
|
-
"
|
|
677
|
+
"value": "@entity.remaining",
|
|
678
|
+
"type": "progress-bar"
|
|
678
679
|
},
|
|
679
680
|
{
|
|
680
|
-
"
|
|
681
|
-
"
|
|
681
|
+
"type": "badge",
|
|
682
|
+
"label": "@entity.status"
|
|
682
683
|
}
|
|
683
|
-
]
|
|
684
|
-
"type": "stack",
|
|
685
|
-
"align": "center"
|
|
684
|
+
]
|
|
686
685
|
},
|
|
687
686
|
{
|
|
688
|
-
"direction": "horizontal",
|
|
689
|
-
"type": "stack",
|
|
690
|
-
"justify": "center",
|
|
691
687
|
"children": [
|
|
692
688
|
{
|
|
693
|
-
"action": "START",
|
|
694
|
-
"variant": "primary",
|
|
695
689
|
"type": "button",
|
|
696
|
-
"
|
|
697
|
-
"
|
|
690
|
+
"icon": "play",
|
|
691
|
+
"variant": "primary",
|
|
692
|
+
"action": "START",
|
|
693
|
+
"label": "Start"
|
|
698
694
|
},
|
|
699
695
|
{
|
|
700
|
-
"
|
|
701
|
-
"label": "Pause",
|
|
696
|
+
"action": "PAUSE",
|
|
702
697
|
"icon": "pause",
|
|
698
|
+
"label": "Pause",
|
|
703
699
|
"variant": "ghost",
|
|
704
|
-
"
|
|
700
|
+
"type": "button"
|
|
705
701
|
},
|
|
706
702
|
{
|
|
707
|
-
"action": "RESET",
|
|
708
|
-
"variant": "ghost",
|
|
709
703
|
"label": "Reset",
|
|
704
|
+
"action": "RESET",
|
|
710
705
|
"type": "button",
|
|
711
|
-
"icon": "rotate-ccw"
|
|
706
|
+
"icon": "rotate-ccw",
|
|
707
|
+
"variant": "ghost"
|
|
712
708
|
}
|
|
713
709
|
],
|
|
714
|
-
"gap": "sm"
|
|
710
|
+
"gap": "sm",
|
|
711
|
+
"justify": "center",
|
|
712
|
+
"type": "stack",
|
|
713
|
+
"direction": "horizontal"
|
|
715
714
|
}
|
|
716
|
-
]
|
|
715
|
+
],
|
|
716
|
+
"direction": "vertical"
|
|
717
717
|
}
|
|
718
718
|
]
|
|
719
719
|
]
|
|
@@ -732,88 +732,88 @@
|
|
|
732
732
|
"render-ui",
|
|
733
733
|
"main",
|
|
734
734
|
{
|
|
735
|
-
"
|
|
735
|
+
"type": "stack",
|
|
736
736
|
"direction": "vertical",
|
|
737
737
|
"gap": "lg",
|
|
738
|
-
"
|
|
738
|
+
"align": "center",
|
|
739
739
|
"children": [
|
|
740
740
|
{
|
|
741
|
+
"gap": "md",
|
|
742
|
+
"type": "stack",
|
|
743
|
+
"align": "center",
|
|
741
744
|
"children": [
|
|
742
745
|
{
|
|
743
|
-
"type": "stack",
|
|
744
746
|
"gap": "sm",
|
|
747
|
+
"align": "center",
|
|
748
|
+
"type": "stack",
|
|
749
|
+
"direction": "horizontal",
|
|
745
750
|
"children": [
|
|
746
751
|
{
|
|
747
|
-
"
|
|
748
|
-
"
|
|
752
|
+
"type": "icon",
|
|
753
|
+
"name": "clock"
|
|
749
754
|
},
|
|
750
755
|
{
|
|
751
|
-
"variant": "h2",
|
|
752
756
|
"type": "typography",
|
|
753
|
-
"content": "Timer"
|
|
757
|
+
"content": "Timer",
|
|
758
|
+
"variant": "h2"
|
|
754
759
|
}
|
|
755
|
-
]
|
|
756
|
-
"direction": "horizontal",
|
|
757
|
-
"align": "center"
|
|
760
|
+
]
|
|
758
761
|
},
|
|
759
762
|
{
|
|
760
763
|
"type": "divider"
|
|
761
764
|
},
|
|
762
765
|
{
|
|
766
|
+
"value": "@entity.remaining",
|
|
763
767
|
"duration": 500.0,
|
|
764
|
-
"type": "animated-counter"
|
|
765
|
-
"value": "@entity.remaining"
|
|
768
|
+
"type": "animated-counter"
|
|
766
769
|
},
|
|
767
770
|
{
|
|
768
771
|
"type": "stat-display",
|
|
769
|
-
"label": "Time Remaining",
|
|
770
772
|
"max": 60.0,
|
|
771
|
-
"value": "@entity.remaining"
|
|
773
|
+
"value": "@entity.remaining",
|
|
774
|
+
"label": "Time Remaining"
|
|
772
775
|
},
|
|
773
776
|
{
|
|
777
|
+
"min": 0.0,
|
|
774
778
|
"type": "meter",
|
|
775
779
|
"value": "@entity.remaining",
|
|
776
|
-
"max": 60.0
|
|
777
|
-
"min": 0.0
|
|
780
|
+
"max": 60.0
|
|
778
781
|
},
|
|
779
782
|
{
|
|
780
783
|
"type": "progress-bar",
|
|
781
|
-
"color": "primary",
|
|
782
784
|
"max": 60.0,
|
|
783
|
-
"
|
|
784
|
-
"showPercentage": true
|
|
785
|
+
"color": "primary",
|
|
786
|
+
"showPercentage": true,
|
|
787
|
+
"value": "@entity.remaining"
|
|
785
788
|
},
|
|
786
789
|
{
|
|
787
790
|
"label": "@entity.status",
|
|
788
791
|
"type": "badge"
|
|
789
792
|
}
|
|
790
793
|
],
|
|
791
|
-
"
|
|
792
|
-
"direction": "vertical",
|
|
793
|
-
"type": "stack",
|
|
794
|
-
"align": "center"
|
|
794
|
+
"direction": "vertical"
|
|
795
795
|
},
|
|
796
796
|
{
|
|
797
797
|
"justify": "center",
|
|
798
|
-
"direction": "horizontal",
|
|
799
|
-
"type": "stack",
|
|
800
|
-
"gap": "sm",
|
|
801
798
|
"children": [
|
|
802
799
|
{
|
|
803
|
-
"
|
|
800
|
+
"icon": "pause",
|
|
804
801
|
"type": "button",
|
|
805
802
|
"label": "Pause",
|
|
806
|
-
"
|
|
807
|
-
"
|
|
803
|
+
"action": "PAUSE",
|
|
804
|
+
"variant": "secondary"
|
|
808
805
|
},
|
|
809
806
|
{
|
|
807
|
+
"label": "Reset",
|
|
810
808
|
"type": "button",
|
|
811
809
|
"action": "RESET",
|
|
812
|
-
"
|
|
813
|
-
"
|
|
814
|
-
"variant": "ghost"
|
|
810
|
+
"variant": "ghost",
|
|
811
|
+
"icon": "rotate-ccw"
|
|
815
812
|
}
|
|
816
|
-
]
|
|
813
|
+
],
|
|
814
|
+
"gap": "sm",
|
|
815
|
+
"type": "stack",
|
|
816
|
+
"direction": "horizontal"
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
}
|
|
@@ -834,15 +834,20 @@
|
|
|
834
834
|
"render-ui",
|
|
835
835
|
"main",
|
|
836
836
|
{
|
|
837
|
+
"direction": "vertical",
|
|
837
838
|
"align": "center",
|
|
838
839
|
"gap": "lg",
|
|
839
840
|
"children": [
|
|
840
841
|
{
|
|
842
|
+
"direction": "vertical",
|
|
843
|
+
"type": "stack",
|
|
844
|
+
"align": "center",
|
|
845
|
+
"gap": "md",
|
|
841
846
|
"children": [
|
|
842
847
|
{
|
|
843
|
-
"direction": "horizontal",
|
|
844
|
-
"gap": "sm",
|
|
845
848
|
"align": "center",
|
|
849
|
+
"gap": "sm",
|
|
850
|
+
"direction": "horizontal",
|
|
846
851
|
"type": "stack",
|
|
847
852
|
"children": [
|
|
848
853
|
{
|
|
@@ -850,9 +855,9 @@
|
|
|
850
855
|
"name": "clock"
|
|
851
856
|
},
|
|
852
857
|
{
|
|
853
|
-
"
|
|
858
|
+
"variant": "h2",
|
|
854
859
|
"type": "typography",
|
|
855
|
-
"
|
|
860
|
+
"content": "Timer"
|
|
856
861
|
}
|
|
857
862
|
]
|
|
858
863
|
},
|
|
@@ -860,71 +865,66 @@
|
|
|
860
865
|
"type": "divider"
|
|
861
866
|
},
|
|
862
867
|
{
|
|
863
|
-
"type": "animated-counter",
|
|
864
868
|
"value": "@entity.remaining",
|
|
869
|
+
"type": "animated-counter",
|
|
865
870
|
"duration": 500.0
|
|
866
871
|
},
|
|
867
872
|
{
|
|
868
|
-
"type": "stat-display",
|
|
869
|
-
"value": "@entity.remaining",
|
|
870
873
|
"label": "Time Remaining",
|
|
871
|
-
"max": 60.0
|
|
874
|
+
"max": 60.0,
|
|
875
|
+
"value": "@entity.remaining",
|
|
876
|
+
"type": "stat-display"
|
|
872
877
|
},
|
|
873
878
|
{
|
|
874
879
|
"value": "@entity.remaining",
|
|
875
|
-
"
|
|
880
|
+
"min": 0.0,
|
|
876
881
|
"type": "meter",
|
|
877
|
-
"
|
|
882
|
+
"max": 60.0
|
|
878
883
|
},
|
|
879
884
|
{
|
|
885
|
+
"color": "primary",
|
|
886
|
+
"showPercentage": true,
|
|
880
887
|
"value": "@entity.remaining",
|
|
881
888
|
"type": "progress-bar",
|
|
882
|
-
"showPercentage": true,
|
|
883
|
-
"color": "primary",
|
|
884
889
|
"max": 60.0
|
|
885
890
|
},
|
|
886
891
|
{
|
|
887
892
|
"type": "badge",
|
|
888
893
|
"label": "@entity.status"
|
|
889
894
|
}
|
|
890
|
-
]
|
|
891
|
-
"type": "stack",
|
|
892
|
-
"direction": "vertical",
|
|
893
|
-
"gap": "md",
|
|
894
|
-
"align": "center"
|
|
895
|
+
]
|
|
895
896
|
},
|
|
896
897
|
{
|
|
897
|
-
"gap": "sm",
|
|
898
898
|
"children": [
|
|
899
899
|
{
|
|
900
|
-
"label": "Start",
|
|
901
900
|
"action": "START",
|
|
902
|
-
"type": "button",
|
|
903
901
|
"variant": "primary",
|
|
904
|
-
"icon": "play"
|
|
902
|
+
"icon": "play",
|
|
903
|
+
"label": "Start",
|
|
904
|
+
"type": "button"
|
|
905
905
|
},
|
|
906
906
|
{
|
|
907
|
-
"icon": "pause",
|
|
908
|
-
"action": "PAUSE",
|
|
909
|
-
"type": "button",
|
|
910
907
|
"variant": "ghost",
|
|
911
|
-
"label": "Pause"
|
|
908
|
+
"label": "Pause",
|
|
909
|
+
"type": "button",
|
|
910
|
+
"action": "PAUSE",
|
|
911
|
+
"icon": "pause"
|
|
912
912
|
},
|
|
913
913
|
{
|
|
914
|
-
"
|
|
914
|
+
"type": "button",
|
|
915
915
|
"variant": "ghost",
|
|
916
916
|
"action": "RESET",
|
|
917
|
-
"
|
|
917
|
+
"label": "Reset",
|
|
918
918
|
"icon": "rotate-ccw"
|
|
919
919
|
}
|
|
920
920
|
],
|
|
921
|
+
"gap": "sm",
|
|
921
922
|
"type": "stack",
|
|
922
923
|
"direction": "horizontal",
|
|
923
924
|
"justify": "center"
|
|
924
925
|
}
|
|
925
926
|
],
|
|
926
|
-
"type": "stack"
|
|
927
|
-
"direction": "vertical"
|
|
927
|
+
"type": "stack"
|
|
928
928
|
}
|
|
929
929
|
]
|
|
930
930
|
]
|
|
@@ -943,18 +943,12 @@
|
|
|
943
943
|
"render-ui",
|
|
944
944
|
"main",
|
|
945
945
|
{
|
|
946
|
-
"
|
|
946
|
+
"direction": "vertical",
|
|
947
947
|
"children": [
|
|
948
948
|
{
|
|
949
|
-
"align": "center",
|
|
950
|
-
"gap": "md",
|
|
951
|
-
"direction": "vertical",
|
|
952
949
|
"type": "stack",
|
|
953
950
|
"children": [
|
|
954
951
|
{
|
|
955
|
-
"direction": "horizontal",
|
|
956
|
-
"align": "center",
|
|
957
|
-
"type": "stack",
|
|
958
952
|
"gap": "sm",
|
|
959
953
|
"children": [
|
|
960
954
|
{
|
|
@@ -962,11 +956,14 @@
|
|
|
962
956
|
"name": "clock"
|
|
963
957
|
},
|
|
964
958
|
{
|
|
959
|
+
"type": "typography",
|
|
965
960
|
"variant": "h2",
|
|
966
|
-
"content": "Timer"
|
|
967
|
-
"type": "typography"
|
|
961
|
+
"content": "Timer"
|
|
968
962
|
}
|
|
969
|
-
]
|
|
963
|
+
],
|
|
964
|
+
"direction": "horizontal",
|
|
965
|
+
"type": "stack",
|
|
966
|
+
"align": "center"
|
|
970
967
|
},
|
|
971
968
|
{
|
|
972
969
|
"type": "divider"
|
|
@@ -977,63 +974,66 @@
|
|
|
977
974
|
"duration": 500.0
|
|
978
975
|
},
|
|
979
976
|
{
|
|
980
|
-
"max": 60.0,
|
|
981
|
-
"label": "Time Remaining",
|
|
982
977
|
"type": "stat-display",
|
|
983
|
-
"
|
|
978
|
+
"label": "Time Remaining",
|
|
979
|
+
"value": "@entity.remaining",
|
|
980
|
+
"max": 60.0
|
|
984
981
|
},
|
|
985
982
|
{
|
|
986
|
-
"min": 0.0,
|
|
987
983
|
"type": "meter",
|
|
988
|
-
"
|
|
989
|
-
"value": "@entity.remaining"
|
|
984
|
+
"min": 0.0,
|
|
985
|
+
"value": "@entity.remaining",
|
|
986
|
+
"max": 60.0
|
|
990
987
|
},
|
|
991
988
|
{
|
|
992
|
-
"
|
|
989
|
+
"type": "progress-bar",
|
|
993
990
|
"showPercentage": true,
|
|
994
|
-
"color": "primary",
|
|
995
991
|
"value": "@entity.remaining",
|
|
996
|
-
"
|
|
992
|
+
"max": 60.0,
|
|
993
|
+
"color": "primary"
|
|
997
994
|
},
|
|
998
995
|
{
|
|
999
996
|
"type": "badge",
|
|
1000
997
|
"label": "@entity.status"
|
|
1001
998
|
}
|
|
1002
|
-
]
|
|
999
|
+
],
|
|
1000
|
+
"gap": "md",
|
|
1001
|
+
"direction": "vertical",
|
|
1002
|
+
"align": "center"
|
|
1003
1003
|
},
|
|
1004
1004
|
{
|
|
1005
|
-
"
|
|
1005
|
+
"direction": "horizontal",
|
|
1006
1006
|
"justify": "center",
|
|
1007
|
+
"type": "stack",
|
|
1008
|
+
"gap": "sm",
|
|
1007
1009
|
"children": [
|
|
1008
1010
|
{
|
|
1011
|
+
"icon": "play",
|
|
1009
1012
|
"variant": "primary",
|
|
1013
|
+
"type": "button",
|
|
1010
1014
|
"label": "Start",
|
|
1011
|
-
"action": "START"
|
|
1012
|
-
"icon": "play",
|
|
1013
|
-
"type": "button"
|
|
1015
|
+
"action": "START"
|
|
1014
1016
|
},
|
|
1015
1017
|
{
|
|
1018
|
+
"variant": "ghost",
|
|
1019
|
+
"icon": "pause",
|
|
1016
1020
|
"label": "Pause",
|
|
1017
1021
|
"type": "button",
|
|
1018
|
-
"
|
|
1019
|
-
"action": "PAUSE",
|
|
1020
|
-
"icon": "pause"
|
|
1022
|
+
"action": "PAUSE"
|
|
1021
1023
|
},
|
|
1022
1024
|
{
|
|
1025
|
+
"icon": "rotate-ccw",
|
|
1023
1026
|
"action": "RESET",
|
|
1024
|
-
"label": "Reset",
|
|
1025
1027
|
"type": "button",
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1028
|
+
"label": "Reset",
|
|
1029
|
+
"variant": "ghost"
|
|
1028
1030
|
}
|
|
1029
|
-
]
|
|
1030
|
-
"gap": "sm",
|
|
1031
|
-
"direction": "horizontal"
|
|
1031
|
+
]
|
|
1032
1032
|
}
|
|
1033
1033
|
],
|
|
1034
|
-
"gap": "lg",
|
|
1035
1034
|
"type": "stack",
|
|
1036
|
-
"
|
|
1035
|
+
"align": "center",
|
|
1036
|
+
"gap": "lg"
|
|
1037
1037
|
}
|
|
1038
1038
|
]
|
|
1039
1039
|
]
|
|
@@ -1056,4 +1056,4 @@
|
|
|
1056
1056
|
]
|
|
1057
1057
|
}
|
|
1058
1058
|
]
|
|
1059
|
-
}
|
|
1059
|
+
}
|