@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,440 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-about-page",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "About page molecule for marketing sites. Composes hero, articles, team grid, case studies, and CTA sections as a vertical stack of individual marketing patterns. Pick for company overviews, team showcases, and culture pages.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "AboutPageItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "AboutPageItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"traits": [
|
|
19
|
+
{
|
|
20
|
+
"name": "AboutPageItemLayout",
|
|
21
|
+
"category": "interaction",
|
|
22
|
+
"linkedEntity": "AboutPageItem",
|
|
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
|
+
"gap": "none",
|
|
49
|
+
"children": [
|
|
50
|
+
{
|
|
51
|
+
"align": "@config.heroAlign",
|
|
52
|
+
"background": "@config.heroBackground",
|
|
53
|
+
"subtitle": "@config.heroSubtitle",
|
|
54
|
+
"tag": "@config.heroTag",
|
|
55
|
+
"type": "hero-section",
|
|
56
|
+
"primaryAction": {
|
|
57
|
+
"label": "@config.heroPrimaryActionLabel",
|
|
58
|
+
"href": "@config.heroPrimaryActionHref"
|
|
59
|
+
},
|
|
60
|
+
"titleAccent": "@config.heroTitleAccent",
|
|
61
|
+
"title": "@config.heroTitle"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"direction": "vertical",
|
|
65
|
+
"type": "stack",
|
|
66
|
+
"className": "max-w-prose mx-auto py-12",
|
|
67
|
+
"children": [
|
|
68
|
+
{
|
|
69
|
+
"type": "typography",
|
|
70
|
+
"variant": "h2",
|
|
71
|
+
"content": "@config.article1Title"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "typography",
|
|
75
|
+
"variant": "body",
|
|
76
|
+
"content": "@config.article1Content"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "typography",
|
|
80
|
+
"variant": "h2",
|
|
81
|
+
"content": "@config.article2Title"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"type": "typography",
|
|
85
|
+
"variant": "body",
|
|
86
|
+
"content": "@config.article2Content"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"variant": "h2",
|
|
90
|
+
"content": "@config.article3Title",
|
|
91
|
+
"type": "typography"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"variant": "body",
|
|
95
|
+
"type": "typography",
|
|
96
|
+
"content": "@config.article3Content"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"gap": "md"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"type": "team-organism",
|
|
103
|
+
"entity": "@config.team"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"entity": "@config.caseStudies",
|
|
107
|
+
"type": "case-study-organism"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "cta-banner",
|
|
111
|
+
"title": "@config.ctaTitle",
|
|
112
|
+
"primaryAction": "@config.ctaAction"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"columns": "@config.footerColumns",
|
|
116
|
+
"copyright": "@config.footerCopyright",
|
|
117
|
+
"type": "marketing-footer"
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"config": {
|
|
127
|
+
"article3Title": {
|
|
128
|
+
"type": "string",
|
|
129
|
+
"default": "Our Values"
|
|
130
|
+
},
|
|
131
|
+
"article2Title": {
|
|
132
|
+
"type": "string",
|
|
133
|
+
"default": "Our Mission"
|
|
134
|
+
},
|
|
135
|
+
"ctaAction": {
|
|
136
|
+
"type": "ActionCard",
|
|
137
|
+
"default": {
|
|
138
|
+
"href": "/careers",
|
|
139
|
+
"label": "View Open Roles"
|
|
140
|
+
},
|
|
141
|
+
"properties": {
|
|
142
|
+
"href": {
|
|
143
|
+
"name": "href",
|
|
144
|
+
"type": "string",
|
|
145
|
+
"required": true
|
|
146
|
+
},
|
|
147
|
+
"label": {
|
|
148
|
+
"name": "label",
|
|
149
|
+
"type": "string",
|
|
150
|
+
"required": true
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"heroBackground": {
|
|
155
|
+
"type": "string",
|
|
156
|
+
"default": "subtle"
|
|
157
|
+
},
|
|
158
|
+
"heroPrimaryActionHref": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"default": "/careers"
|
|
161
|
+
},
|
|
162
|
+
"ctaTitle": {
|
|
163
|
+
"type": "string",
|
|
164
|
+
"default": "Want to work with us?"
|
|
165
|
+
},
|
|
166
|
+
"article1Title": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"default": "Our Story"
|
|
169
|
+
},
|
|
170
|
+
"article3Content": {
|
|
171
|
+
"type": "string",
|
|
172
|
+
"default": "Speed, simplicity, and developer joy guide every decision we make."
|
|
173
|
+
},
|
|
174
|
+
"team": {
|
|
175
|
+
"type": "[TeamMemberCard]",
|
|
176
|
+
"default": [
|
|
177
|
+
{
|
|
178
|
+
"id": "1",
|
|
179
|
+
"name": "Jane Doe",
|
|
180
|
+
"nameAr": "",
|
|
181
|
+
"role": "CEO",
|
|
182
|
+
"avatar": "",
|
|
183
|
+
"bio": "Former VP Engineering at BigTech. Obsessed with developer experience."
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"role": "CTO",
|
|
187
|
+
"bio": "Built distributed systems at scale for a decade.",
|
|
188
|
+
"nameAr": "",
|
|
189
|
+
"id": "2",
|
|
190
|
+
"avatar": "",
|
|
191
|
+
"name": "John Smith"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"id": "3",
|
|
195
|
+
"bio": "Believes great design is invisible.",
|
|
196
|
+
"avatar": "",
|
|
197
|
+
"nameAr": "",
|
|
198
|
+
"name": "Alice Chen",
|
|
199
|
+
"role": "Head of Design"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"items": {
|
|
203
|
+
"type": "object",
|
|
204
|
+
"properties": {
|
|
205
|
+
"nameAr": {
|
|
206
|
+
"name": "nameAr",
|
|
207
|
+
"type": "string",
|
|
208
|
+
"required": false
|
|
209
|
+
},
|
|
210
|
+
"id": {
|
|
211
|
+
"name": "id",
|
|
212
|
+
"type": "string",
|
|
213
|
+
"required": false
|
|
214
|
+
},
|
|
215
|
+
"avatar": {
|
|
216
|
+
"name": "avatar",
|
|
217
|
+
"type": "string",
|
|
218
|
+
"required": false
|
|
219
|
+
},
|
|
220
|
+
"role": {
|
|
221
|
+
"name": "role",
|
|
222
|
+
"type": "string",
|
|
223
|
+
"required": true
|
|
224
|
+
},
|
|
225
|
+
"name": {
|
|
226
|
+
"name": "name",
|
|
227
|
+
"type": "string",
|
|
228
|
+
"required": true
|
|
229
|
+
},
|
|
230
|
+
"bio": {
|
|
231
|
+
"name": "bio",
|
|
232
|
+
"type": "string",
|
|
233
|
+
"required": true
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"article2Content": {
|
|
239
|
+
"type": "string",
|
|
240
|
+
"default": "We exist to democratize software creation through natural language and AI."
|
|
241
|
+
},
|
|
242
|
+
"heroTag": {
|
|
243
|
+
"type": "string",
|
|
244
|
+
"default": ""
|
|
245
|
+
},
|
|
246
|
+
"heroTitleAccent": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"default": ""
|
|
249
|
+
},
|
|
250
|
+
"heroTitle": {
|
|
251
|
+
"type": "string",
|
|
252
|
+
"default": "About Almadar"
|
|
253
|
+
},
|
|
254
|
+
"article1Content": {
|
|
255
|
+
"type": "string",
|
|
256
|
+
"default": "Almadar started with a simple belief: everyone should be able to build software."
|
|
257
|
+
},
|
|
258
|
+
"footerColumns": {
|
|
259
|
+
"type": "[FooterColumn]",
|
|
260
|
+
"default": [
|
|
261
|
+
{
|
|
262
|
+
"items": [
|
|
263
|
+
{
|
|
264
|
+
"label": "Features",
|
|
265
|
+
"href": "#"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"href": "#",
|
|
269
|
+
"label": "Pricing"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"href": "#",
|
|
273
|
+
"label": "Changelog"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"title": "Product"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"items": [
|
|
280
|
+
{
|
|
281
|
+
"href": "#",
|
|
282
|
+
"label": "About"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"label": "Careers",
|
|
286
|
+
"href": "#"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"label": "Blog",
|
|
290
|
+
"href": "#"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"title": "Company"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"title": "Resources",
|
|
297
|
+
"items": [
|
|
298
|
+
{
|
|
299
|
+
"label": "Docs",
|
|
300
|
+
"href": "#"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"label": "Community",
|
|
304
|
+
"href": "#"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"label": "Support",
|
|
308
|
+
"href": "#"
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"items": {
|
|
314
|
+
"type": "object",
|
|
315
|
+
"properties": {
|
|
316
|
+
"title": {
|
|
317
|
+
"name": "title",
|
|
318
|
+
"type": "string",
|
|
319
|
+
"required": true
|
|
320
|
+
},
|
|
321
|
+
"items": {
|
|
322
|
+
"name": "items",
|
|
323
|
+
"type": "array",
|
|
324
|
+
"required": false,
|
|
325
|
+
"items": {
|
|
326
|
+
"type": "object",
|
|
327
|
+
"properties": {
|
|
328
|
+
"label": {
|
|
329
|
+
"name": "label",
|
|
330
|
+
"type": "string",
|
|
331
|
+
"required": true
|
|
332
|
+
},
|
|
333
|
+
"href": {
|
|
334
|
+
"name": "href",
|
|
335
|
+
"type": "string",
|
|
336
|
+
"required": true
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"heroPrimaryActionLabel": {
|
|
345
|
+
"type": "string",
|
|
346
|
+
"default": "Join Us"
|
|
347
|
+
},
|
|
348
|
+
"heroAlign": {
|
|
349
|
+
"type": "string",
|
|
350
|
+
"default": "center"
|
|
351
|
+
},
|
|
352
|
+
"caseStudies": {
|
|
353
|
+
"type": "[CaseStudyCard]",
|
|
354
|
+
"default": [
|
|
355
|
+
{
|
|
356
|
+
"category": "SaaS",
|
|
357
|
+
"title": "Acme Corp",
|
|
358
|
+
"id": "1",
|
|
359
|
+
"categoryColor": "",
|
|
360
|
+
"href": "#",
|
|
361
|
+
"linkLabel": "Read story",
|
|
362
|
+
"description": "How Acme scaled from 1K to 1M users in 6 months."
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"href": "#",
|
|
366
|
+
"linkLabel": "Read story",
|
|
367
|
+
"title": "Globex",
|
|
368
|
+
"description": "Globex reduced infrastructure costs by 70%.",
|
|
369
|
+
"categoryColor": "",
|
|
370
|
+
"category": "Fintech",
|
|
371
|
+
"id": "2"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"items": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"properties": {
|
|
377
|
+
"id": {
|
|
378
|
+
"name": "id",
|
|
379
|
+
"type": "string",
|
|
380
|
+
"required": false
|
|
381
|
+
},
|
|
382
|
+
"href": {
|
|
383
|
+
"name": "href",
|
|
384
|
+
"type": "string",
|
|
385
|
+
"required": true
|
|
386
|
+
},
|
|
387
|
+
"title": {
|
|
388
|
+
"name": "title",
|
|
389
|
+
"type": "string",
|
|
390
|
+
"required": true
|
|
391
|
+
},
|
|
392
|
+
"linkLabel": {
|
|
393
|
+
"name": "linkLabel",
|
|
394
|
+
"type": "string",
|
|
395
|
+
"required": false
|
|
396
|
+
},
|
|
397
|
+
"category": {
|
|
398
|
+
"name": "category",
|
|
399
|
+
"type": "string",
|
|
400
|
+
"required": true
|
|
401
|
+
},
|
|
402
|
+
"categoryColor": {
|
|
403
|
+
"name": "categoryColor",
|
|
404
|
+
"type": "string",
|
|
405
|
+
"required": false
|
|
406
|
+
},
|
|
407
|
+
"description": {
|
|
408
|
+
"name": "description",
|
|
409
|
+
"type": "string",
|
|
410
|
+
"required": true
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
"footerCopyright": {
|
|
416
|
+
"type": "string",
|
|
417
|
+
"default": "© 2026 Almadar. All rights reserved."
|
|
418
|
+
},
|
|
419
|
+
"heroSubtitle": {
|
|
420
|
+
"type": "string",
|
|
421
|
+
"default": "We're building the future of software creation."
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"scope": "instance"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"pages": [
|
|
428
|
+
{
|
|
429
|
+
"name": "AboutPage",
|
|
430
|
+
"path": "/about",
|
|
431
|
+
"traits": [
|
|
432
|
+
{
|
|
433
|
+
"ref": "AboutPageItemLayout"
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
]
|
|
438
|
+
}
|
|
439
|
+
]
|
|
440
|
+
}
|