@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.
Files changed (61) hide show
  1. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +3 -3
  2. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
  3. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +21 -21
  4. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +31 -31
  5. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +37 -37
  6. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +45 -45
  7. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +56 -56
  8. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +26 -26
  9. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
  10. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
  11. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +30 -30
  12. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +9 -9
  13. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +23 -23
  14. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +42 -42
  15. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
  16. package/behaviors/registry/marketing/molecules/std-about-page.orb +171 -171
  17. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
  18. package/behaviors/registry/marketing/molecules/std-landing-page.orb +261 -261
  19. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +190 -190
  20. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +618 -623
  21. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +3 -3
  22. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
  23. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +21 -21
  24. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +31 -31
  25. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +37 -37
  26. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +45 -45
  27. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +56 -56
  28. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +26 -26
  29. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
  30. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
  31. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +30 -30
  32. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +9 -9
  33. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +23 -23
  34. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +42 -42
  35. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
  36. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +171 -171
  37. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
  38. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +261 -261
  39. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +190 -190
  40. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +618 -623
  41. package/dist/registry/marketing/atoms/std-marketing-article.orb +3 -3
  42. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
  43. package/dist/registry/marketing/atoms/std-marketing-community.orb +21 -21
  44. package/dist/registry/marketing/atoms/std-marketing-cta.orb +31 -31
  45. package/dist/registry/marketing/atoms/std-marketing-features.orb +37 -37
  46. package/dist/registry/marketing/atoms/std-marketing-footer.orb +45 -45
  47. package/dist/registry/marketing/atoms/std-marketing-hero.orb +56 -56
  48. package/dist/registry/marketing/atoms/std-marketing-nav.orb +26 -26
  49. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
  50. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
  51. package/dist/registry/marketing/atoms/std-marketing-split.orb +30 -30
  52. package/dist/registry/marketing/atoms/std-marketing-stats.orb +9 -9
  53. package/dist/registry/marketing/atoms/std-marketing-steps.orb +23 -23
  54. package/dist/registry/marketing/atoms/std-marketing-team.orb +42 -42
  55. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
  56. package/dist/registry/marketing/molecules/std-about-page.orb +171 -171
  57. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
  58. package/dist/registry/marketing/molecules/std-landing-page.orb +261 -261
  59. package/dist/registry/marketing/molecules/std-pricing-page.orb +190 -190
  60. package/dist/registry/marketing/organisms/std-marketing-site.orb +618 -623
  61. package/package.json +1 -1
@@ -44,10 +44,10 @@
44
44
  "render-ui",
45
45
  "main",
46
46
  {
47
- "maxWidth": "@config.maxWidth",
48
- "title": "@config.title",
49
47
  "type": "article-section",
50
- "children": "@config.content"
48
+ "children": "@config.content",
49
+ "title": "@config.title",
50
+ "maxWidth": "@config.maxWidth"
51
51
  }
52
52
  ]
53
53
  ]
