@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,62 +43,62 @@
43
43
  "render-ui",
44
44
  "main",
45
45
  {
46
+ "type": "stack",
47
+ "direction": "vertical",
48
+ "gap": "none",
46
49
  "children": [
47
50
  {
48
- "tag": "@config.heroTag",
49
- "secondaryAction": {
50
- "label": "@config.heroSecondaryActionLabel",
51
- "href": "@config.heroSecondaryActionHref"
51
+ "titleAccent": "@config.heroTitleAccent",
52
+ "primaryAction": {
53
+ "label": "@config.heroPrimaryActionLabel",
54
+ "href": "@config.heroPrimaryActionHref"
52
55
  },
56
+ "background": "@config.heroBackground",
53
57
  "title": "@config.heroTitle",
54
58
  "subtitle": "@config.heroSubtitle",
55
- "background": "@config.heroBackground",
56
59
  "align": "@config.heroAlign",
57
60
  "type": "hero-section",
58
- "primaryAction": {
59
- "label": "@config.heroPrimaryActionLabel",
60
- "href": "@config.heroPrimaryActionHref"
61
+ "secondaryAction": {
62
+ "href": "@config.heroSecondaryActionHref",
63
+ "label": "@config.heroSecondaryActionLabel"
61
64
  },
62
- "titleAccent": "@config.heroTitleAccent"
65
+ "tag": "@config.heroTag"
63
66
  },
64
67
  {
65
- "type": "split-section",
66
- "imagePosition": "@config.sections[0].imagePosition",
68
+ "description": "@config.sections[0].description",
69
+ "bullets": "@config.sections[0].bullets",
67
70
  "image": "@config.sections[0].image",
68
71
  "title": "@config.sections[0].title",
69
- "bullets": "@config.sections[0].bullets",
70
- "description": "@config.sections[0].description"
72
+ "type": "split-section",
73
+ "imagePosition": "@config.sections[0].imagePosition"
71
74
  },
72
75
  {
73
- "imagePosition": "@config.sections[1].imagePosition",
74
76
  "title": "@config.sections[1].title",
75
- "image": "@config.sections[1].image",
76
77
  "description": "@config.sections[1].description",
77
- "type": "split-section",
78
- "bullets": "@config.sections[1].bullets"
78
+ "bullets": "@config.sections[1].bullets",
79
+ "image": "@config.sections[1].image",
80
+ "imagePosition": "@config.sections[1].imagePosition",
81
+ "type": "split-section"
79
82
  },
80
83
  {
81
- "image": "@config.sections[2].image",
82
- "bullets": "@config.sections[2].bullets",
83
- "description": "@config.sections[2].description",
84
- "title": "@config.sections[2].title",
85
84
  "type": "split-section",
86
- "imagePosition": "@config.sections[2].imagePosition"
85
+ "title": "@config.sections[2].title",
86
+ "description": "@config.sections[2].description",
87
+ "imagePosition": "@config.sections[2].imagePosition",
88
+ "bullets": "@config.sections[2].bullets",
89
+ "image": "@config.sections[2].image"
87
90
  },
88
91
  {
89
- "title": "@config.ctaTitle",
90
92
  "primaryAction": "@config.ctaAction",
93
+ "title": "@config.ctaTitle",
91
94
  "type": "cta-banner"
92
95
  },
93
96
  {
94
- "columns": "@config.footerColumns",
97
+ "copyright": "@config.footerCopyright",
95
98
  "type": "marketing-footer",
96
- "copyright": "@config.footerCopyright"
99
+ "columns": "@config.footerColumns"
97
100
  }
98
- ],
99
- "direction": "vertical",
100
- "type": "stack",
101
- "gap": "none"
101
+ ]
102
102
  }
103
103
  ]
104
104
  ]
@@ -106,73 +106,38 @@
106
106
  ]
107
107
  },
