@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,192 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-footer",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Marketing footer atom for marketing pages. Renders a full footer with link columns, logo, and copyright. Pick for every marketing page bottom.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "FooterItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "FooterItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "FooterItemFooter",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "FooterItem",
|
|
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
|
+
"copyright": "@config.copyright",
|
|
48
|
+
"columns": "@config.columns",
|
|
49
|
+
"logo": {
|
|
50
|
+
"src": "@config.logoSrc",
|
|
51
|
+
"alt": "@config.logoAlt",
|
|
52
|
+
"href": "@config.logoHref"
|
|
53
|
+
},
|
|
54
|
+
"type": "marketing-footer"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"config": {
|
|
62
|
+
"logoAlt": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"default": "",
|
|
65
|
+
"label": "Logo Alt Text",
|
|
66
|
+
"tier": "customization"
|
|
67
|
+
},
|
|
68
|
+
"copyright": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"default": "© 2026 Almadar. All rights reserved.",
|
|
71
|
+
"label": "Copyright",
|
|
72
|
+
"tier": "customization"
|
|
73
|
+
},
|
|
74
|
+
"columns": {
|
|
75
|
+
"type": "[FooterColumn]",
|
|
76
|
+
"default": [
|
|
77
|
+
{
|
|
78
|
+
"items": [
|
|
79
|
+
{
|
|
80
|
+
"label": "Features",
|
|
81
|
+
"href": "#"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"href": "#",
|
|
85
|
+
"label": "Pricing"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "Changelog",
|
|
89
|
+
"href": "#"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"title": "Product"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"title": "Company",
|
|
96
|
+
"items": [
|
|
97
|
+
{
|
|
98
|
+
"href": "#",
|
|
99
|
+
"label": "About"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"label": "Careers",
|
|
103
|
+
"href": "#"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"href": "#",
|
|
107
|
+
"label": "Blog"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"title": "Resources",
|
|
113
|
+
"items": [
|
|
114
|
+
{
|
|
115
|
+
"href": "#",
|
|
116
|
+
"label": "Docs"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"label": "Community",
|
|
120
|
+
"href": "#"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "Support",
|
|
124
|
+
"href": "#"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"label": "Footer Columns",
|
|
130
|
+
"description": "Array of link column groups",
|
|
131
|
+
"tier": "essential",
|
|
132
|
+
"items": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"properties": {
|
|
135
|
+
"title": {
|
|
136
|
+
"name": "title",
|
|
137
|
+
"type": "string",
|
|
138
|
+
"required": true
|
|
139
|
+
},
|
|
140
|
+
"items": {
|
|
141
|
+
"name": "items",
|
|
142
|
+
"type": "array",
|
|
143
|
+
"required": false,
|
|
144
|
+
"items": {
|
|
145
|
+
"type": "object",
|
|
146
|
+
"properties": {
|
|
147
|
+
"label": {
|
|
148
|
+
"name": "label",
|
|
149
|
+
"type": "string",
|
|
150
|
+
"required": true
|
|
151
|
+
},
|
|
152
|
+
"href": {
|
|
153
|
+
"name": "href",
|
|
154
|
+
"type": "string",
|
|
155
|
+
"required": true
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"logoHref": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"default": "/",
|
|
166
|
+
"label": "Logo Link",
|
|
167
|
+
"tier": "customization"
|
|
168
|
+
},
|
|
169
|
+
"logoSrc": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"default": "",
|
|
172
|
+
"label": "Logo Source",
|
|
173
|
+
"tier": "customization"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"scope": "instance"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"pages": [
|
|
180
|
+
{
|
|
181
|
+
"name": "FooterItemFooterPage",
|
|
182
|
+
"path": "/footer",
|
|
183
|
+
"traits": [
|
|
184
|
+
{
|
|
185
|
+
"ref": "FooterItemFooter"
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
}
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-hero",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Hero section atom for marketing pages. Renders a full-width hero with tag, title, subtitle, actions, and optional image. Pick for landing pages, product launches, and campaign microsites.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "HeroItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "HeroItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "HeroItemHero",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "HeroItem",
|
|
24
|
+
"emits": [
|
|
25
|
+
{
|
|
26
|
+
"event": "CTA_PRIMARY",
|
|
27
|
+
"scope": "external",
|
|
28
|
+
"payloadSchema": [
|
|
29
|
+
{
|
|
30
|
+
"name": "href",
|
|
31
|
+
"type": "string"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"event": "CTA_SECONDARY",
|
|
37
|
+
"scope": "external",
|
|
38
|
+
"payloadSchema": [
|
|
39
|
+
{
|
|
40
|
+
"name": "href",
|
|
41
|
+
"type": "string"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"stateMachine": {
|
|
47
|
+
"states": [
|
|
48
|
+
{
|
|
49
|
+
"name": "idle",
|
|
50
|
+
"isInitial": true
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"events": [
|
|
54
|
+
{
|
|
55
|
+
"key": "INIT",
|
|
56
|
+
"name": "Initialize"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"key": "CTA_PRIMARY",
|
|
60
|
+
"name": "Cta Primary",
|
|
61
|
+
"payloadSchema": [
|
|
62
|
+
{
|
|
63
|
+
"name": "href",
|
|
64
|
+
"type": "string"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"key": "CTA_SECONDARY",
|
|
70
|
+
"name": "Cta Secondary",
|
|
71
|
+
"payloadSchema": [
|
|
72
|
+
{
|
|
73
|
+
"name": "href",
|
|
74
|
+
"type": "string"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"transitions": [
|
|
80
|
+
{
|
|
81
|
+
"from": "idle",
|
|
82
|
+
"to": "idle",
|
|
83
|
+
"event": "INIT",
|
|
84
|
+
"effects": [
|
|
85
|
+
[
|
|
86
|
+
"render-ui",
|
|
87
|
+
"main",
|
|
88
|
+
{
|
|
89
|
+
"imagePosition": "@config.imagePosition",
|
|
90
|
+
"installCommand": "@config.installCommand",
|
|
91
|
+
"subtitle": "@config.subtitle",
|
|
92
|
+
"background": "@config.background",
|
|
93
|
+
"titleAccent": "@config.titleAccent",
|
|
94
|
+
"title": "@config.title",
|
|
95
|
+
"secondaryAction": {
|
|
96
|
+
"label": "@config.secondaryActionLabel",
|
|
97
|
+
"href": "@config.secondaryActionHref"
|
|
98
|
+
},
|
|
99
|
+
"image": {
|
|
100
|
+
"alt": "@config.imageAlt",
|
|
101
|
+
"src": "@config.imageSrc"
|
|
102
|
+
},
|
|
103
|
+
"align": "@config.align",
|
|
104
|
+
"type": "hero-section",
|
|
105
|
+
"tag": "@config.tag",
|
|
106
|
+
"tagVariant": "@config.tagVariant",
|
|
107
|
+
"primaryAction": {
|
|
108
|
+
"label": "@config.primaryActionLabel",
|
|
109
|
+
"href": "@config.primaryActionHref"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"from": "idle",
|
|
117
|
+
"to": "idle",
|
|
118
|
+
"event": "CTA_PRIMARY",
|
|
119
|
+
"effects": [
|
|
120
|
+
[
|
|
121
|
+
"emit",
|
|
122
|
+
"CTA_PRIMARY",
|
|
123
|
+
{
|
|
124
|
+
"href": "@config.primaryActionHref"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"from": "idle",
|
|
131
|
+
"to": "idle",
|
|
132
|
+
"event": "CTA_SECONDARY",
|
|
133
|
+
"effects": [
|
|
134
|
+
[
|
|
135
|
+
"emit",
|
|
136
|
+
"CTA_SECONDARY",
|
|
137
|
+
{
|
|
138
|
+
"href": "@config.secondaryActionHref"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"config": {
|
|
146
|
+
"imageAlt": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"default": "",
|
|
149
|
+
"label": "Image Alt Text",
|
|
150
|
+
"tier": "customization"
|
|
151
|
+
},
|
|
152
|
+
"secondaryActionLabel": {
|
|
153
|
+
"type": "string",
|
|
154
|
+
"default": "",
|
|
155
|
+
"label": "Secondary Action Label",
|
|
156
|
+
"tier": "customization"
|
|
157
|
+
},
|
|
158
|
+
"imagePosition": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"default": "below",
|
|
161
|
+
"label": "Image Position",
|
|
162
|
+
"description": "below, right, or background",
|
|
163
|
+
"tier": "customization"
|
|
164
|
+
},
|
|
165
|
+
"titleAccent": {
|
|
166
|
+
"type": "string",
|
|
167
|
+
"default": "",
|
|
168
|
+
"label": "Title Accent",
|
|
169
|
+
"description": "Highlighted portion of the title",
|
|
170
|
+
"tier": "customization"
|
|
171
|
+
},
|
|
172
|
+
"primaryActionLabel": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"default": "Get Started",
|
|
175
|
+
"label": "Primary Action Label",
|
|
176
|
+
"tier": "essential"
|
|
177
|
+
},
|
|
178
|
+
"primaryActionHref": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"default": "#",
|
|
181
|
+
"label": "Primary Action Link",
|
|
182
|
+
"tier": "essential"
|
|
183
|
+
},
|
|
184
|
+
"tag": {
|
|
185
|
+
"type": "string",
|
|
186
|
+
"default": "",
|
|
187
|
+
"label": "Tag",
|
|
188
|
+
"description": "Small badge above the headline",
|
|
189
|
+
"tier": "customization"
|
|
190
|
+
},
|
|
191
|
+
"subtitle": {
|
|
192
|
+
"type": "string",
|
|
193
|
+
"default": "From idea to production in minutes, not months.",
|
|
194
|
+
"label": "Subtitle",
|
|
195
|
+
"description": "Supporting text below the title",
|
|
196
|
+
"tier": "essential"
|
|
197
|
+
},
|
|
198
|
+
"installCommand": {
|
|
199
|
+
"type": "string",
|
|
200
|
+
"default": "",
|
|
201
|
+
"label": "Install Command",
|
|
202
|
+
"description": "CLI command shown in a copyable box",
|
|
203
|
+
"tier": "customization"
|
|
204
|
+
},
|
|
205
|
+
"title": {
|
|
206
|
+
"type": "string",
|
|
207
|
+
"default": "Build faster with Almadar",
|
|
208
|
+
"label": "Title",
|
|
209
|
+
"description": "Main headline",
|
|
210
|
+
"tier": "essential"
|
|
211
|
+
},
|
|
212
|
+
"tagVariant": {
|
|
213
|
+
"type": "string",
|
|
214
|
+
"default": "accent",
|
|
215
|
+
"label": "Tag Variant",
|
|
216
|
+
"description": "Visual style of the tag badge",
|
|
217
|
+
"tier": "customization"
|
|
218
|
+
},
|
|
219
|
+
"background": {
|
|
220
|
+
"type": "string",
|
|
221
|
+
"default": "gradient",
|
|
222
|
+
"label": "Background",
|
|
223
|
+
"description": "dark, gradient, or subtle",
|
|
224
|
+
"tier": "customization"
|
|
225
|
+
},
|
|
226
|
+
"align": {
|
|
227
|
+
"type": "string",
|
|
228
|
+
"default": "center",
|
|
229
|
+
"label": "Alignment",
|
|
230
|
+
"description": "center or left",
|
|
231
|
+
"tier": "customization"
|
|
232
|
+
},
|
|
233
|
+
"secondaryActionHref": {
|
|
234
|
+
"type": "string",
|
|
235
|
+
"default": "",
|
|
236
|
+
"label": "Secondary Action Link",
|
|
237
|
+
"tier": "customization"
|
|
238
|
+
},
|
|
239
|
+
"imageSrc": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"default": "",
|
|
242
|
+
"label": "Image Source",
|
|
243
|
+
"tier": "customization"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"scope": "instance"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"pages": [
|
|
250
|
+
{
|
|
251
|
+
"name": "HeroItemHeroPage",
|
|
252
|
+
"path": "/hero",
|
|
253
|
+
"traits": [
|
|
254
|
+
{
|
|
255
|
+
"ref": "HeroItemHero"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-nav",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Marketing navigation atom for marketing pages. Renders a sticky header with brand logo and nav links. Pick for site-wide navigation on static pages.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "NavItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "NavItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "NavItemNav",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "NavItem",
|
|
24
|
+
"emits": [
|
|
25
|
+
{
|
|
26
|
+
"event": "NAV_CLICK",
|
|
27
|
+
"scope": "external",
|
|
28
|
+
"payloadSchema": [
|
|
29
|
+
{
|
|
30
|
+
"name": "href",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "label",
|
|
35
|
+
"type": "string"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"stateMachine": {
|
|
41
|
+
"states": [
|
|
42
|
+
{
|
|
43
|
+
"name": "idle",
|
|
44
|
+
"isInitial": true
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"events": [
|
|
48
|
+
{
|
|
49
|
+
"key": "INIT",
|
|
50
|
+
"name": "Initialize"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"key": "NAV_CLICK",
|
|
54
|
+
"name": "Nav Click",
|
|
55
|
+
"payloadSchema": [
|
|
56
|
+
{
|
|
57
|
+
"name": "href",
|
|
58
|
+
"type": "string"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "label",
|
|
62
|
+
"type": "string"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"transitions": [
|
|
68
|
+
{
|
|
69
|
+
"from": "idle",
|
|
70
|
+
"to": "idle",
|
|
71
|
+
"event": "INIT",
|
|
72
|
+
"effects": [
|
|
73
|
+
[
|
|
74
|
+
"render-ui",
|
|
75
|
+
"main",
|
|
76
|
+
{
|
|
77
|
+
"type": "header",
|
|
78
|
+
"brandName": "@config.brandName",
|
|
79
|
+
"logoSrc": "@config.logoSrc",
|
|
80
|
+
"navigationItems": "@config.items",
|
|
81
|
+
"actions": [
|
|
82
|
+
{
|
|
83
|
+
"label": "@config.primaryActionLabel",
|
|
84
|
+
"variant": "primary",
|
|
85
|
+
"href": "@config.primaryActionHref"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"from": "idle",
|
|
94
|
+
"to": "idle",
|
|
95
|
+
"event": "NAV_CLICK",
|
|
96
|
+
"effects": [
|
|
97
|
+
[
|
|
98
|
+
"emit",
|
|
99
|
+
"NAV_CLICK",
|
|
100
|
+
{
|
|
101
|
+
"label": "@payload.label",
|
|
102
|
+
"href": "@payload.href"
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"config": {
|
|
110
|
+
"logoSrc": {
|
|
111
|
+
"type": "string",
|
|
112
|
+
"default": "",
|
|
113
|
+
"label": "Logo Source",
|
|
114
|
+
"tier": "customization"
|
|
115
|
+
},
|
|
116
|
+
"primaryActionHref": {
|
|
117
|
+
"type": "string",
|
|
118
|
+
"default": "#",
|
|
119
|
+
"label": "Primary Action Link",
|
|
120
|
+
"tier": "customization"
|
|
121
|
+
},
|
|
122
|
+
"items": {
|
|
123
|
+
"type": "[NavLink]",
|
|
124
|
+
"default": [
|
|
125
|
+
{
|
|
126
|
+
"href": "#product",
|
|
127
|
+
"label": "Product"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"label": "Pricing",
|
|
131
|
+
"href": "#pricing"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"label": "About",
|
|
135
|
+
"href": "#about"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"label": "Docs",
|
|
139
|
+
"href": "#docs"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"label": "Navigation Items",
|
|
143
|
+
"description": "Array of nav links",
|
|
144
|
+
"tier": "essential",
|
|
145
|
+
"items": {
|
|
146
|
+
"type": "object",
|
|
147
|
+
"properties": {
|
|
148
|
+
"label": {
|
|
149
|
+
"name": "label",
|
|
150
|
+
"type": "string",
|
|
151
|
+
"required": true
|
|
152
|
+
},
|
|
153
|
+
"href": {
|
|
154
|
+
"name": "href",
|
|
155
|
+
"type": "string",
|
|
156
|
+
"required": true
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"brandName": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"default": "Almadar",
|
|
164
|
+
"label": "Brand Name",
|
|
165
|
+
"tier": "essential"
|
|
166
|
+
},
|
|
167
|
+
"primaryActionLabel": {
|
|
168
|
+
"type": "string",
|
|
169
|
+
"default": "Get Started",
|
|
170
|
+
"label": "Primary Action Label",
|
|
171
|
+
"tier": "customization"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"scope": "instance"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"pages": [
|
|
178
|
+
{
|
|
179
|
+
"name": "NavItemNavPage",
|
|
180
|
+
"path": "/nav",
|
|
181
|
+
"traits": [
|
|
182
|
+
{
|
|
183
|
+
"ref": "NavItemNav"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
}
|