@@ -21,18 +21,23 @@
21
21
  "items": {
22
22
  "type": "object",
23
23
  "properties": {
24
+ "id": {
25
+ "name": "id",
26
+ "type": "string",
27
+ "required": true
28
+ },
24
29
  "title": {
25
30
  "name": "title",
26
31
  "type": "string",
27
32
  "required": true
28
33
  },
29
- "id": {
30
- "name": "id",
34
+ "description": {
35
+ "name": "description",
31
36
  "type": "string",
32
37
  "required": true
33
38
  },
34
- "href": {
35
- "name": "href",
39
+ "category": {
40
+ "name": "category",
36
41
  "type": "string",
37
42
  "required": true
38
43
  },
@@ -41,13 +46,8 @@
41
46
  "type": "string",
42
47
  "required": false
43
48
  },
44
- "description": {
45
- "name": "description",
46
- "type": "string",
47
- "required": true
48
- },
49
- "category": {
50
- "name": "category",
49
+ "href": {
50
+ "name": "href",
51
51
  "type": "string",
52
52
  "required": true
53
53
  },
@@ -153,30 +153,30 @@
153
153
  "default": [
154
154
  {
155
155
  "title": "Acme Corp",
156
- "id": "1",
157
- "categoryColor": "",
158
156
  "href": "#",
159
157
  "linkLabel": "Read story",
158
+ "categoryColor": "",
160
159
  "category": "SaaS",
161
- "description": "How Acme scaled from 1K to 1M users in 6 months."
160
+ "description": "How Acme scaled from 1K to 1M users in 6 months.",
161
+ "id": "1"
162
162
  },
163
163
  {
164
- "id": "2",
164
+ "href": "#",
165
165
  "description": "Globex reduced infrastructure costs by 70%.",
166
+ "title": "Globex",
167
+ "id": "2",
166
168
  "category": "Fintech",
167
169
  "linkLabel": "Read story",
168
- "categoryColor": "",
169
- "title": "Globex",
170
- "href": "#"
170
+ "categoryColor": ""
171
171
  },
172
172
  {
173
- "href": "#",
173
+ "linkLabel": "Read story",
174
174
  "id": "3",
175
- "title": "Initech",
176
- "categoryColor": "",
177
175
  "category": "Healthtech",
178
176
  "description": "Initech shipped their mobile app 3x faster.",
179
- "linkLabel": "Read story"
177
+ "title": "Initech",
178
+ "href": "#",
179
+ "categoryColor": ""
180
180
  }
181
181
  ],
182
182
  "label": "Case Studies",
@@ -185,28 +185,18 @@
185
185
  "items": {
186
186
  "type": "object",
187
187
  "properties": {
188
- "category": {
189
- "name": "category",
190
- "type": "string",
191
- "required": true
192
- },
193
188
  "linkLabel": {
194
189
  "name": "linkLabel",
195
190
  "type": "string",
196
191
  "required": false
197
192
  },
198
- "id": {
199
- "name": "id",
200
- "type": "string",
201
- "required": true
202
- },
203
193
  "href": {
204
194
  "name": "href",
205
195
  "type": "string",
206
196
  "required": true
207
197
  },
208
- "title": {
209
- "name": "title",
198
+ "description": {
199
+ "name": "description",
210
200
  "type": "string",
211
201
  "required": true
212
202
  },
@@ -215,8 +205,18 @@
215
205
  "type": "string",
216
206
  "required": false
217
207
  },
218
- "description": {
219
- "name": "description",
208
+ "title": {
209
+ "name": "title",
210
+ "type": "string",
211
+ "required": true
212
+ },
213
+ "category": {
214
+ "name": "category",
215
+ "type": "string",
216
+ "required": true
217
+ },
218
+ "id": {
219
+ "name": "id",
220
220
  "type": "string",
221
221
  "required": true
222
222
  }
@@ -44,21 +44,21 @@
44
44
  "render-ui",
45
45
  "main",
46
46
  {
47
- "type": "community-links",
47
+ "discord": {
48
+ "members": "@config.discordMembers",
49
+ "url": "@config.discordUrl"
50
+ },
48
51
  "subtitle": "@config.subtitle",
49
52
  "twitter": {
50
53
  "url": "@config.twitterUrl",
51
54
  "followers": "@config.twitterFollowers"
52
55
  },
53
- "heading": "@config.heading",
54
- "discord": {
55
- "url": "@config.discordUrl",
56
- "members": "@config.discordMembers"
57
- },
58
56
  "github": {
59
57
  "stars": "@config.githubStars",
60
58
  "url": "@config.githubUrl"
61
- }
59
+ },
60
+ "heading": "@config.heading",
61
+ "type": "community-links"
62
62
  }
63
63
  ]
64
64
  ]
@@ -66,16 +66,16 @@
66
66
  ]
67
67
  },
68
68
  "config": {
69
- "twitterUrl": {
69
+ "githubUrl": {
70
70
  "type": "string",
71
71
  "default": "",
72
- "label": "Twitter URL",
72
+ "label": "GitHub URL",
73
73
  "tier": "customization"
74
74
  },
75
- "twitterFollowers": {
75
+ "discordUrl": {
76
76
  "type": "string",
77
77
  "default": "",
78
- "label": "Twitter Followers",
78
+ "label": "Discord URL",
79
79
  "tier": "customization"
80
80
  },
81
81
  "discordMembers": {
@@ -84,22 +84,16 @@
84
84
  "label": "Discord Members",
85
85
  "tier": "customization"
86
86
  },
87
- "githubUrl": {
88
- "type": "string",
89
- "default": "",
90
- "label": "GitHub URL",
91
- "tier": "customization"
92
- },
93
- "githubStars": {
87
+ "twitterFollowers": {
94
88
  "type": "string",
95
89
  "default": "",
96
- "label": "GitHub Stars",
90
+ "label": "Twitter Followers",
97
91
  "tier": "customization"
98
92
  },
99
- "discordUrl": {
93
+ "twitterUrl": {
100
94
  "type": "string",
101
95
  "default": "",
102
- "label": "Discord URL",
96
+ "label": "Twitter URL",
103
97
  "tier": "customization"
104
98
  },
105
99
  "heading": {
@@ -113,6 +107,12 @@
113
107
  "default": "Connect with thousands of builders.",
114
108
  "label": "Subtitle",
115
109
  "tier": "essential"
110
+ },
111
+ "githubStars": {
112
+ "type": "string",
113
+ "default": "",
114
+ "label": "GitHub Stars",
115
+ "tier": "customization"
116
116
  }
117
117
  },
118
118
  "scope": "instance"
@@ -86,19 +86,19 @@
86
86
  "render-ui",
87
87
  "main",
88
88
  {
89
- "background": "@config.background",
90
- "title": "@config.title",
91
- "align": "@config.align",
92
89
  "secondaryAction": {
93
- "href": "@config.secondaryActionHref",
94
- "label": "@config.secondaryActionLabel"
90
+ "label": "@config.secondaryActionLabel",
91
+ "href": "@config.secondaryActionHref"
95
92
  },
96
93
  "type": "cta-banner",
97
- "subtitle": "@config.subtitle",
94
+ "background": "@config.background",
98
95
  "primaryAction": {
99
96
  "href": "@config.primaryActionHref",
100
97
  "label": "@config.primaryActionLabel"
101
- }
98
+ },
99
+ "align": "@config.align",
100
+ "title": "@config.title",
101
+ "subtitle": "@config.subtitle"
102
102
  }
103
103
  ]
104
104
  ]
@@ -134,17 +134,11 @@
134
134
  ]
135
135
  },
136
136
  "config": {
137
- "secondaryActionLabel": {
138
- "type": "string",
139
- "default": "Learn More",
140
- "label": "Secondary Action Label",
141
- "tier": "customization"
142
- },
143
- "secondaryActionHref": {
137
+ "primaryActionLabel": {
144
138
  "type": "string",
145
- "default": "",
146
- "label": "Secondary Action Link",
147
- "tier": "customization"
139
+ "default": "Get Started",
140
+ "label": "Primary Action Label",
141
+ "tier": "essential"
148
142
  },
149
143
  "align": {
150
144
  "type": "string",
@@ -153,17 +147,11 @@
153
147
  "description": "center or left",
154
148
  "tier": "customization"
155
149
  },
156
- "primaryActionLabel": {
157
- "type": "string",
158
- "default": "Get Started",
159
- "label": "Primary Action Label",
160
- "tier": "essential"
161
- },
162
- "primaryActionHref": {
150
+ "secondaryActionLabel": {
163
151
  "type": "string",
164
- "default": "#",
165
- "label": "Primary Action Link",
166
- "tier": "essential"
152
+ "default": "Learn More",
153
+ "label": "Secondary Action Label",
154
+ "tier": "customization"
167
155
  },
168
156
  "subtitle": {
169
157
  "type": "string",
@@ -172,6 +160,19 @@
172
160
  "description": "Supporting text below the title",
173
161
  "tier": "essential"
174
162
  },
163
+ "background": {
164
+ "type": "string",
165
+ "default": "primary",
166
+ "label": "Background",
167
+ "description": "default, alt, dark, gradient, or primary",
168
+ "tier": "customization"
169
+ },
170
+ "primaryActionHref": {
171
+ "type": "string",
172
+ "default": "#",
173
+ "label": "Primary Action Link",
174
+ "tier": "essential"
175
+ },
175
176
  "title": {
176
177
  "type": "string",
177
178
  "default": "Ready to get started?",
@@ -179,11 +180,10 @@
179
180
  "description": "Banner headline",
180
181
  "tier": "essential"
181
182
  },
182
- "background": {
183
+ "secondaryActionHref": {
183
184
  "type": "string",
184
- "default": "primary",
185
- "label": "Background",
186
- "description": "default, alt, dark, gradient, or primary",
185
+ "default": "",
186
+ "label": "Secondary Action Link",
187
187
  "tier": "customization"
188
188
  }
189
189
  },
@@ -74,10 +74,10 @@
74
74
  "render-ui",
75
75
  "main",
76
76
  {
77
- "gap": "@config.gap",
78
- "columns": "@config.columns",
79
77
  "items": "@config.items",
80
- "type": "feature-grid"
78
+ "gap": "@config.gap",
79
+ "type": "feature-grid",
80
+ "columns": "@config.columns"
81
81
  }
82
82
  ]
83
83
  ]
@@ -91,8 +91,8 @@
91
91
  "emit",
92
92
  "FEATURE_CLICK",
93
93
  {
94
- "title": "@payload.title",
95
- "id": "@payload.id"
94
+ "id": "@payload.id",
95
+ "title": "@payload.title"
96
96
  }
97
97
  ]
98
98
  ]