108
108
  "config": {
109
- "heroPrimaryActionHref": {
109
+ "heroSubtitle": {
110
110
  "type": "string",
111
- "default": "/signup"
111
+ "default": "From design to deployment, Almadar handles the entire stack."
112
112
  },
113
- "heroTag": {
113
+ "heroAlign": {
114
114
  "type": "string",
115
- "default": "Feature"
115
+ "default": "center"
116
116
  },
117
- "footerCopyright": {
117
+ "ctaTitle": {
118
118
  "type": "string",
119
- "default": "© 2026 Almadar. All rights reserved."
119
+ "default": "Ready to experience the future?"
120
120
  },
121
- "heroTitle": {
121
+ "heroSecondaryActionLabel": {
122
122
  "type": "string",
123
- "default": "Everything you need to ship"
124
- },
125
- "ctaAction": {
126
- "type": "ActionCard",
127
- "default": {
128
- "href": "/signup",
129
- "label": "Get Started"
130
- },
131
- "properties": {
132
- "href": {
133
- "name": "href",
134
- "type": "string",
135
- "required": true
136
- },
137
- "label": {
138
- "name": "label",
139
- "type": "string",
140
- "required": true
141
- }
142
- }
123
+ "default": "Watch Demo"
143
124
  },
144
- "heroAlign": {
125
+ "heroTag": {
145
126
  "type": "string",
146
- "default": "center"
127
+ "default": "Feature"
147
128
  },
148
129
  "heroSecondaryActionHref": {
149
130
  "type": "string",
150
131
  "default": "#"
151
132
  },
152
- "heroTitleAccent": {
153
- "type": "string",
154
- "default": ""
155
- },
156
- "heroPrimaryActionLabel": {
157
- "type": "string",
158
- "default": "Get Started"
159
- },
160
- "ctaTitle": {
133
+ "heroPrimaryActionHref": {
161
134
  "type": "string",
162
- "default": "Ready to experience the future?"
135
+ "default": "/signup"
163
136
  },
164
137
  "heroBackground": {
165
138
  "type": "string",
166
139
  "default": "gradient"
167
140
  },
168
- "heroSubtitle": {
169
- "type": "string",
170
- "default": "From design to deployment, Almadar handles the entire stack."
171
- },
172
- "heroSecondaryActionLabel": {
173
- "type": "string",
174
- "default": "Watch Demo"
175
- },
176
141
  "sections": {
177
142
  "type": "[SectionCard]",
178
143
  "default": [
@@ -182,8 +147,8 @@
182
147
  "AI-assisted schema generation",
183
148
  "Real-time preview"
184
149
  ],
185
- "title": "Design in Natural Language",
186
150
  "description": "Describe what you want. Almadar translates your words into a complete application schema.",
151
+ "title": "Design in Natural Language",
187
152
  "image": {
188
153
  "alt": "Design interface",
189
154
  "src": ""
@@ -191,18 +156,18 @@
191
156
  "imagePosition": "right"
192
157
  },
193
158
  {
159
+ "imagePosition": "left",
160
+ "title": "Full-Stack Generation",
161
+ "image": {
162
+ "src": "",
163
+ "alt": "Generated code"
164
+ },
194
165
  "bullets": [
195
166
  "Type-safe APIs",
196
167
  "Auto-generated database schema",
197
168
  "Instant deployments"
198
169
  ],
199
- "image": {
200
- "src": "",
201
- "alt": "Generated code"
202
- },
203
- "imagePosition": "left",
204
- "description": "Get a production-ready TypeScript backend and React frontend in seconds.",
205
- "title": "Full-Stack Generation"
170
+ "description": "Get a production-ready TypeScript backend and React frontend in seconds."
206
171
  },
207
172
  {
208
173
  "bullets": [
@@ -210,18 +175,28 @@
210
175
  "RBAC & SSO",
211
176
  "End-to-end encryption"
212
177
  ],
178
+ "title": "Enterprise-Grade Security",
213
179
  "image": {
214
180
  "alt": "Security dashboard",
215
181
  "src": ""
216
182
  },
217
- "imagePosition": "right",
218
183
  "description": "Built-in auth, audit logs, and compliance from day one.",
219
- "title": "Enterprise-Grade Security"
184
+ "imagePosition": "right"
220
185
  }
221
186
  ],
222
187
  "items": {
223
188
  "type": "object",
224
189
  "properties": {
190
+ "title": {
191
+ "name": "title",
192
+ "type": "string",
193
+ "required": true
194
+ },
195
+ "imagePosition": {
196
+ "name": "imagePosition",
197
+ "type": "string",
198
+ "required": false
199
+ },
225
200
  "description": {
226
201
  "name": "description",
227
202
  "type": "string",
@@ -235,28 +210,18 @@
235
210
  "type": "string"
236
211
  }
237
212
  },
238
- "title": {
239
- "name": "title",
240
- "type": "string",
241
- "required": true
242
- },
243
- "imagePosition": {
244
- "name": "imagePosition",
245
- "type": "string",
246
- "required": false
247
- },
248
213
  "image": {
249
214
  "name": "image",
250
215
  "type": "object",
251
216
  "required": false,
252
217
  "properties": {
253
- "alt": {
254
- "name": "alt",
218
+ "src": {
219
+ "name": "src",
255
220
  "type": "string",
256
221
  "required": false
257
222
  },
258
- "src": {
259
- "name": "src",
223
+ "alt": {
224
+ "name": "alt",
260
225
  "type": "string",
261
226
  "required": false
262
227
  }
@@ -265,6 +230,14 @@
265
230
  }
266
231
  }
267
232
  },
233
+ "heroTitleAccent": {
234
+ "type": "string",
235
+ "default": ""
236
+ },
237
+ "footerCopyright": {
238
+ "type": "string",
239
+ "default": "© 2026 Almadar. All rights reserved."
240
+ },
268
241
  "footerColumns": {
269
242
  "type": "[FooterColumn]",
270
243
  "default": [
@@ -280,8 +253,8 @@
280
253
  "href": "#"
281
254
  },
282
255
  {
283
- "label": "Changelog",
284
- "href": "#"
256
+ "href": "#",
257
+ "label": "Changelog"
285
258
  }
286
259
  ]
287
260
  },
@@ -293,31 +266,31 @@
293
266
  "href": "#"
294
267
  },
295
268
  {
296
- "label": "Careers",
297
- "href": "#"
269
+ "href": "#",
270
+ "label": "Careers"
298
271
  },
299
272
  {
300
- "href": "#",
301
- "label": "Blog"
273
+ "label": "Blog",
274
+ "href": "#"
302
275
  }
303
276
  ]
304
277
  },
305
278
  {
279
+ "title": "Resources",
306
280
  "items": [
307
281
  {
308
- "label": "Docs",
309
- "href": "#"
282
+ "href": "#",
283
+ "label": "Docs"
310
284
  },
311
285
  {
312
- "label": "Community",
313
- "href": "#"
286
+ "href": "#",
287
+ "label": "Community"
314
288
  },
315
289
  {
316
290
  "label": "Support",
317
291
  "href": "#"
318
292
  }
319
- ],
320
- "title": "Resources"
293
+ ]
321
294
  }
322
295
  ],
323
296
  "items": {
@@ -335,13 +308,13 @@
335
308
  "items": {
336
309
  "type": "object",
337
310
  "properties": {
338
- "label": {
339
- "name": "label",
311
+ "href": {
312
+ "name": "href",
340
313
  "type": "string",
341
314
  "required": true
342
315
  },
343
- "href": {
344
- "name": "href",
316
+ "label": {
317
+ "name": "label",
345
318
  "type": "string",
346
319
  "required": true
347
320
  }
@@ -350,6 +323,33 @@
350
323
  }
351
324
  }
352
325
  }
326
+ },
327
+ "ctaAction": {
328
+ "type": "ActionCard",
329
+ "default": {
330
+ "label": "Get Started",
331
+ "href": "/signup"
332
+ },
333
+ "properties": {
334
+ "label": {
335
+ "name": "label",
336
+ "type": "string",
337
+ "required": true
338
+ },
339
+ "href": {
340
+ "name": "href",
341
+ "type": "string",
342
+ "required": true
343
+ }
344
+ }
345
+ },
346
+ "heroPrimaryActionLabel": {
347
+ "type": "string",
348
+ "default": "Get Started"
349
+ },
350
+ "heroTitle": {
351
+ "type": "string",
352
+ "default": "Everything you need to ship"
353
353
  }
354
354
  },
355
355
  "scope": "instance"