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