@almadar/std 15.15.2 → 15.15.3

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.
Files changed (33) hide show
  1. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
  2. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +31 -31
  3. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
  4. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +26 -26
  5. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +33 -33
  6. package/behaviors/registry/marketing/molecules/std-about-page.orb +176 -176
  7. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
  8. package/behaviors/registry/marketing/molecules/std-landing-page.orb +252 -252
  9. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +196 -191
  10. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +699 -699
  11. package/dist/behaviors/behaviors-registry.json +1 -1
  12. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
  13. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +31 -31
  14. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
  15. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +26 -26
  16. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +33 -33
  17. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +176 -176
  18. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
  19. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +252 -252
  20. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +196 -191
  21. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +699 -699
  22. package/dist/behaviors-registry.json +1 -1
  23. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
  24. package/dist/registry/marketing/atoms/std-marketing-community.orb +31 -31
  25. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
  26. package/dist/registry/marketing/atoms/std-marketing-steps.orb +26 -26
  27. package/dist/registry/marketing/atoms/std-marketing-team.orb +33 -33
  28. package/dist/registry/marketing/molecules/std-about-page.orb +176 -176
  29. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
  30. package/dist/registry/marketing/molecules/std-landing-page.orb +252 -252
  31. package/dist/registry/marketing/molecules/std-pricing-page.orb +196 -191
  32. package/dist/registry/marketing/organisms/std-marketing-site.orb +699 -699
  33. package/package.json +1 -1
@@ -43,47 +43,47 @@
43
43
  "render-ui",
44
44
  "main",
45
45
  {
46
+ "type": "stack",
47
+ "direction": "vertical",
48
+ "gap": "none",
46
49
  "children": [
47
50
  {
48
- "title": "@config.heroTitle",
49
- "type": "hero-section",
50
51
  "subtitle": "@config.heroSubtitle",
52
+ "type": "hero-section",
53
+ "background": "@config.heroBackground",
51
54
  "align": "@config.heroAlign",
52
- "tag": "@config.heroTag",
53
- "secondaryAction": {
54
- "href": "@config.heroSecondaryActionHref",
55
- "label": "@config.heroSecondaryActionLabel"
56
- },
57
55
  "primaryAction": {
58
- "label": "@config.heroPrimaryActionLabel",
59
- "href": "@config.heroPrimaryActionHref"
56
+ "href": "@config.heroPrimaryActionHref",
57
+ "label": "@config.heroPrimaryActionLabel"
60
58
  },
61
59
  "titleAccent": "@config.heroTitleAccent",
62
- "background": "@config.heroBackground"
60
+ "secondaryAction": {
61
+ "label": "@config.heroSecondaryActionLabel",
62
+ "href": "@config.heroSecondaryActionHref"
63
+ },
64
+ "title": "@config.heroTitle",
65
+ "tag": "@config.heroTag"
63
66
  },
64
67
  {
65
- "type": "pricing-grid",
66
- "plans": "@config.plans"
68
+ "plans": "@config.plans",
69
+ "type": "pricing-grid"
67
70
  },
68
71
  {
69
- "items": "@config.faq",
70
- "type": "accordion"
72
+ "type": "accordion",
73
+ "items": "@config.faq"
71
74
  },
72
75
  {
73
- "title": "@config.ctaTitle",
76
+ "type": "cta-banner",
74
77
  "primaryAction": "@config.ctaAction",
75
- "subtitle": "@config.ctaSubtitle",
76
- "type": "cta-banner"
78
+ "title": "@config.ctaTitle",
79
+ "subtitle": "@config.ctaSubtitle"
77
80
  },
78
81
  {
82
+ "type": "marketing-footer",
79
83
  "columns": "@config.footerColumns",
80
- "copyright": "@config.footerCopyright",
81
- "type": "marketing-footer"
84
+ "copyright": "@config.footerCopyright"
82
85
  }
83
- ],
84
- "type": "stack",
85
- "gap": "none",
86
- "direction": "vertical"
86
+ ]
87
87
  }
88
88
  ]
89
89
  ]
@@ -91,171 +91,94 @@
91
91
  ]
92
92
  },