@@ -100,43 +100,29 @@
100
100
  ]
101
101
  },
102
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
- "gap": {
111
- "type": "string",
112
- "default": "lg",
113
- "label": "Gap",
114
- "description": "Spacing between cards",
115
- "tier": "customization"
116
- },
117
103
  "items": {
118
104
  "type": "[FeatureCard]",
119
105
  "default": [
120
106
  {
121
107
  "icon": "zap",
108
+ "href": "",
122
109
  "title": "Lightning Fast",
123
110
  "description": "Build and deploy in minutes, not months.",
124
- "linkLabel": "Learn more",
125
- "href": ""
111
+ "linkLabel": "Learn more"
126
112
  },
127
113
  {
128
- "icon": "shield",
129
- "title": "Enterprise Secure",
114
+ "href": "",
130
115
  "description": "SOC-2 compliant with end-to-end encryption.",
131
116
  "linkLabel": "Learn more",
132
- "href": ""
117
+ "title": "Enterprise Secure",
118
+ "icon": "shield"
133
119
  },
134
120
  {
135
- "linkLabel": "Learn more",
136
121
  "icon": "puzzle",
137
122
  "title": "Infinitely Extensible",
138
123
  "description": "Plug in any service, any data source, any UI pattern.",
139
- "href": ""
124
+ "href": "",
125
+ "linkLabel": "Learn more"
140
126
  }
141
127
  ],
142
128
  "label": "Feature Items",
@@ -145,33 +131,47 @@
145
131
  "items": {
146
132
  "type": "object",
147
133
  "properties": {
148
- "description": {
149
- "name": "description",
134
+ "href": {
135
+ "name": "href",
150
136
  "type": "string",
151
- "required": true
137
+ "required": false
152
138
  },
153
139
  "linkLabel": {
154
140
  "name": "linkLabel",
155
141
  "type": "string",
156
142
  "required": false
157
143
  },
158
- "title": {
159
- "name": "title",
160
- "type": "string",
161
- "required": true
162
- },
163
144
  "icon": {
164
145
  "name": "icon",
165
146
  "type": "string",
166
147
  "required": false
167
148
  },
168
- "href": {
169
- "name": "href",
149
+ "title": {
150
+ "name": "title",
170
151
  "type": "string",
171
- "required": false
152
+ "required": true
153
+ },
154
+ "description": {
155
+ "name": "description",
156
+ "type": "string",
157
+ "required": true
172
158
  }
173
159
  }
174
160
  }
161
+ },
162
+ "gap": {
163
+ "type": "string",
164
+ "default": "lg",
165
+ "label": "Gap",
166
+ "description": "Spacing between cards",
167
+ "tier": "customization"
168
+ },
169
+ "columns": {
170
+ "type": "number",
171
+ "default": 3.0,
172
+ "label": "Columns",
173
+ "description": "Number of grid columns",
174
+ "tier": "customization"
175
175
  }
176
176
  },
177
177
  "scope": "instance"
@@ -44,14 +44,14 @@
44
44
  "render-ui",
45
45
  "main",
46
46
  {
47
- "type": "marketing-footer",
48
- "copyright": "@config.copyright",
49
- "columns": "@config.columns",
50
47
  "logo": {
48
+ "href": "@config.logoHref",
51
49
  "src": "@config.logoSrc",
52
- "alt": "@config.logoAlt",
53
- "href": "@config.logoHref"
54
- }
50
+ "alt": "@config.logoAlt"
51
+ },
52
+ "columns": "@config.columns",
53
+ "type": "marketing-footer",
54
+ "copyright": "@config.copyright"
55
55
  }
