@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,232 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-pricing",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Pricing grid atom for marketing pages. Renders tiered pricing cards with plans, features, and CTAs. Pick for SaaS pricing pages and subscription showcases.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "PricingItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "PricingItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "PricingItemPricing",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "PricingItem",
|
|
24
|
+
"emits": [
|
|
25
|
+
{
|
|
26
|
+
"event": "PLAN_SELECT",
|
|
27
|
+
"scope": "external",
|
|
28
|
+
"payloadSchema": [
|
|
29
|
+
{
|
|
30
|
+
"name": "plan",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "href",
|
|
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": "PLAN_SELECT",
|
|
54
|
+
"name": "Plan Select",
|
|
55
|
+
"payloadSchema": [
|
|
56
|
+
{
|
|
57
|
+
"name": "plan",
|
|
58
|
+
"type": "string"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "href",
|
|
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
|
+
"plans": "@config.plans",
|
|
78
|
+
"type": "pricing-grid"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"from": "idle",
|
|
85
|
+
"to": "idle",
|
|
86
|
+
"event": "PLAN_SELECT",
|
|
87
|
+
"effects": [
|
|
88
|
+
[
|
|
89
|
+
"emit",
|
|
90
|
+
"PLAN_SELECT",
|
|
91
|
+
{
|
|
92
|
+
"href": "@payload.href",
|
|
93
|
+
"plan": "@payload.plan"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"config": {
|
|
101
|
+
"plans": {
|
|
102
|
+
"type": "[PricingPlan]",
|
|
103
|
+
"default": [
|
|
104
|
+
{
|
|
105
|
+
"highlighted": false,
|
|
106
|
+
"description": "For individuals and small projects.",
|
|
107
|
+
"price": "$0",
|
|
108
|
+
"features": [
|
|
109
|
+
"1 project",
|
|
110
|
+
"Community support",
|
|
111
|
+
"Basic analytics"
|
|
112
|
+
],
|
|
113
|
+
"badge": "",
|
|
114
|
+
"name": "Starter",
|
|
115
|
+
"action": {
|
|
116
|
+
"href": "#",
|
|
117
|
+
"label": "Get Started"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"action": {
|
|
122
|
+
"label": "Start Trial",
|
|
123
|
+
"href": "#"
|
|
124
|
+
},
|
|
125
|
+
"highlighted": true,
|
|
126
|
+
"features": [
|
|
127
|
+
"Unlimited projects",
|
|
128
|
+
"Priority support",
|
|
129
|
+
"Advanced analytics",
|
|
130
|
+
"Custom domains"
|
|
131
|
+
],
|
|
132
|
+
"badge": "Most Popular",
|
|
133
|
+
"name": "Pro",
|
|
134
|
+
"price": "$49",
|
|
135
|
+
"description": "For growing teams that need more power."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"features": [
|
|
139
|
+
"Dedicated infra",
|
|
140
|
+
"SLA guarantee",
|
|
141
|
+
"SSO & SAML",
|
|
142
|
+
"Audit logs",
|
|
143
|
+
"Custom contracts"
|
|
144
|
+
],
|
|
145
|
+
"highlighted": false,
|
|
146
|
+
"name": "Enterprise",
|
|
147
|
+
"action": {
|
|
148
|
+
"href": "#",
|
|
149
|
+
"label": "Contact Sales"
|
|
150
|
+
},
|
|
151
|
+
"badge": "",
|
|
152
|
+
"description": "For organizations with advanced needs.",
|
|
153
|
+
"price": "Custom"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"label": "Pricing Plans",
|
|
157
|
+
"description": "Array of pricing tiers",
|
|
158
|
+
"tier": "essential",
|
|
159
|
+
"items": {
|
|
160
|
+
"type": "object",
|
|
161
|
+
"properties": {
|
|
162
|
+
"name": {
|
|
163
|
+
"name": "name",
|
|
164
|
+
"type": "string",
|
|
165
|
+
"required": true
|
|
166
|
+
},
|
|
167
|
+
"features": {
|
|
168
|
+
"name": "features",
|
|
169
|
+
"type": "array",
|
|
170
|
+
"required": false,
|
|
171
|
+
"items": {
|
|
172
|
+
"type": "string"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"highlighted": {
|
|
176
|
+
"name": "highlighted",
|
|
177
|
+
"type": "boolean",
|
|
178
|
+
"required": false
|
|
179
|
+
},
|
|
180
|
+
"description": {
|
|
181
|
+
"name": "description",
|
|
182
|
+
"type": "string",
|
|
183
|
+
"required": false
|
|
184
|
+
},
|
|
185
|
+
"badge": {
|
|
186
|
+
"name": "badge",
|
|
187
|
+
"type": "string",
|
|
188
|
+
"required": false
|
|
189
|
+
},
|
|
190
|
+
"action": {
|
|
191
|
+
"name": "action",
|
|
192
|
+
"type": "object",
|
|
193
|
+
"required": false,
|
|
194
|
+
"properties": {
|
|
195
|
+
"href": {
|
|
196
|
+
"name": "href",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"required": true
|
|
199
|
+
},
|
|
200
|
+
"label": {
|
|
201
|
+
"name": "label",
|
|
202
|
+
"type": "string",
|
|
203
|
+
"required": true
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"price": {
|
|
208
|
+
"name": "price",
|
|
209
|
+
"type": "string",
|
|
210
|
+
"required": true
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"scope": "instance"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"pages": [
|
|
220
|
+
{
|
|
221
|
+
"name": "PricingItemPricingPage",
|
|
222
|
+
"path": "/pricing",
|
|
223
|
+
"traits": [
|
|
224
|
+
{
|
|
225
|
+
"ref": "PricingItemPricing"
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
]
|
|
232
|
+
}
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-showcase",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Showcase grid atom for marketing pages. Renders a grid of portfolio or product showcase cards with images, badges, and descriptions. Pick for product galleries and portfolio sections.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "ShowcaseItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "ShowcaseItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "items",
|
|
19
|
+
"type": "array",
|
|
20
|
+
"default": [],
|
|
21
|
+
"items": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"title": {
|
|
25
|
+
"name": "title",
|
|
26
|
+
"type": "string",
|
|
27
|
+
"required": true
|
|
28
|
+
},
|
|
29
|
+
"image": {
|
|
30
|
+
"name": "image",
|
|
31
|
+
"type": "object",
|
|
32
|
+
"required": false,
|
|
33
|
+
"properties": {
|
|
34
|
+
"alt": {
|
|
35
|
+
"name": "alt",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"required": false
|
|
38
|
+
},
|
|
39
|
+
"src": {
|
|
40
|
+
"name": "src",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": true
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"href": {
|
|
47
|
+
"name": "href",
|
|
48
|
+
"type": "string",
|
|
49
|
+
"required": false
|
|
50
|
+
},
|
|
51
|
+
"description": {
|
|
52
|
+
"name": "description",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"required": false
|
|
55
|
+
},
|
|
56
|
+
"badge": {
|
|
57
|
+
"name": "badge",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"required": false
|
|
60
|
+
},
|
|
61
|
+
"accentColor": {
|
|
62
|
+
"name": "accentColor",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"required": false
|
|
65
|
+
},
|
|
66
|
+
"id": {
|
|
67
|
+
"name": "id",
|
|
68
|
+
"type": "string",
|
|
69
|
+
"required": true
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"traits": [
|
|
77
|
+
{
|
|
78
|
+
"name": "ShowcaseItemShowcase",
|
|
79
|
+
"category": "interaction",
|
|
80
|
+
"linkedEntity": "ShowcaseItem",
|
|
81
|
+
"emits": [
|
|
82
|
+
{
|
|
83
|
+
"event": "SHOWCASE_CLICK",
|
|
84
|
+
"scope": "external",
|
|
85
|
+
"payloadSchema": [
|
|
86
|
+
{
|
|
87
|
+
"name": "id",
|
|
88
|
+
"type": "string"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "title",
|
|
92
|
+
"type": "string"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"stateMachine": {
|
|
98
|
+
"states": [
|
|
99
|
+
{
|
|
100
|
+
"name": "idle",
|
|
101
|
+
"isInitial": true
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"events": [
|
|
105
|
+
{
|
|
106
|
+
"key": "INIT",
|
|
107
|
+
"name": "Initialize"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"key": "SHOWCASE_CLICK",
|
|
111
|
+
"name": "Showcase Click",
|
|
112
|
+
"payloadSchema": [
|
|
113
|
+
{
|
|
114
|
+
"name": "id",
|
|
115
|
+
"type": "string"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "title",
|
|
119
|
+
"type": "string"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"transitions": [
|
|
125
|
+
{
|
|
126
|
+
"from": "idle",
|
|
127
|
+
"to": "idle",
|
|
128
|
+
"event": "INIT",
|
|
129
|
+
"effects": [
|
|
130
|
+
[
|
|
131
|
+
"set",
|
|
132
|
+
"@entity.items",
|
|
133
|
+
"@config.items"
|
|
134
|
+
],
|
|
135
|
+
[
|
|
136
|
+
"render-ui",
|
|
137
|
+
"main",
|
|
138
|
+
{
|
|
139
|
+
"entity": "@entity.items",
|
|
140
|
+
"type": "showcase-organism"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"from": "idle",
|
|
147
|
+
"to": "idle",
|
|
148
|
+
"event": "SHOWCASE_CLICK",
|
|
149
|
+
"effects": [
|
|
150
|
+
[
|
|
151
|
+
"emit",
|
|
152
|
+
"SHOWCASE_CLICK",
|
|
153
|
+
{
|
|
154
|
+
"title": "@payload.title",
|
|
155
|
+
"id": "@payload.id"
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
]
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"config": {
|
|
163
|
+
"items": {
|
|
164
|
+
"type": "[ShowcaseCard]",
|
|
165
|
+
"default": [
|
|
166
|
+
{
|
|
167
|
+
"id": "1",
|
|
168
|
+
"accentColor": "",
|
|
169
|
+
"description": "Real-time analytics at a glance.",
|
|
170
|
+
"title": "Dashboard",
|
|
171
|
+
"image": {
|
|
172
|
+
"alt": "Dashboard preview",
|
|
173
|
+
"src": ""
|
|
174
|
+
},
|
|
175
|
+
"href": "",
|
|
176
|
+
"badge": "New"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"description": "GraphQL and REST in one click.",
|
|
180
|
+
"id": "2",
|
|
181
|
+
"title": "API",
|
|
182
|
+
"href": "",
|
|
183
|
+
"accentColor": "",
|
|
184
|
+
"image": {
|
|
185
|
+
"alt": "API docs preview",
|
|
186
|
+
"src": ""
|
|
187
|
+
},
|
|
188
|
+
"badge": ""
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"badge": "Beta",
|
|
192
|
+
"description": "Native apps without native code.",
|
|
193
|
+
"id": "3",
|
|
194
|
+
"title": "Mobile",
|
|
195
|
+
"accentColor": "",
|
|
196
|
+
"href": "",
|
|
197
|
+
"image": {
|
|
198
|
+
"src": "",
|
|
199
|
+
"alt": "Mobile app preview"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"label": "Showcase Items",
|
|
204
|
+
"description": "Array of showcase cards",
|
|
205
|
+
"tier": "essential",
|
|
206
|
+
"items": {
|
|
207
|
+
"type": "object",
|
|
208
|
+
"properties": {
|
|
209
|
+
"title": {
|
|
210
|
+
"name": "title",
|
|
211
|
+
"type": "string",
|
|
212
|
+
"required": true
|
|
213
|
+
},
|
|
214
|
+
"accentColor": {
|
|
215
|
+
"name": "accentColor",
|
|
216
|
+
"type": "string",
|
|
217
|
+
"required": false
|
|
218
|
+
},
|
|
219
|
+
"href": {
|
|
220
|
+
"name": "href",
|
|
221
|
+
"type": "string",
|
|
222
|
+
"required": false
|
|
223
|
+
},
|
|
224
|
+
"image": {
|
|
225
|
+
"name": "image",
|
|
226
|
+
"type": "object",
|
|
227
|
+
"required": false,
|
|
228
|
+
"properties": {
|
|
229
|
+
"alt": {
|
|
230
|
+
"name": "alt",
|
|
231
|
+
"type": "string",
|
|
232
|
+
"required": false
|
|
233
|
+
},
|
|
234
|
+
"src": {
|
|
235
|
+
"name": "src",
|
|
236
|
+
"type": "string",
|
|
237
|
+
"required": true
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"id": {
|
|
242
|
+
"name": "id",
|
|
243
|
+
"type": "string",
|
|
244
|
+
"required": true
|
|
245
|
+
},
|
|
246
|
+
"badge": {
|
|
247
|
+
"name": "badge",
|
|
248
|
+
"type": "string",
|
|
249
|
+
"required": false
|
|
250
|
+
},
|
|
251
|
+
"description": {
|
|
252
|
+
"name": "description",
|
|
253
|
+
"type": "string",
|
|
254
|
+
"required": false
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"scope": "instance"
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"pages": [
|
|
264
|
+
{
|
|
265
|
+
"name": "ShowcaseItemShowcasePage",
|
|
266
|
+
"path": "/showcase",
|
|
267
|
+
"traits": [
|
|
268
|
+
{
|
|
269
|
+
"ref": "ShowcaseItemShowcase"
|
|
270
|
+
}
|
|
271
|
+
]
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
}
|
|
275
|
+
]
|
|
276
|
+
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-split",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Split section atom for marketing pages. Renders a two-column layout with text and image alternating sides. Pick for feature deep-dives and alternating content sections.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "SplitItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "SplitItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "SplitItemSplit",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "SplitItem",
|
|
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
|
+
"background": "@config.background",
|
|
48
|
+
"type": "split-section",
|
|
49
|
+
"description": "@config.description",
|
|
50
|
+
"bullets": "@config.bullets",
|
|
51
|
+
"image": {
|
|
52
|
+
"alt": "@config.imageAlt",
|
|
53
|
+
"src": "@config.imageSrc"
|
|
54
|
+
},
|
|
55
|
+
"title": "@config.title",
|
|
56
|
+
"imagePosition": "@config.imagePosition"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"config": {
|
|
64
|
+
"background": {
|
|
65
|
+
"type": "string",
|
|
66
|
+
"default": "default",
|
|
67
|
+
"label": "Background",
|
|
68
|
+
"description": "default or alt",
|
|
69
|
+
"tier": "customization"
|
|
70
|
+
},
|
|
71
|
+
"imageAlt": {
|
|
72
|
+
"type": "string",
|
|
73
|
+
"default": "",
|
|
74
|
+
"label": "Image Alt Text",
|
|
75
|
+
"tier": "customization"
|
|
76
|
+
},
|
|
77
|
+
"imageSrc": {
|
|
78
|
+
"type": "string",
|
|
79
|
+
"default": "",
|
|
80
|
+
"label": "Image Source",
|
|
81
|
+
"tier": "customization"
|
|
82
|
+
},
|
|
83
|
+
"title": {
|
|
84
|
+
"type": "string",
|
|
85
|
+
"default": "Powerful under the hood",
|
|
86
|
+
"label": "Title",
|
|
87
|
+
"description": "Section headline",
|
|
88
|
+
"tier": "essential"
|
|
89
|
+
},
|
|
90
|
+
"imagePosition": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"default": "right",
|
|
93
|
+
"label": "Image Position",
|
|
94
|
+
"description": "left or right",
|
|
95
|
+
"tier": "customization"
|
|
96
|
+
},
|
|
97
|
+
"bullets": {
|
|
98
|
+
"type": "[string]",
|
|
99
|
+
"default": [
|
|
100
|
+
"Instant deployments",
|
|
101
|
+
"Auto-scaling",
|
|
102
|
+
"Global CDN"
|
|
103
|
+
],
|
|
104
|
+
"label": "Bullets",
|
|
105
|
+
"description": "Feature bullet points",
|
|
106
|
+
"tier": "customization",
|
|
107
|
+
"items": {
|
|
108
|
+
"type": "string"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"description": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"default": "Everything you need to build, deploy, and scale.",
|
|
114
|
+
"label": "Description",
|
|
115
|
+
"description": "Body text",
|
|
116
|
+
"tier": "essential"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"scope": "instance"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"pages": [
|
|
123
|
+
{
|
|
124
|
+
"name": "SplitItemSplitPage",
|
|
125
|
+
"path": "/split",
|
|
126
|
+
"traits": [
|
|
127
|
+
{
|
|
128
|
+
"ref": "SplitItemSplit"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
}
|