93
93
  "config": {
94
- "heroBackground": {
95
- "type": "string",
96
- "default": "subtle"
97
- },
98
- "heroSecondaryActionHref": {
94
+ "heroSubtitle": {
99
95
  "type": "string",
100
- "default": "/contact"
96
+ "default": "Start free, scale as you grow."
101
97
  },
102
- "heroTitleAccent": {
98
+ "heroPrimaryActionLabel": {
103
99
  "type": "string",
104
- "default": ""
100
+ "default": "Get Started"
105
101
  },
106
- "heroPrimaryActionHref": {
102
+ "heroBackground": {
107
103
  "type": "string",
108
- "default": "/signup"
104
+ "default": "subtle"
109
105
  },
110
- "heroSecondaryActionLabel": {
111
- "type": "string",
112
- "default": "Contact Sales"
106
+ "ctaAction": {
107
+ "type": "ActionCard",
108
+ "default": {
109
+ "label": "Contact Sales",
110
+ "href": "/contact"
111
+ },
112
+ "properties": {
113
+ "href": {
114
+ "name": "href",
115
+ "type": "string",
116
+ "required": true
117
+ },
118
+ "label": {
119
+ "name": "label",
120
+ "type": "string",
121
+ "required": true
122
+ }
123
+ }
113
124
  },
114
- "plans": {
115
- "type": "[PricingPlan]",
125
+ "faq": {
126
+ "type": "[FaqItem]",
116
127
  "default": [
117
128
  {
118
- "name": "Starter",
119
- "actionLabel": "Get Started",
120
- "actionHref": "#",
121
- "description": "For individuals and small projects.",
122
- "features": [
123
- "1 project",
124
- "Community support",
125
- "Basic analytics"
126
- ],
127
- "price": "$0",
128
- "id": "starter",
129
- "highlighted": false,
130
- "badge": ""
129
+ "answer": "Yes, you can upgrade or downgrade at any time.",
130
+ "question": "Can I change plans later?"
131
131
  },
132
132
  {
133
- "id": "pro",
134
- "highlighted": true,
135
- "actionHref": "#",
136
- "price": "$49",
137
- "actionLabel": "Start Trial",
138
- "description": "For growing teams that need more power.",
139
- "features": [
140
- "Unlimited projects",
141
- "Priority support",
142
- "Advanced analytics",
143
- "Custom domains"
144
- ],
145
- "badge": "Most Popular",
146
- "name": "Pro"
133
+ "answer": "Yes, every paid plan includes a 14-day free trial.",
134
+ "question": "Is there a free trial?"
147
135
  },
148
136
  {
149
- "badge": "",
150
- "id": "enterprise",
151
- "description": "For organizations with advanced needs.",
152
- "actionLabel": "Contact Sales",
153
- "features": [
154
- "Dedicated infra",
155
- "SLA guarantee",
156
- "SSO & SAML",
157
- "Audit logs",
158
- "Custom contracts"
159
- ],
160
- "highlighted": false,
161
- "actionHref": "#",
162
- "price": "Custom",
163
- "name": "Enterprise"
137
+ "question": "What payment methods do you accept?",
138
+ "answer": "We accept all major credit cards and wire transfers for Enterprise."
164
139
  }
165
140
  ],
166
141
  "items": {
167
142
  "type": "object",
168
143
  "properties": {
169
- "badge": {
170
- "name": "badge",
171
- "type": "string",
172
- "required": false
173
- },
174
- "highlighted": {
175
- "name": "highlighted",
176
- "type": "boolean",
177
- "required": false
178
- },
179
- "name": {
180
- "name": "name",
181
- "type": "string",
182
- "required": true
183
- },
184
- "description": {
185
- "name": "description",
186
- "type": "string",
187
- "required": false
188
- },
189
- "actionLabel": {
190
- "name": "actionLabel",
191
- "type": "string",
192
- "required": true
193
- },
194
- "id": {
195
- "name": "id",
196
- "type": "string",
197
- "required": false
198
- },
199
- "price": {
200
- "name": "price",
144
+ "answer": {
145
+ "name": "answer",
201
146
  "type": "string",
202
147
  "required": true
203
148
  },
204
- "features": {
205
- "name": "features",
206
- "type": "array",
207
- "required": false,
208
- "items": {
209
- "type": "string"
210
- }
211
- },
212
- "actionHref": {
213
- "name": "actionHref",
149
+ "question": {
150
+ "name": "question",
214
151
  "type": "string",
215
152
  "required": true
216
153
  }
217
154
  }
218
155
  }
219
156
  },
220
- "heroAlign": {
157
+ "heroTag": {
221
158
  "type": "string",
222
- "default": "center"
159
+ "default": ""
223
160
  },
224
- "heroTitle": {
161
+ "heroTitleAccent": {
225
162
  "type": "string",
226
- "default": "Simple, transparent pricing"
163
+ "default": ""
227
164
  },
228
- "ctaAction": {
229
- "type": "ActionCard",
230
- "default": {
231
- "label": "Contact Sales",
232
- "href": "/contact"
233
- },
234
- "properties": {
235
- "href": {
236
- "name": "href",
237
- "type": "string",
238
- "required": true
239
- },
240
- "label": {
241
- "name": "label",
242
- "type": "string",
243
- "required": true
244
- }
245
- }
165
+ "heroSecondaryActionHref": {
166
+ "type": "string",
167
+ "default": "/contact"
246
168
  },
247
- "heroPrimaryActionLabel": {
169
+ "heroTitle": {
248
170
  "type": "string",
249
- "default": "Get Started"
171
+ "default": "Simple, transparent pricing"
250
172
  },
251
- "heroSubtitle": {
173
+ "heroPrimaryActionHref": {
252
174
  "type": "string",
253
- "default": "Start free, scale as you grow."
175
+ "default": "/signup"
254
176
  },
255
177
  "footerColumns": {
256
178
  "type": "[FooterColumn]",
257
179
  "default": [
258
180
  {
181
+ "title": "Product",
259
182
  "items": [
260
183
  {
261
184
  "label": "Features",
@@ -269,47 +192,51 @@
269
192
  "label": "Changelog",
270
193
  "href": "#"
271
194
  }
272
- ],
273
- "title": "Product"
195
+ ]
274
196
  },
275
197
  {
276
- "title": "Company",
277
198
  "items": [
278
199
  {
279
200
  "label": "About",
280
201
  "href": "#"
281
202
  },
282
203
  {
283
- "label": "Careers",
284
- "href": "#"
204
+ "href": "#",
205
+ "label": "Careers"
285
206
  },
286
207
  {
287
208
  "label": "Blog",
288
209
  "href": "#"
289
210
  }
290
- ]
211
+ ],
212
+ "title": "Company"
291
213
  },
292
214
  {
215
+ "title": "Resources",
293
216
  "items": [
294
217
  {
295
- "href": "#",
296
- "label": "Docs"
218
+ "label": "Docs",
219
+ "href": "#"
297
220
  },
298
221
  {
299
- "href": "#",
300
- "label": "Community"
222
+ "label": "Community",
223
+ "href": "#"
301
224
  },
302
225
  {
303
- "href": "#",
304
- "label": "Support"
226
+ "label": "Support",
227
+ "href": "#"
305
228
  }
306
- ],
307
- "title": "Resources"
229
+ ]
308
230
  }
309
231
  ],
310
232
  "items": {
311
233
  "type": "object",
312
234
  "properties": {
235
+ "title": {
236
+ "name": "title",
237
+ "type": "string",
238
+ "required": true
239
+ },
313
240
  "items": {
314
241
  "name": "items",
315
242
  "type": "array",
@@ -317,74 +244,152 @@
317
244
  "items": {
318
245
  "type": "object",
319
246
  "properties": {
320
- "href": {
321
- "name": "href",
247
+ "label": {
248
+ "name": "label",
322
249
  "type": "string",
323
250
  "required": true
324
251
  },
325
- "label": {
326
- "name": "label",
252
+ "href": {
253
+ "name": "href",
327
254
  "type": "string",
328
255
  "required": true
329
256
  }
330
257
  }
331
258
  }
332
- },
333
- "title": {
334
- "name": "title",
335
- "type": "string",
336
- "required": true
337
259
  }
338
260
  }
339
261
  }
340
262
  },
263
+ "heroAlign": {
264
+ "type": "string",
265
+ "default": "center"
266
+ },
341
267
  "footerCopyright": {
342
268
  "type": "string",
343
269
  "default": "© 2026 Almadar. All rights reserved."
344
270
  },
345
- "ctaTitle": {
271
+ "heroSecondaryActionLabel": {
346
272
  "type": "string",
347
- "default": "Still have questions?"
273
+ "default": "Contact Sales"
348
274
  },
349
- "heroTag": {
275
+ "ctaSubtitle": {
350
276
  "type": "string",
351
- "default": ""
277
+ "default": "Our team is here to help you find the right plan."
352
278
  },
353
- "faq": {
354
- "type": "[FaqItem]",
279
+ "ctaTitle": {
280
+ "type": "string",
281
+ "default": "Still have questions?"
282
+ },
283
+ "plans": {
284
+ "type": "[PricingPlan]",
355
285
  "default": [
356
286
  {
357
- "question": "Can I change plans later?",
358
- "answer": "Yes, you can upgrade or downgrade at any time."
287
+ "highlighted": false,
288
+ "name": "Starter",
289
+ "badge": "",
290
+ "action": {
291
+ "href": "#",
292
+ "label": "Get Started"
293
+ },
294
+ "description": "For individuals and small projects.",
295
+ "price": "$0",
296
+ "features": [
297
+ "1 project",
298
+ "Community support",
299
+ "Basic analytics"
300
+ ]
359
301
  },
360
302
  {
361
- "answer": "Yes, every paid plan includes a 14-day free trial.",
362
- "question": "Is there a free trial?"
303
+ "price": "$49",
304
+ "name": "Pro",
305
+ "description": "For growing teams that need more power.",
306
+ "features": [
307
+ "Unlimited projects",
308
+ "Priority support",
309
+ "Advanced analytics",
310
+ "Custom domains"
311
+ ],
312
+ "action": {
313
+ "href": "#",
314
+ "label": "Start Trial"
315
+ },
316
+ "highlighted": true,
317
+ "badge": "Most Popular"
363
318
  },
364
319
  {
365
- "question": "What payment methods do you accept?",
366
- "answer": "We accept all major credit cards and wire transfers for Enterprise."
320
+ "price": "Custom",
321
+ "action": {
322
+ "href": "#",
323
+ "label": "Contact Sales"
324
+ },
325
+ "description": "For organizations with advanced needs.",
326
+ "name": "Enterprise",
327
+ "features": [
328
+ "Dedicated infra",
329
+ "SLA guarantee",
330
+ "SSO & SAML",
331
+ "Audit logs",
332
+ "Custom contracts"
333
+ ],
334
+ "highlighted": false,
335
+ "badge": ""
367
336
  }
368
337
  ],
369
338
  "items": {
370
339
  "type": "object",
371
340
  "properties": {
372
- "answer": {
373
- "name": "answer",
341
+ "highlighted": {
342
+ "name": "highlighted",
343
+ "type": "boolean",
344
+ "required": false
345
+ },
346
+ "price": {
347
+ "name": "price",
374
348
  "type": "string",
375
349
  "required": true
376
350
  },
377
- "question": {
378
- "name": "question",
351
+ "name": {
352
+ "name": "name",
379
353
  "type": "string",
380
354
  "required": true
355
+ },
356
+ "action": {
357
+ "name": "action",
358
+ "type": "object",
359
+ "required": true,
360
+ "properties": {
361
+ "href": {
362
+ "name": "href",
363
+ "type": "string",
364
+ "required": true
365
+ },
366
+ "label": {
367
+ "name": "label",
368
+ "type": "string",
369
+ "required": true
370
+ }
371
+ }
372
+ },
373
+ "features": {
374
+ "name": "features",
375
+ "type": "array",
376
+ "required": false,
377
+ "items": {
378
+ "type": "string"
379
+ }
380
+ },
381
+ "badge": {
382
+ "name": "badge",
383
+ "type": "string",
384
+ "required": false
385
+ },
386
+ "description": {
387
+ "name": "description",
388
+ "type": "string",
389
+ "required": false
381
390
  }
382
391
  }
383
392
  }
384
- },
385
- "ctaSubtitle": {
386
- "type": "string",
387
- "default": "Our team is here to help you find the right plan."
388
393
  }
389
394
  },
390
395
  "scope": "instance"