@almadar/std 15.15.0 → 15.15.1
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/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-stats",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Stats grid atom for marketing pages. Renders a responsive grid of key metrics with values and labels. Pick for social proof, traction, and credibility sections.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "StatItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "StatItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "StatItemStats",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "StatItem",
|
|
24
|
+
"stateMachine": {
|
|
25
|
+
"states": [
|
|
26
|
+
{
|
|
27
|
+
"name": "idle",
|
|
28
|
+
"isInitial": true
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"events": [
|
|
32
|
+
{
|
|
33
|
+
"key": "INIT",
|
|
34
|
+
"name": "Initialize"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"transitions": [
|
|
38
|
+
{
|
|
39
|
+
"from": "idle",
|
|
40
|
+
"to": "idle",
|
|
41
|
+
"event": "INIT",
|
|
42
|
+
"effects": [
|
|
43
|
+
[
|
|
44
|
+
"render-ui",
|
|
45
|
+
"main",
|
|
46
|
+
{
|
|
47
|
+
"columns": "@config.columns",
|
|
48
|
+
"stats": "@config.stats",
|
|
49
|
+
"type": "stats-grid"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
"config": {
|
|
57
|
+
"columns": {
|
|
58
|
+
"type": "number",
|
|
59
|
+
"default": 4.0,
|
|
60
|
+
"label": "Columns",
|
|
61
|
+
"description": "Number of grid columns",
|
|
62
|
+
"tier": "customization"
|
|
63
|
+
},
|
|
64
|
+
"stats": {
|
|
65
|
+
"type": "[StatCard]",
|
|
66
|
+
"default": [
|
|
67
|
+
{
|
|
68
|
+
"label": "Developers",
|
|
69
|
+
"value": "10K+"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"label": "Uptime",
|
|
73
|
+
"value": "99.9%"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"label": "Requests served",
|
|
77
|
+
"value": "50M+"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"value": "4.9",
|
|
81
|
+
"label": "Average rating"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"label": "Stats",
|
|
85
|
+
"description": "Array of stat value/label pairs",
|
|
86
|
+
"tier": "essential",
|
|
87
|
+
"items": {
|
|
88
|
+
"type": "object",
|
|
89
|
+
"properties": {
|
|
90
|
+
"value": {
|
|
91
|
+
"name": "value",
|
|
92
|
+
"type": "string",
|
|
93
|
+
"required": true
|
|
94
|
+
},
|
|
95
|
+
"label": {
|
|
96
|
+
"name": "label",
|
|
97
|
+
"type": "string",
|
|
98
|
+
"required": true
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"scope": "instance"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"pages": [
|
|
108
|
+
{
|
|
109
|
+
"name": "StatItemStatsPage",
|
|
110
|
+
"path": "/stats",
|
|
111
|
+
"traits": [
|
|
112
|
+
{
|
|
113
|
+
"ref": "StatItemStats"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-steps",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Step flow atom for marketing pages. Renders numbered steps horizontally or vertically. Pick for how-it-works sections and onboarding explainers.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "StepItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "StepSectionItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "steps",
|
|
19
|
+
"type": "array",
|
|
20
|
+
"default": [],
|
|
21
|
+
"items": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"title": {
|
|
25
|
+
"name": "title",
|
|
26
|
+
"type": "string",
|
|
27
|
+
"required": true
|
|
28
|
+
},
|
|
29
|
+
"description": {
|
|
30
|
+
"name": "description",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"required": true
|
|
33
|
+
},
|
|
34
|
+
"icon": {
|
|
35
|
+
"name": "icon",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"required": false
|
|
38
|
+
},
|
|
39
|
+
"number": {
|
|
40
|
+
"name": "number",
|
|
41
|
+
"type": "number",
|
|
42
|
+
"required": false
|
|
43
|
+
},
|
|
44
|
+
"id": {
|
|
45
|
+
"name": "id",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"required": true
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"traits": [
|
|
55
|
+
{
|
|
56
|
+
"name": "StepSectionItemSteps",
|
|
57
|
+
"category": "interaction",
|
|
58
|
+
"linkedEntity": "StepSectionItem",
|
|
59
|
+
"stateMachine": {
|
|
60
|
+
"states": [
|
|
61
|
+
{
|
|
62
|
+
"name": "idle",
|
|
63
|
+
"isInitial": true
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"events": [
|
|
67
|
+
{
|
|
68
|
+
"key": "INIT",
|
|
69
|
+
"name": "Initialize"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"transitions": [
|
|
73
|
+
{
|
|
74
|
+
"from": "idle",
|
|
75
|
+
"to": "idle",
|
|
76
|
+
"event": "INIT",
|
|
77
|
+
"effects": [
|
|
78
|
+
[
|
|
79
|
+
"set",
|
|
80
|
+
"@entity.steps",
|
|
81
|
+
"@config.steps"
|
|
82
|
+
],
|
|
83
|
+
[
|
|
84
|
+
"render-ui",
|
|
85
|
+
"main",
|
|
86
|
+
{
|
|
87
|
+
"entity": "@entity.steps",
|
|
88
|
+
"type": "step-flow-organism"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
"config": {
|
|
96
|
+
"steps": {
|
|
97
|
+
"type": "[StepCard]",
|
|
98
|
+
"default": [
|
|
99
|
+
{
|
|
100
|
+
"description": "Describe your app in natural language.",
|
|
101
|
+
"id": "1",
|
|
102
|
+
"icon": "pen-tool",
|
|
103
|
+
"number": 1.0,
|
|
104
|
+
"title": "Design"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"number": 2.0,
|
|
108
|
+
"title": "Build",
|
|
109
|
+
"description": "Almadar generates the full stack automatically.",
|
|
110
|
+
"icon": "hammer",
|
|
111
|
+
"id": "2"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"title": "Ship",
|
|
115
|
+
"id": "3",
|
|
116
|
+
"number": 3.0,
|
|
117
|
+
"description": "Deploy to production with one click.",
|
|
118
|
+
"icon": "rocket"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"label": "Steps",
|
|
122
|
+
"description": "Array of step items",
|
|
123
|
+
"tier": "essential",
|
|
124
|
+
"items": {
|
|
125
|
+
"type": "object",
|
|
126
|
+
"properties": {
|
|
127
|
+
"number": {
|
|
128
|
+
"name": "number",
|
|
129
|
+
"type": "number",
|
|
130
|
+
"required": false
|
|
131
|
+
},
|
|
132
|
+
"title": {
|
|
133
|
+
"name": "title",
|
|
134
|
+
"type": "string",
|
|
135
|
+
"required": true
|
|
136
|
+
},
|
|
137
|
+
"id": {
|
|
138
|
+
"name": "id",
|
|
139
|
+
"type": "string",
|
|
140
|
+
"required": true
|
|
141
|
+
},
|
|
142
|
+
"description": {
|
|
143
|
+
"name": "description",
|
|
144
|
+
"type": "string",
|
|
145
|
+
"required": true
|
|
146
|
+
},
|
|
147
|
+
"icon": {
|
|
148
|
+
"name": "icon",
|
|
149
|
+
"type": "string",
|
|
150
|
+
"required": false
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"orientation": {
|
|
156
|
+
"type": "string",
|
|
157
|
+
"default": "horizontal",
|
|
158
|
+
"label": "Orientation",
|
|
159
|
+
"description": "horizontal or vertical",
|
|
160
|
+
"tier": "customization"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"scope": "instance"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"pages": [
|
|
167
|
+
{
|
|
168
|
+
"name": "StepSectionItemStepsPage",
|
|
169
|
+
"path": "/steps",
|
|
170
|
+
"traits": [
|
|
171
|
+
{
|
|
172
|
+
"ref": "StepSectionItemSteps"
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
}
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-team",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Team grid atom for marketing pages. Renders a responsive grid of team member cards with avatars, names, roles, and bios. Pick for about pages and company culture sections.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "TeamItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "TeamItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "members",
|
|
19
|
+
"type": "array",
|
|
20
|
+
"default": [],
|
|
21
|
+
"items": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"id": {
|
|
25
|
+
"name": "id",
|
|
26
|
+
"type": "string",
|
|
27
|
+
"required": true
|
|
28
|
+
},
|
|
29
|
+
"bio": {
|
|
30
|
+
"name": "bio",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"required": true
|
|
33
|
+
},
|
|
34
|
+
"name": {
|
|
35
|
+
"name": "name",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"required": true
|
|
38
|
+
},
|
|
39
|
+
"role": {
|
|
40
|
+
"name": "role",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": true
|
|
43
|
+
},
|
|
44
|
+
"avatar": {
|
|
45
|
+
"name": "avatar",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"required": false
|
|
48
|
+
},
|
|
49
|
+
"nameAr": {
|
|
50
|
+
"name": "nameAr",
|
|
51
|
+
"type": "string",
|
|
52
|
+
"required": false
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"traits": [
|
|
60
|
+
{
|
|
61
|
+
"name": "TeamItemTeam",
|
|
62
|
+
"category": "interaction",
|
|
63
|
+
"linkedEntity": "TeamItem",
|
|
64
|
+
"stateMachine": {
|
|
65
|
+
"states": [
|
|
66
|
+
{
|
|
67
|
+
"name": "idle",
|
|
68
|
+
"isInitial": true
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"events": [
|
|
72
|
+
{
|
|
73
|
+
"key": "INIT",
|
|
74
|
+
"name": "Initialize"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"transitions": [
|
|
78
|
+
{
|
|
79
|
+
"from": "idle",
|
|
80
|
+
"to": "idle",
|
|
81
|
+
"event": "INIT",
|
|
82
|
+
"effects": [
|
|
83
|
+
[
|
|
84
|
+
"set",
|
|
85
|
+
"@entity.members",
|
|
86
|
+
"@config.members"
|
|
87
|
+
],
|
|
88
|
+
[
|
|
89
|
+
"render-ui",
|
|
90
|
+
"main",
|
|
91
|
+
{
|
|
92
|
+
"type": "team-organism",
|
|
93
|
+
"entity": "@entity.members"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"config": {
|
|
101
|
+
"members": {
|
|
102
|
+
"type": "[TeamMemberCard]",
|
|
103
|
+
"default": [
|
|
104
|
+
{
|
|
105
|
+
"id": "1",
|
|
106
|
+
"name": "Jane Doe",
|
|
107
|
+
"nameAr": "",
|
|
108
|
+
"bio": "Former VP Engineering at BigTech. Obsessed with developer experience.",
|
|
109
|
+
"avatar": "",
|
|
110
|
+
"role": "CEO"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"role": "CTO",
|
|
114
|
+
"id": "2",
|
|
115
|
+
"nameAr": "",
|
|
116
|
+
"avatar": "",
|
|
117
|
+
"name": "John Smith",
|
|
118
|
+
"bio": "Built distributed systems at scale for a decade."
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "3",
|
|
122
|
+
"name": "Alice Chen",
|
|
123
|
+
"bio": "Believes great design is invisible.",
|
|
124
|
+
"nameAr": "",
|
|
125
|
+
"avatar": "",
|
|
126
|
+
"role": "Head of Design"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"label": "Team Members",
|
|
130
|
+
"description": "Array of team member cards",
|
|
131
|
+
"tier": "essential",
|
|
132
|
+
"items": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"properties": {
|
|
135
|
+
"name": {
|
|
136
|
+
"name": "name",
|
|
137
|
+
"type": "string",
|
|
138
|
+
"required": true
|
|
139
|
+
},
|
|
140
|
+
"nameAr": {
|
|
141
|
+
"name": "nameAr",
|
|
142
|
+
"type": "string",
|
|
143
|
+
"required": false
|
|
144
|
+
},
|
|
145
|
+
"avatar": {
|
|
146
|
+
"name": "avatar",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"required": false
|
|
149
|
+
},
|
|
150
|
+
"id": {
|
|
151
|
+
"name": "id",
|
|
152
|
+
"type": "string",
|
|
153
|
+
"required": true
|
|
154
|
+
},
|
|
155
|
+
"role": {
|
|
156
|
+
"name": "role",
|
|
157
|
+
"type": "string",
|
|
158
|
+
"required": true
|
|
159
|
+
},
|
|
160
|
+
"bio": {
|
|
161
|
+
"name": "bio",
|
|
162
|
+
"type": "string",
|
|
163
|
+
"required": true
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"columns": {
|
|
169
|
+
"type": "number",
|
|
170
|
+
"default": 3.0,
|
|
171
|
+
"label": "Columns",
|
|
172
|
+
"description": "Number of grid columns",
|
|
173
|
+
"tier": "customization"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"scope": "instance"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"pages": [
|
|
180
|
+
{
|
|
181
|
+
"name": "TeamItemTeamPage",
|
|
182
|
+
"path": "/team",
|
|
183
|
+
"traits": [
|
|
184
|
+
{
|
|
185
|
+
"ref": "TeamItemTeam"
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-testimonials",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Testimonials atom for marketing pages. Renders social proof as logos, quotes, or badges. Pick for trust-building sections and customer validation.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "TestimonialItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "TestimonialItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "TestimonialItemTestimonials",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "TestimonialItem",
|
|
24
|
+
"stateMachine": {
|
|
25
|
+
"states": [
|
|
26
|
+
{
|
|
27
|
+
"name": "idle",
|
|
28
|
+
"isInitial": true
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"events": [
|
|
32
|
+
{
|
|
33
|
+
"key": "INIT",
|
|
34
|
+
"name": "Initialize"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"transitions": [
|
|
38
|
+
{
|
|
39
|
+
"from": "idle",
|
|
40
|
+
"to": "idle",
|
|
41
|
+
"event": "INIT",
|
|
42
|
+
"effects": [
|
|
43
|
+
[
|
|
44
|
+
"render-ui",
|
|
45
|
+
"main",
|
|
46
|
+
{
|
|
47
|
+
"type": "social-proof",
|
|
48
|
+
"variant": "@config.variant",
|
|
49
|
+
"items": "@config.items"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
"config": {
|
|
57
|
+
"items": {
|
|
58
|
+
"type": "[TestimonialCard]",
|
|
59
|
+
"default": [
|
|
60
|
+
{
|
|
61
|
+
"quote": "Almadar cut our time-to-market by 80%.",
|
|
62
|
+
"name": "Acme Corp",
|
|
63
|
+
"logo": ""
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"logo": "",
|
|
67
|
+
"quote": "The most intuitive platform we've ever used.",
|
|
68
|
+
"name": "Globex"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "Initech",
|
|
72
|
+
"quote": "We replaced three tools with one.",
|
|
73
|
+
"logo": ""
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"label": "Testimonials",
|
|
77
|
+
"description": "Array of social proof items",
|
|
78
|
+
"tier": "essential",
|
|
79
|
+
"items": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": {
|
|
82
|
+
"name": {
|
|
83
|
+
"name": "name",
|
|
84
|
+
"type": "string",
|
|
85
|
+
"required": true
|
|
86
|
+
},
|
|
87
|
+
"quote": {
|
|
88
|
+
"name": "quote",
|
|
89
|
+
"type": "string",
|
|
90
|
+
"required": false
|
|
91
|
+
},
|
|
92
|
+
"logo": {
|
|
93
|
+
"name": "logo",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"required": false
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"variant": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"default": "quotes",
|
|
103
|
+
"label": "Variant",
|
|
104
|
+
"description": "logos, quotes, or badges",
|
|
105
|
+
"tier": "customization"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"scope": "instance"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"pages": [
|
|
112
|
+
{
|
|
113
|
+
"name": "TestimonialItemTestimonialsPage",
|
|
114
|
+
"path": "/testimonials",
|
|
115
|
+
"traits": [
|
|
116
|
+
{
|
|
117
|
+
"ref": "TestimonialItemTestimonials"
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
}
|