56
56
  ]
57
57
  ]
@@ -59,59 +59,71 @@
59
59
  ]
60
60
  },
61
61
  "config": {
62
+ "logoAlt": {
63
+ "type": "string",
64
+ "default": "",
65
+ "label": "Logo Alt Text",
66
+ "tier": "customization"
67
+ },
68
+ "copyright": {
69
+ "type": "string",
70
+ "default": "© 2026 Almadar. All rights reserved.",
71
+ "label": "Copyright",
72
+ "tier": "customization"
73
+ },
62
74
  "columns": {
63
75
  "type": "[FooterColumn]",
64
76
  "default": [
65
77
  {
66
78
  "items": [
67
79
  {
68
- "href": "#",
69
- "label": "Features"
80
+ "label": "Features",
81
+ "href": "#"
70
82
  },
71
83
  {
72
84
  "href": "#",
73
85
  "label": "Pricing"
74
86
  },
75
87
  {
76
- "label": "Changelog",
77
- "href": "#"
88
+ "href": "#",
89
+ "label": "Changelog"
78
90
  }
79
91
  ],
80
92
  "title": "Product"
81
93
  },
82
94
  {
95
+ "title": "Company",
83
96
  "items": [
84
97
  {
85
- "label": "About",
86
- "href": "#"
98
+ "href": "#",
99
+ "label": "About"
87
100
  },
88
101
  {
89
- "href": "#",
90
- "label": "Careers"
102
+ "label": "Careers",
103
+ "href": "#"
91
104
  },
92
105
  {
93
106
  "href": "#",
94
107
  "label": "Blog"
95
108
  }
96
- ],
97
- "title": "Company"
109
+ ]
98
110
  },
99
111
  {
112
+ "title": "Resources",
100
113
  "items": [
101
114
  {
102
- "href": "#",
103
- "label": "Docs"
115
+ "label": "Docs",
116
+ "href": "#"
104
117
  },
105
118
  {
106
- "href": "#",
107
- "label": "Community"
119
+ "label": "Community",
120
+ "href": "#"
108
121
  },
109
122
  {
110
- "label": "Support",
111
- "href": "#"
123
+ "href": "#",
124
+ "label": "Support"
112
125
  }
113
- ],
114
- "title": "Resources"
126
+ ]
115
127
  }
116
128
  ],
