@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,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-community",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Community links atom for marketing pages. Renders GitHub, Discord, and Twitter links with follower counts. Pick for open-source projects and community-driven products.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "CommunityItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "CommunityItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "CommunityItemCommunity",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "CommunityItem",
|
|
24
|
+
"stateMachine": {
|
|
25
|
+
"states": [
|
|
26
|
+
{
|
|
27
|
+
"name": "idle",
|
|
28
|
+
"isInitial": true
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"events": [
|
|
32
|
+
{
|
|
33
|
+
"key": "INIT",
|
|
34
|
+
"name": "Initialize"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"transitions": [
|
|
38
|
+
{
|
|
39
|
+
"from": "idle",
|
|
40
|
+
"to": "idle",
|
|
41
|
+
"event": "INIT",
|
|
42
|
+
"effects": [
|
|
43
|
+
[
|
|
44
|
+
"render-ui",
|
|
45
|
+
"main",
|
|
46
|
+
{
|
|
47
|
+
"type": "community-links",
|
|
48
|
+
"github": {
|
|
49
|
+
"label": "@config.githubStars",
|
|
50
|
+
"url": "@config.githubUrl"
|
|
51
|
+
},
|
|
52
|
+
"heading": "@config.heading",
|
|
53
|
+
"subtitle": "@config.subtitle",
|
|
54
|
+
"discord": {
|
|
55
|
+
"label": "@config.discordMembers",
|
|
56
|
+
"url": "@config.discordUrl"
|
|
57
|
+
},
|
|
58
|
+
"twitter": {
|
|
59
|
+
"label": "@config.twitterFollowers",
|
|
60
|
+
"url": "@config.twitterUrl"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"config": {
|
|
69
|
+
"twitterUrl": {
|
|
70
|
+
"type": "string",
|
|
71
|
+
"default": "",
|
|
72
|
+
"label": "Twitter URL",
|
|
73
|
+
"tier": "customization"
|
|
74
|
+
},
|
|
75
|
+
"githubUrl": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"default": "",
|
|
78
|
+
"label": "GitHub URL",
|
|
79
|
+
"tier": "customization"
|
|
80
|
+
},
|
|
81
|
+
"discordMembers": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"default": "",
|
|
84
|
+
"label": "Discord Members",
|
|
85
|
+
"tier": "customization"
|
|
86
|
+
},
|
|
87
|
+
"twitterFollowers": {
|
|
88
|
+
"type": "string",
|
|
89
|
+
"default": "",
|
|
90
|
+
"label": "Twitter Followers",
|
|
91
|
+
"tier": "customization"
|
|
92
|
+
},
|
|
93
|
+
"discordUrl": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"default": "",
|
|
96
|
+
"label": "Discord URL",
|
|
97
|
+
"tier": "customization"
|
|
98
|
+
},
|
|
99
|
+
"subtitle": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"default": "Connect with thousands of builders.",
|
|
102
|
+
"label": "Subtitle",
|
|
103
|
+
"tier": "essential"
|
|
104
|
+
},
|
|
105
|
+
"heading": {
|
|
106
|
+
"type": "string",
|
|
107
|
+
"default": "Join the community",
|
|
108
|
+
"label": "Heading",
|
|
109
|
+
"tier": "essential"
|
|
110
|
+
},
|
|
111
|
+
"githubStars": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"default": "",
|
|
114
|
+
"label": "GitHub Stars",
|
|
115
|
+
"tier": "customization"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"scope": "instance"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"pages": [
|
|
122
|
+
{
|
|
123
|
+
"name": "CommunityItemCommunityPage",
|
|
124
|
+
"path": "/community",
|
|
125
|
+
"traits": [
|
|
126
|
+
{
|
|
127
|
+
"ref": "CommunityItemCommunity"
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-cta",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Call-to-action banner atom for marketing pages. Renders a high-conversion CTA section with title, subtitle, and action buttons. Pick for conversion points at the end of pages or between sections.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "CTAItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "CTAItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "CTAItemCTA",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "CTAItem",
|
|
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
|
+
"title": "@config.title",
|
|
90
|
+
"background": "@config.background",
|
|
91
|
+
"secondaryAction": {
|
|
92
|
+
"label": "@config.secondaryActionLabel",
|
|
93
|
+
"href": "@config.secondaryActionHref"
|
|
94
|
+
},
|
|
95
|
+
"align": "@config.align",
|
|
96
|
+
"type": "cta-banner",
|
|
97
|
+
"primaryAction": {
|
|
98
|
+
"label": "@config.primaryActionLabel",
|
|
99
|
+
"href": "@config.primaryActionHref"
|
|
100
|
+
},
|
|
101
|
+
"subtitle": "@config.subtitle"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"from": "idle",
|
|
108
|
+
"to": "idle",
|
|
109
|
+
"event": "CTA_PRIMARY",
|
|
110
|
+
"effects": [
|
|
111
|
+
[
|
|
112
|
+
"emit",
|
|
113
|
+
"CTA_PRIMARY",
|
|
114
|
+
{
|
|
115
|
+
"href": "@config.primaryActionHref"
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"from": "idle",
|
|
122
|
+
"to": "idle",
|
|
123
|
+
"event": "CTA_SECONDARY",
|
|
124
|
+
"effects": [
|
|
125
|
+
[
|
|
126
|
+
"emit",
|
|
127
|
+
"CTA_SECONDARY",
|
|
128
|
+
{
|
|
129
|
+
"href": "@config.secondaryActionHref"
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
]
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
"config": {
|
|
137
|
+
"primaryActionHref": {
|
|
138
|
+
"type": "string",
|
|
139
|
+
"default": "#",
|
|
140
|
+
"label": "Primary Action Link",
|
|
141
|
+
"tier": "essential"
|
|
142
|
+
},
|
|
143
|
+
"background": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"default": "primary",
|
|
146
|
+
"label": "Background",
|
|
147
|
+
"description": "default, alt, dark, gradient, or primary",
|
|
148
|
+
"tier": "customization"
|
|
149
|
+
},
|
|
150
|
+
"title": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"default": "Ready to get started?",
|
|
153
|
+
"label": "Title",
|
|
154
|
+
"description": "Banner headline",
|
|
155
|
+
"tier": "essential"
|
|
156
|
+
},
|
|
157
|
+
"primaryActionLabel": {
|
|
158
|
+
"type": "string",
|
|
159
|
+
"default": "Get Started",
|
|
160
|
+
"label": "Primary Action Label",
|
|
161
|
+
"tier": "essential"
|
|
162
|
+
},
|
|
163
|
+
"secondaryActionHref": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"default": "",
|
|
166
|
+
"label": "Secondary Action Link",
|
|
167
|
+
"tier": "customization"
|
|
168
|
+
},
|
|
169
|
+
"secondaryActionLabel": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"default": "Learn More",
|
|
172
|
+
"label": "Secondary Action Label",
|
|
173
|
+
"tier": "customization"
|
|
174
|
+
},
|
|
175
|
+
"align": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"default": "center",
|
|
178
|
+
"label": "Alignment",
|
|
179
|
+
"description": "center or left",
|
|
180
|
+
"tier": "customization"
|
|
181
|
+
},
|
|
182
|
+
"subtitle": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"default": "Join thousands of teams shipping faster.",
|
|
185
|
+
"label": "Subtitle",
|
|
186
|
+
"description": "Supporting text below the title",
|
|
187
|
+
"tier": "essential"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"scope": "instance"
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"pages": [
|
|
194
|
+
{
|
|
195
|
+
"name": "CTAItemCTAPage",
|
|
196
|
+
"path": "/cta",
|
|
197
|
+
"traits": [
|
|
198
|
+
{
|
|
199
|
+
"ref": "CTAItemCTA"
|
|
200
|
+
}
|
|
201
|
+
]
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
}
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-features",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Feature grid atom for marketing pages. Renders a responsive grid of feature cards with icons, titles, descriptions, and optional links. Pick for product capability showcases and benefit sections.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "FeatureItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "FeatureItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "FeatureItemFeatures",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "FeatureItem",
|
|
24
|
+
"emits": [
|
|
25
|
+
{
|
|
26
|
+
"event": "FEATURE_CLICK",
|
|
27
|
+
"scope": "external",
|
|
28
|
+
"payloadSchema": [
|
|
29
|
+
{
|
|
30
|
+
"name": "id",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "title",
|
|
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": "FEATURE_CLICK",
|
|
54
|
+
"name": "Feature Click",
|
|
55
|
+
"payloadSchema": [
|
|
56
|
+
{
|
|
57
|
+
"name": "id",
|
|
58
|
+
"type": "string"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "title",
|
|
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": "feature-grid",
|
|
78
|
+
"items": "@config.items",
|
|
79
|
+
"columns": "@config.columns",
|
|
80
|
+
"gap": "@config.gap"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"from": "idle",
|
|
87
|
+
"to": "idle",
|
|
88
|
+
"event": "FEATURE_CLICK",
|
|
89
|
+
"effects": [
|
|
90
|
+
[
|
|
91
|
+
"emit",
|
|
92
|
+
"FEATURE_CLICK",
|
|
93
|
+
{
|
|
94
|
+
"id": "@payload.id",
|
|
95
|
+
"title": "@payload.title"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"config": {
|
|
103
|
+
"columns": {
|
|
104
|
+
"type": "number",
|
|
105
|
+
"default": 3.0,
|
|
106
|
+
"label": "Columns",
|
|
107
|
+
"description": "Number of grid columns",
|
|
108
|
+
"tier": "customization"
|
|
109
|
+
},
|
|
110
|
+
"items": {
|
|
111
|
+
"type": "[FeatureCard]",
|
|
112
|
+
"default": [
|
|
113
|
+
{
|
|
114
|
+
"title": "Lightning Fast",
|
|
115
|
+
"icon": "zap",
|
|
116
|
+
"href": "",
|
|
117
|
+
"linkLabel": "Learn more",
|
|
118
|
+
"description": "Build and deploy in minutes, not months."
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"description": "SOC-2 compliant with end-to-end encryption.",
|
|
122
|
+
"icon": "shield",
|
|
123
|
+
"linkLabel": "Learn more",
|
|
124
|
+
"href": "",
|
|
125
|
+
"title": "Enterprise Secure"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"icon": "puzzle",
|
|
129
|
+
"href": "",
|
|
130
|
+
"description": "Plug in any service, any data source, any UI pattern.",
|
|
131
|
+
"linkLabel": "Learn more",
|
|
132
|
+
"title": "Infinitely Extensible"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"label": "Feature Items",
|
|
136
|
+
"description": "Array of feature cards",
|
|
137
|
+
"tier": "essential",
|
|
138
|
+
"items": {
|
|
139
|
+
"type": "object",
|
|
140
|
+
"properties": {
|
|
141
|
+
"title": {
|
|
142
|
+
"name": "title",
|
|
143
|
+
"type": "string",
|
|
144
|
+
"required": true
|
|
145
|
+
},
|
|
146
|
+
"linkLabel": {
|
|
147
|
+
"name": "linkLabel",
|
|
148
|
+
"type": "string",
|
|
149
|
+
"required": false
|
|
150
|
+
},
|
|
151
|
+
"icon": {
|
|
152
|
+
"name": "icon",
|
|
153
|
+
"type": "string",
|
|
154
|
+
"required": false
|
|
155
|
+
},
|
|
156
|
+
"href": {
|
|
157
|
+
"name": "href",
|
|
158
|
+
"type": "string",
|
|
159
|
+
"required": false
|
|
160
|
+
},
|
|
161
|
+
"description": {
|
|
162
|
+
"name": "description",
|
|
163
|
+
"type": "string",
|
|
164
|
+
"required": true
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"gap": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"default": "lg",
|
|
172
|
+
"label": "Gap",
|
|
173
|
+
"description": "Spacing between cards",
|
|
174
|
+
"tier": "customization"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"scope": "instance"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"pages": [
|
|
181
|
+
{
|
|
182
|
+
"name": "FeatureItemFeaturesPage",
|
|
183
|
+
"path": "/features",
|
|
184
|
+
"traits": [
|
|
185
|
+
{
|
|
186
|
+
"ref": "FeatureItemFeatures"
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
]
|
|
193
|
+
}
|