@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,521 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-landing-page",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Landing page molecule for marketing sites. Composes hero, features, stats, steps, showcase, CTA, and footer sections as a vertical stack of individual marketing patterns. Pick for product launches, SaaS homepages, and campaign microsites.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "LandingPageItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "LandingPageItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"traits": [
|
|
19
|
+
{
|
|
20
|
+
"name": "LandingPageItemLayout",
|
|
21
|
+
"category": "interaction",
|
|
22
|
+
"linkedEntity": "LandingPageItem",
|
|
23
|
+
"stateMachine": {
|
|
24
|
+
"states": [
|
|
25
|
+
{
|
|
26
|
+
"name": "composing",
|
|
27
|
+
"isInitial": true
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"events": [
|
|
31
|
+
{
|
|
32
|
+
"key": "INIT",
|
|
33
|
+
"name": "Initialize"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"transitions": [
|
|
37
|
+
{
|
|
38
|
+
"from": "composing",
|
|
39
|
+
"to": "composing",
|
|
40
|
+
"event": "INIT",
|
|
41
|
+
"effects": [
|
|
42
|
+
[
|
|
43
|
+
"render-ui",
|
|
44
|
+
"main",
|
|
45
|
+
{
|
|
46
|
+
"type": "stack",
|
|
47
|
+
"direction": "vertical",
|
|
48
|
+
"children": [
|
|
49
|
+
{
|
|
50
|
+
"tag": "@config.heroTag",
|
|
51
|
+
"titleAccent": "@config.heroTitleAccent",
|
|
52
|
+
"secondaryAction": {
|
|
53
|
+
"label": "@config.heroSecondaryActionLabel",
|
|
54
|
+
"href": "@config.heroSecondaryActionHref"
|
|
55
|
+
},
|
|
56
|
+
"title": "@config.heroTitle",
|
|
57
|
+
"background": "@config.heroBackground",
|
|
58
|
+
"primaryAction": {
|
|
59
|
+
"label": "@config.heroPrimaryActionLabel",
|
|
60
|
+
"href": "@config.heroPrimaryActionHref"
|
|
61
|
+
},
|
|
62
|
+
"subtitle": "@config.heroSubtitle",
|
|
63
|
+
"type": "hero-section",
|
|
64
|
+
"align": "@config.heroAlign"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"type": "feature-grid",
|
|
68
|
+
"items": "@config.features"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"type": "stats-grid",
|
|
72
|
+
"stats": "@config.stats"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": "step-flow-organism",
|
|
76
|
+
"entity": "@config.steps"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"entity": "@config.showcase",
|
|
80
|
+
"type": "showcase-organism"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"subtitle": "@config.ctaSubtitle",
|
|
84
|
+
"secondaryAction": "@config.ctaSecondaryAction",
|
|
85
|
+
"primaryAction": "@config.ctaPrimaryAction",
|
|
86
|
+
"title": "@config.ctaTitle",
|
|
87
|
+
"type": "cta-banner"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"copyright": "@config.footerCopyright",
|
|
91
|
+
"type": "marketing-footer",
|
|
92
|
+
"columns": "@config.footerColumns"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"gap": "none"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"config": {
|
|
103
|
+
"steps": {
|
|
104
|
+
"type": "[StepCard]",
|
|
105
|
+
"default": [
|
|
106
|
+
{
|
|
107
|
+
"description": "Describe your app in natural language.",
|
|
108
|
+
"number": 1.0,
|
|
109
|
+
"icon": "pen-tool",
|
|
110
|
+
"title": "Design"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"number": 2.0,
|
|
114
|
+
"icon": "hammer",
|
|
115
|
+
"description": "Almadar generates the full stack automatically.",
|
|
116
|
+
"title": "Build"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"icon": "rocket",
|
|
120
|
+
"title": "Ship",
|
|
121
|
+
"number": 3.0,
|
|
122
|
+
"description": "Deploy to production with one click."
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"items": {
|
|
126
|
+
"type": "object",
|
|
127
|
+
"properties": {
|
|
128
|
+
"number": {
|
|
129
|
+
"name": "number",
|
|
130
|
+
"type": "number",
|
|
131
|
+
"required": false
|
|
132
|
+
},
|
|
133
|
+
"description": {
|
|
134
|
+
"name": "description",
|
|
135
|
+
"type": "string",
|
|
136
|
+
"required": true
|
|
137
|
+
},
|
|
138
|
+
"icon": {
|
|
139
|
+
"name": "icon",
|
|
140
|
+
"type": "string",
|
|
141
|
+
"required": false
|
|
142
|
+
},
|
|
143
|
+
"title": {
|
|
144
|
+
"name": "title",
|
|
145
|
+
"type": "string",
|
|
146
|
+
"required": true
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"heroTag": {
|
|
152
|
+
"type": "string",
|
|
153
|
+
"default": ""
|
|
154
|
+
},
|
|
155
|
+
"heroSubtitle": {
|
|
156
|
+
"type": "string",
|
|
157
|
+
"default": "From idea to production in minutes, not months."
|
|
158
|
+
},
|
|
159
|
+
"ctaSecondaryAction": {
|
|
160
|
+
"type": "ActionCard",
|
|
161
|
+
"default": {
|
|
162
|
+
"label": "",
|
|
163
|
+
"href": ""
|
|
164
|
+
},
|
|
165
|
+
"properties": {
|
|
166
|
+
"label": {
|
|
167
|
+
"name": "label",
|
|
168
|
+
"type": "string",
|
|
169
|
+
"required": true
|
|
170
|
+
},
|
|
171
|
+
"href": {
|
|
172
|
+
"name": "href",
|
|
173
|
+
"type": "string",
|
|
174
|
+
"required": true
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"heroPrimaryActionHref": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"default": "/signup"
|
|
181
|
+
},
|
|
182
|
+
"heroTitleAccent": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"default": ""
|
|
185
|
+
},
|
|
186
|
+
"heroBackground": {
|
|
187
|
+
"type": "string",
|
|
188
|
+
"default": "gradient"
|
|
189
|
+
},
|
|
190
|
+
"heroSecondaryActionHref": {
|
|
191
|
+
"type": "string",
|
|
192
|
+
"default": ""
|
|
193
|
+
},
|
|
194
|
+
"ctaSubtitle": {
|
|
195
|
+
"type": "string",
|
|
196
|
+
"default": "Join thousands of teams shipping faster."
|
|
197
|
+
},
|
|
198
|
+
"heroSecondaryActionLabel": {
|
|
199
|
+
"type": "string",
|
|
200
|
+
"default": ""
|
|
201
|
+
},
|
|
202
|
+
"footerColumns": {
|
|
203
|
+
"type": "[FooterColumn]",
|
|
204
|
+
"default": [
|
|
205
|
+
{
|
|
206
|
+
"title": "Product",
|
|
207
|
+
"items": [
|
|
208
|
+
{
|
|
209
|
+
"label": "Features",
|
|
210
|
+
"href": "#"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"label": "Pricing",
|
|
214
|
+
"href": "#"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"label": "Changelog",
|
|
218
|
+
"href": "#"
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"items": [
|
|
224
|
+
{
|
|
225
|
+
"href": "#",
|
|
226
|
+
"label": "About"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"href": "#",
|
|
230
|
+
"label": "Careers"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"href": "#",
|
|
234
|
+
"label": "Blog"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"title": "Company"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"title": "Resources",
|
|
241
|
+
"items": [
|
|
242
|
+
{
|
|
243
|
+
"href": "#",
|
|
244
|
+
"label": "Docs"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"label": "Community",
|
|
248
|
+
"href": "#"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"label": "Support",
|
|
252
|
+
"href": "#"
|
|
253
|
+
}
|
|
254
|
+
]
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"items": {
|
|
258
|
+
"type": "object",
|
|
259
|
+
"properties": {
|
|
260
|
+
"title": {
|
|
261
|
+
"name": "title",
|
|
262
|
+
"type": "string",
|
|
263
|
+
"required": true
|
|
264
|
+
},
|
|
265
|
+
"items": {
|
|
266
|
+
"name": "items",
|
|
267
|
+
"type": "array",
|
|
268
|
+
"required": false,
|
|
269
|
+
"items": {
|
|
270
|
+
"type": "object",
|
|
271
|
+
"properties": {
|
|
272
|
+
"label": {
|
|
273
|
+
"name": "label",
|
|
274
|
+
"type": "string",
|
|
275
|
+
"required": true
|
|
276
|
+
},
|
|
277
|
+
"href": {
|
|
278
|
+
"name": "href",
|
|
279
|
+
"type": "string",
|
|
280
|
+
"required": true
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"heroPrimaryActionLabel": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"default": "Get Started"
|
|
291
|
+
},
|
|
292
|
+
"heroAlign": {
|
|
293
|
+
"type": "string",
|
|
294
|
+
"default": "center"
|
|
295
|
+
},
|
|
296
|
+
"stats": {
|
|
297
|
+
"type": "[StatCard]",
|
|
298
|
+
"default": [
|
|
299
|
+
{
|
|
300
|
+
"label": "Developers",
|
|
301
|
+
"value": "10K+"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"value": "99.9%",
|
|
305
|
+
"label": "Uptime"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"label": "Requests served",
|
|
309
|
+
"value": "50M+"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"value": "4.9",
|
|
313
|
+
"label": "Average rating"
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"items": {
|
|
317
|
+
"type": "object",
|
|
318
|
+
"properties": {
|
|
319
|
+
"value": {
|
|
320
|
+
"name": "value",
|
|
321
|
+
"type": "string",
|
|
322
|
+
"required": true
|
|
323
|
+
},
|
|
324
|
+
"label": {
|
|
325
|
+
"name": "label",
|
|
326
|
+
"type": "string",
|
|
327
|
+
"required": true
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"features": {
|
|
333
|
+
"type": "[FeatureCard]",
|
|
334
|
+
"default": [
|
|
335
|
+
{
|
|
336
|
+
"title": "Lightning Fast",
|
|
337
|
+
"href": "",
|
|
338
|
+
"description": "Build and deploy in minutes.",
|
|
339
|
+
"icon": "zap",
|
|
340
|
+
"linkLabel": "Learn more"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"href": "",
|
|
344
|
+
"icon": "shield",
|
|
345
|
+
"title": "Enterprise Secure",
|
|
346
|
+
"linkLabel": "Learn more",
|
|
347
|
+
"description": "SOC-2 compliant with end-to-end encryption."
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"icon": "puzzle",
|
|
351
|
+
"linkLabel": "Learn more",
|
|
352
|
+
"href": "",
|
|
353
|
+
"description": "Plug in any service, any data source, any UI pattern.",
|
|
354
|
+
"title": "Infinitely Extensible"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"items": {
|
|
358
|
+
"type": "object",
|
|
359
|
+
"properties": {
|
|
360
|
+
"icon": {
|
|
361
|
+
"name": "icon",
|
|
362
|
+
"type": "string",
|
|
363
|
+
"required": false
|
|
364
|
+
},
|
|
365
|
+
"href": {
|
|
366
|
+
"name": "href",
|
|
367
|
+
"type": "string",
|
|
368
|
+
"required": false
|
|
369
|
+
},
|
|
370
|
+
"description": {
|
|
371
|
+
"name": "description",
|
|
372
|
+
"type": "string",
|
|
373
|
+
"required": true
|
|
374
|
+
},
|
|
375
|
+
"linkLabel": {
|
|
376
|
+
"name": "linkLabel",
|
|
377
|
+
"type": "string",
|
|
378
|
+
"required": false
|
|
379
|
+
},
|
|
380
|
+
"title": {
|
|
381
|
+
"name": "title",
|
|
382
|
+
"type": "string",
|
|
383
|
+
"required": true
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"heroTitle": {
|
|
389
|
+
"type": "string",
|
|
390
|
+
"default": "Build faster with Almadar"
|
|
391
|
+
},
|
|
392
|
+
"ctaTitle": {
|
|
393
|
+
"type": "string",
|
|
394
|
+
"default": "Ready to get started?"
|
|
395
|
+
},
|
|
396
|
+
"ctaPrimaryAction": {
|
|
397
|
+
"type": "ActionCard",
|
|
398
|
+
"default": {
|
|
399
|
+
"label": "Get Started",
|
|
400
|
+
"href": "/signup"
|
|
401
|
+
},
|
|
402
|
+
"properties": {
|
|
403
|
+
"label": {
|
|
404
|
+
"name": "label",
|
|
405
|
+
"type": "string",
|
|
406
|
+
"required": true
|
|
407
|
+
},
|
|
408
|
+
"href": {
|
|
409
|
+
"name": "href",
|
|
410
|
+
"type": "string",
|
|
411
|
+
"required": true
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
"footerCopyright": {
|
|
416
|
+
"type": "string",
|
|
417
|
+
"default": "© 2026 Almadar. All rights reserved."
|
|
418
|
+
},
|
|
419
|
+
"showcase": {
|
|
420
|
+
"type": "[ShowcaseCard]",
|
|
421
|
+
"default": [
|
|
422
|
+
{
|
|
423
|
+
"image": {
|
|
424
|
+
"src": "",
|
|
425
|
+
"alt": "Dashboard"
|
|
426
|
+
},
|
|
427
|
+
"description": "Real-time analytics at a glance.",
|
|
428
|
+
"badge": "New",
|
|
429
|
+
"title": "Dashboard",
|
|
430
|
+
"accentColor": "",
|
|
431
|
+
"href": ""
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"image": {
|
|
435
|
+
"src": "",
|
|
436
|
+
"alt": "API"
|
|
437
|
+
},
|
|
438
|
+
"accentColor": "",
|
|
439
|
+
"title": "API",
|
|
440
|
+
"href": "",
|
|
441
|
+
"badge": "",
|
|
442
|
+
"description": "GraphQL and REST in one click."
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"image": {
|
|
446
|
+
"src": "",
|
|
447
|
+
"alt": "Mobile"
|
|
448
|
+
},
|
|
449
|
+
"accentColor": "",
|
|
450
|
+
"description": "Native apps without native code.",
|
|
451
|
+
"badge": "Beta",
|
|
452
|
+
"title": "Mobile",
|
|
453
|
+
"href": ""
|
|
454
|
+
}
|
|
455
|
+
],
|
|
456
|
+
"items": {
|
|
457
|
+
"type": "object",
|
|
458
|
+
"properties": {
|
|
459
|
+
"description": {
|
|
460
|
+
"name": "description",
|
|
461
|
+
"type": "string",
|
|
462
|
+
"required": false
|
|
463
|
+
},
|
|
464
|
+
"image": {
|
|
465
|
+
"name": "image",
|
|
466
|
+
"type": "object",
|
|
467
|
+
"required": false,
|
|
468
|
+
"properties": {
|
|
469
|
+
"src": {
|
|
470
|
+
"name": "src",
|
|
471
|
+
"type": "string",
|
|
472
|
+
"required": true
|
|
473
|
+
},
|
|
474
|
+
"alt": {
|
|
475
|
+
"name": "alt",
|
|
476
|
+
"type": "string",
|
|
477
|
+
"required": false
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"badge": {
|
|
482
|
+
"name": "badge",
|
|
483
|
+
"type": "string",
|
|
484
|
+
"required": false
|
|
485
|
+
},
|
|
486
|
+
"title": {
|
|
487
|
+
"name": "title",
|
|
488
|
+
"type": "string",
|
|
489
|
+
"required": true
|
|
490
|
+
},
|
|
491
|
+
"accentColor": {
|
|
492
|
+
"name": "accentColor",
|
|
493
|
+
"type": "string",
|
|
494
|
+
"required": false
|
|
495
|
+
},
|
|
496
|
+
"href": {
|
|
497
|
+
"name": "href",
|
|
498
|
+
"type": "string",
|
|
499
|
+
"required": false
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"scope": "instance"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"pages": [
|
|
509
|
+
{
|
|
510
|
+
"name": "LandingPage",
|
|
511
|
+
"path": "/",
|
|
512
|
+
"traits": [
|
|
513
|
+
{
|
|
514
|
+
"ref": "LandingPageItemLayout"
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
}
|
|
518
|
+
]
|
|
519
|
+
}
|
|
520
|
+
]
|
|
521
|
+
}
|