@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.
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +31 -31
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +26 -26
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +33 -33
- package/behaviors/registry/marketing/molecules/std-about-page.orb +176 -176
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +252 -252
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +196 -191
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +699 -699
- package/dist/behaviors/behaviors-registry.json +1 -1
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +31 -31
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +26 -26
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +33 -33
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +176 -176
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +252 -252
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +196 -191
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +699 -699
- package/dist/behaviors-registry.json +1 -1
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +38 -38
- package/dist/registry/marketing/atoms/std-marketing-community.orb +31 -31
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +58 -58
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +26 -26
- package/dist/registry/marketing/atoms/std-marketing-team.orb +33 -33
- package/dist/registry/marketing/molecules/std-about-page.orb +176 -176
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +116 -116
- package/dist/registry/marketing/molecules/std-landing-page.orb +252 -252
- package/dist/registry/marketing/molecules/std-pricing-page.orb +196 -191
- package/dist/registry/marketing/organisms/std-marketing-site.orb +699 -699
- package/package.json +1 -1
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"render-ui",
|
|
44
44
|
"main",
|
|
45
45
|
{
|
|
46
|
-
"
|
|
46
|
+
"gap": "none",
|
|
47
47
|
"direction": "vertical",
|
|
48
48
|
"children": [
|
|
49
49
|
{
|
|
50
|
-
"tag": "@config.heroTag",
|
|
51
|
-
"titleAccent": "@config.heroTitleAccent",
|
|
52
|
-
"secondaryAction": {
|
|
53
|
-
"label": "@config.heroSecondaryActionLabel",
|
|
54
|
-
"href": "@config.heroSecondaryActionHref"
|
|
55
|
-
},
|
|
56
50
|
"title": "@config.heroTitle",
|
|
57
|
-
"background": "@config.heroBackground",
|
|
58
51
|
"primaryAction": {
|
|
59
|
-
"
|
|
60
|
-
"
|
|
52
|
+
"href": "@config.heroPrimaryActionHref",
|
|
53
|
+
"label": "@config.heroPrimaryActionLabel"
|
|
61
54
|
},
|
|
62
|
-
"
|
|
55
|
+
"background": "@config.heroBackground",
|
|
63
56
|
"type": "hero-section",
|
|
64
|
-
"
|
|
57
|
+
"tag": "@config.heroTag",
|
|
58
|
+
"titleAccent": "@config.heroTitleAccent",
|
|
59
|
+
"align": "@config.heroAlign",
|
|
60
|
+
"subtitle": "@config.heroSubtitle",
|
|
61
|
+
"secondaryAction": {
|
|
62
|
+
"href": "@config.heroSecondaryActionHref",
|
|
63
|
+
"label": "@config.heroSecondaryActionLabel"
|
|
64
|
+
}
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
"
|
|
68
|
-
"
|
|
67
|
+
"items": "@config.features",
|
|
68
|
+
"type": "feature-grid"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"type": "stats-grid",
|
|
@@ -76,23 +76,23 @@
|
|
|
76
76
|
"entity": "@config.steps"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"type": "showcase-organism",
|
|
80
|
+
"entity": "@config.showcase"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"subtitle": "@config.ctaSubtitle",
|
|
84
84
|
"secondaryAction": "@config.ctaSecondaryAction",
|
|
85
85
|
"primaryAction": "@config.ctaPrimaryAction",
|
|
86
|
-
"
|
|
87
|
-
"
|
|
86
|
+
"type": "cta-banner",
|
|
87
|
+
"title": "@config.ctaTitle"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
+
"columns": "@config.footerColumns",
|
|
90
91
|
"copyright": "@config.footerCopyright",
|
|
91
|
-
"type": "marketing-footer"
|
|
92
|
-
"columns": "@config.footerColumns"
|
|
92
|
+
"type": "marketing-footer"
|
|
93
93
|
}
|
|
94
94
|
],
|
|
95
|
-
"
|
|
95
|
+
"type": "stack"
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
]
|
|
@@ -100,41 +100,158 @@
|
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
"config": {
|
|
103
|
-
"
|
|
104
|
-
"type": "
|
|
103
|
+
"heroPrimaryActionLabel": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"default": "Get Started"
|
|
106
|
+
},
|
|
107
|
+
"heroSubtitle": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"default": "From idea to production in minutes, not months."
|
|
110
|
+
},
|
|
111
|
+
"heroTag": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"default": ""
|
|
114
|
+
},
|
|
115
|
+
"heroSecondaryActionHref": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"default": ""
|
|
118
|
+
},
|
|
119
|
+
"heroAlign": {
|
|
120
|
+
"type": "string",
|
|
121
|
+
"default": "center"
|
|
122
|
+
},
|
|
123
|
+
"footerCopyright": {
|
|
124
|
+
"type": "string",
|
|
125
|
+
"default": "© 2026 Almadar. All rights reserved."
|
|
126
|
+
},
|
|
127
|
+
"showcase": {
|
|
128
|
+
"type": "[ShowcaseCard]",
|
|
105
129
|
"default": [
|
|
106
130
|
{
|
|
107
|
-
"
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
131
|
+
"image": {
|
|
132
|
+
"alt": "Dashboard",
|
|
133
|
+
"src": ""
|
|
134
|
+
},
|
|
135
|
+
"href": "",
|
|
136
|
+
"badge": "New",
|
|
137
|
+
"accentColor": "",
|
|
138
|
+
"title": "Dashboard",
|
|
139
|
+
"description": "Real-time analytics at a glance."
|
|
111
140
|
},
|
|
112
141
|
{
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
142
|
+
"description": "GraphQL and REST in one click.",
|
|
143
|
+
"badge": "",
|
|
144
|
+
"title": "API",
|
|
145
|
+
"image": {
|
|
146
|
+
"alt": "API",
|
|
147
|
+
"src": ""
|
|
148
|
+
},
|
|
149
|
+
"accentColor": "",
|
|
150
|
+
"href": ""
|
|
117
151
|
},
|
|
118
152
|
{
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
153
|
+
"title": "Mobile",
|
|
154
|
+
"image": {
|
|
155
|
+
"alt": "Mobile",
|
|
156
|
+
"src": ""
|
|
157
|
+
},
|
|
158
|
+
"badge": "Beta",
|
|
159
|
+
"description": "Native apps without native code.",
|
|
160
|
+
"href": "",
|
|
161
|
+
"accentColor": ""
|
|
123
162
|
}
|
|
124
163
|
],
|
|
125
164
|
"items": {
|
|
126
165
|
"type": "object",
|
|
127
166
|
"properties": {
|
|
128
|
-
"
|
|
129
|
-
"name": "
|
|
130
|
-
"type": "
|
|
167
|
+
"badge": {
|
|
168
|
+
"name": "badge",
|
|
169
|
+
"type": "string",
|
|
131
170
|
"required": false
|
|
132
171
|
},
|
|
172
|
+
"image": {
|
|
173
|
+
"name": "image",
|
|
174
|
+
"type": "object",
|
|
175
|
+
"required": false,
|
|
176
|
+
"properties": {
|
|
177
|
+
"src": {
|
|
178
|
+
"name": "src",
|
|
179
|
+
"type": "string",
|
|
180
|
+
"required": true
|
|
181
|
+
},
|
|
182
|
+
"alt": {
|
|
183
|
+
"name": "alt",
|
|
184
|
+
"type": "string",
|
|
185
|
+
"required": false
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"accentColor": {
|
|
190
|
+
"name": "accentColor",
|
|
191
|
+
"type": "string",
|
|
192
|
+
"required": false
|
|
193
|
+
},
|
|
194
|
+
"title": {
|
|
195
|
+
"name": "title",
|
|
196
|
+
"type": "string",
|
|
197
|
+
"required": true
|
|
198
|
+
},
|
|
199
|
+
"description": {
|
|
200
|
+
"name": "description",
|
|
201
|
+
"type": "string",
|
|
202
|
+
"required": false
|
|
203
|
+
},
|
|
204
|
+
"href": {
|
|
205
|
+
"name": "href",
|
|
206
|
+
"type": "string",
|
|
207
|
+
"required": false
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"features": {
|
|
213
|
+
"type": "[FeatureCard]",
|
|
214
|
+
"default": [
|
|
215
|
+
{
|
|
216
|
+
"description": "Build and deploy in minutes.",
|
|
217
|
+
"linkLabel": "Learn more",
|
|
218
|
+
"title": "Lightning Fast",
|
|
219
|
+
"href": "",
|
|
220
|
+
"icon": "zap"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"linkLabel": "Learn more",
|
|
224
|
+
"href": "",
|
|
225
|
+
"icon": "shield",
|
|
226
|
+
"title": "Enterprise Secure",
|
|
227
|
+
"description": "SOC-2 compliant with end-to-end encryption."
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"linkLabel": "Learn more",
|
|
231
|
+
"icon": "puzzle",
|
|
232
|
+
"title": "Infinitely Extensible",
|
|
233
|
+
"description": "Plug in any service, any data source, any UI pattern.",
|
|
234
|
+
"href": ""
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"items": {
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
133
240
|
"description": {
|
|
134
241
|
"name": "description",
|
|
135
242
|
"type": "string",
|
|
136
243
|
"required": true
|
|
137
244
|
},
|
|
245
|
+
"linkLabel": {
|
|
246
|
+
"name": "linkLabel",
|
|
247
|
+
"type": "string",
|
|
248
|
+
"required": false
|
|
249
|
+
},
|
|
250
|
+
"href": {
|
|
251
|
+
"name": "href",
|
|
252
|
+
"type": "string",
|
|
253
|
+
"required": false
|
|
254
|
+
},
|
|
138
255
|
"icon": {
|
|
139
256
|
"name": "icon",
|
|
140
257
|
"type": "string",
|
|
@@ -148,56 +265,13 @@
|
|
|
148
265
|
}
|
|
149
266
|
}
|
|
150
267
|
},
|
|
151
|
-
"
|
|
152
|
-
"type": "string",
|
|
153
|
-
"default": ""
|
|
154
|
-
},
|
|
155
|
-
"heroSubtitle": {
|
|
156
|
-
"type": "string",
|
|
157
|
-
"default": "From idea to production in minutes, not months."
|
|
158
|
-
},
|
|
159
|
-
"ctaSecondaryAction": {
|
|
160
|
-
"type": "ActionCard",
|
|
161
|
-
"default": {
|
|
162
|
-
"label": "",
|
|
163
|
-
"href": ""
|
|
164
|
-
},
|
|
165
|
-
"properties": {
|
|
166
|
-
"label": {
|
|
167
|
-
"name": "label",
|
|
168
|
-
"type": "string",
|
|
169
|
-
"required": true
|
|
170
|
-
},
|
|
171
|
-
"href": {
|
|
172
|
-
"name": "href",
|
|
173
|
-
"type": "string",
|
|
174
|
-
"required": true
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"heroPrimaryActionHref": {
|
|
179
|
-
"type": "string",
|
|
180
|
-
"default": "/signup"
|
|
181
|
-
},
|
|
182
|
-
"heroTitleAccent": {
|
|
183
|
-
"type": "string",
|
|
184
|
-
"default": ""
|
|
185
|
-
},
|
|
186
|
-
"heroBackground": {
|
|
187
|
-
"type": "string",
|
|
188
|
-
"default": "gradient"
|
|
189
|
-
},
|
|
190
|
-
"heroSecondaryActionHref": {
|
|
268
|
+
"heroSecondaryActionLabel": {
|
|
191
269
|
"type": "string",
|
|
192
270
|
"default": ""
|
|
193
271
|
},
|
|
194
|
-
"
|
|
195
|
-
"type": "string",
|
|
196
|
-
"default": "Join thousands of teams shipping faster."
|
|
197
|
-
},
|
|
198
|
-
"heroSecondaryActionLabel": {
|
|
272
|
+
"heroTitle": {
|
|
199
273
|
"type": "string",
|
|
200
|
-
"default": ""
|
|
274
|
+
"default": "Build faster with Almadar"
|
|
201
275
|
},
|
|
202
276
|
"footerColumns": {
|
|
203
277
|
"type": "[FooterColumn]",
|
|
@@ -220,6 +294,7 @@
|
|
|
220
294
|
]
|
|
221
295
|
},
|
|
222
296
|
{
|
|
297
|
+
"title": "Company",
|
|
223
298
|
"items": [
|
|
224
299
|
{
|
|
225
300
|
"href": "#",
|
|
@@ -230,38 +305,32 @@
|
|
|
230
305
|
"label": "Careers"
|
|
231
306
|
},
|
|
232
307
|
{
|
|
233
|
-
"
|
|
234
|
-
"
|
|
308
|
+
"label": "Blog",
|
|
309
|
+
"href": "#"
|
|
235
310
|
}
|
|
236
|
-
]
|
|
237
|
-
"title": "Company"
|
|
311
|
+
]
|
|
238
312
|
},
|
|
239
313
|
{
|
|
240
|
-
"title": "Resources",
|
|
241
314
|
"items": [
|
|
242
315
|
{
|
|
243
|
-
"
|
|
244
|
-
"
|
|
316
|
+
"label": "Docs",
|
|
317
|
+
"href": "#"
|
|
245
318
|
},
|
|
246
319
|
{
|
|
247
320
|
"label": "Community",
|
|
248
321
|
"href": "#"
|
|
249
322
|
},
|
|
250
323
|
{
|
|
251
|
-
"
|
|
252
|
-
"
|
|
324
|
+
"href": "#",
|
|
325
|
+
"label": "Support"
|
|
253
326
|
}
|
|
254
|
-
]
|
|
327
|
+
],
|
|
328
|
+
"title": "Resources"
|
|
255
329
|
}
|
|
256
330
|
],
|
|
257
331
|
"items": {
|
|
258
332
|
"type": "object",
|
|
259
333
|
"properties": {
|
|
260
|
-
"title": {
|
|
261
|
-
"name": "title",
|
|
262
|
-
"type": "string",
|
|
263
|
-
"required": true
|
|
264
|
-
},
|
|
265
334
|
"items": {
|
|
266
335
|
"name": "items",
|
|
267
336
|
"type": "array",
|
|
@@ -281,123 +350,139 @@
|
|
|
281
350
|
}
|
|
282
351
|
}
|
|
283
352
|
}
|
|
353
|
+
},
|
|
354
|
+
"title": {
|
|
355
|
+
"name": "title",
|
|
356
|
+
"type": "string",
|
|
357
|
+
"required": true
|
|
284
358
|
}
|
|
285
359
|
}
|
|
286
360
|
}
|
|
287
361
|
},
|
|
288
|
-
"
|
|
289
|
-
"type": "
|
|
290
|
-
"default":
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
"
|
|
362
|
+
"ctaPrimaryAction": {
|
|
363
|
+
"type": "ActionCard",
|
|
364
|
+
"default": {
|
|
365
|
+
"href": "/signup",
|
|
366
|
+
"label": "Get Started"
|
|
367
|
+
},
|
|
368
|
+
"properties": {
|
|
369
|
+
"href": {
|
|
370
|
+
"name": "href",
|
|
371
|
+
"type": "string",
|
|
372
|
+
"required": true
|
|
373
|
+
},
|
|
374
|
+
"label": {
|
|
375
|
+
"name": "label",
|
|
376
|
+
"type": "string",
|
|
377
|
+
"required": true
|
|
378
|
+
}
|
|
379
|
+
}
|
|
295
380
|
},
|
|
296
|
-
"
|
|
297
|
-
"type": "[
|
|
381
|
+
"steps": {
|
|
382
|
+
"type": "[StepCard]",
|
|
298
383
|
"default": [
|
|
299
384
|
{
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
"value": "99.9%",
|
|
305
|
-
"label": "Uptime"
|
|
385
|
+
"number": 1.0,
|
|
386
|
+
"title": "Design",
|
|
387
|
+
"description": "Describe your app in natural language.",
|
|
388
|
+
"icon": "pen-tool"
|
|
306
389
|
},
|
|
307
390
|
{
|
|
308
|
-
"
|
|
309
|
-
"
|
|
391
|
+
"title": "Build",
|
|
392
|
+
"icon": "hammer",
|
|
393
|
+
"number": 2.0,
|
|
394
|
+
"description": "Almadar generates the full stack automatically."
|
|
310
395
|
},
|
|
311
396
|
{
|
|
312
|
-
"
|
|
313
|
-
"
|
|
397
|
+
"description": "Deploy to production with one click.",
|
|
398
|
+
"icon": "rocket",
|
|
399
|
+
"number": 3.0,
|
|
400
|
+
"title": "Ship"
|
|
314
401
|
}
|
|
315
402
|
],
|
|
316
403
|
"items": {
|
|
317
404
|
"type": "object",
|
|
318
405
|
"properties": {
|
|
319
|
-
"
|
|
320
|
-
"name": "
|
|
406
|
+
"icon": {
|
|
407
|
+
"name": "icon",
|
|
408
|
+
"type": "string",
|
|
409
|
+
"required": false
|
|
410
|
+
},
|
|
411
|
+
"description": {
|
|
412
|
+
"name": "description",
|
|
321
413
|
"type": "string",
|
|
322
414
|
"required": true
|
|
323
415
|
},
|
|
324
|
-
"
|
|
325
|
-
"name": "
|
|
416
|
+
"number": {
|
|
417
|
+
"name": "number",
|
|
418
|
+
"type": "number",
|
|
419
|
+
"required": false
|
|
420
|
+
},
|
|
421
|
+
"title": {
|
|
422
|
+
"name": "title",
|
|
326
423
|
"type": "string",
|
|
327
424
|
"required": true
|
|
328
425
|
}
|
|
329
426
|
}
|
|
330
427
|
}
|
|
331
428
|
},
|
|
332
|
-
"
|
|
333
|
-
"type": "
|
|
429
|
+
"ctaTitle": {
|
|
430
|
+
"type": "string",
|
|
431
|
+
"default": "Ready to get started?"
|
|
432
|
+
},
|
|
433
|
+
"heroTitleAccent": {
|
|
434
|
+
"type": "string",
|
|
435
|
+
"default": ""
|
|
436
|
+
},
|
|
437
|
+
"stats": {
|
|
438
|
+
"type": "[StatCard]",
|
|
334
439
|
"default": [
|
|
335
440
|
{
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"description": "Build and deploy in minutes.",
|
|
339
|
-
"icon": "zap",
|
|
340
|
-
"linkLabel": "Learn more"
|
|
441
|
+
"value": "10K+",
|
|
442
|
+
"label": "Developers"
|
|
341
443
|
},
|
|
342
444
|
{
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"title": "Enterprise Secure",
|
|
346
|
-
"linkLabel": "Learn more",
|
|
347
|
-
"description": "SOC-2 compliant with end-to-end encryption."
|
|
445
|
+
"label": "Uptime",
|
|
446
|
+
"value": "99.9%"
|
|
348
447
|
},
|
|
349
448
|
{
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
"
|
|
449
|
+
"value": "50M+",
|
|
450
|
+
"label": "Requests served"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"label": "Average rating",
|
|
454
|
+
"value": "4.9"
|
|
355
455
|
}
|
|
356
456
|
],
|
|
357
457
|
"items": {
|
|
358
458
|
"type": "object",
|
|
359
459
|
"properties": {
|
|
360
|
-
"
|
|
361
|
-
"name": "
|
|
362
|
-
"type": "string",
|
|
363
|
-
"required": false
|
|
364
|
-
},
|
|
365
|
-
"href": {
|
|
366
|
-
"name": "href",
|
|
367
|
-
"type": "string",
|
|
368
|
-
"required": false
|
|
369
|
-
},
|
|
370
|
-
"description": {
|
|
371
|
-
"name": "description",
|
|
460
|
+
"label": {
|
|
461
|
+
"name": "label",
|
|
372
462
|
"type": "string",
|
|
373
463
|
"required": true
|
|
374
464
|
},
|
|
375
|
-
"
|
|
376
|
-
"name": "
|
|
377
|
-
"type": "string",
|
|
378
|
-
"required": false
|
|
379
|
-
},
|
|
380
|
-
"title": {
|
|
381
|
-
"name": "title",
|
|
465
|
+
"value": {
|
|
466
|
+
"name": "value",
|
|
382
467
|
"type": "string",
|
|
383
468
|
"required": true
|
|
384
469
|
}
|
|
385
470
|
}
|
|
386
471
|
}
|
|
387
472
|
},
|
|
388
|
-
"
|
|
473
|
+
"heroPrimaryActionHref": {
|
|
389
474
|
"type": "string",
|
|
390
|
-
"default": "
|
|
475
|
+
"default": "/signup"
|
|
391
476
|
},
|
|
392
|
-
"
|
|
477
|
+
"ctaSubtitle": {
|
|
393
478
|
"type": "string",
|
|
394
|
-
"default": "
|
|
479
|
+
"default": "Join thousands of teams shipping faster."
|
|
395
480
|
},
|
|
396
|
-
"
|
|
481
|
+
"ctaSecondaryAction": {
|
|
397
482
|
"type": "ActionCard",
|
|
398
483
|
"default": {
|
|
399
|
-
"label": "
|
|
400
|
-
"href": "
|
|
484
|
+
"label": "",
|
|
485
|
+
"href": ""
|
|
401
486
|
},
|
|
402
487
|
"properties": {
|
|
403
488
|
"label": {
|
|
@@ -412,94 +497,9 @@
|
|
|
412
497
|
}
|
|
413
498
|
}
|
|
414
499
|
},
|
|
415
|
-
"
|
|
500
|
+
"heroBackground": {
|
|
416
501
|
"type": "string",
|
|
417
|
-
"default": "
|
|
418
|
-
},
|
|
419
|
-
"showcase": {
|
|
420
|
-
"type": "[ShowcaseCard]",
|
|
421
|
-
"default": [
|
|
422
|
-
{
|
|
423
|
-
"image": {
|
|
424
|
-
"src": "",
|
|
425
|
-
"alt": "Dashboard"
|
|
426
|
-
},
|
|
427
|
-
"description": "Real-time analytics at a glance.",
|
|
428
|
-
"badge": "New",
|
|
429
|
-
"title": "Dashboard",
|
|
430
|
-
"accentColor": "",
|
|
431
|
-
"href": ""
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"image": {
|
|
435
|
-
"src": "",
|
|
436
|
-
"alt": "API"
|
|
437
|
-
},
|
|
438
|
-
"accentColor": "",
|
|
439
|
-
"title": "API",
|
|
440
|
-
"href": "",
|
|
441
|
-
"badge": "",
|
|
442
|
-
"description": "GraphQL and REST in one click."
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"image": {
|
|
446
|
-
"src": "",
|
|
447
|
-
"alt": "Mobile"
|
|
448
|
-
},
|
|
449
|
-
"accentColor": "",
|
|
450
|
-
"description": "Native apps without native code.",
|
|
451
|
-
"badge": "Beta",
|
|
452
|
-
"title": "Mobile",
|
|
453
|
-
"href": ""
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"items": {
|
|
457
|
-
"type": "object",
|
|
458
|
-
"properties": {
|
|
459
|
-
"description": {
|
|
460
|
-
"name": "description",
|
|
461
|
-
"type": "string",
|
|
462
|
-
"required": false
|
|
463
|
-
},
|
|
464
|
-
"image": {
|
|
465
|
-
"name": "image",
|
|
466
|
-
"type": "object",
|
|
467
|
-
"required": false,
|
|
468
|
-
"properties": {
|
|
469
|
-
"src": {
|
|
470
|
-
"name": "src",
|
|
471
|
-
"type": "string",
|
|
472
|
-
"required": true
|
|
473
|
-
},
|
|
474
|
-
"alt": {
|
|
475
|
-
"name": "alt",
|
|
476
|
-
"type": "string",
|
|
477
|
-
"required": false
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
"badge": {
|
|
482
|
-
"name": "badge",
|
|
483
|
-
"type": "string",
|
|
484
|
-
"required": false
|
|
485
|
-
},
|
|
486
|
-
"title": {
|
|
487
|
-
"name": "title",
|
|
488
|
-
"type": "string",
|
|
489
|
-
"required": true
|
|
490
|
-
},
|
|
491
|
-
"accentColor": {
|
|
492
|
-
"name": "accentColor",
|
|
493
|
-
"type": "string",
|
|
494
|
-
"required": false
|
|
495
|
-
},
|
|
496
|
-
"href": {
|
|
497
|
-
"name": "href",
|
|
498
|
-
"type": "string",
|
|
499
|
-
"required": false
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
}
|
|
502
|
+
"default": "gradient"
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
505
|
"scope": "instance"
|