117
129
  "label": "Footer Columns",
@@ -120,6 +132,11 @@
120
132
  "items": {
121
133
  "type": "object",
122
134
  "properties": {
135
+ "title": {
136
+ "name": "title",
137
+ "type": "string",
138
+ "required": true
139
+ },
123
140
  "items": {
124
141
  "name": "items",
125
142
  "type": "array",
@@ -127,23 +144,18 @@
127
144
  "items": {
128
145
  "type": "object",
129
146
  "properties": {
130
- "label": {
131
- "name": "label",
147
+ "href": {
148
+ "name": "href",
132
149
  "type": "string",
133
150
  "required": true
134
151
  },
135
- "href": {
136
- "name": "href",
152
+ "label": {
153
+ "name": "label",
137
154
  "type": "string",
138
155
  "required": true
139
156
  }
140
157
  }
141
158
  }
142
- },
143
- "title": {
144
- "name": "title",
145
- "type": "string",
146
- "required": true
147
159
  }
148
160
  }
149
161
  }
@@ -159,18 +171,6 @@
159
171
  "default": "/",
160
172
  "label": "Logo Link",
161
173
  "tier": "customization"
162
- },
163
- "logoAlt": {
164
- "type": "string",
165
- "default": "",
166
- "label": "Logo Alt Text",
167
- "tier": "customization"
168
- },
169
- "copyright": {
170
- "type": "string",
171
- "default": "© 2026 Almadar. All rights reserved.",
172
- "label": "Copyright",
173
- "tier": "customization"
174
174
  }
175
175
  },
176
176
  "scope": "instance"