noecosystem-design 0.1.2 → 0.2.0

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 (136) hide show
  1. package/README.md +73 -35
  2. package/apps/showcase/src/catalog/catalog-index.tsx +8 -8
  3. package/apps/showcase/src/catalog/catalog-shell.tsx +7 -2
  4. package/apps/storybook/stories/catalog/calendar.stories.tsx +3 -1
  5. package/apps/storybook/stories/catalog/date-picker.stories.tsx +5 -1
  6. package/apps/storybook/stories/catalog/icon-system.stories.tsx +3 -2
  7. package/docs/adr/0006-icons8-icon-policy.md +4 -4
  8. package/docs/design-system/architecture.md +1 -1
  9. package/docs/design-system/ci-cd.md +22 -7
  10. package/docs/design-system/inventory.md +0 -1
  11. package/docs/design-system/rtl.md +1 -1
  12. package/package.json +2 -2
  13. package/packages/ai-ui/src/activity-feed.tsx +1 -2
  14. package/packages/ai-ui/src/agent-composer.tsx +1 -1
  15. package/packages/ai-ui/src/agent-message.tsx +1 -1
  16. package/packages/ai-ui/src/agent-plan.tsx +1 -1
  17. package/packages/ai-ui/src/agent-workspace.tsx +1 -2
  18. package/packages/ai-ui/src/approval-request.tsx +1 -1
  19. package/packages/ai-ui/src/run-inspector.tsx +1 -1
  20. package/packages/ai-ui/src/tool-call.tsx +1 -1
  21. package/packages/data-ui/src/activity-gauge.tsx +1 -1
  22. package/packages/data-ui/src/chart-frame.tsx +1 -1
  23. package/packages/data-ui/src/chart.tsx +1 -2
  24. package/packages/data-ui/src/dashboard-shell.tsx +1 -2
  25. package/packages/data-ui/src/data-table.tsx +1 -1
  26. package/packages/data-ui/src/filter-bar.tsx +1 -2
  27. package/packages/data-ui/src/metric-card.tsx +1 -1
  28. package/packages/data-ui/src/pagination.tsx +1 -3
  29. package/packages/data-ui/src/pie-chart.tsx +1 -1
  30. package/packages/data-ui/src/radar-chart.tsx +1 -1
  31. package/packages/design-tokens/src/base.css +1 -1
  32. package/packages/design-tokens/src/palette.ts +4 -4
  33. package/packages/design-tokens/src/tokens.css +6 -12
  34. package/packages/design-tokens/src/tokens.json +4 -4
  35. package/packages/design-tokens/src/tokens.mjs +4 -4
  36. package/packages/icons/package.json +3 -0
  37. package/packages/icons/src/adapters.tsx +4 -4
  38. package/packages/icons/src/iconsax.tsx +233 -0
  39. package/packages/icons/src/index.tsx +1 -103
  40. package/packages/registry/catalog-index.json +1 -1
  41. package/packages/registry/component-audit.json +1 -1
  42. package/packages/registry/docs-index.json +135 -403
  43. package/packages/registry/manifest.json +1642 -6110
  44. package/packages/registry/r/activity-feed.json +9 -32
  45. package/packages/registry/r/agent-composer.json +9 -34
  46. package/packages/registry/r/agent-message.json +9 -32
  47. package/packages/registry/r/agent-plan.json +9 -32
  48. package/packages/registry/r/agent-workspace.json +9 -32
  49. package/packages/registry/r/alert.json +9 -33
  50. package/packages/registry/r/app-frame.json +9 -32
  51. package/packages/registry/r/approval-request.json +9 -34
  52. package/packages/registry/r/badge.json +9 -33
  53. package/packages/registry/r/bidi-text.json +7 -25
  54. package/packages/registry/r/bottom-navigation.json +9 -32
  55. package/packages/registry/r/button.json +7 -29
  56. package/packages/registry/r/calendar.json +15 -31
  57. package/packages/registry/r/card.json +9 -32
  58. package/packages/registry/r/chart-frame.json +9 -32
  59. package/packages/registry/r/chart.json +8 -30
  60. package/packages/registry/r/code-block.json +9 -32
  61. package/packages/registry/r/context-menu.json +8 -36
  62. package/packages/registry/r/dashboard-01.json +7 -23
  63. package/packages/registry/r/dashboard-02.json +6 -20
  64. package/packages/registry/r/dashboard-shell.json +9 -32
  65. package/packages/registry/r/data-list.json +9 -32
  66. package/packages/registry/r/data-table.json +9 -32
  67. package/packages/registry/r/date-picker.json +15 -31
  68. package/packages/registry/r/dialog.json +11 -45
  69. package/packages/registry/r/direction-provider.json +6 -21
  70. package/packages/registry/r/drawer.json +10 -36
  71. package/packages/registry/r/dropdown.json +9 -37
  72. package/packages/registry/r/empty-state.json +9 -32
  73. package/packages/registry/r/error-state.json +9 -32
  74. package/packages/registry/r/fab.json +9 -34
  75. package/packages/registry/r/featured-icon.json +7 -29
  76. package/packages/registry/r/filter-bar.json +10 -35
  77. package/packages/registry/r/gradient-picker.json +7 -24
  78. package/packages/registry/r/header-navigation.json +9 -32
  79. package/packages/registry/r/hero-header.json +7 -25
  80. package/packages/registry/r/icon-system.json +14 -29
  81. package/packages/registry/r/image-picker.json +7 -24
  82. package/packages/registry/r/inline-cta.json +14 -32
  83. package/packages/registry/r/input.json +9 -33
  84. package/packages/registry/r/landing-page.json +6 -21
  85. package/packages/registry/r/login-page.json +9 -35
  86. package/packages/registry/r/marketing-header.json +8 -26
  87. package/packages/registry/r/menu.json +9 -34
  88. package/packages/registry/r/messaging.json +9 -33
  89. package/packages/registry/r/metric-card.json +9 -32
  90. package/packages/registry/r/mobile-screen.json +9 -32
  91. package/packages/registry/r/not-found.json +7 -25
  92. package/packages/registry/r/page-header.json +9 -32
  93. package/packages/registry/r/pagination.json +15 -31
  94. package/packages/registry/r/progress-steps.json +9 -33
  95. package/packages/registry/r/run-inspector.json +9 -32
  96. package/packages/registry/r/section-header.json +9 -32
  97. package/packages/registry/r/settings-01.json +5 -19
  98. package/packages/registry/r/settings-02.json +5 -19
  99. package/packages/registry/r/settings-page.json +9 -32
  100. package/packages/registry/r/sidebar-navigation.json +9 -32
  101. package/packages/registry/r/sign-in-form.json +9 -34
  102. package/packages/registry/r/skeleton.json +9 -32
  103. package/packages/registry/r/spinner.json +9 -32
  104. package/packages/registry/r/tabs.json +9 -34
  105. package/packages/registry/r/textarea.json +9 -33
  106. package/packages/registry/r/tool-call.json +9 -32
  107. package/packages/registry/r/tooltip.json +9 -33
  108. package/packages/registry/r/utility-button.json +9 -37
  109. package/packages/registry/r/workflow-canvas.json +9 -32
  110. package/packages/registry/r/workflow-node.json +9 -32
  111. package/packages/registry/registry.json +232 -937
  112. package/packages/registry/search-index.json +579 -2194
  113. package/packages/ui/package.json +4 -1
  114. package/packages/ui/src/date-picker.browser.test.tsx +1 -1
  115. package/packages/ui/src/date-picker.tsx +1 -2
  116. package/packages/ui/src/gradient-picker.tsx +6 -2
  117. package/packages/ui/src/theme-provider.browser.test.tsx +15 -6
  118. package/packages/ui/src/theme-provider.tsx +19 -5
  119. package/packages/workflow-ui/src/workflow-canvas.tsx +1 -1
  120. package/packages/workflow-ui/src/workflow-node.tsx +1 -1
  121. package/scripts/enrich-registry-payloads.mjs +9 -3
  122. package/scripts/fix-registry-closure.mjs +2 -1
  123. package/scripts/generate-manifest.mjs +61 -39
  124. package/scripts/validate-manifest.mjs +24 -33
  125. package/scripts/verify-registry-consumer.mjs +33 -7
  126. package/tests/e2e/catalog-typography.spec.ts +6 -4
  127. package/tests/icons.test.mjs +5 -5
  128. package/tsconfig.base.json +17 -51
  129. package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/filters-the-component-inventory-and-exposes-the-selected-audit-state-1.png +0 -0
  130. package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/opens-a-component-detail-view-and-returns-to-the-grid-1.png +0 -0
  131. package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/switching-locale-to-Persian-updates-document-direction-to-rtl-1.png +0 -0
  132. package/packages/ui/src/__screenshots__/button.browser.test.tsx/Button-preserves-native--busy--disabled--and-ref-contracts-1.png +0 -0
  133. package/packages/ui/src/__screenshots__/button.browser.test.tsx/a-disabled-polymorphic-Button-cannot-navigate-or-receive-focus-1.png +0 -0
  134. package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-Escape-closes-popover-and-returns-focus-to-input-1.png +0 -0
  135. package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-click-outside-closes-popover-1.png +0 -0
  136. package/packages/ui/src/__screenshots__/dialog.browser.test.tsx/Dialog-propagates-RTL-into-the-portal-and-traps-then-restores-focus-1.png +0 -0
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-08-28T08:46:14.840Z",
2
+ "generatedAt": "2026-08-29T08:49:53.289Z",
3
3
  "items": [
4
4
  {
5
5
  "id": "bidi-text",
@@ -14,29 +14,14 @@
14
14
  "technical identifier",
15
15
  "bdi auto direction"
16
16
  ],
17
- "searchTerms": [
18
- "bidi",
19
- "rtl ltr isolation",
20
- "technical value",
21
- "url hash",
22
- "command"
23
- ],
17
+ "searchTerms": ["bidi", "rtl ltr isolation", "technical value", "url hash", "command"],
24
18
  "useWhen": [
25
19
  "displaying user-generated mixed Persian/English text",
26
20
  "showing URLs, hashes or code inside RTL chrome"
27
21
  ],
28
- "doNotUseWhen": [
29
- "pure LTR marketing copy without bidi risk",
30
- "replacing full i18n provider"
31
- ],
32
- "alternatives": [
33
- "AutoDirectionText",
34
- "TechnicalValue"
35
- ],
36
- "relatedPatterns": [
37
- "code-and-terminal",
38
- "direction-provider"
39
- ],
22
+ "doNotUseWhen": ["pure LTR marketing copy without bidi risk", "replacing full i18n provider"],
23
+ "alternatives": ["AutoDirectionText", "TechnicalValue"],
24
+ "relatedPatterns": ["code-and-terminal", "direction-provider"],
40
25
  "exportName": "BidiText",
41
26
  "registryItem": "bidi-text",
42
27
  "maturity": "stable"
@@ -48,27 +33,11 @@
48
33
  "description": "Establishes a direction scope for nested content and portalled overlays, independent of page direction.",
49
34
  "category": "Foundations / Direction & Bidi",
50
35
  "status": "available",
51
- "capabilityAliases": [
52
- "direction scope",
53
- "portal direction"
54
- ],
55
- "searchTerms": [
56
- "direction provider",
57
- "dir",
58
- "portal",
59
- "rtl scope"
60
- ],
61
- "useWhen": [
62
- "nesting RTL inside LTR or vice versa",
63
- "ensuring portals inherit correct dir"
64
- ],
65
- "doNotUseWhen": [
66
- "page already has correct html dir",
67
- "single-direction app"
68
- ],
69
- "alternatives": [
70
- "html dir attribute"
71
- ],
36
+ "capabilityAliases": ["direction scope", "portal direction"],
37
+ "searchTerms": ["direction provider", "dir", "portal", "rtl scope"],
38
+ "useWhen": ["nesting RTL inside LTR or vice versa", "ensuring portals inherit correct dir"],
39
+ "doNotUseWhen": ["page already has correct html dir", "single-direction app"],
40
+ "alternatives": ["html dir attribute"],
72
41
  "relatedPatterns": [],
73
42
  "exportName": "DirectionProvider",
74
43
  "registryItem": "direction-provider",
@@ -81,21 +50,10 @@
81
50
  "description": "Code And Terminal — Foundations / Technical Content component. code-and-terminal provides foundations / technical content behavior with RTL, i18n and accessibility built-in.",
82
51
  "category": "Foundations / Technical Content",
83
52
  "status": "available",
84
- "capabilityAliases": [
85
- "code and terminal",
86
- "code-and-terminal"
87
- ],
88
- "searchTerms": [
89
- "code-and-terminal",
90
- "code and terminal",
91
- "technical content"
92
- ],
93
- "useWhen": [
94
- "using code and terminal in Foundations / Technical Content"
95
- ],
96
- "doNotUseWhen": [
97
- "when code and terminal semantics do not match"
98
- ],
53
+ "capabilityAliases": ["code and terminal", "code-and-terminal"],
54
+ "searchTerms": ["code-and-terminal", "code and terminal", "technical content"],
55
+ "useWhen": ["using code and terminal in Foundations / Technical Content"],
56
+ "doNotUseWhen": ["when code and terminal semantics do not match"],
99
57
  "alternatives": [],
100
58
  "relatedPatterns": [],
101
59
  "exportName": "Terminal",
@@ -109,21 +67,10 @@
109
67
  "description": "Icon System — Foundations / Icons component. icon-system provides foundations / icons behavior with RTL, i18n and accessibility built-in.",
110
68
  "category": "Foundations / Icons",
111
69
  "status": "available",
112
- "capabilityAliases": [
113
- "icon system",
114
- "icon-system"
115
- ],
116
- "searchTerms": [
117
- "icon-system",
118
- "icon system",
119
- "icons"
120
- ],
121
- "useWhen": [
122
- "using icon system in Foundations / Icons"
123
- ],
124
- "doNotUseWhen": [
125
- "when icon system semantics do not match"
126
- ],
70
+ "capabilityAliases": ["icon system", "icon-system"],
71
+ "searchTerms": ["icon-system", "icon system", "icons"],
72
+ "useWhen": ["using icon system in Foundations / Icons"],
73
+ "doNotUseWhen": ["when icon system semantics do not match"],
127
74
  "alternatives": [],
128
75
  "relatedPatterns": [],
129
76
  "exportName": "ChevronIcon",
@@ -145,32 +92,15 @@
145
92
  "loading button",
146
93
  "cta"
147
94
  ],
148
- "searchTerms": [
149
- "button",
150
- "cta",
151
- "action",
152
- "destructive",
153
- "confirmation",
154
- "submit"
155
- ],
95
+ "searchTerms": ["button", "cta", "action", "destructive", "confirmation", "submit"],
156
96
  "useWhen": [
157
97
  "triggering an action",
158
98
  "confirming a destructive operation in a dialog",
159
99
  "form submission"
160
100
  ],
161
- "doNotUseWhen": [
162
- "navigating to a new page (use link)",
163
- "displaying status (use Badge)"
164
- ],
165
- "alternatives": [
166
- "Link",
167
- "Badge",
168
- "Fab"
169
- ],
170
- "relatedPatterns": [
171
- "fab",
172
- "approval-request"
173
- ],
101
+ "doNotUseWhen": ["navigating to a new page (use link)", "displaying status (use Badge)"],
102
+ "alternatives": ["Link", "Badge", "Fab"],
103
+ "relatedPatterns": ["fab", "approval-request"],
174
104
  "exportName": "Button",
175
105
  "registryItem": "button",
176
106
  "maturity": "beta"
@@ -182,21 +112,10 @@
182
112
  "description": "Input — Primitives / Forms component. input provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
183
113
  "category": "Primitives / Forms",
184
114
  "status": "available",
185
- "capabilityAliases": [
186
- "input",
187
- "input"
188
- ],
189
- "searchTerms": [
190
- "input",
191
- "input",
192
- "forms"
193
- ],
194
- "useWhen": [
195
- "using input in Primitives / Forms"
196
- ],
197
- "doNotUseWhen": [
198
- "when input semantics do not match"
199
- ],
115
+ "capabilityAliases": ["input", "input"],
116
+ "searchTerms": ["input", "input", "forms"],
117
+ "useWhen": ["using input in Primitives / Forms"],
118
+ "doNotUseWhen": ["when input semantics do not match"],
200
119
  "alternatives": [],
201
120
  "relatedPatterns": [],
202
121
  "exportName": "Input",
@@ -210,21 +129,10 @@
210
129
  "description": "Field — Primitives / Forms component. field provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
211
130
  "category": "Primitives / Forms",
212
131
  "status": "available",
213
- "capabilityAliases": [
214
- "field",
215
- "field"
216
- ],
217
- "searchTerms": [
218
- "field",
219
- "field",
220
- "forms"
221
- ],
222
- "useWhen": [
223
- "using field in Primitives / Forms"
224
- ],
225
- "doNotUseWhen": [
226
- "when field semantics do not match"
227
- ],
132
+ "capabilityAliases": ["field", "field"],
133
+ "searchTerms": ["field", "field", "forms"],
134
+ "useWhen": ["using field in Primitives / Forms"],
135
+ "doNotUseWhen": ["when field semantics do not match"],
228
136
  "alternatives": [],
229
137
  "relatedPatterns": [],
230
138
  "exportName": "Field",
@@ -238,21 +146,10 @@
238
146
  "description": "Textarea — Primitives / Forms component. textarea provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
239
147
  "category": "Primitives / Forms",
240
148
  "status": "available",
241
- "capabilityAliases": [
242
- "textarea",
243
- "textarea"
244
- ],
245
- "searchTerms": [
246
- "textarea",
247
- "textarea",
248
- "forms"
249
- ],
250
- "useWhen": [
251
- "using textarea in Primitives / Forms"
252
- ],
253
- "doNotUseWhen": [
254
- "when textarea semantics do not match"
255
- ],
149
+ "capabilityAliases": ["textarea", "textarea"],
150
+ "searchTerms": ["textarea", "textarea", "forms"],
151
+ "useWhen": ["using textarea in Primitives / Forms"],
152
+ "doNotUseWhen": ["when textarea semantics do not match"],
256
153
  "alternatives": [],
257
154
  "relatedPatterns": [],
258
155
  "exportName": "Textarea",
@@ -266,21 +163,10 @@
266
163
  "description": "Card — Primitives / Layout component. card provides primitives / layout behavior with RTL, i18n and accessibility built-in.",
267
164
  "category": "Primitives / Layout",
268
165
  "status": "available",
269
- "capabilityAliases": [
270
- "card",
271
- "card"
272
- ],
273
- "searchTerms": [
274
- "card",
275
- "card",
276
- "layout"
277
- ],
278
- "useWhen": [
279
- "using card in Primitives / Layout"
280
- ],
281
- "doNotUseWhen": [
282
- "when card semantics do not match"
283
- ],
166
+ "capabilityAliases": ["card", "card"],
167
+ "searchTerms": ["card", "card", "layout"],
168
+ "useWhen": ["using card in Primitives / Layout"],
169
+ "doNotUseWhen": ["when card semantics do not match"],
284
170
  "alternatives": [],
285
171
  "relatedPatterns": [],
286
172
  "exportName": "Card",
@@ -294,21 +180,10 @@
294
180
  "description": "Alert — Feedback component. alert provides feedback behavior with RTL, i18n and accessibility built-in.",
295
181
  "category": "Feedback",
296
182
  "status": "available",
297
- "capabilityAliases": [
298
- "alert",
299
- "alert"
300
- ],
301
- "searchTerms": [
302
- "alert",
303
- "alert",
304
- "feedback"
305
- ],
306
- "useWhen": [
307
- "using alert in Feedback"
308
- ],
309
- "doNotUseWhen": [
310
- "when alert semantics do not match"
311
- ],
183
+ "capabilityAliases": ["alert", "alert"],
184
+ "searchTerms": ["alert", "alert", "feedback"],
185
+ "useWhen": ["using alert in Feedback"],
186
+ "doNotUseWhen": ["when alert semantics do not match"],
312
187
  "alternatives": [],
313
188
  "relatedPatterns": [],
314
189
  "exportName": "Alert",
@@ -322,21 +197,10 @@
322
197
  "description": "Badge — Feedback component. badge provides feedback behavior with RTL, i18n and accessibility built-in.",
323
198
  "category": "Feedback",
324
199
  "status": "available",
325
- "capabilityAliases": [
326
- "badge",
327
- "badge"
328
- ],
329
- "searchTerms": [
330
- "badge",
331
- "badge",
332
- "feedback"
333
- ],
334
- "useWhen": [
335
- "using badge in Feedback"
336
- ],
337
- "doNotUseWhen": [
338
- "when badge semantics do not match"
339
- ],
200
+ "capabilityAliases": ["badge", "badge"],
201
+ "searchTerms": ["badge", "badge", "feedback"],
202
+ "useWhen": ["using badge in Feedback"],
203
+ "doNotUseWhen": ["when badge semantics do not match"],
340
204
  "alternatives": [],
341
205
  "relatedPatterns": [],
342
206
  "exportName": "Badge",
@@ -350,21 +214,10 @@
350
214
  "description": "Skeleton — Feedback component. skeleton provides feedback behavior with RTL, i18n and accessibility built-in.",
351
215
  "category": "Feedback",
352
216
  "status": "available",
353
- "capabilityAliases": [
354
- "skeleton",
355
- "skeleton"
356
- ],
357
- "searchTerms": [
358
- "skeleton",
359
- "skeleton",
360
- "feedback"
361
- ],
362
- "useWhen": [
363
- "using skeleton in Feedback"
364
- ],
365
- "doNotUseWhen": [
366
- "when skeleton semantics do not match"
367
- ],
217
+ "capabilityAliases": ["skeleton", "skeleton"],
218
+ "searchTerms": ["skeleton", "skeleton", "feedback"],
219
+ "useWhen": ["using skeleton in Feedback"],
220
+ "doNotUseWhen": ["when skeleton semantics do not match"],
368
221
  "alternatives": [],
369
222
  "relatedPatterns": [],
370
223
  "exportName": "Skeleton",
@@ -378,21 +231,10 @@
378
231
  "description": "Spinner — Feedback component. spinner provides feedback behavior with RTL, i18n and accessibility built-in.",
379
232
  "category": "Feedback",
380
233
  "status": "available",
381
- "capabilityAliases": [
382
- "spinner",
383
- "spinner"
384
- ],
385
- "searchTerms": [
386
- "spinner",
387
- "spinner",
388
- "feedback"
389
- ],
390
- "useWhen": [
391
- "using spinner in Feedback"
392
- ],
393
- "doNotUseWhen": [
394
- "when spinner semantics do not match"
395
- ],
234
+ "capabilityAliases": ["spinner", "spinner"],
235
+ "searchTerms": ["spinner", "spinner", "feedback"],
236
+ "useWhen": ["using spinner in Feedback"],
237
+ "doNotUseWhen": ["when spinner semantics do not match"],
396
238
  "alternatives": [],
397
239
  "relatedPatterns": [],
398
240
  "exportName": "Spinner",
@@ -406,21 +248,10 @@
406
248
  "description": "Empty State — Feedback component. empty-state provides feedback behavior with RTL, i18n and accessibility built-in.",
407
249
  "category": "Feedback",
408
250
  "status": "available",
409
- "capabilityAliases": [
410
- "empty state",
411
- "empty-state"
412
- ],
413
- "searchTerms": [
414
- "empty-state",
415
- "empty state",
416
- "feedback"
417
- ],
418
- "useWhen": [
419
- "using empty state in Feedback"
420
- ],
421
- "doNotUseWhen": [
422
- "when empty state semantics do not match"
423
- ],
251
+ "capabilityAliases": ["empty state", "empty-state"],
252
+ "searchTerms": ["empty-state", "empty state", "feedback"],
253
+ "useWhen": ["using empty state in Feedback"],
254
+ "doNotUseWhen": ["when empty state semantics do not match"],
424
255
  "alternatives": [],
425
256
  "relatedPatterns": [],
426
257
  "exportName": "EmptyState",
@@ -434,21 +265,10 @@
434
265
  "description": "Error State — Feedback component. error-state provides feedback behavior with RTL, i18n and accessibility built-in.",
435
266
  "category": "Feedback",
436
267
  "status": "available",
437
- "capabilityAliases": [
438
- "error state",
439
- "error-state"
440
- ],
441
- "searchTerms": [
442
- "error-state",
443
- "error state",
444
- "feedback"
445
- ],
446
- "useWhen": [
447
- "using error state in Feedback"
448
- ],
449
- "doNotUseWhen": [
450
- "when error state semantics do not match"
451
- ],
268
+ "capabilityAliases": ["error state", "error-state"],
269
+ "searchTerms": ["error-state", "error state", "feedback"],
270
+ "useWhen": ["using error state in Feedback"],
271
+ "doNotUseWhen": ["when error state semantics do not match"],
452
272
  "alternatives": [],
453
273
  "relatedPatterns": [],
454
274
  "exportName": "ErrorState",
@@ -467,28 +287,11 @@
467
287
  "modal",
468
288
  "confirm dialog"
469
289
  ],
470
- "searchTerms": [
471
- "dialog",
472
- "modal",
473
- "confirm",
474
- "overlay"
475
- ],
476
- "useWhen": [
477
- "confirming a destructive action",
478
- "focused task requiring dismissal"
479
- ],
480
- "doNotUseWhen": [
481
- "non-modal inline disclosure (use drawer)",
482
- "persistent layout (use page)"
483
- ],
484
- "alternatives": [
485
- "Drawer",
486
- "Alert"
487
- ],
488
- "relatedPatterns": [
489
- "drawer",
490
- "approval-request"
491
- ],
290
+ "searchTerms": ["dialog", "modal", "confirm", "overlay"],
291
+ "useWhen": ["confirming a destructive action", "focused task requiring dismissal"],
292
+ "doNotUseWhen": ["non-modal inline disclosure (use drawer)", "persistent layout (use page)"],
293
+ "alternatives": ["Drawer", "Alert"],
294
+ "relatedPatterns": ["drawer", "approval-request"],
492
295
  "exportName": "Dialog",
493
296
  "registryItem": "dialog",
494
297
  "maturity": "beta"
@@ -500,21 +303,10 @@
500
303
  "description": "Drawer — Overlays component. drawer provides overlays behavior with RTL, i18n and accessibility built-in.",
501
304
  "category": "Overlays",
502
305
  "status": "available",
503
- "capabilityAliases": [
504
- "drawer",
505
- "drawer"
506
- ],
507
- "searchTerms": [
508
- "drawer",
509
- "drawer",
510
- "overlays"
511
- ],
512
- "useWhen": [
513
- "using drawer in Overlays"
514
- ],
515
- "doNotUseWhen": [
516
- "when drawer semantics do not match"
517
- ],
306
+ "capabilityAliases": ["drawer", "drawer"],
307
+ "searchTerms": ["drawer", "drawer", "overlays"],
308
+ "useWhen": ["using drawer in Overlays"],
309
+ "doNotUseWhen": ["when drawer semantics do not match"],
518
310
  "alternatives": [],
519
311
  "relatedPatterns": [],
520
312
  "exportName": "Drawer",
@@ -528,21 +320,10 @@
528
320
  "description": "Menu — Overlays component. menu provides overlays behavior with RTL, i18n and accessibility built-in.",
529
321
  "category": "Overlays",
530
322
  "status": "available",
531
- "capabilityAliases": [
532
- "menu",
533
- "menu"
534
- ],
535
- "searchTerms": [
536
- "menu",
537
- "menu",
538
- "overlays"
539
- ],
540
- "useWhen": [
541
- "using menu in Overlays"
542
- ],
543
- "doNotUseWhen": [
544
- "when menu semantics do not match"
545
- ],
323
+ "capabilityAliases": ["menu", "menu"],
324
+ "searchTerms": ["menu", "menu", "overlays"],
325
+ "useWhen": ["using menu in Overlays"],
326
+ "doNotUseWhen": ["when menu semantics do not match"],
546
327
  "alternatives": [],
547
328
  "relatedPatterns": [],
548
329
  "exportName": "Menu",
@@ -556,21 +337,10 @@
556
337
  "description": "Tooltip — Overlays component. tooltip provides overlays behavior with RTL, i18n and accessibility built-in.",
557
338
  "category": "Overlays",
558
339
  "status": "available",
559
- "capabilityAliases": [
560
- "tooltip",
561
- "tooltip"
562
- ],
563
- "searchTerms": [
564
- "tooltip",
565
- "tooltip",
566
- "overlays"
567
- ],
568
- "useWhen": [
569
- "using tooltip in Overlays"
570
- ],
571
- "doNotUseWhen": [
572
- "when tooltip semantics do not match"
573
- ],
340
+ "capabilityAliases": ["tooltip", "tooltip"],
341
+ "searchTerms": ["tooltip", "tooltip", "overlays"],
342
+ "useWhen": ["using tooltip in Overlays"],
343
+ "doNotUseWhen": ["when tooltip semantics do not match"],
574
344
  "alternatives": [],
575
345
  "relatedPatterns": [],
576
346
  "exportName": "Tooltip",
@@ -584,21 +354,10 @@
584
354
  "description": "Tabs — Navigation component. tabs provides navigation behavior with RTL, i18n and accessibility built-in.",
585
355
  "category": "Navigation",
586
356
  "status": "available",
587
- "capabilityAliases": [
588
- "tabs",
589
- "tabs"
590
- ],
591
- "searchTerms": [
592
- "tabs",
593
- "tabs",
594
- "navigation"
595
- ],
596
- "useWhen": [
597
- "using tabs in Navigation"
598
- ],
599
- "doNotUseWhen": [
600
- "when tabs semantics do not match"
601
- ],
357
+ "capabilityAliases": ["tabs", "tabs"],
358
+ "searchTerms": ["tabs", "tabs", "navigation"],
359
+ "useWhen": ["using tabs in Navigation"],
360
+ "doNotUseWhen": ["when tabs semantics do not match"],
602
361
  "alternatives": [],
603
362
  "relatedPatterns": [],
604
363
  "exportName": "Tabs",
@@ -612,21 +371,10 @@
612
371
  "description": "Data Table — Data component. data-table provides data behavior with RTL, i18n and accessibility built-in.",
613
372
  "category": "Data",
614
373
  "status": "available",
615
- "capabilityAliases": [
616
- "data table",
617
- "data-table"
618
- ],
619
- "searchTerms": [
620
- "data-table",
621
- "data table",
622
- "data"
623
- ],
624
- "useWhen": [
625
- "using data table in Data"
626
- ],
627
- "doNotUseWhen": [
628
- "when data table semantics do not match"
629
- ],
374
+ "capabilityAliases": ["data table", "data-table"],
375
+ "searchTerms": ["data-table", "data table", "data"],
376
+ "useWhen": ["using data table in Data"],
377
+ "doNotUseWhen": ["when data table semantics do not match"],
630
378
  "alternatives": [],
631
379
  "relatedPatterns": [],
632
380
  "exportName": "DataTable",
@@ -640,21 +388,10 @@
640
388
  "description": "Metric Card — Data component. metric-card provides data behavior with RTL, i18n and accessibility built-in.",
641
389
  "category": "Data",
642
390
  "status": "available",
643
- "capabilityAliases": [
644
- "metric card",
645
- "metric-card"
646
- ],
647
- "searchTerms": [
648
- "metric-card",
649
- "metric card",
650
- "data"
651
- ],
652
- "useWhen": [
653
- "using metric card in Data"
654
- ],
655
- "doNotUseWhen": [
656
- "when metric card semantics do not match"
657
- ],
391
+ "capabilityAliases": ["metric card", "metric-card"],
392
+ "searchTerms": ["metric-card", "metric card", "data"],
393
+ "useWhen": ["using metric card in Data"],
394
+ "doNotUseWhen": ["when metric card semantics do not match"],
658
395
  "alternatives": [],
659
396
  "relatedPatterns": [],
660
397
  "exportName": "MetricCard",
@@ -668,21 +405,10 @@
668
405
  "description": "Chart Frame — Data component. chart-frame provides data behavior with RTL, i18n and accessibility built-in.",
669
406
  "category": "Data",
670
407
  "status": "available",
671
- "capabilityAliases": [
672
- "chart frame",
673
- "chart-frame"
674
- ],
675
- "searchTerms": [
676
- "chart-frame",
677
- "chart frame",
678
- "data"
679
- ],
680
- "useWhen": [
681
- "using chart frame in Data"
682
- ],
683
- "doNotUseWhen": [
684
- "when chart frame semantics do not match"
685
- ],
408
+ "capabilityAliases": ["chart frame", "chart-frame"],
409
+ "searchTerms": ["chart-frame", "chart frame", "data"],
410
+ "useWhen": ["using chart frame in Data"],
411
+ "doNotUseWhen": ["when chart frame semantics do not match"],
686
412
  "alternatives": [],
687
413
  "relatedPatterns": [],
688
414
  "exportName": "ChartFrame",
@@ -696,21 +422,10 @@
696
422
  "description": "Agent Composer — Agentic component. agent-composer provides agentic behavior with RTL, i18n and accessibility built-in.",
697
423
  "category": "Agentic",
698
424
  "status": "available",
699
- "capabilityAliases": [
700
- "agent composer",
701
- "agent-composer"
702
- ],
703
- "searchTerms": [
704
- "agent-composer",
705
- "agent composer",
706
- "agentic"
707
- ],
708
- "useWhen": [
709
- "using agent composer in Agentic"
710
- ],
711
- "doNotUseWhen": [
712
- "when agent composer semantics do not match"
713
- ],
425
+ "capabilityAliases": ["agent composer", "agent-composer"],
426
+ "searchTerms": ["agent-composer", "agent composer", "agentic"],
427
+ "useWhen": ["using agent composer in Agentic"],
428
+ "doNotUseWhen": ["when agent composer semantics do not match"],
714
429
  "alternatives": [],
715
430
  "relatedPatterns": [],
716
431
  "exportName": "AgentComposer",
@@ -724,21 +439,10 @@
724
439
  "description": "Agent Message — Agentic component. agent-message provides agentic behavior with RTL, i18n and accessibility built-in.",
725
440
  "category": "Agentic",
726
441
  "status": "available",
727
- "capabilityAliases": [
728
- "agent message",
729
- "agent-message"
730
- ],
731
- "searchTerms": [
732
- "agent-message",
733
- "agent message",
734
- "agentic"
735
- ],
736
- "useWhen": [
737
- "using agent message in Agentic"
738
- ],
739
- "doNotUseWhen": [
740
- "when agent message semantics do not match"
741
- ],
442
+ "capabilityAliases": ["agent message", "agent-message"],
443
+ "searchTerms": ["agent-message", "agent message", "agentic"],
444
+ "useWhen": ["using agent message in Agentic"],
445
+ "doNotUseWhen": ["when agent message semantics do not match"],
742
446
  "alternatives": [],
743
447
  "relatedPatterns": [],
744
448
  "exportName": "AgentMessage",
@@ -752,21 +456,10 @@
752
456
  "description": "Agent Plan — Agentic component. agent-plan provides agentic behavior with RTL, i18n and accessibility built-in.",
753
457
  "category": "Agentic",
754
458
  "status": "available",
755
- "capabilityAliases": [
756
- "agent plan",
757
- "agent-plan"
758
- ],
759
- "searchTerms": [
760
- "agent-plan",
761
- "agent plan",
762
- "agentic"
763
- ],
764
- "useWhen": [
765
- "using agent plan in Agentic"
766
- ],
767
- "doNotUseWhen": [
768
- "when agent plan semantics do not match"
769
- ],
459
+ "capabilityAliases": ["agent plan", "agent-plan"],
460
+ "searchTerms": ["agent-plan", "agent plan", "agentic"],
461
+ "useWhen": ["using agent plan in Agentic"],
462
+ "doNotUseWhen": ["when agent plan semantics do not match"],
770
463
  "alternatives": [],
771
464
  "relatedPatterns": [],
772
465
  "exportName": "AgentPlan",
@@ -780,21 +473,10 @@
780
473
  "description": "Run Inspector — Agentic component. run-inspector provides agentic behavior with RTL, i18n and accessibility built-in.",
781
474
  "category": "Agentic",
782
475
  "status": "available",
783
- "capabilityAliases": [
784
- "run inspector",
785
- "run-inspector"
786
- ],
787
- "searchTerms": [
788
- "run-inspector",
789
- "run inspector",
790
- "agentic"
791
- ],
792
- "useWhen": [
793
- "using run inspector in Agentic"
794
- ],
795
- "doNotUseWhen": [
796
- "when run inspector semantics do not match"
797
- ],
476
+ "capabilityAliases": ["run inspector", "run-inspector"],
477
+ "searchTerms": ["run-inspector", "run inspector", "agentic"],
478
+ "useWhen": ["using run inspector in Agentic"],
479
+ "doNotUseWhen": ["when run inspector semantics do not match"],
798
480
  "alternatives": [],
799
481
  "relatedPatterns": [],
800
482
  "exportName": "RunInspector",
@@ -808,21 +490,10 @@
808
490
  "description": "Tool Call — Agentic component. tool-call provides agentic behavior with RTL, i18n and accessibility built-in.",
809
491
  "category": "Agentic",
810
492
  "status": "available",
811
- "capabilityAliases": [
812
- "tool call",
813
- "tool-call"
814
- ],
815
- "searchTerms": [
816
- "tool-call",
817
- "tool call",
818
- "agentic"
819
- ],
820
- "useWhen": [
821
- "using tool call in Agentic"
822
- ],
823
- "doNotUseWhen": [
824
- "when tool call semantics do not match"
825
- ],
493
+ "capabilityAliases": ["tool call", "tool-call"],
494
+ "searchTerms": ["tool-call", "tool call", "agentic"],
495
+ "useWhen": ["using tool call in Agentic"],
496
+ "doNotUseWhen": ["when tool call semantics do not match"],
826
497
  "alternatives": [],
827
498
  "relatedPatterns": [],
828
499
  "exportName": "ToolCall",
@@ -836,21 +507,10 @@
836
507
  "description": "Approval Request — Agentic component. approval-request provides agentic behavior with RTL, i18n and accessibility built-in.",
837
508
  "category": "Agentic",
838
509
  "status": "available",
839
- "capabilityAliases": [
840
- "approval request",
841
- "approval-request"
842
- ],
843
- "searchTerms": [
844
- "approval-request",
845
- "approval request",
846
- "agentic"
847
- ],
848
- "useWhen": [
849
- "using approval request in Agentic"
850
- ],
851
- "doNotUseWhen": [
852
- "when approval request semantics do not match"
853
- ],
510
+ "capabilityAliases": ["approval request", "approval-request"],
511
+ "searchTerms": ["approval-request", "approval request", "agentic"],
512
+ "useWhen": ["using approval request in Agentic"],
513
+ "doNotUseWhen": ["when approval request semantics do not match"],
854
514
  "alternatives": [],
855
515
  "relatedPatterns": [],
856
516
  "exportName": "ApprovalRequest",
@@ -864,21 +524,10 @@
864
524
  "description": "Workflow Canvas — Workflow component. workflow-canvas provides workflow behavior with RTL, i18n and accessibility built-in.",
865
525
  "category": "Workflow",
866
526
  "status": "available",
867
- "capabilityAliases": [
868
- "workflow canvas",
869
- "workflow-canvas"
870
- ],
871
- "searchTerms": [
872
- "workflow-canvas",
873
- "workflow canvas",
874
- "workflow"
875
- ],
876
- "useWhen": [
877
- "using workflow canvas in Workflow"
878
- ],
879
- "doNotUseWhen": [
880
- "when workflow canvas semantics do not match"
881
- ],
527
+ "capabilityAliases": ["workflow canvas", "workflow-canvas"],
528
+ "searchTerms": ["workflow-canvas", "workflow canvas", "workflow"],
529
+ "useWhen": ["using workflow canvas in Workflow"],
530
+ "doNotUseWhen": ["when workflow canvas semantics do not match"],
882
531
  "alternatives": [],
883
532
  "relatedPatterns": [],
884
533
  "exportName": "WorkflowCanvas",
@@ -892,21 +541,10 @@
892
541
  "description": "Workflow Node — Workflow component. workflow-node provides workflow behavior with RTL, i18n and accessibility built-in.",
893
542
  "category": "Workflow",
894
543
  "status": "available",
895
- "capabilityAliases": [
896
- "workflow node",
897
- "workflow-node"
898
- ],
899
- "searchTerms": [
900
- "workflow-node",
901
- "workflow node",
902
- "workflow"
903
- ],
904
- "useWhen": [
905
- "using workflow node in Workflow"
906
- ],
907
- "doNotUseWhen": [
908
- "when workflow node semantics do not match"
909
- ],
544
+ "capabilityAliases": ["workflow node", "workflow-node"],
545
+ "searchTerms": ["workflow-node", "workflow node", "workflow"],
546
+ "useWhen": ["using workflow node in Workflow"],
547
+ "doNotUseWhen": ["when workflow node semantics do not match"],
910
548
  "alternatives": [],
911
549
  "relatedPatterns": [],
912
550
  "exportName": "WorkflowNode",
@@ -920,21 +558,10 @@
920
558
  "description": "Page Header — Patterns / Application component. page-header provides patterns / application behavior with RTL, i18n and accessibility built-in.",
921
559
  "category": "Patterns / Application",
922
560
  "status": "available",
923
- "capabilityAliases": [
924
- "page header",
925
- "page-header"
926
- ],
927
- "searchTerms": [
928
- "page-header",
929
- "page header",
930
- "application"
931
- ],
932
- "useWhen": [
933
- "using page header in Patterns / Application"
934
- ],
935
- "doNotUseWhen": [
936
- "when page header semantics do not match"
937
- ],
561
+ "capabilityAliases": ["page header", "page-header"],
562
+ "searchTerms": ["page-header", "page header", "application"],
563
+ "useWhen": ["using page header in Patterns / Application"],
564
+ "doNotUseWhen": ["when page header semantics do not match"],
938
565
  "alternatives": [],
939
566
  "relatedPatterns": [],
940
567
  "exportName": "PageHeader",
@@ -948,21 +575,10 @@
948
575
  "description": "Sidebar Navigation — Patterns / Application component. sidebar-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
949
576
  "category": "Patterns / Application",
950
577
  "status": "available",
951
- "capabilityAliases": [
952
- "sidebar navigation",
953
- "sidebar-navigation"
954
- ],
955
- "searchTerms": [
956
- "sidebar-navigation",
957
- "sidebar navigation",
958
- "application"
959
- ],
960
- "useWhen": [
961
- "using sidebar navigation in Patterns / Application"
962
- ],
963
- "doNotUseWhen": [
964
- "when sidebar navigation semantics do not match"
965
- ],
578
+ "capabilityAliases": ["sidebar navigation", "sidebar-navigation"],
579
+ "searchTerms": ["sidebar-navigation", "sidebar navigation", "application"],
580
+ "useWhen": ["using sidebar navigation in Patterns / Application"],
581
+ "doNotUseWhen": ["when sidebar navigation semantics do not match"],
966
582
  "alternatives": [],
967
583
  "relatedPatterns": [],
968
584
  "exportName": "SidebarNavigation",
@@ -976,21 +592,10 @@
976
592
  "description": "Agent Workspace — Patterns / Pages component. agent-workspace provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
977
593
  "category": "Patterns / Pages",
978
594
  "status": "available",
979
- "capabilityAliases": [
980
- "agent workspace",
981
- "agent-workspace"
982
- ],
983
- "searchTerms": [
984
- "agent-workspace",
985
- "agent workspace",
986
- "pages"
987
- ],
988
- "useWhen": [
989
- "using agent workspace in Patterns / Pages"
990
- ],
991
- "doNotUseWhen": [
992
- "when agent workspace semantics do not match"
993
- ],
595
+ "capabilityAliases": ["agent workspace", "agent-workspace"],
596
+ "searchTerms": ["agent-workspace", "agent workspace", "pages"],
597
+ "useWhen": ["using agent workspace in Patterns / Pages"],
598
+ "doNotUseWhen": ["when agent workspace semantics do not match"],
994
599
  "alternatives": [],
995
600
  "relatedPatterns": [],
996
601
  "exportName": "AgentWorkspace",
@@ -1004,21 +609,10 @@
1004
609
  "description": "Section Header — Patterns / Application component. section-header provides patterns / application behavior with RTL, i18n and accessibility built-in.",
1005
610
  "category": "Patterns / Application",
1006
611
  "status": "available",
1007
- "capabilityAliases": [
1008
- "section header",
1009
- "section-header"
1010
- ],
1011
- "searchTerms": [
1012
- "section-header",
1013
- "section header",
1014
- "application"
1015
- ],
1016
- "useWhen": [
1017
- "using section header in Patterns / Application"
1018
- ],
1019
- "doNotUseWhen": [
1020
- "when section header semantics do not match"
1021
- ],
612
+ "capabilityAliases": ["section header", "section-header"],
613
+ "searchTerms": ["section-header", "section header", "application"],
614
+ "useWhen": ["using section header in Patterns / Application"],
615
+ "doNotUseWhen": ["when section header semantics do not match"],
1022
616
  "alternatives": [],
1023
617
  "relatedPatterns": [],
1024
618
  "exportName": "SectionHeader",
@@ -1032,21 +626,10 @@
1032
626
  "description": "Filter Bar — Patterns / Data component. filter-bar provides patterns / data behavior with RTL, i18n and accessibility built-in.",
1033
627
  "category": "Patterns / Data",
1034
628
  "status": "available",
1035
- "capabilityAliases": [
1036
- "filter bar",
1037
- "filter-bar"
1038
- ],
1039
- "searchTerms": [
1040
- "filter-bar",
1041
- "filter bar",
1042
- "data"
1043
- ],
1044
- "useWhen": [
1045
- "using filter bar in Patterns / Data"
1046
- ],
1047
- "doNotUseWhen": [
1048
- "when filter bar semantics do not match"
1049
- ],
629
+ "capabilityAliases": ["filter bar", "filter-bar"],
630
+ "searchTerms": ["filter-bar", "filter bar", "data"],
631
+ "useWhen": ["using filter bar in Patterns / Data"],
632
+ "doNotUseWhen": ["when filter bar semantics do not match"],
1050
633
  "alternatives": [],
1051
634
  "relatedPatterns": [],
1052
635
  "exportName": "FilterBar",
@@ -1065,26 +648,11 @@
1065
648
  "empty data table with filters pagination",
1066
649
  "table pagination"
1067
650
  ],
1068
- "searchTerms": [
1069
- "pagination",
1070
- "page navigation",
1071
- "data table paging"
1072
- ],
1073
- "useWhen": [
1074
- "paging through data table results",
1075
- "server-side pagination"
1076
- ],
1077
- "doNotUseWhen": [
1078
- "infinite scroll",
1079
- "tiny static lists"
1080
- ],
1081
- "alternatives": [
1082
- "FilterBar"
1083
- ],
1084
- "relatedPatterns": [
1085
- "data-table",
1086
- "filter-bar"
1087
- ],
651
+ "searchTerms": ["pagination", "page navigation", "data table paging"],
652
+ "useWhen": ["paging through data table results", "server-side pagination"],
653
+ "doNotUseWhen": ["infinite scroll", "tiny static lists"],
654
+ "alternatives": ["FilterBar"],
655
+ "relatedPatterns": ["data-table", "filter-bar"],
1088
656
  "exportName": "Pagination",
1089
657
  "registryItem": "pagination",
1090
658
  "maturity": "beta"
@@ -1096,21 +664,10 @@
1096
664
  "description": "Activity Feed — Patterns / Application component. activity-feed provides patterns / application behavior with RTL, i18n and accessibility built-in.",
1097
665
  "category": "Patterns / Application",
1098
666
  "status": "available",
1099
- "capabilityAliases": [
1100
- "activity feed",
1101
- "activity-feed"
1102
- ],
1103
- "searchTerms": [
1104
- "activity-feed",
1105
- "activity feed",
1106
- "application"
1107
- ],
1108
- "useWhen": [
1109
- "using activity feed in Patterns / Application"
1110
- ],
1111
- "doNotUseWhen": [
1112
- "when activity feed semantics do not match"
1113
- ],
667
+ "capabilityAliases": ["activity feed", "activity-feed"],
668
+ "searchTerms": ["activity-feed", "activity feed", "application"],
669
+ "useWhen": ["using activity feed in Patterns / Application"],
670
+ "doNotUseWhen": ["when activity feed semantics do not match"],
1114
671
  "alternatives": [],
1115
672
  "relatedPatterns": [],
1116
673
  "exportName": "ActivityFeed",
@@ -1124,21 +681,10 @@
1124
681
  "description": "Sign In Form — Patterns / Pages component. sign-in-form provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
1125
682
  "category": "Patterns / Pages",
1126
683
  "status": "available",
1127
- "capabilityAliases": [
1128
- "sign in form",
1129
- "sign-in-form"
1130
- ],
1131
- "searchTerms": [
1132
- "sign-in-form",
1133
- "sign in form",
1134
- "pages"
1135
- ],
1136
- "useWhen": [
1137
- "using sign in form in Patterns / Pages"
1138
- ],
1139
- "doNotUseWhen": [
1140
- "when sign in form semantics do not match"
1141
- ],
684
+ "capabilityAliases": ["sign in form", "sign-in-form"],
685
+ "searchTerms": ["sign-in-form", "sign in form", "pages"],
686
+ "useWhen": ["using sign in form in Patterns / Pages"],
687
+ "doNotUseWhen": ["when sign in form semantics do not match"],
1142
688
  "alternatives": [],
1143
689
  "relatedPatterns": [],
1144
690
  "exportName": "SignInForm",
@@ -1152,21 +698,10 @@
1152
698
  "description": "Header Navigation — Patterns / Application component. header-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
1153
699
  "category": "Patterns / Application",
1154
700
  "status": "available",
1155
- "capabilityAliases": [
1156
- "header navigation",
1157
- "header-navigation"
1158
- ],
1159
- "searchTerms": [
1160
- "header-navigation",
1161
- "header navigation",
1162
- "application"
1163
- ],
1164
- "useWhen": [
1165
- "using header navigation in Patterns / Application"
1166
- ],
1167
- "doNotUseWhen": [
1168
- "when header navigation semantics do not match"
1169
- ],
701
+ "capabilityAliases": ["header navigation", "header-navigation"],
702
+ "searchTerms": ["header-navigation", "header navigation", "application"],
703
+ "useWhen": ["using header navigation in Patterns / Application"],
704
+ "doNotUseWhen": ["when header navigation semantics do not match"],
1170
705
  "alternatives": [],
1171
706
  "relatedPatterns": [],
1172
707
  "exportName": "HeaderNavigation",
@@ -1180,21 +715,10 @@
1180
715
  "description": "App Frame — Patterns / Pages component. app-frame provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
1181
716
  "category": "Patterns / Pages",
1182
717
  "status": "available",
1183
- "capabilityAliases": [
1184
- "app frame",
1185
- "app-frame"
1186
- ],
1187
- "searchTerms": [
1188
- "app-frame",
1189
- "app frame",
1190
- "pages"
1191
- ],
1192
- "useWhen": [
1193
- "using app frame in Patterns / Pages"
1194
- ],
1195
- "doNotUseWhen": [
1196
- "when app frame semantics do not match"
1197
- ],
718
+ "capabilityAliases": ["app frame", "app-frame"],
719
+ "searchTerms": ["app-frame", "app frame", "pages"],
720
+ "useWhen": ["using app frame in Patterns / Pages"],
721
+ "doNotUseWhen": ["when app frame semantics do not match"],
1198
722
  "alternatives": [],
1199
723
  "relatedPatterns": [],
1200
724
  "exportName": "AppFrame",
@@ -1208,21 +732,10 @@
1208
732
  "description": "Bottom Navigation — Patterns / Application component. bottom-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
1209
733
  "category": "Patterns / Application",
1210
734
  "status": "available",
1211
- "capabilityAliases": [
1212
- "bottom navigation",
1213
- "bottom-navigation"
1214
- ],
1215
- "searchTerms": [
1216
- "bottom-navigation",
1217
- "bottom navigation",
1218
- "application"
1219
- ],
1220
- "useWhen": [
1221
- "using bottom navigation in Patterns / Application"
1222
- ],
1223
- "doNotUseWhen": [
1224
- "when bottom navigation semantics do not match"
1225
- ],
735
+ "capabilityAliases": ["bottom navigation", "bottom-navigation"],
736
+ "searchTerms": ["bottom-navigation", "bottom navigation", "application"],
737
+ "useWhen": ["using bottom navigation in Patterns / Application"],
738
+ "doNotUseWhen": ["when bottom navigation semantics do not match"],
1226
739
  "alternatives": [],
1227
740
  "relatedPatterns": [],
1228
741
  "exportName": "BottomNavigation",
@@ -1236,21 +749,10 @@
1236
749
  "description": "Dashboard Shell — Patterns / Pages component. dashboard-shell provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
1237
750
  "category": "Patterns / Pages",
1238
751
  "status": "available",
1239
- "capabilityAliases": [
1240
- "dashboard shell",
1241
- "dashboard-shell"
1242
- ],
1243
- "searchTerms": [
1244
- "dashboard-shell",
1245
- "dashboard shell",
1246
- "pages"
1247
- ],
1248
- "useWhen": [
1249
- "using dashboard shell in Patterns / Pages"
1250
- ],
1251
- "doNotUseWhen": [
1252
- "when dashboard shell semantics do not match"
1253
- ],
752
+ "capabilityAliases": ["dashboard shell", "dashboard-shell"],
753
+ "searchTerms": ["dashboard-shell", "dashboard shell", "pages"],
754
+ "useWhen": ["using dashboard shell in Patterns / Pages"],
755
+ "doNotUseWhen": ["when dashboard shell semantics do not match"],
1254
756
  "alternatives": [],
1255
757
  "relatedPatterns": [],
1256
758
  "exportName": "DashboardShell",
@@ -1264,21 +766,10 @@
1264
766
  "description": "Settings Page — Patterns / Pages component. settings-page provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
1265
767
  "category": "Patterns / Pages",
1266
768
  "status": "available",
1267
- "capabilityAliases": [
1268
- "settings page",
1269
- "settings-page"
1270
- ],
1271
- "searchTerms": [
1272
- "settings-page",
1273
- "settings page",
1274
- "pages"
1275
- ],
1276
- "useWhen": [
1277
- "using settings page in Patterns / Pages"
1278
- ],
1279
- "doNotUseWhen": [
1280
- "when settings page semantics do not match"
1281
- ],
769
+ "capabilityAliases": ["settings page", "settings-page"],
770
+ "searchTerms": ["settings-page", "settings page", "pages"],
771
+ "useWhen": ["using settings page in Patterns / Pages"],
772
+ "doNotUseWhen": ["when settings page semantics do not match"],
1282
773
  "alternatives": [],
1283
774
  "relatedPatterns": [],
1284
775
  "exportName": "SettingsPage",
@@ -1292,21 +783,10 @@
1292
783
  "description": "Data List — Patterns / Mobile component. data-list provides patterns / mobile behavior with RTL, i18n and accessibility built-in.",
1293
784
  "category": "Patterns / Mobile",
1294
785
  "status": "available",
1295
- "capabilityAliases": [
1296
- "data list",
1297
- "data-list"
1298
- ],
1299
- "searchTerms": [
1300
- "data-list",
1301
- "data list",
1302
- "mobile"
1303
- ],
1304
- "useWhen": [
1305
- "using data list in Patterns / Mobile"
1306
- ],
1307
- "doNotUseWhen": [
1308
- "when data list semantics do not match"
1309
- ],
786
+ "capabilityAliases": ["data list", "data-list"],
787
+ "searchTerms": ["data-list", "data list", "mobile"],
788
+ "useWhen": ["using data list in Patterns / Mobile"],
789
+ "doNotUseWhen": ["when data list semantics do not match"],
1310
790
  "alternatives": [],
1311
791
  "relatedPatterns": [],
1312
792
  "exportName": "DataList",
@@ -1320,30 +800,12 @@
1320
800
  "description": "Mobile-only floating action button anchored to logical end edge above bottom navigation with safe-area padding.",
1321
801
  "category": "Patterns / Mobile",
1322
802
  "status": "available",
1323
- "capabilityAliases": [
1324
- "floating action button",
1325
- "mobile fab",
1326
- "quick action"
1327
- ],
1328
- "searchTerms": [
1329
- "fab",
1330
- "floating action",
1331
- "mobile"
1332
- ],
1333
- "useWhen": [
1334
- "primary mobile action above bottom nav"
1335
- ],
1336
- "doNotUseWhen": [
1337
- "desktop primary action (use Button)",
1338
- "multiple FABs per screen"
1339
- ],
1340
- "alternatives": [
1341
- "Button"
1342
- ],
1343
- "relatedPatterns": [
1344
- "bottom-navigation",
1345
- "mobile-screen"
1346
- ],
803
+ "capabilityAliases": ["floating action button", "mobile fab", "quick action"],
804
+ "searchTerms": ["fab", "floating action", "mobile"],
805
+ "useWhen": ["primary mobile action above bottom nav"],
806
+ "doNotUseWhen": ["desktop primary action (use Button)", "multiple FABs per screen"],
807
+ "alternatives": ["Button"],
808
+ "relatedPatterns": ["bottom-navigation", "mobile-screen"],
1347
809
  "exportName": "Fab",
1348
810
  "registryItem": "fab",
1349
811
  "maturity": "beta"
@@ -1355,21 +817,10 @@
1355
817
  "description": "Mobile Screen — Patterns / Pages component. mobile-screen provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
1356
818
  "category": "Patterns / Pages",
1357
819
  "status": "available",
1358
- "capabilityAliases": [
1359
- "mobile screen",
1360
- "mobile-screen"
1361
- ],
1362
- "searchTerms": [
1363
- "mobile-screen",
1364
- "mobile screen",
1365
- "pages"
1366
- ],
1367
- "useWhen": [
1368
- "using mobile screen in Patterns / Pages"
1369
- ],
1370
- "doNotUseWhen": [
1371
- "when mobile screen semantics do not match"
1372
- ],
820
+ "capabilityAliases": ["mobile screen", "mobile-screen"],
821
+ "searchTerms": ["mobile-screen", "mobile screen", "pages"],
822
+ "useWhen": ["using mobile screen in Patterns / Pages"],
823
+ "doNotUseWhen": ["when mobile screen semantics do not match"],
1373
824
  "alternatives": [],
1374
825
  "relatedPatterns": [],
1375
826
  "exportName": "MobileScreen",
@@ -1389,28 +840,11 @@
1389
840
  "empty state icon",
1390
841
  "marketing icon badge"
1391
842
  ],
1392
- "searchTerms": [
1393
- "featured icon",
1394
- "highlight",
1395
- "empty state",
1396
- "marketing"
1397
- ],
1398
- "useWhen": [
1399
- "highlighting a feature or empty state",
1400
- "marketing feature sections"
1401
- ],
1402
- "doNotUseWhen": [
1403
- "inline text icon (use ChevronIcon)",
1404
- "replacing Button icon slot"
1405
- ],
1406
- "alternatives": [
1407
- "Badge",
1408
- "Card"
1409
- ],
1410
- "relatedPatterns": [
1411
- "empty-state",
1412
- "card"
1413
- ],
843
+ "searchTerms": ["featured icon", "highlight", "empty state", "marketing"],
844
+ "useWhen": ["highlighting a feature or empty state", "marketing feature sections"],
845
+ "doNotUseWhen": ["inline text icon (use ChevronIcon)", "replacing Button icon slot"],
846
+ "alternatives": ["Badge", "Card"],
847
+ "relatedPatterns": ["empty-state", "card"],
1414
848
  "exportName": "FeaturedIcon",
1415
849
  "registryItem": "featured-icon",
1416
850
  "maturity": "beta"
@@ -1422,34 +856,15 @@
1422
856
  "description": "Compact toolbar/icon button composing canonical Button. For row actions, toolbar utilities and dense controls; not a second Button primitive.",
1423
857
  "category": "Primitives / Actions",
1424
858
  "status": "available",
1425
- "capabilityAliases": [
1426
- "utility button",
1427
- "icon button",
1428
- "toolbar button",
1429
- "row action"
1430
- ],
1431
- "searchTerms": [
1432
- "utility button",
1433
- "icon button",
1434
- "toolbar",
1435
- "ghost button"
1436
- ],
1437
- "useWhen": [
1438
- "toolbar or table row actions",
1439
- "dense icon-only controls with tooltip"
1440
- ],
859
+ "capabilityAliases": ["utility button", "icon button", "toolbar button", "row action"],
860
+ "searchTerms": ["utility button", "icon button", "toolbar", "ghost button"],
861
+ "useWhen": ["toolbar or table row actions", "dense icon-only controls with tooltip"],
1441
862
  "doNotUseWhen": [
1442
863
  "primary form submission",
1443
864
  "destructive confirmation without accessible name"
1444
865
  ],
1445
- "alternatives": [
1446
- "Button",
1447
- "Fab"
1448
- ],
1449
- "relatedPatterns": [
1450
- "button",
1451
- "fab"
1452
- ],
866
+ "alternatives": ["Button", "Fab"],
867
+ "relatedPatterns": ["button", "fab"],
1453
868
  "exportName": "UtilityButton",
1454
869
  "registryItem": "utility-button",
1455
870
  "maturity": "beta"
@@ -1461,32 +876,15 @@
1461
876
  "description": "Right-click and keyboard (Shift+F10) menu using Base UI Menu with logical placement and portal dir propagation. Shares foundation with Dropdown/Menu.",
1462
877
  "category": "Overlays",
1463
878
  "status": "available",
1464
- "capabilityAliases": [
1465
- "context menu",
1466
- "right click menu",
1467
- "contextual actions"
1468
- ],
1469
- "searchTerms": [
1470
- "context menu",
1471
- "right click",
1472
- "contextual"
1473
- ],
879
+ "capabilityAliases": ["context menu", "right click menu", "contextual actions"],
880
+ "searchTerms": ["context menu", "right click", "contextual"],
1474
881
  "useWhen": [
1475
882
  "contextual actions on right-click or keyboard menu key",
1476
883
  "table row or canvas context actions"
1477
884
  ],
1478
- "doNotUseWhen": [
1479
- "primary navigation (use Sidebar/Header)",
1480
- "form select (use Select)"
1481
- ],
1482
- "alternatives": [
1483
- "Dropdown",
1484
- "Menu"
1485
- ],
1486
- "relatedPatterns": [
1487
- "menu",
1488
- "dropdown"
1489
- ],
885
+ "doNotUseWhen": ["primary navigation (use Sidebar/Header)", "form select (use Select)"],
886
+ "alternatives": ["Dropdown", "Menu"],
887
+ "relatedPatterns": ["menu", "dropdown"],
1490
888
  "exportName": "ContextMenu",
1491
889
  "registryItem": "context-menu",
1492
890
  "maturity": "beta"
@@ -1498,33 +896,15 @@
1498
896
  "description": "Disclosure menu triggered by button, sharing Menu/Select overlay foundation with logical start alignment. For action lists, not form value selection.",
1499
897
  "category": "Overlays",
1500
898
  "status": "available",
1501
- "capabilityAliases": [
1502
- "dropdown menu",
1503
- "action dropdown",
1504
- "menu dropdown"
1505
- ],
1506
- "searchTerms": [
1507
- "dropdown",
1508
- "disclosure",
1509
- "action menu"
1510
- ],
1511
- "useWhen": [
1512
- "action list triggered by button",
1513
- "toolbar overflow menu"
1514
- ],
899
+ "capabilityAliases": ["dropdown menu", "action dropdown", "menu dropdown"],
900
+ "searchTerms": ["dropdown", "disclosure", "action menu"],
901
+ "useWhen": ["action list triggered by button", "toolbar overflow menu"],
1515
902
  "doNotUseWhen": [
1516
903
  "form value selection (use Select)",
1517
904
  "contextual right-click (use ContextMenu)"
1518
905
  ],
1519
- "alternatives": [
1520
- "ContextMenu",
1521
- "Select",
1522
- "Menu"
1523
- ],
1524
- "relatedPatterns": [
1525
- "menu",
1526
- "context-menu"
1527
- ],
906
+ "alternatives": ["ContextMenu", "Select", "Menu"],
907
+ "relatedPatterns": ["menu", "context-menu"],
1528
908
  "exportName": "Dropdown",
1529
909
  "registryItem": "dropdown",
1530
910
  "maturity": "beta"
@@ -1536,31 +916,12 @@
1536
916
  "description": "Shared authentication page composition with branding, title, form (SignInForm) and footer, responsive two-column layout.",
1537
917
  "category": "Shared / Auth",
1538
918
  "status": "available",
1539
- "capabilityAliases": [
1540
- "log in page",
1541
- "sign in page",
1542
- "authentication page",
1543
- "shared auth"
1544
- ],
1545
- "searchTerms": [
1546
- "login",
1547
- "sign in",
1548
- "authentication",
1549
- "auth page"
1550
- ],
1551
- "useWhen": [
1552
- "rendering a login page as composition of primitives"
1553
- ],
1554
- "doNotUseWhen": [
1555
- "inline form without page chrome (use SignInForm)"
1556
- ],
1557
- "alternatives": [
1558
- "SignInForm"
1559
- ],
1560
- "relatedPatterns": [
1561
- "sign-in-form",
1562
- "app-frame"
1563
- ],
919
+ "capabilityAliases": ["log in page", "sign in page", "authentication page", "shared auth"],
920
+ "searchTerms": ["login", "sign in", "authentication", "auth page"],
921
+ "useWhen": ["rendering a login page as composition of primitives"],
922
+ "doNotUseWhen": ["inline form without page chrome (use SignInForm)"],
923
+ "alternatives": ["SignInForm"],
924
+ "relatedPatterns": ["sign-in-form", "app-frame"],
1564
925
  "exportName": "LoginPage",
1565
926
  "registryItem": "login-page",
1566
927
  "maturity": "beta"
@@ -1572,29 +933,12 @@
1572
933
  "description": "404 not-found section with code, title, description and action, tokenized and RTL-safe.",
1573
934
  "category": "Shared / Auth",
1574
935
  "status": "available",
1575
- "capabilityAliases": [
1576
- "404 page",
1577
- "not found",
1578
- "404 section"
1579
- ],
1580
- "searchTerms": [
1581
- "404",
1582
- "not found",
1583
- "empty"
1584
- ],
1585
- "useWhen": [
1586
- "displaying a 404 or missing resource"
1587
- ],
1588
- "doNotUseWhen": [
1589
- "inline empty state (use EmptyState)"
1590
- ],
1591
- "alternatives": [
1592
- "EmptyState",
1593
- "ErrorState"
1594
- ],
1595
- "relatedPatterns": [
1596
- "empty-state"
1597
- ],
936
+ "capabilityAliases": ["404 page", "not found", "404 section"],
937
+ "searchTerms": ["404", "not found", "empty"],
938
+ "useWhen": ["displaying a 404 or missing resource"],
939
+ "doNotUseWhen": ["inline empty state (use EmptyState)"],
940
+ "alternatives": ["EmptyState", "ErrorState"],
941
+ "relatedPatterns": ["empty-state"],
1598
942
  "exportName": "NotFound",
1599
943
  "registryItem": "not-found",
1600
944
  "maturity": "beta"
@@ -1606,33 +950,12 @@
1606
950
  "description": "Line and bar chart with tokenized colors, RTL-safe axes, legend and tabular screen-reader fallback.",
1607
951
  "category": "Data / Visualization",
1608
952
  "status": "available",
1609
- "capabilityAliases": [
1610
- "line and bar charts",
1611
- "line chart",
1612
- "bar chart",
1613
- "data visualization"
1614
- ],
1615
- "searchTerms": [
1616
- "chart",
1617
- "line",
1618
- "bar",
1619
- "visualization"
1620
- ],
1621
- "useWhen": [
1622
- "visualizing time series or categorical data"
1623
- ],
1624
- "doNotUseWhen": [
1625
- "single metric (use MetricCard)",
1626
- "complex financial chart (use custom)"
1627
- ],
1628
- "alternatives": [
1629
- "MetricCard",
1630
- "ChartFrame"
1631
- ],
1632
- "relatedPatterns": [
1633
- "metric-card",
1634
- "chart-frame"
1635
- ],
953
+ "capabilityAliases": ["line and bar charts", "line chart", "bar chart", "data visualization"],
954
+ "searchTerms": ["chart", "line", "bar", "visualization"],
955
+ "useWhen": ["visualizing time series or categorical data"],
956
+ "doNotUseWhen": ["single metric (use MetricCard)", "complex financial chart (use custom)"],
957
+ "alternatives": ["MetricCard", "ChartFrame"],
958
+ "relatedPatterns": ["metric-card", "chart-frame"],
1636
959
  "exportName": "Chart",
1637
960
  "registryItem": "chart",
1638
961
  "maturity": "beta"
@@ -1644,31 +967,15 @@
1644
967
  "description": "Conversation messaging list with user/assistant variants, timestamps and composer slot, auto-direction and logical layout.",
1645
968
  "category": "Communication / Messaging",
1646
969
  "status": "available",
1647
- "capabilityAliases": [
1648
- "messaging",
1649
- "chat",
1650
- "conversation"
1651
- ],
1652
- "searchTerms": [
1653
- "messaging",
1654
- "chat",
1655
- "conversation",
1656
- "message list"
1657
- ],
1658
- "useWhen": [
1659
- "displaying a chat or messaging thread"
1660
- ],
970
+ "capabilityAliases": ["messaging", "chat", "conversation"],
971
+ "searchTerms": ["messaging", "chat", "conversation", "message list"],
972
+ "useWhen": ["displaying a chat or messaging thread"],
1661
973
  "doNotUseWhen": [
1662
974
  "single agent message (use AgentMessage)",
1663
975
  "activity feed (use ActivityFeed)"
1664
976
  ],
1665
- "alternatives": [
1666
- "AgentMessage",
1667
- "ActivityFeed"
1668
- ],
1669
- "relatedPatterns": [
1670
- "agent-message"
1671
- ],
977
+ "alternatives": ["AgentMessage", "ActivityFeed"],
978
+ "relatedPatterns": ["agent-message"],
1672
979
  "exportName": "Messaging",
1673
980
  "registryItem": "messaging",
1674
981
  "maturity": "beta"
@@ -1680,29 +987,12 @@
1680
987
  "description": "Step indicator with pending/current/completed states, horizontal/vertical orientation, logical layout and non-color encoding.",
1681
988
  "category": "Navigation / Progress",
1682
989
  "status": "available",
1683
- "capabilityAliases": [
1684
- "progress steps",
1685
- "stepper",
1686
- "progress indicator"
1687
- ],
1688
- "searchTerms": [
1689
- "progress steps",
1690
- "stepper",
1691
- "steps"
1692
- ],
1693
- "useWhen": [
1694
- "showing multi-step progress"
1695
- ],
1696
- "doNotUseWhen": [
1697
- "single progress bar (use ProgressIndicator)",
1698
- "breadcrumb navigation"
1699
- ],
1700
- "alternatives": [
1701
- "Tabs"
1702
- ],
1703
- "relatedPatterns": [
1704
- "tabs"
1705
- ],
990
+ "capabilityAliases": ["progress steps", "stepper", "progress indicator"],
991
+ "searchTerms": ["progress steps", "stepper", "steps"],
992
+ "useWhen": ["showing multi-step progress"],
993
+ "doNotUseWhen": ["single progress bar (use ProgressIndicator)", "breadcrumb navigation"],
994
+ "alternatives": ["Tabs"],
995
+ "relatedPatterns": ["tabs"],
1706
996
  "exportName": "ProgressSteps",
1707
997
  "registryItem": "progress-steps",
1708
998
  "maturity": "beta"
@@ -1714,28 +1004,12 @@
1714
1004
  "description": "Dashboard example 01 — overview composition with metrics, line chart and table via DashboardShell.",
1715
1005
  "category": "Application Examples",
1716
1006
  "status": "available",
1717
- "capabilityAliases": [
1718
- "dashboard 01",
1719
- "overview dashboard"
1720
- ],
1721
- "searchTerms": [
1722
- "dashboard",
1723
- "overview"
1724
- ],
1725
- "useWhen": [
1726
- "example dashboard page"
1727
- ],
1728
- "doNotUseWhen": [
1729
- "custom dashboard needing different layout"
1730
- ],
1731
- "alternatives": [
1732
- "DashboardShell"
1733
- ],
1734
- "relatedPatterns": [
1735
- "dashboard-shell",
1736
- "metric-card",
1737
- "chart"
1738
- ],
1007
+ "capabilityAliases": ["dashboard 01", "overview dashboard"],
1008
+ "searchTerms": ["dashboard", "overview"],
1009
+ "useWhen": ["example dashboard page"],
1010
+ "doNotUseWhen": ["custom dashboard needing different layout"],
1011
+ "alternatives": ["DashboardShell"],
1012
+ "relatedPatterns": ["dashboard-shell", "metric-card", "chart"],
1739
1013
  "exportName": "Dashboard01",
1740
1014
  "registryItem": "dashboard-01",
1741
1015
  "maturity": "beta"
@@ -1747,26 +1021,12 @@
1747
1021
  "description": "Dashboard example 02 — detailed composition with filters, multiple metrics and bar chart.",
1748
1022
  "category": "Application Examples",
1749
1023
  "status": "available",
1750
- "capabilityAliases": [
1751
- "dashboard 02",
1752
- "detailed dashboard"
1753
- ],
1754
- "searchTerms": [
1755
- "dashboard",
1756
- "detailed"
1757
- ],
1758
- "useWhen": [
1759
- "example detailed dashboard"
1760
- ],
1761
- "doNotUseWhen": [
1762
- "custom dashboard needing different layout"
1763
- ],
1764
- "alternatives": [
1765
- "DashboardShell"
1766
- ],
1767
- "relatedPatterns": [
1768
- "dashboard-shell"
1769
- ],
1024
+ "capabilityAliases": ["dashboard 02", "detailed dashboard"],
1025
+ "searchTerms": ["dashboard", "detailed"],
1026
+ "useWhen": ["example detailed dashboard"],
1027
+ "doNotUseWhen": ["custom dashboard needing different layout"],
1028
+ "alternatives": ["DashboardShell"],
1029
+ "relatedPatterns": ["dashboard-shell"],
1770
1030
  "exportName": "Dashboard02",
1771
1031
  "registryItem": "dashboard-02",
1772
1032
  "maturity": "beta"
@@ -1778,27 +1038,12 @@
1778
1038
  "description": "Settings example 01 — workspace profile with sidebar navigation and save bar.",
1779
1039
  "category": "Application Examples",
1780
1040
  "status": "available",
1781
- "capabilityAliases": [
1782
- "settings 01",
1783
- "workspace settings"
1784
- ],
1785
- "searchTerms": [
1786
- "settings",
1787
- "workspace"
1788
- ],
1789
- "useWhen": [
1790
- "example settings page"
1791
- ],
1792
- "doNotUseWhen": [
1793
- "custom settings needing different sections"
1794
- ],
1795
- "alternatives": [
1796
- "SettingsPage"
1797
- ],
1798
- "relatedPatterns": [
1799
- "settings-page",
1800
- "sidebar-navigation"
1801
- ],
1041
+ "capabilityAliases": ["settings 01", "workspace settings"],
1042
+ "searchTerms": ["settings", "workspace"],
1043
+ "useWhen": ["example settings page"],
1044
+ "doNotUseWhen": ["custom settings needing different sections"],
1045
+ "alternatives": ["SettingsPage"],
1046
+ "relatedPatterns": ["settings-page", "sidebar-navigation"],
1802
1047
  "exportName": "Settings01",
1803
1048
  "registryItem": "settings-01",
1804
1049
  "maturity": "beta"
@@ -1810,26 +1055,12 @@
1810
1055
  "description": "Settings example 02 — team and billing with multiple sections.",
1811
1056
  "category": "Application Examples",
1812
1057
  "status": "available",
1813
- "capabilityAliases": [
1814
- "settings 02",
1815
- "team settings"
1816
- ],
1817
- "searchTerms": [
1818
- "settings",
1819
- "team"
1820
- ],
1821
- "useWhen": [
1822
- "example team settings"
1823
- ],
1824
- "doNotUseWhen": [
1825
- "custom settings needing different sections"
1826
- ],
1827
- "alternatives": [
1828
- "SettingsPage"
1829
- ],
1830
- "relatedPatterns": [
1831
- "settings-page"
1832
- ],
1058
+ "capabilityAliases": ["settings 02", "team settings"],
1059
+ "searchTerms": ["settings", "team"],
1060
+ "useWhen": ["example team settings"],
1061
+ "doNotUseWhen": ["custom settings needing different sections"],
1062
+ "alternatives": ["SettingsPage"],
1063
+ "relatedPatterns": ["settings-page"],
1833
1064
  "exportName": "Settings02",
1834
1065
  "registryItem": "settings-02",
1835
1066
  "maturity": "beta"
@@ -1841,29 +1072,12 @@
1841
1072
  "description": "Marketing hero header section with eyebrow, title, description, actions and media slot, content-driven and RTL-safe.",
1842
1073
  "category": "Marketing / Hero",
1843
1074
  "status": "available",
1844
- "capabilityAliases": [
1845
- "hero header section",
1846
- "marketing hero",
1847
- "hero"
1848
- ],
1849
- "searchTerms": [
1850
- "hero",
1851
- "header",
1852
- "marketing"
1853
- ],
1854
- "useWhen": [
1855
- "marketing hero section"
1856
- ],
1857
- "doNotUseWhen": [
1858
- "app page header (use PageHeader)"
1859
- ],
1860
- "alternatives": [
1861
- "PageHeader",
1862
- "SectionHeader"
1863
- ],
1864
- "relatedPatterns": [
1865
- "landing-page"
1866
- ],
1075
+ "capabilityAliases": ["hero header section", "marketing hero", "hero"],
1076
+ "searchTerms": ["hero", "header", "marketing"],
1077
+ "useWhen": ["marketing hero section"],
1078
+ "doNotUseWhen": ["app page header (use PageHeader)"],
1079
+ "alternatives": ["PageHeader", "SectionHeader"],
1080
+ "relatedPatterns": ["landing-page"],
1867
1081
  "exportName": "HeroHeader",
1868
1082
  "registryItem": "hero-header",
1869
1083
  "maturity": "beta"
@@ -1875,26 +1089,12 @@
1875
1089
  "description": "Marketing header navigation with brand, links and actions, distinct from application header.",
1876
1090
  "category": "Marketing / Header",
1877
1091
  "status": "available",
1878
- "capabilityAliases": [
1879
- "marketing header navigation",
1880
- "marketing header"
1881
- ],
1882
- "searchTerms": [
1883
- "marketing header",
1884
- "navigation"
1885
- ],
1886
- "useWhen": [
1887
- "top marketing header"
1888
- ],
1889
- "doNotUseWhen": [
1890
- "app header (use HeaderNavigation)"
1891
- ],
1892
- "alternatives": [
1893
- "HeaderNavigation"
1894
- ],
1895
- "relatedPatterns": [
1896
- "header-navigation"
1897
- ],
1092
+ "capabilityAliases": ["marketing header navigation", "marketing header"],
1093
+ "searchTerms": ["marketing header", "navigation"],
1094
+ "useWhen": ["top marketing header"],
1095
+ "doNotUseWhen": ["app header (use HeaderNavigation)"],
1096
+ "alternatives": ["HeaderNavigation"],
1097
+ "relatedPatterns": ["header-navigation"],
1898
1098
  "exportName": "MarketingHeader",
1899
1099
  "registryItem": "marketing-header",
1900
1100
  "maturity": "beta"
@@ -1906,30 +1106,12 @@
1906
1106
  "description": "Marketing landing page composition from MarketingHeader, HeroHeader and sections; no hidden primitives.",
1907
1107
  "category": "Marketing / Pages",
1908
1108
  "status": "available",
1909
- "capabilityAliases": [
1910
- "landing page",
1911
- "marketing landing",
1912
- "marketing 404"
1913
- ],
1914
- "searchTerms": [
1915
- "landing",
1916
- "marketing",
1917
- "page"
1918
- ],
1919
- "useWhen": [
1920
- "marketing landing page"
1921
- ],
1922
- "doNotUseWhen": [
1923
- "app dashboard (use DashboardShell)"
1924
- ],
1925
- "alternatives": [
1926
- "MarketingHeader",
1927
- "HeroHeader"
1928
- ],
1929
- "relatedPatterns": [
1930
- "hero-header",
1931
- "marketing-header"
1932
- ],
1109
+ "capabilityAliases": ["landing page", "marketing landing", "marketing 404"],
1110
+ "searchTerms": ["landing", "marketing", "page"],
1111
+ "useWhen": ["marketing landing page"],
1112
+ "doNotUseWhen": ["app dashboard (use DashboardShell)"],
1113
+ "alternatives": ["MarketingHeader", "HeroHeader"],
1114
+ "relatedPatterns": ["hero-header", "marketing-header"],
1933
1115
  "exportName": "LandingPage",
1934
1116
  "registryItem": "landing-page",
1935
1117
  "maturity": "beta"
@@ -1941,21 +1123,10 @@
1941
1123
  "description": "Avatar — Base / Identity component. avatar provides base / identity behavior with RTL, i18n and accessibility built-in.",
1942
1124
  "category": "Base / Identity",
1943
1125
  "status": "planned",
1944
- "capabilityAliases": [
1945
- "avatar",
1946
- "avatar"
1947
- ],
1948
- "searchTerms": [
1949
- "avatar",
1950
- "avatar",
1951
- "identity"
1952
- ],
1953
- "useWhen": [
1954
- "using avatar in Base / Identity"
1955
- ],
1956
- "doNotUseWhen": [
1957
- "when avatar semantics do not match"
1958
- ],
1126
+ "capabilityAliases": ["avatar", "avatar"],
1127
+ "searchTerms": ["avatar", "avatar", "identity"],
1128
+ "useWhen": ["using avatar in Base / Identity"],
1129
+ "doNotUseWhen": ["when avatar semantics do not match"],
1959
1130
  "alternatives": [],
1960
1131
  "relatedPatterns": [],
1961
1132
  "exportName": "Avatar",
@@ -1969,21 +1140,10 @@
1969
1140
  "description": "Badge Group — Base / Identity component. badge-group provides base / identity behavior with RTL, i18n and accessibility built-in.",
1970
1141
  "category": "Base / Identity",
1971
1142
  "status": "planned",
1972
- "capabilityAliases": [
1973
- "badge group",
1974
- "badge-group"
1975
- ],
1976
- "searchTerms": [
1977
- "badge-group",
1978
- "badge group",
1979
- "identity"
1980
- ],
1981
- "useWhen": [
1982
- "using badge group in Base / Identity"
1983
- ],
1984
- "doNotUseWhen": [
1985
- "when badge group semantics do not match"
1986
- ],
1143
+ "capabilityAliases": ["badge group", "badge-group"],
1144
+ "searchTerms": ["badge-group", "badge group", "identity"],
1145
+ "useWhen": ["using badge group in Base / Identity"],
1146
+ "doNotUseWhen": ["when badge group semantics do not match"],
1987
1147
  "alternatives": [],
1988
1148
  "relatedPatterns": [],
1989
1149
  "exportName": "BadgeGroup",
@@ -1997,21 +1157,10 @@
1997
1157
  "description": "Button Group — Base / Actions component. button-group provides base / actions behavior with RTL, i18n and accessibility built-in.",
1998
1158
  "category": "Base / Actions",
1999
1159
  "status": "planned",
2000
- "capabilityAliases": [
2001
- "button group",
2002
- "button-group"
2003
- ],
2004
- "searchTerms": [
2005
- "button-group",
2006
- "button group",
2007
- "actions"
2008
- ],
2009
- "useWhen": [
2010
- "using button group in Base / Actions"
2011
- ],
2012
- "doNotUseWhen": [
2013
- "when button group semantics do not match"
2014
- ],
1160
+ "capabilityAliases": ["button group", "button-group"],
1161
+ "searchTerms": ["button-group", "button group", "actions"],
1162
+ "useWhen": ["using button group in Base / Actions"],
1163
+ "doNotUseWhen": ["when button group semantics do not match"],
2015
1164
  "alternatives": [],
2016
1165
  "relatedPatterns": [],
2017
1166
  "exportName": "ButtonGroup",
@@ -2025,21 +1174,10 @@
2025
1174
  "description": "Checkbox — Base / Forms component. checkbox provides base / forms behavior with RTL, i18n and accessibility built-in.",
2026
1175
  "category": "Base / Forms",
2027
1176
  "status": "planned",
2028
- "capabilityAliases": [
2029
- "checkbox",
2030
- "checkbox"
2031
- ],
2032
- "searchTerms": [
2033
- "checkbox",
2034
- "checkbox",
2035
- "forms"
2036
- ],
2037
- "useWhen": [
2038
- "using checkbox in Base / Forms"
2039
- ],
2040
- "doNotUseWhen": [
2041
- "when checkbox semantics do not match"
2042
- ],
1177
+ "capabilityAliases": ["checkbox", "checkbox"],
1178
+ "searchTerms": ["checkbox", "checkbox", "forms"],
1179
+ "useWhen": ["using checkbox in Base / Forms"],
1180
+ "doNotUseWhen": ["when checkbox semantics do not match"],
2043
1181
  "alternatives": [],
2044
1182
  "relatedPatterns": [],
2045
1183
  "exportName": "Checkbox",
@@ -2053,21 +1191,10 @@
2053
1191
  "description": "Radio Group — Base / Forms component. radio-group provides base / forms behavior with RTL, i18n and accessibility built-in.",
2054
1192
  "category": "Base / Forms",
2055
1193
  "status": "planned",
2056
- "capabilityAliases": [
2057
- "radio group",
2058
- "radio-group"
2059
- ],
2060
- "searchTerms": [
2061
- "radio-group",
2062
- "radio group",
2063
- "forms"
2064
- ],
2065
- "useWhen": [
2066
- "using radio group in Base / Forms"
2067
- ],
2068
- "doNotUseWhen": [
2069
- "when radio group semantics do not match"
2070
- ],
1194
+ "capabilityAliases": ["radio group", "radio-group"],
1195
+ "searchTerms": ["radio-group", "radio group", "forms"],
1196
+ "useWhen": ["using radio group in Base / Forms"],
1197
+ "doNotUseWhen": ["when radio group semantics do not match"],
2071
1198
  "alternatives": [],
2072
1199
  "relatedPatterns": [],
2073
1200
  "exportName": "RadioGroup",
@@ -2081,21 +1208,10 @@
2081
1208
  "description": "Toggle — Base / Forms component. toggle provides base / forms behavior with RTL, i18n and accessibility built-in.",
2082
1209
  "category": "Base / Forms",
2083
1210
  "status": "planned",
2084
- "capabilityAliases": [
2085
- "toggle",
2086
- "toggle"
2087
- ],
2088
- "searchTerms": [
2089
- "toggle",
2090
- "toggle",
2091
- "forms"
2092
- ],
2093
- "useWhen": [
2094
- "using toggle in Base / Forms"
2095
- ],
2096
- "doNotUseWhen": [
2097
- "when toggle semantics do not match"
2098
- ],
1211
+ "capabilityAliases": ["toggle", "toggle"],
1212
+ "searchTerms": ["toggle", "toggle", "forms"],
1213
+ "useWhen": ["using toggle in Base / Forms"],
1214
+ "doNotUseWhen": ["when toggle semantics do not match"],
2099
1215
  "alternatives": [],
2100
1216
  "relatedPatterns": [],
2101
1217
  "exportName": "Toggle",
@@ -2109,21 +1225,10 @@
2109
1225
  "description": "Select — Base / Forms component. select provides base / forms behavior with RTL, i18n and accessibility built-in.",
2110
1226
  "category": "Base / Forms",
2111
1227
  "status": "planned",
2112
- "capabilityAliases": [
2113
- "select",
2114
- "select"
2115
- ],
2116
- "searchTerms": [
2117
- "select",
2118
- "select",
2119
- "forms"
2120
- ],
2121
- "useWhen": [
2122
- "using select in Base / Forms"
2123
- ],
2124
- "doNotUseWhen": [
2125
- "when select semantics do not match"
2126
- ],
1228
+ "capabilityAliases": ["select", "select"],
1229
+ "searchTerms": ["select", "select", "forms"],
1230
+ "useWhen": ["using select in Base / Forms"],
1231
+ "doNotUseWhen": ["when select semantics do not match"],
2127
1232
  "alternatives": [],
2128
1233
  "relatedPatterns": [],
2129
1234
  "exportName": "Select",
@@ -2137,21 +1242,10 @@
2137
1242
  "description": "Multi Select — Base / Forms component. multi-select provides base / forms behavior with RTL, i18n and accessibility built-in.",
2138
1243
  "category": "Base / Forms",
2139
1244
  "status": "planned",
2140
- "capabilityAliases": [
2141
- "multi select",
2142
- "multi-select"
2143
- ],
2144
- "searchTerms": [
2145
- "multi-select",
2146
- "multi select",
2147
- "forms"
2148
- ],
2149
- "useWhen": [
2150
- "using multi select in Base / Forms"
2151
- ],
2152
- "doNotUseWhen": [
2153
- "when multi select semantics do not match"
2154
- ],
1245
+ "capabilityAliases": ["multi select", "multi-select"],
1246
+ "searchTerms": ["multi-select", "multi select", "forms"],
1247
+ "useWhen": ["using multi select in Base / Forms"],
1248
+ "doNotUseWhen": ["when multi select semantics do not match"],
2155
1249
  "alternatives": [],
2156
1250
  "relatedPatterns": [],
2157
1251
  "exportName": "MultiSelect",
@@ -2165,21 +1259,10 @@
2165
1259
  "description": "Slider — Base / Forms component. slider provides base / forms behavior with RTL, i18n and accessibility built-in.",
2166
1260
  "category": "Base / Forms",
2167
1261
  "status": "planned",
2168
- "capabilityAliases": [
2169
- "slider",
2170
- "slider"
2171
- ],
2172
- "searchTerms": [
2173
- "slider",
2174
- "slider",
2175
- "forms"
2176
- ],
2177
- "useWhen": [
2178
- "using slider in Base / Forms"
2179
- ],
2180
- "doNotUseWhen": [
2181
- "when slider semantics do not match"
2182
- ],
1262
+ "capabilityAliases": ["slider", "slider"],
1263
+ "searchTerms": ["slider", "slider", "forms"],
1264
+ "useWhen": ["using slider in Base / Forms"],
1265
+ "doNotUseWhen": ["when slider semantics do not match"],
2183
1266
  "alternatives": [],
2184
1267
  "relatedPatterns": [],
2185
1268
  "exportName": "Slider",
@@ -2193,21 +1276,10 @@
2193
1276
  "description": "Tags — Base / Forms component. tags provides base / forms behavior with RTL, i18n and accessibility built-in.",
2194
1277
  "category": "Base / Forms",
2195
1278
  "status": "planned",
2196
- "capabilityAliases": [
2197
- "tags",
2198
- "tags"
2199
- ],
2200
- "searchTerms": [
2201
- "tags",
2202
- "tags",
2203
- "forms"
2204
- ],
2205
- "useWhen": [
2206
- "using tags in Base / Forms"
2207
- ],
2208
- "doNotUseWhen": [
2209
- "when tags semantics do not match"
2210
- ],
1279
+ "capabilityAliases": ["tags", "tags"],
1280
+ "searchTerms": ["tags", "tags", "forms"],
1281
+ "useWhen": ["using tags in Base / Forms"],
1282
+ "doNotUseWhen": ["when tags semantics do not match"],
2211
1283
  "alternatives": [],
2212
1284
  "relatedPatterns": [],
2213
1285
  "exportName": "Tags",
@@ -2221,21 +1293,10 @@
2221
1293
  "description": "Verification Code — Base / Forms component. verification-code provides base / forms behavior with RTL, i18n and accessibility built-in.",
2222
1294
  "category": "Base / Forms",
2223
1295
  "status": "planned",
2224
- "capabilityAliases": [
2225
- "verification code",
2226
- "verification-code"
2227
- ],
2228
- "searchTerms": [
2229
- "verification-code",
2230
- "verification code",
2231
- "forms"
2232
- ],
2233
- "useWhen": [
2234
- "using verification code in Base / Forms"
2235
- ],
2236
- "doNotUseWhen": [
2237
- "when verification code semantics do not match"
2238
- ],
1296
+ "capabilityAliases": ["verification code", "verification-code"],
1297
+ "searchTerms": ["verification-code", "verification code", "forms"],
1298
+ "useWhen": ["using verification code in Base / Forms"],
1299
+ "doNotUseWhen": ["when verification code semantics do not match"],
2239
1300
  "alternatives": [],
2240
1301
  "relatedPatterns": [],
2241
1302
  "exportName": "VerificationCode",
@@ -2249,21 +1310,10 @@
2249
1310
  "description": "Calendar — Base / Pickers component. calendar provides base / pickers behavior with RTL, i18n and accessibility built-in.",
2250
1311
  "category": "Base / Pickers",
2251
1312
  "status": "partial",
2252
- "capabilityAliases": [
2253
- "calendar",
2254
- "calendar"
2255
- ],
2256
- "searchTerms": [
2257
- "calendar",
2258
- "calendar",
2259
- "pickers"
2260
- ],
2261
- "useWhen": [
2262
- "using calendar in Base / Pickers"
2263
- ],
2264
- "doNotUseWhen": [
2265
- "when calendar semantics do not match"
2266
- ],
1313
+ "capabilityAliases": ["calendar", "calendar"],
1314
+ "searchTerms": ["calendar", "calendar", "pickers"],
1315
+ "useWhen": ["using calendar in Base / Pickers"],
1316
+ "doNotUseWhen": ["when calendar semantics do not match"],
2267
1317
  "alternatives": [],
2268
1318
  "relatedPatterns": [],
2269
1319
  "exportName": "Calendar",
@@ -2277,21 +1327,10 @@
2277
1327
  "description": "Date Picker — Base / Pickers component. date-picker provides base / pickers behavior with RTL, i18n and accessibility built-in.",
2278
1328
  "category": "Base / Pickers",
2279
1329
  "status": "partial",
2280
- "capabilityAliases": [
2281
- "date picker",
2282
- "date-picker"
2283
- ],
2284
- "searchTerms": [
2285
- "date-picker",
2286
- "date picker",
2287
- "pickers"
2288
- ],
2289
- "useWhen": [
2290
- "using date picker in Base / Pickers"
2291
- ],
2292
- "doNotUseWhen": [
2293
- "when date picker semantics do not match"
2294
- ],
1330
+ "capabilityAliases": ["date picker", "date-picker"],
1331
+ "searchTerms": ["date-picker", "date picker", "pickers"],
1332
+ "useWhen": ["using date picker in Base / Pickers"],
1333
+ "doNotUseWhen": ["when date picker semantics do not match"],
2295
1334
  "alternatives": [],
2296
1335
  "relatedPatterns": [],
2297
1336
  "exportName": "DatePicker",
@@ -2305,21 +1344,10 @@
2305
1344
  "description": "Color Picker — Base / Pickers component. color-picker provides base / pickers behavior with RTL, i18n and accessibility built-in.",
2306
1345
  "category": "Base / Pickers",
2307
1346
  "status": "planned",
2308
- "capabilityAliases": [
2309
- "color picker",
2310
- "color-picker"
2311
- ],
2312
- "searchTerms": [
2313
- "color-picker",
2314
- "color picker",
2315
- "pickers"
2316
- ],
2317
- "useWhen": [
2318
- "using color picker in Base / Pickers"
2319
- ],
2320
- "doNotUseWhen": [
2321
- "when color picker semantics do not match"
2322
- ],
1347
+ "capabilityAliases": ["color picker", "color-picker"],
1348
+ "searchTerms": ["color-picker", "color picker", "pickers"],
1349
+ "useWhen": ["using color picker in Base / Pickers"],
1350
+ "doNotUseWhen": ["when color picker semantics do not match"],
2323
1351
  "alternatives": [],
2324
1352
  "relatedPatterns": [],
2325
1353
  "exportName": "ColorPicker",
@@ -2333,21 +1361,10 @@
2333
1361
  "description": "File Uploader — Base / Pickers component. file-uploader provides base / pickers behavior with RTL, i18n and accessibility built-in.",
2334
1362
  "category": "Base / Pickers",
2335
1363
  "status": "planned",
2336
- "capabilityAliases": [
2337
- "file uploader",
2338
- "file-uploader"
2339
- ],
2340
- "searchTerms": [
2341
- "file-uploader",
2342
- "file uploader",
2343
- "pickers"
2344
- ],
2345
- "useWhen": [
2346
- "using file uploader in Base / Pickers"
2347
- ],
2348
- "doNotUseWhen": [
2349
- "when file uploader semantics do not match"
2350
- ],
1364
+ "capabilityAliases": ["file uploader", "file-uploader"],
1365
+ "searchTerms": ["file-uploader", "file uploader", "pickers"],
1366
+ "useWhen": ["using file uploader in Base / Pickers"],
1367
+ "doNotUseWhen": ["when file uploader semantics do not match"],
2351
1368
  "alternatives": [],
2352
1369
  "relatedPatterns": [],
2353
1370
  "exportName": "FileUploader",
@@ -2361,21 +1378,10 @@
2361
1378
  "description": "Rich Text Editor — Base / Pickers component. rich-text-editor provides base / pickers behavior with RTL, i18n and accessibility built-in.",
2362
1379
  "category": "Base / Pickers",
2363
1380
  "status": "planned",
2364
- "capabilityAliases": [
2365
- "rich text editor",
2366
- "rich-text-editor"
2367
- ],
2368
- "searchTerms": [
2369
- "rich-text-editor",
2370
- "rich text editor",
2371
- "pickers"
2372
- ],
2373
- "useWhen": [
2374
- "using rich text editor in Base / Pickers"
2375
- ],
2376
- "doNotUseWhen": [
2377
- "when rich text editor semantics do not match"
2378
- ],
1381
+ "capabilityAliases": ["rich text editor", "rich-text-editor"],
1382
+ "searchTerms": ["rich-text-editor", "rich text editor", "pickers"],
1383
+ "useWhen": ["using rich text editor in Base / Pickers"],
1384
+ "doNotUseWhen": ["when rich text editor semantics do not match"],
2379
1385
  "alternatives": [],
2380
1386
  "relatedPatterns": [],
2381
1387
  "exportName": "RichTextEditor",
@@ -2389,21 +1395,10 @@
2389
1395
  "description": "Command Menu — Overlays / Navigation component. command-menu provides overlays / navigation behavior with RTL, i18n and accessibility built-in.",
2390
1396
  "category": "Overlays / Navigation",
2391
1397
  "status": "planned",
2392
- "capabilityAliases": [
2393
- "command menu",
2394
- "command-menu"
2395
- ],
2396
- "searchTerms": [
2397
- "command-menu",
2398
- "command menu",
2399
- "navigation"
2400
- ],
2401
- "useWhen": [
2402
- "using command menu in Overlays / Navigation"
2403
- ],
2404
- "doNotUseWhen": [
2405
- "when command menu semantics do not match"
2406
- ],
1398
+ "capabilityAliases": ["command menu", "command-menu"],
1399
+ "searchTerms": ["command-menu", "command menu", "navigation"],
1400
+ "useWhen": ["using command menu in Overlays / Navigation"],
1401
+ "doNotUseWhen": ["when command menu semantics do not match"],
2407
1402
  "alternatives": [],
2408
1403
  "relatedPatterns": [],
2409
1404
  "exportName": "CommandMenu",
@@ -2417,21 +1412,10 @@
2417
1412
  "description": "Tree View — Navigation / Disclosure component. tree-view provides navigation / disclosure behavior with RTL, i18n and accessibility built-in.",
2418
1413
  "category": "Navigation / Disclosure",
2419
1414
  "status": "planned",
2420
- "capabilityAliases": [
2421
- "tree view",
2422
- "tree-view"
2423
- ],
2424
- "searchTerms": [
2425
- "tree-view",
2426
- "tree view",
2427
- "disclosure"
2428
- ],
2429
- "useWhen": [
2430
- "using tree view in Navigation / Disclosure"
2431
- ],
2432
- "doNotUseWhen": [
2433
- "when tree view semantics do not match"
2434
- ],
1415
+ "capabilityAliases": ["tree view", "tree-view"],
1416
+ "searchTerms": ["tree-view", "tree view", "disclosure"],
1417
+ "useWhen": ["using tree view in Navigation / Disclosure"],
1418
+ "doNotUseWhen": ["when tree view semantics do not match"],
2435
1419
  "alternatives": [],
2436
1420
  "relatedPatterns": [],
2437
1421
  "exportName": "TreeView",
@@ -2445,21 +1429,10 @@
2445
1429
  "description": "Carousel — Navigation / Disclosure component. carousel provides navigation / disclosure behavior with RTL, i18n and accessibility built-in.",
2446
1430
  "category": "Navigation / Disclosure",
2447
1431
  "status": "planned",
2448
- "capabilityAliases": [
2449
- "carousel",
2450
- "carousel"
2451
- ],
2452
- "searchTerms": [
2453
- "carousel",
2454
- "carousel",
2455
- "disclosure"
2456
- ],
2457
- "useWhen": [
2458
- "using carousel in Navigation / Disclosure"
2459
- ],
2460
- "doNotUseWhen": [
2461
- "when carousel semantics do not match"
2462
- ],
1432
+ "capabilityAliases": ["carousel", "carousel"],
1433
+ "searchTerms": ["carousel", "carousel", "disclosure"],
1434
+ "useWhen": ["using carousel in Navigation / Disclosure"],
1435
+ "doNotUseWhen": ["when carousel semantics do not match"],
2463
1436
  "alternatives": [],
2464
1437
  "relatedPatterns": [],
2465
1438
  "exportName": "Carousel",
@@ -2473,21 +1446,10 @@
2473
1446
  "description": "Content Divider — Primitives / Layout component. content-divider provides primitives / layout behavior with RTL, i18n and accessibility built-in.",
2474
1447
  "category": "Primitives / Layout",
2475
1448
  "status": "planned",
2476
- "capabilityAliases": [
2477
- "content divider",
2478
- "content-divider"
2479
- ],
2480
- "searchTerms": [
2481
- "content-divider",
2482
- "content divider",
2483
- "layout"
2484
- ],
2485
- "useWhen": [
2486
- "using content divider in Primitives / Layout"
2487
- ],
2488
- "doNotUseWhen": [
2489
- "when content divider semantics do not match"
2490
- ],
1449
+ "capabilityAliases": ["content divider", "content-divider"],
1450
+ "searchTerms": ["content-divider", "content divider", "layout"],
1451
+ "useWhen": ["using content divider in Primitives / Layout"],
1452
+ "doNotUseWhen": ["when content divider semantics do not match"],
2491
1453
  "alternatives": [],
2492
1454
  "relatedPatterns": [],
2493
1455
  "exportName": "ContentDivider",
@@ -2501,21 +1463,10 @@
2501
1463
  "description": "Section Footer — Patterns / Application component. section-footer provides patterns / application behavior with RTL, i18n and accessibility built-in.",
2502
1464
  "category": "Patterns / Application",
2503
1465
  "status": "planned",
2504
- "capabilityAliases": [
2505
- "section footer",
2506
- "section-footer"
2507
- ],
2508
- "searchTerms": [
2509
- "section-footer",
2510
- "section footer",
2511
- "application"
2512
- ],
2513
- "useWhen": [
2514
- "using section footer in Patterns / Application"
2515
- ],
2516
- "doNotUseWhen": [
2517
- "when section footer semantics do not match"
2518
- ],
1466
+ "capabilityAliases": ["section footer", "section-footer"],
1467
+ "searchTerms": ["section-footer", "section footer", "application"],
1468
+ "useWhen": ["using section footer in Patterns / Application"],
1469
+ "doNotUseWhen": ["when section footer semantics do not match"],
2519
1470
  "alternatives": [],
2520
1471
  "relatedPatterns": [],
2521
1472
  "exportName": "SectionFooter",
@@ -2529,21 +1480,10 @@
2529
1480
  "description": "Notification — Feedback / Notifications component. notification provides feedback / notifications behavior with RTL, i18n and accessibility built-in.",
2530
1481
  "category": "Feedback / Notifications",
2531
1482
  "status": "planned",
2532
- "capabilityAliases": [
2533
- "notification",
2534
- "notification"
2535
- ],
2536
- "searchTerms": [
2537
- "notification",
2538
- "notification",
2539
- "notifications"
2540
- ],
2541
- "useWhen": [
2542
- "using notification in Feedback / Notifications"
2543
- ],
2544
- "doNotUseWhen": [
2545
- "when notification semantics do not match"
2546
- ],
1483
+ "capabilityAliases": ["notification", "notification"],
1484
+ "searchTerms": ["notification", "notification", "notifications"],
1485
+ "useWhen": ["using notification in Feedback / Notifications"],
1486
+ "doNotUseWhen": ["when notification semantics do not match"],
2547
1487
  "alternatives": [],
2548
1488
  "relatedPatterns": [],
2549
1489
  "exportName": "Notification",
@@ -2557,21 +1497,10 @@
2557
1497
  "description": "Activity Gauge — Data / Visualization component. activity-gauge provides data / visualization behavior with RTL, i18n and accessibility built-in.",
2558
1498
  "category": "Data / Visualization",
2559
1499
  "status": "planned",
2560
- "capabilityAliases": [
2561
- "activity gauge",
2562
- "activity-gauge"
2563
- ],
2564
- "searchTerms": [
2565
- "activity-gauge",
2566
- "activity gauge",
2567
- "visualization"
2568
- ],
2569
- "useWhen": [
2570
- "using activity gauge in Data / Visualization"
2571
- ],
2572
- "doNotUseWhen": [
2573
- "when activity gauge semantics do not match"
2574
- ],
1500
+ "capabilityAliases": ["activity gauge", "activity-gauge"],
1501
+ "searchTerms": ["activity-gauge", "activity gauge", "visualization"],
1502
+ "useWhen": ["using activity gauge in Data / Visualization"],
1503
+ "doNotUseWhen": ["when activity gauge semantics do not match"],
2575
1504
  "alternatives": [],
2576
1505
  "relatedPatterns": [],
2577
1506
  "exportName": "ActivityGauge",
@@ -2585,21 +1514,10 @@
2585
1514
  "description": "Pie Chart — Data / Visualization component. pie-chart provides data / visualization behavior with RTL, i18n and accessibility built-in.",
2586
1515
  "category": "Data / Visualization",
2587
1516
  "status": "planned",
2588
- "capabilityAliases": [
2589
- "pie chart",
2590
- "pie-chart"
2591
- ],
2592
- "searchTerms": [
2593
- "pie-chart",
2594
- "pie chart",
2595
- "visualization"
2596
- ],
2597
- "useWhen": [
2598
- "using pie chart in Data / Visualization"
2599
- ],
2600
- "doNotUseWhen": [
2601
- "when pie chart semantics do not match"
2602
- ],
1517
+ "capabilityAliases": ["pie chart", "pie-chart"],
1518
+ "searchTerms": ["pie-chart", "pie chart", "visualization"],
1519
+ "useWhen": ["using pie chart in Data / Visualization"],
1520
+ "doNotUseWhen": ["when pie chart semantics do not match"],
2603
1521
  "alternatives": [],
2604
1522
  "relatedPatterns": [],
2605
1523
  "exportName": "PieChart",
@@ -2613,21 +1531,10 @@
2613
1531
  "description": "Radar Chart — Data / Visualization component. radar-chart provides data / visualization behavior with RTL, i18n and accessibility built-in.",
2614
1532
  "category": "Data / Visualization",
2615
1533
  "status": "planned",
2616
- "capabilityAliases": [
2617
- "radar chart",
2618
- "radar-chart"
2619
- ],
2620
- "searchTerms": [
2621
- "radar-chart",
2622
- "radar chart",
2623
- "visualization"
2624
- ],
2625
- "useWhen": [
2626
- "using radar chart in Data / Visualization"
2627
- ],
2628
- "doNotUseWhen": [
2629
- "when radar chart semantics do not match"
2630
- ],
1534
+ "capabilityAliases": ["radar chart", "radar-chart"],
1535
+ "searchTerms": ["radar-chart", "radar chart", "visualization"],
1536
+ "useWhen": ["using radar chart in Data / Visualization"],
1537
+ "doNotUseWhen": ["when radar chart semantics do not match"],
2631
1538
  "alternatives": [],
2632
1539
  "relatedPatterns": [],
2633
1540
  "exportName": "RadarChart",
@@ -2641,21 +1548,10 @@
2641
1548
  "description": "Credit Card — Base / Identity component. credit-card provides base / identity behavior with RTL, i18n and accessibility built-in.",
2642
1549
  "category": "Base / Identity",
2643
1550
  "status": "planned",
2644
- "capabilityAliases": [
2645
- "credit card",
2646
- "credit-card"
2647
- ],
2648
- "searchTerms": [
2649
- "credit-card",
2650
- "credit card",
2651
- "identity"
2652
- ],
2653
- "useWhen": [
2654
- "using credit card in Base / Identity"
2655
- ],
2656
- "doNotUseWhen": [
2657
- "when credit card semantics do not match"
2658
- ],
1551
+ "capabilityAliases": ["credit card", "credit-card"],
1552
+ "searchTerms": ["credit-card", "credit card", "identity"],
1553
+ "useWhen": ["using credit card in Base / Identity"],
1554
+ "doNotUseWhen": ["when credit card semantics do not match"],
2659
1555
  "alternatives": [],
2660
1556
  "relatedPatterns": [],
2661
1557
  "exportName": "CreditCard",
@@ -2669,21 +1565,10 @@
2669
1565
  "description": "Qr Code — Base / Identity component. qr-code provides base / identity behavior with RTL, i18n and accessibility built-in.",
2670
1566
  "category": "Base / Identity",
2671
1567
  "status": "planned",
2672
- "capabilityAliases": [
2673
- "qr code",
2674
- "qr-code"
2675
- ],
2676
- "searchTerms": [
2677
- "qr-code",
2678
- "qr code",
2679
- "identity"
2680
- ],
2681
- "useWhen": [
2682
- "using qr code in Base / Identity"
2683
- ],
2684
- "doNotUseWhen": [
2685
- "when qr code semantics do not match"
2686
- ],
1568
+ "capabilityAliases": ["qr code", "qr-code"],
1569
+ "searchTerms": ["qr-code", "qr code", "identity"],
1570
+ "useWhen": ["using qr code in Base / Identity"],
1571
+ "doNotUseWhen": ["when qr code semantics do not match"],
2687
1572
  "alternatives": [],
2688
1573
  "relatedPatterns": [],
2689
1574
  "exportName": "QrCode",
@@ -2697,21 +1582,10 @@
2697
1582
  "description": "Rating — Base / Identity component. rating provides base / identity behavior with RTL, i18n and accessibility built-in.",
2698
1583
  "category": "Base / Identity",
2699
1584
  "status": "planned",
2700
- "capabilityAliases": [
2701
- "rating",
2702
- "rating"
2703
- ],
2704
- "searchTerms": [
2705
- "rating",
2706
- "rating",
2707
- "identity"
2708
- ],
2709
- "useWhen": [
2710
- "using rating in Base / Identity"
2711
- ],
2712
- "doNotUseWhen": [
2713
- "when rating semantics do not match"
2714
- ],
1585
+ "capabilityAliases": ["rating", "rating"],
1586
+ "searchTerms": ["rating", "rating", "identity"],
1587
+ "useWhen": ["using rating in Base / Identity"],
1588
+ "doNotUseWhen": ["when rating semantics do not match"],
2715
1589
  "alternatives": [],
2716
1590
  "relatedPatterns": [],
2717
1591
  "exportName": "Rating",
@@ -2725,21 +1599,10 @@
2725
1599
  "description": "Video Player — Base / Media component. video-player provides base / media behavior with RTL, i18n and accessibility built-in.",
2726
1600
  "category": "Base / Media",
2727
1601
  "status": "planned",
2728
- "capabilityAliases": [
2729
- "video player",
2730
- "video-player"
2731
- ],
2732
- "searchTerms": [
2733
- "video-player",
2734
- "video player",
2735
- "media"
2736
- ],
2737
- "useWhen": [
2738
- "using video player in Base / Media"
2739
- ],
2740
- "doNotUseWhen": [
2741
- "when video player semantics do not match"
2742
- ],
1602
+ "capabilityAliases": ["video player", "video-player"],
1603
+ "searchTerms": ["video-player", "video player", "media"],
1604
+ "useWhen": ["using video player in Base / Media"],
1605
+ "doNotUseWhen": ["when video player semantics do not match"],
2743
1606
  "alternatives": [],
2744
1607
  "relatedPatterns": [],
2745
1608
  "exportName": "VideoPlayer",
@@ -2753,21 +1616,10 @@
2753
1616
  "description": "Illustration — Base / Media component. illustration provides base / media behavior with RTL, i18n and accessibility built-in.",
2754
1617
  "category": "Base / Media",
2755
1618
  "status": "planned",
2756
- "capabilityAliases": [
2757
- "illustration",
2758
- "illustration"
2759
- ],
2760
- "searchTerms": [
2761
- "illustration",
2762
- "illustration",
2763
- "media"
2764
- ],
2765
- "useWhen": [
2766
- "using illustration in Base / Media"
2767
- ],
2768
- "doNotUseWhen": [
2769
- "when illustration semantics do not match"
2770
- ],
1619
+ "capabilityAliases": ["illustration", "illustration"],
1620
+ "searchTerms": ["illustration", "illustration", "media"],
1621
+ "useWhen": ["using illustration in Base / Media"],
1622
+ "doNotUseWhen": ["when illustration semantics do not match"],
2771
1623
  "alternatives": [],
2772
1624
  "relatedPatterns": [],
2773
1625
  "exportName": "Illustration",
@@ -2781,21 +1633,10 @@
2781
1633
  "description": "Store Button — Base / Identity component. store-button provides base / identity behavior with RTL, i18n and accessibility built-in.",
2782
1634
  "category": "Base / Identity",
2783
1635
  "status": "planned",
2784
- "capabilityAliases": [
2785
- "store button",
2786
- "store-button"
2787
- ],
2788
- "searchTerms": [
2789
- "store-button",
2790
- "store button",
2791
- "identity"
2792
- ],
2793
- "useWhen": [
2794
- "using store button in Base / Identity"
2795
- ],
2796
- "doNotUseWhen": [
2797
- "when store button semantics do not match"
2798
- ],
1636
+ "capabilityAliases": ["store button", "store-button"],
1637
+ "searchTerms": ["store-button", "store button", "identity"],
1638
+ "useWhen": ["using store button in Base / Identity"],
1639
+ "doNotUseWhen": ["when store button semantics do not match"],
2799
1640
  "alternatives": [],
2800
1641
  "relatedPatterns": [],
2801
1642
  "exportName": "StoreButton",
@@ -2809,21 +1650,10 @@
2809
1650
  "description": "Social Button — Base / Identity component. social-button provides base / identity behavior with RTL, i18n and accessibility built-in.",
2810
1651
  "category": "Base / Identity",
2811
1652
  "status": "planned",
2812
- "capabilityAliases": [
2813
- "social button",
2814
- "social-button"
2815
- ],
2816
- "searchTerms": [
2817
- "social-button",
2818
- "social button",
2819
- "identity"
2820
- ],
2821
- "useWhen": [
2822
- "using social button in Base / Identity"
2823
- ],
2824
- "doNotUseWhen": [
2825
- "when social button semantics do not match"
2826
- ],
1653
+ "capabilityAliases": ["social button", "social-button"],
1654
+ "searchTerms": ["social-button", "social button", "identity"],
1655
+ "useWhen": ["using social button in Base / Identity"],
1656
+ "doNotUseWhen": ["when social button semantics do not match"],
2827
1657
  "alternatives": [],
2828
1658
  "relatedPatterns": [],
2829
1659
  "exportName": "SocialButton",
@@ -2837,21 +1667,10 @@
2837
1667
  "description": "Progress Indicator — Base / Feedback component. progress-indicator provides base / feedback behavior with RTL, i18n and accessibility built-in.",
2838
1668
  "category": "Base / Feedback",
2839
1669
  "status": "planned",
2840
- "capabilityAliases": [
2841
- "progress indicator",
2842
- "progress-indicator"
2843
- ],
2844
- "searchTerms": [
2845
- "progress-indicator",
2846
- "progress indicator",
2847
- "feedback"
2848
- ],
2849
- "useWhen": [
2850
- "using progress indicator in Base / Feedback"
2851
- ],
2852
- "doNotUseWhen": [
2853
- "when progress indicator semantics do not match"
2854
- ],
1670
+ "capabilityAliases": ["progress indicator", "progress-indicator"],
1671
+ "searchTerms": ["progress-indicator", "progress indicator", "feedback"],
1672
+ "useWhen": ["using progress indicator in Base / Feedback"],
1673
+ "doNotUseWhen": ["when progress indicator semantics do not match"],
2855
1674
  "alternatives": [],
2856
1675
  "relatedPatterns": [],
2857
1676
  "exportName": "ProgressIndicator",
@@ -2865,21 +1684,10 @@
2865
1684
  "description": "Sign Up Page — Shared / Auth component. sign-up-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
2866
1685
  "category": "Shared / Auth",
2867
1686
  "status": "planned",
2868
- "capabilityAliases": [
2869
- "sign up page",
2870
- "sign-up-page"
2871
- ],
2872
- "searchTerms": [
2873
- "sign-up-page",
2874
- "sign up page",
2875
- "auth"
2876
- ],
2877
- "useWhen": [
2878
- "using sign up page in Shared / Auth"
2879
- ],
2880
- "doNotUseWhen": [
2881
- "when sign up page semantics do not match"
2882
- ],
1687
+ "capabilityAliases": ["sign up page", "sign-up-page"],
1688
+ "searchTerms": ["sign-up-page", "sign up page", "auth"],
1689
+ "useWhen": ["using sign up page in Shared / Auth"],
1690
+ "doNotUseWhen": ["when sign up page semantics do not match"],
2883
1691
  "alternatives": [],
2884
1692
  "relatedPatterns": [],
2885
1693
  "exportName": "SignUpPage",
@@ -2893,21 +1701,10 @@
2893
1701
  "description": "Verification Page — Shared / Auth component. verification-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
2894
1702
  "category": "Shared / Auth",
2895
1703
  "status": "planned",
2896
- "capabilityAliases": [
2897
- "verification page",
2898
- "verification-page"
2899
- ],
2900
- "searchTerms": [
2901
- "verification-page",
2902
- "verification page",
2903
- "auth"
2904
- ],
2905
- "useWhen": [
2906
- "using verification page in Shared / Auth"
2907
- ],
2908
- "doNotUseWhen": [
2909
- "when verification page semantics do not match"
2910
- ],
1704
+ "capabilityAliases": ["verification page", "verification-page"],
1705
+ "searchTerms": ["verification-page", "verification page", "auth"],
1706
+ "useWhen": ["using verification page in Shared / Auth"],
1707
+ "doNotUseWhen": ["when verification page semantics do not match"],
2911
1708
  "alternatives": [],
2912
1709
  "relatedPatterns": [],
2913
1710
  "exportName": "VerificationPage",
@@ -2919,23 +1716,12 @@
2919
1716
  "package": "@noe/ui",
2920
1717
  "title": "Forgot Password Page",
2921
1718
  "description": "Forgot Password Page — Shared / Auth component. forgot-password-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
2922
- "category": "Shared / Auth",
2923
- "status": "planned",
2924
- "capabilityAliases": [
2925
- "forgot password page",
2926
- "forgot-password-page"
2927
- ],
2928
- "searchTerms": [
2929
- "forgot-password-page",
2930
- "forgot password page",
2931
- "auth"
2932
- ],
2933
- "useWhen": [
2934
- "using forgot password page in Shared / Auth"
2935
- ],
2936
- "doNotUseWhen": [
2937
- "when forgot password page semantics do not match"
2938
- ],
1719
+ "category": "Shared / Auth",
1720
+ "status": "planned",
1721
+ "capabilityAliases": ["forgot password page", "forgot-password-page"],
1722
+ "searchTerms": ["forgot-password-page", "forgot password page", "auth"],
1723
+ "useWhen": ["using forgot password page in Shared / Auth"],
1724
+ "doNotUseWhen": ["when forgot password page semantics do not match"],
2939
1725
  "alternatives": [],
2940
1726
  "relatedPatterns": [],
2941
1727
  "exportName": "ForgotPasswordPage",
@@ -2949,21 +1735,10 @@
2949
1735
  "description": "Email Template — Shared / Auth component. email-template provides shared / auth behavior with RTL, i18n and accessibility built-in.",
2950
1736
  "category": "Shared / Auth",
2951
1737
  "status": "planned",
2952
- "capabilityAliases": [
2953
- "email template",
2954
- "email-template"
2955
- ],
2956
- "searchTerms": [
2957
- "email-template",
2958
- "email template",
2959
- "auth"
2960
- ],
2961
- "useWhen": [
2962
- "using email template in Shared / Auth"
2963
- ],
2964
- "doNotUseWhen": [
2965
- "when email template semantics do not match"
2966
- ],
1738
+ "capabilityAliases": ["email template", "email-template"],
1739
+ "searchTerms": ["email-template", "email template", "auth"],
1740
+ "useWhen": ["using email template in Shared / Auth"],
1741
+ "doNotUseWhen": ["when email template semantics do not match"],
2967
1742
  "alternatives": [],
2968
1743
  "relatedPatterns": [],
2969
1744
  "exportName": "EmailTemplate",
@@ -2977,21 +1752,10 @@
2977
1752
  "description": "Informational Page 01 — Application Examples component. informational-page-01 provides application examples behavior with RTL, i18n and accessibility built-in.",
2978
1753
  "category": "Application Examples",
2979
1754
  "status": "planned",
2980
- "capabilityAliases": [
2981
- "informational page 01",
2982
- "informational-page-01"
2983
- ],
2984
- "searchTerms": [
2985
- "informational-page-01",
2986
- "informational page 01",
2987
- "application examples"
2988
- ],
2989
- "useWhen": [
2990
- "using informational page 01 in Application Examples"
2991
- ],
2992
- "doNotUseWhen": [
2993
- "when informational page 01 semantics do not match"
2994
- ],
1755
+ "capabilityAliases": ["informational page 01", "informational-page-01"],
1756
+ "searchTerms": ["informational-page-01", "informational page 01", "application examples"],
1757
+ "useWhen": ["using informational page 01 in Application Examples"],
1758
+ "doNotUseWhen": ["when informational page 01 semantics do not match"],
2995
1759
  "alternatives": [],
2996
1760
  "relatedPatterns": [],
2997
1761
  "exportName": "InformationalPage01",
@@ -3005,21 +1769,10 @@
3005
1769
  "description": "Informational Page 02 — Application Examples component. informational-page-02 provides application examples behavior with RTL, i18n and accessibility built-in.",
3006
1770
  "category": "Application Examples",
3007
1771
  "status": "planned",
3008
- "capabilityAliases": [
3009
- "informational page 02",
3010
- "informational-page-02"
3011
- ],
3012
- "searchTerms": [
3013
- "informational-page-02",
3014
- "informational page 02",
3015
- "application examples"
3016
- ],
3017
- "useWhen": [
3018
- "using informational page 02 in Application Examples"
3019
- ],
3020
- "doNotUseWhen": [
3021
- "when informational page 02 semantics do not match"
3022
- ],
1772
+ "capabilityAliases": ["informational page 02", "informational-page-02"],
1773
+ "searchTerms": ["informational-page-02", "informational page 02", "application examples"],
1774
+ "useWhen": ["using informational page 02 in Application Examples"],
1775
+ "doNotUseWhen": ["when informational page 02 semantics do not match"],
3023
1776
  "alternatives": [],
3024
1777
  "relatedPatterns": [],
3025
1778
  "exportName": "InformationalPage02",
@@ -3033,21 +1786,10 @@
3033
1786
  "description": "Banner — Marketing / Banner component. banner provides marketing / banner behavior with RTL, i18n and accessibility built-in.",
3034
1787
  "category": "Marketing / Banner",
3035
1788
  "status": "planned",
3036
- "capabilityAliases": [
3037
- "banner",
3038
- "banner"
3039
- ],
3040
- "searchTerms": [
3041
- "banner",
3042
- "banner",
3043
- "banner"
3044
- ],
3045
- "useWhen": [
3046
- "using banner in Marketing / Banner"
3047
- ],
3048
- "doNotUseWhen": [
3049
- "when banner semantics do not match"
3050
- ],
1789
+ "capabilityAliases": ["banner", "banner"],
1790
+ "searchTerms": ["banner", "banner", "banner"],
1791
+ "useWhen": ["using banner in Marketing / Banner"],
1792
+ "doNotUseWhen": ["when banner semantics do not match"],
3051
1793
  "alternatives": [],
3052
1794
  "relatedPatterns": [],
3053
1795
  "exportName": "Banner",
@@ -3061,21 +1803,10 @@
3061
1803
  "description": "Blog Section — Marketing / Blog component. blog-section provides marketing / blog behavior with RTL, i18n and accessibility built-in.",
3062
1804
  "category": "Marketing / Blog",
3063
1805
  "status": "planned",
3064
- "capabilityAliases": [
3065
- "blog section",
3066
- "blog-section"
3067
- ],
3068
- "searchTerms": [
3069
- "blog-section",
3070
- "blog section",
3071
- "blog"
3072
- ],
3073
- "useWhen": [
3074
- "using blog section in Marketing / Blog"
3075
- ],
3076
- "doNotUseWhen": [
3077
- "when blog section semantics do not match"
3078
- ],
1806
+ "capabilityAliases": ["blog section", "blog-section"],
1807
+ "searchTerms": ["blog-section", "blog section", "blog"],
1808
+ "useWhen": ["using blog section in Marketing / Blog"],
1809
+ "doNotUseWhen": ["when blog section semantics do not match"],
3079
1810
  "alternatives": [],
3080
1811
  "relatedPatterns": [],
3081
1812
  "exportName": "BlogSection",
@@ -3089,21 +1820,10 @@
3089
1820
  "description": "Careers Section — Marketing / Careers component. careers-section provides marketing / careers behavior with RTL, i18n and accessibility built-in.",
3090
1821
  "category": "Marketing / Careers",
3091
1822
  "status": "planned",
3092
- "capabilityAliases": [
3093
- "careers section",
3094
- "careers-section"
3095
- ],
3096
- "searchTerms": [
3097
- "careers-section",
3098
- "careers section",
3099
- "careers"
3100
- ],
3101
- "useWhen": [
3102
- "using careers section in Marketing / Careers"
3103
- ],
3104
- "doNotUseWhen": [
3105
- "when careers section semantics do not match"
3106
- ],
1823
+ "capabilityAliases": ["careers section", "careers-section"],
1824
+ "searchTerms": ["careers-section", "careers section", "careers"],
1825
+ "useWhen": ["using careers section in Marketing / Careers"],
1826
+ "doNotUseWhen": ["when careers section semantics do not match"],
3107
1827
  "alternatives": [],
3108
1828
  "relatedPatterns": [],
3109
1829
  "exportName": "CareersSection",
@@ -3117,21 +1837,10 @@
3117
1837
  "description": "Contact Section — Marketing / Contact component. contact-section provides marketing / contact behavior with RTL, i18n and accessibility built-in.",
3118
1838
  "category": "Marketing / Contact",
3119
1839
  "status": "planned",
3120
- "capabilityAliases": [
3121
- "contact section",
3122
- "contact-section"
3123
- ],
3124
- "searchTerms": [
3125
- "contact-section",
3126
- "contact section",
3127
- "contact"
3128
- ],
3129
- "useWhen": [
3130
- "using contact section in Marketing / Contact"
3131
- ],
3132
- "doNotUseWhen": [
3133
- "when contact section semantics do not match"
3134
- ],
1840
+ "capabilityAliases": ["contact section", "contact-section"],
1841
+ "searchTerms": ["contact-section", "contact section", "contact"],
1842
+ "useWhen": ["using contact section in Marketing / Contact"],
1843
+ "doNotUseWhen": ["when contact section semantics do not match"],
3135
1844
  "alternatives": [],
3136
1845
  "relatedPatterns": [],
3137
1846
  "exportName": "ContactSection",
@@ -3145,21 +1854,10 @@
3145
1854
  "description": "Content Section — Marketing / Content component. content-section provides marketing / content behavior with RTL, i18n and accessibility built-in.",
3146
1855
  "category": "Marketing / Content",
3147
1856
  "status": "planned",
3148
- "capabilityAliases": [
3149
- "content section",
3150
- "content-section"
3151
- ],
3152
- "searchTerms": [
3153
- "content-section",
3154
- "content section",
3155
- "content"
3156
- ],
3157
- "useWhen": [
3158
- "using content section in Marketing / Content"
3159
- ],
3160
- "doNotUseWhen": [
3161
- "when content section semantics do not match"
3162
- ],
1857
+ "capabilityAliases": ["content section", "content-section"],
1858
+ "searchTerms": ["content-section", "content section", "content"],
1859
+ "useWhen": ["using content section in Marketing / Content"],
1860
+ "doNotUseWhen": ["when content section semantics do not match"],
3163
1861
  "alternatives": [],
3164
1862
  "relatedPatterns": [],
3165
1863
  "exportName": "ContentSection",
@@ -3173,21 +1871,10 @@
3173
1871
  "description": "Cta Section — Marketing / CTA component. cta-section provides marketing / cta behavior with RTL, i18n and accessibility built-in.",
3174
1872
  "category": "Marketing / CTA",
3175
1873
  "status": "planned",
3176
- "capabilityAliases": [
3177
- "cta section",
3178
- "cta-section"
3179
- ],
3180
- "searchTerms": [
3181
- "cta-section",
3182
- "cta section",
3183
- "cta"
3184
- ],
3185
- "useWhen": [
3186
- "using cta section in Marketing / CTA"
3187
- ],
3188
- "doNotUseWhen": [
3189
- "when cta section semantics do not match"
3190
- ],
1874
+ "capabilityAliases": ["cta section", "cta-section"],
1875
+ "searchTerms": ["cta-section", "cta section", "cta"],
1876
+ "useWhen": ["using cta section in Marketing / CTA"],
1877
+ "doNotUseWhen": ["when cta section semantics do not match"],
3191
1878
  "alternatives": [],
3192
1879
  "relatedPatterns": [],
3193
1880
  "exportName": "CtaSection",
@@ -3201,21 +1888,10 @@
3201
1888
  "description": "Faq Section — Marketing / FAQ component. faq-section provides marketing / faq behavior with RTL, i18n and accessibility built-in.",
3202
1889
  "category": "Marketing / FAQ",
3203
1890
  "status": "planned",
3204
- "capabilityAliases": [
3205
- "faq section",
3206
- "faq-section"
3207
- ],
3208
- "searchTerms": [
3209
- "faq-section",
3210
- "faq section",
3211
- "faq"
3212
- ],
3213
- "useWhen": [
3214
- "using faq section in Marketing / FAQ"
3215
- ],
3216
- "doNotUseWhen": [
3217
- "when faq section semantics do not match"
3218
- ],
1891
+ "capabilityAliases": ["faq section", "faq-section"],
1892
+ "searchTerms": ["faq-section", "faq section", "faq"],
1893
+ "useWhen": ["using faq section in Marketing / FAQ"],
1894
+ "doNotUseWhen": ["when faq section semantics do not match"],
3219
1895
  "alternatives": [],
3220
1896
  "relatedPatterns": [],
3221
1897
  "exportName": "FaqSection",
@@ -3229,21 +1905,10 @@
3229
1905
  "description": "Feature Section — Marketing / Features component. feature-section provides marketing / features behavior with RTL, i18n and accessibility built-in.",
3230
1906
  "category": "Marketing / Features",
3231
1907
  "status": "planned",
3232
- "capabilityAliases": [
3233
- "feature section",
3234
- "feature-section"
3235
- ],
3236
- "searchTerms": [
3237
- "feature-section",
3238
- "feature section",
3239
- "features"
3240
- ],
3241
- "useWhen": [
3242
- "using feature section in Marketing / Features"
3243
- ],
3244
- "doNotUseWhen": [
3245
- "when feature section semantics do not match"
3246
- ],
1908
+ "capabilityAliases": ["feature section", "feature-section"],
1909
+ "searchTerms": ["feature-section", "feature section", "features"],
1910
+ "useWhen": ["using feature section in Marketing / Features"],
1911
+ "doNotUseWhen": ["when feature section semantics do not match"],
3247
1912
  "alternatives": [],
3248
1913
  "relatedPatterns": [],
3249
1914
  "exportName": "FeatureSection",
@@ -3257,21 +1922,10 @@
3257
1922
  "description": "Footer — Marketing / Footer component. footer provides marketing / footer behavior with RTL, i18n and accessibility built-in.",
3258
1923
  "category": "Marketing / Footer",
3259
1924
  "status": "planned",
3260
- "capabilityAliases": [
3261
- "footer",
3262
- "footer"
3263
- ],
3264
- "searchTerms": [
3265
- "footer",
3266
- "footer",
3267
- "footer"
3268
- ],
3269
- "useWhen": [
3270
- "using footer in Marketing / Footer"
3271
- ],
3272
- "doNotUseWhen": [
3273
- "when footer semantics do not match"
3274
- ],
1925
+ "capabilityAliases": ["footer", "footer"],
1926
+ "searchTerms": ["footer", "footer", "footer"],
1927
+ "useWhen": ["using footer in Marketing / Footer"],
1928
+ "doNotUseWhen": ["when footer semantics do not match"],
3275
1929
  "alternatives": [],
3276
1930
  "relatedPatterns": [],
3277
1931
  "exportName": "Footer",
@@ -3285,21 +1939,10 @@
3285
1939
  "description": "Metrics Section — Marketing / Metrics component. metrics-section provides marketing / metrics behavior with RTL, i18n and accessibility built-in.",
3286
1940
  "category": "Marketing / Metrics",
3287
1941
  "status": "planned",
3288
- "capabilityAliases": [
3289
- "metrics section",
3290
- "metrics-section"
3291
- ],
3292
- "searchTerms": [
3293
- "metrics-section",
3294
- "metrics section",
3295
- "metrics"
3296
- ],
3297
- "useWhen": [
3298
- "using metrics section in Marketing / Metrics"
3299
- ],
3300
- "doNotUseWhen": [
3301
- "when metrics section semantics do not match"
3302
- ],
1942
+ "capabilityAliases": ["metrics section", "metrics-section"],
1943
+ "searchTerms": ["metrics-section", "metrics section", "metrics"],
1944
+ "useWhen": ["using metrics section in Marketing / Metrics"],
1945
+ "doNotUseWhen": ["when metrics section semantics do not match"],
3303
1946
  "alternatives": [],
3304
1947
  "relatedPatterns": [],
3305
1948
  "exportName": "MetricsSection",
@@ -3313,21 +1956,10 @@
3313
1956
  "description": "Newsletter — Marketing / Newsletter component. newsletter provides marketing / newsletter behavior with RTL, i18n and accessibility built-in.",
3314
1957
  "category": "Marketing / Newsletter",
3315
1958
  "status": "planned",
3316
- "capabilityAliases": [
3317
- "newsletter",
3318
- "newsletter"
3319
- ],
3320
- "searchTerms": [
3321
- "newsletter",
3322
- "newsletter",
3323
- "newsletter"
3324
- ],
3325
- "useWhen": [
3326
- "using newsletter in Marketing / Newsletter"
3327
- ],
3328
- "doNotUseWhen": [
3329
- "when newsletter semantics do not match"
3330
- ],
1959
+ "capabilityAliases": ["newsletter", "newsletter"],
1960
+ "searchTerms": ["newsletter", "newsletter", "newsletter"],
1961
+ "useWhen": ["using newsletter in Marketing / Newsletter"],
1962
+ "doNotUseWhen": ["when newsletter semantics do not match"],
3331
1963
  "alternatives": [],
3332
1964
  "relatedPatterns": [],
3333
1965
  "exportName": "Newsletter",
@@ -3341,21 +1973,10 @@
3341
1973
  "description": "Pricing Section — Marketing / Pricing component. pricing-section provides marketing / pricing behavior with RTL, i18n and accessibility built-in.",
3342
1974
  "category": "Marketing / Pricing",
3343
1975
  "status": "planned",
3344
- "capabilityAliases": [
3345
- "pricing section",
3346
- "pricing-section"
3347
- ],
3348
- "searchTerms": [
3349
- "pricing-section",
3350
- "pricing section",
3351
- "pricing"
3352
- ],
3353
- "useWhen": [
3354
- "using pricing section in Marketing / Pricing"
3355
- ],
3356
- "doNotUseWhen": [
3357
- "when pricing section semantics do not match"
3358
- ],
1976
+ "capabilityAliases": ["pricing section", "pricing-section"],
1977
+ "searchTerms": ["pricing-section", "pricing section", "pricing"],
1978
+ "useWhen": ["using pricing section in Marketing / Pricing"],
1979
+ "doNotUseWhen": ["when pricing section semantics do not match"],
3359
1980
  "alternatives": [],
3360
1981
  "relatedPatterns": [],
3361
1982
  "exportName": "PricingSection",
@@ -3369,21 +1990,10 @@
3369
1990
  "description": "Social Proof — Marketing / Social component. social-proof provides marketing / social behavior with RTL, i18n and accessibility built-in.",
3370
1991
  "category": "Marketing / Social",
3371
1992
  "status": "planned",
3372
- "capabilityAliases": [
3373
- "social proof",
3374
- "social-proof"
3375
- ],
3376
- "searchTerms": [
3377
- "social-proof",
3378
- "social proof",
3379
- "social"
3380
- ],
3381
- "useWhen": [
3382
- "using social proof in Marketing / Social"
3383
- ],
3384
- "doNotUseWhen": [
3385
- "when social proof semantics do not match"
3386
- ],
1993
+ "capabilityAliases": ["social proof", "social-proof"],
1994
+ "searchTerms": ["social-proof", "social proof", "social"],
1995
+ "useWhen": ["using social proof in Marketing / Social"],
1996
+ "doNotUseWhen": ["when social proof semantics do not match"],
3387
1997
  "alternatives": [],
3388
1998
  "relatedPatterns": [],
3389
1999
  "exportName": "SocialProof",
@@ -3397,21 +2007,10 @@
3397
2007
  "description": "Team Section — Marketing / Team component. team-section provides marketing / team behavior with RTL, i18n and accessibility built-in.",
3398
2008
  "category": "Marketing / Team",
3399
2009
  "status": "planned",
3400
- "capabilityAliases": [
3401
- "team section",
3402
- "team-section"
3403
- ],
3404
- "searchTerms": [
3405
- "team-section",
3406
- "team section",
3407
- "team"
3408
- ],
3409
- "useWhen": [
3410
- "using team section in Marketing / Team"
3411
- ],
3412
- "doNotUseWhen": [
3413
- "when team section semantics do not match"
3414
- ],
2010
+ "capabilityAliases": ["team section", "team-section"],
2011
+ "searchTerms": ["team-section", "team section", "team"],
2012
+ "useWhen": ["using team section in Marketing / Team"],
2013
+ "doNotUseWhen": ["when team section semantics do not match"],
3415
2014
  "alternatives": [],
3416
2015
  "relatedPatterns": [],
3417
2016
  "exportName": "TeamSection",
@@ -3425,21 +2024,10 @@
3425
2024
  "description": "Testimonial Section — Marketing / Testimonial component. testimonial-section provides marketing / testimonial behavior with RTL, i18n and accessibility built-in.",
3426
2025
  "category": "Marketing / Testimonial",
3427
2026
  "status": "planned",
3428
- "capabilityAliases": [
3429
- "testimonial section",
3430
- "testimonial-section"
3431
- ],
3432
- "searchTerms": [
3433
- "testimonial-section",
3434
- "testimonial section",
3435
- "testimonial"
3436
- ],
3437
- "useWhen": [
3438
- "using testimonial section in Marketing / Testimonial"
3439
- ],
3440
- "doNotUseWhen": [
3441
- "when testimonial section semantics do not match"
3442
- ],
2027
+ "capabilityAliases": ["testimonial section", "testimonial-section"],
2028
+ "searchTerms": ["testimonial-section", "testimonial section", "testimonial"],
2029
+ "useWhen": ["using testimonial section in Marketing / Testimonial"],
2030
+ "doNotUseWhen": ["when testimonial section semantics do not match"],
3443
2031
  "alternatives": [],
3444
2032
  "relatedPatterns": [],
3445
2033
  "exportName": "TestimonialSection",
@@ -3453,21 +2041,10 @@
3453
2041
  "description": "About Page — Marketing / Pages component. about-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3454
2042
  "category": "Marketing / Pages",
3455
2043
  "status": "planned",
3456
- "capabilityAliases": [
3457
- "about page",
3458
- "about-page"
3459
- ],
3460
- "searchTerms": [
3461
- "about-page",
3462
- "about page",
3463
- "pages"
3464
- ],
3465
- "useWhen": [
3466
- "using about page in Marketing / Pages"
3467
- ],
3468
- "doNotUseWhen": [
3469
- "when about page semantics do not match"
3470
- ],
2044
+ "capabilityAliases": ["about page", "about-page"],
2045
+ "searchTerms": ["about-page", "about page", "pages"],
2046
+ "useWhen": ["using about page in Marketing / Pages"],
2047
+ "doNotUseWhen": ["when about page semantics do not match"],
3471
2048
  "alternatives": [],
3472
2049
  "relatedPatterns": [],
3473
2050
  "exportName": "AboutPage",
@@ -3481,21 +2058,10 @@
3481
2058
  "description": "Blog Post Page — Marketing / Pages component. blog-post-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3482
2059
  "category": "Marketing / Pages",
3483
2060
  "status": "planned",
3484
- "capabilityAliases": [
3485
- "blog post page",
3486
- "blog-post-page"
3487
- ],
3488
- "searchTerms": [
3489
- "blog-post-page",
3490
- "blog post page",
3491
- "pages"
3492
- ],
3493
- "useWhen": [
3494
- "using blog post page in Marketing / Pages"
3495
- ],
3496
- "doNotUseWhen": [
3497
- "when blog post page semantics do not match"
3498
- ],
2061
+ "capabilityAliases": ["blog post page", "blog-post-page"],
2062
+ "searchTerms": ["blog-post-page", "blog post page", "pages"],
2063
+ "useWhen": ["using blog post page in Marketing / Pages"],
2064
+ "doNotUseWhen": ["when blog post page semantics do not match"],
3499
2065
  "alternatives": [],
3500
2066
  "relatedPatterns": [],
3501
2067
  "exportName": "BlogPostPage",
@@ -3509,21 +2075,10 @@
3509
2075
  "description": "Blog Index Page — Marketing / Pages component. blog-index-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3510
2076
  "category": "Marketing / Pages",
3511
2077
  "status": "planned",
3512
- "capabilityAliases": [
3513
- "blog index page",
3514
- "blog-index-page"
3515
- ],
3516
- "searchTerms": [
3517
- "blog-index-page",
3518
- "blog index page",
3519
- "pages"
3520
- ],
3521
- "useWhen": [
3522
- "using blog index page in Marketing / Pages"
3523
- ],
3524
- "doNotUseWhen": [
3525
- "when blog index page semantics do not match"
3526
- ],
2078
+ "capabilityAliases": ["blog index page", "blog-index-page"],
2079
+ "searchTerms": ["blog-index-page", "blog index page", "pages"],
2080
+ "useWhen": ["using blog index page in Marketing / Pages"],
2081
+ "doNotUseWhen": ["when blog index page semantics do not match"],
3527
2082
  "alternatives": [],
3528
2083
  "relatedPatterns": [],
3529
2084
  "exportName": "BlogIndexPage",
@@ -3537,21 +2092,10 @@
3537
2092
  "description": "Contact Page — Marketing / Pages component. contact-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3538
2093
  "category": "Marketing / Pages",
3539
2094
  "status": "planned",
3540
- "capabilityAliases": [
3541
- "contact page",
3542
- "contact-page"
3543
- ],
3544
- "searchTerms": [
3545
- "contact-page",
3546
- "contact page",
3547
- "pages"
3548
- ],
3549
- "useWhen": [
3550
- "using contact page in Marketing / Pages"
3551
- ],
3552
- "doNotUseWhen": [
3553
- "when contact page semantics do not match"
3554
- ],
2095
+ "capabilityAliases": ["contact page", "contact-page"],
2096
+ "searchTerms": ["contact-page", "contact page", "pages"],
2097
+ "useWhen": ["using contact page in Marketing / Pages"],
2098
+ "doNotUseWhen": ["when contact page semantics do not match"],
3555
2099
  "alternatives": [],
3556
2100
  "relatedPatterns": [],
3557
2101
  "exportName": "ContactPage",
@@ -3565,21 +2109,10 @@
3565
2109
  "description": "Faq Page — Marketing / Pages component. faq-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3566
2110
  "category": "Marketing / Pages",
3567
2111
  "status": "planned",
3568
- "capabilityAliases": [
3569
- "faq page",
3570
- "faq-page"
3571
- ],
3572
- "searchTerms": [
3573
- "faq-page",
3574
- "faq page",
3575
- "pages"
3576
- ],
3577
- "useWhen": [
3578
- "using faq page in Marketing / Pages"
3579
- ],
3580
- "doNotUseWhen": [
3581
- "when faq page semantics do not match"
3582
- ],
2112
+ "capabilityAliases": ["faq page", "faq-page"],
2113
+ "searchTerms": ["faq-page", "faq page", "pages"],
2114
+ "useWhen": ["using faq page in Marketing / Pages"],
2115
+ "doNotUseWhen": ["when faq page semantics do not match"],
3583
2116
  "alternatives": [],
3584
2117
  "relatedPatterns": [],
3585
2118
  "exportName": "FaqPage",
@@ -3593,21 +2126,10 @@
3593
2126
  "description": "Legal Page — Marketing / Pages component. legal-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3594
2127
  "category": "Marketing / Pages",
3595
2128
  "status": "planned",
3596
- "capabilityAliases": [
3597
- "legal page",
3598
- "legal-page"
3599
- ],
3600
- "searchTerms": [
3601
- "legal-page",
3602
- "legal page",
3603
- "pages"
3604
- ],
3605
- "useWhen": [
3606
- "using legal page in Marketing / Pages"
3607
- ],
3608
- "doNotUseWhen": [
3609
- "when legal page semantics do not match"
3610
- ],
2129
+ "capabilityAliases": ["legal page", "legal-page"],
2130
+ "searchTerms": ["legal-page", "legal page", "pages"],
2131
+ "useWhen": ["using legal page in Marketing / Pages"],
2132
+ "doNotUseWhen": ["when legal page semantics do not match"],
3611
2133
  "alternatives": [],
3612
2134
  "relatedPatterns": [],
3613
2135
  "exportName": "LegalPage",
@@ -3621,21 +2143,10 @@
3621
2143
  "description": "Pricing Page — Marketing / Pages component. pricing-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3622
2144
  "category": "Marketing / Pages",
3623
2145
  "status": "planned",
3624
- "capabilityAliases": [
3625
- "pricing page",
3626
- "pricing-page"
3627
- ],
3628
- "searchTerms": [
3629
- "pricing-page",
3630
- "pricing page",
3631
- "pages"
3632
- ],
3633
- "useWhen": [
3634
- "using pricing page in Marketing / Pages"
3635
- ],
3636
- "doNotUseWhen": [
3637
- "when pricing page semantics do not match"
3638
- ],
2146
+ "capabilityAliases": ["pricing page", "pricing-page"],
2147
+ "searchTerms": ["pricing-page", "pricing page", "pages"],
2148
+ "useWhen": ["using pricing page in Marketing / Pages"],
2149
+ "doNotUseWhen": ["when pricing page semantics do not match"],
3639
2150
  "alternatives": [],
3640
2151
  "relatedPatterns": [],
3641
2152
  "exportName": "PricingPage",
@@ -3649,21 +2160,10 @@
3649
2160
  "description": "Team Page — Marketing / Pages component. team-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3650
2161
  "category": "Marketing / Pages",
3651
2162
  "status": "planned",
3652
- "capabilityAliases": [
3653
- "team page",
3654
- "team-page"
3655
- ],
3656
- "searchTerms": [
3657
- "team-page",
3658
- "team page",
3659
- "pages"
3660
- ],
3661
- "useWhen": [
3662
- "using team page in Marketing / Pages"
3663
- ],
3664
- "doNotUseWhen": [
3665
- "when team page semantics do not match"
3666
- ],
2163
+ "capabilityAliases": ["team page", "team-page"],
2164
+ "searchTerms": ["team-page", "team page", "pages"],
2165
+ "useWhen": ["using team page in Marketing / Pages"],
2166
+ "doNotUseWhen": ["when team page semantics do not match"],
3667
2167
  "alternatives": [],
3668
2168
  "relatedPatterns": [],
3669
2169
  "exportName": "TeamPage",
@@ -3677,21 +2177,10 @@
3677
2177
  "description": "Marketing 404 Page — Marketing / Pages component. marketing-404-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
3678
2178
  "category": "Marketing / Pages",
3679
2179
  "status": "planned",
3680
- "capabilityAliases": [
3681
- "marketing 404 page",
3682
- "marketing-404-page"
3683
- ],
3684
- "searchTerms": [
3685
- "marketing-404-page",
3686
- "marketing 404 page",
3687
- "pages"
3688
- ],
3689
- "useWhen": [
3690
- "using marketing 404 page in Marketing / Pages"
3691
- ],
3692
- "doNotUseWhen": [
3693
- "when marketing 404 page semantics do not match"
3694
- ],
2180
+ "capabilityAliases": ["marketing 404 page", "marketing-404-page"],
2181
+ "searchTerms": ["marketing-404-page", "marketing 404 page", "pages"],
2182
+ "useWhen": ["using marketing 404 page in Marketing / Pages"],
2183
+ "doNotUseWhen": ["when marketing 404 page semantics do not match"],
3695
2184
  "alternatives": [],
3696
2185
  "relatedPatterns": [],
3697
2186
  "exportName": "Marketing404Page",
@@ -3705,28 +2194,12 @@
3705
2194
  "description": "Gradient picker with two color stops and CSS output, tokenized and accessible, distinct from ColorPicker.",
3706
2195
  "category": "Application Components",
3707
2196
  "status": "available",
3708
- "capabilityAliases": [
3709
- "gradient picker",
3710
- "gradient",
3711
- "linear gradient"
3712
- ],
3713
- "searchTerms": [
3714
- "gradient",
3715
- "picker",
3716
- "color"
3717
- ],
3718
- "useWhen": [
3719
- "selecting a linear gradient"
3720
- ],
3721
- "doNotUseWhen": [
3722
- "single color (use ColorPicker)"
3723
- ],
3724
- "alternatives": [
3725
- "ColorPicker"
3726
- ],
3727
- "relatedPatterns": [
3728
- "color-picker"
3729
- ],
2197
+ "capabilityAliases": ["gradient picker", "gradient", "linear gradient"],
2198
+ "searchTerms": ["gradient", "picker", "color"],
2199
+ "useWhen": ["selecting a linear gradient"],
2200
+ "doNotUseWhen": ["single color (use ColorPicker)"],
2201
+ "alternatives": ["ColorPicker"],
2202
+ "relatedPatterns": ["color-picker"],
3730
2203
  "exportName": "GradientPicker",
3731
2204
  "registryItem": "gradient-picker",
3732
2205
  "maturity": "beta"
@@ -3738,28 +2211,12 @@
3738
2211
  "description": "Image picker with preview, drag and file input, tokenized and RTL-safe, distinct from FileUploader.",
3739
2212
  "category": "Application Components",
3740
2213
  "status": "available",
3741
- "capabilityAliases": [
3742
- "image picker",
3743
- "image select",
3744
- "image upload"
3745
- ],
3746
- "searchTerms": [
3747
- "image",
3748
- "picker",
3749
- "upload"
3750
- ],
3751
- "useWhen": [
3752
- "selecting an image with preview"
3753
- ],
3754
- "doNotUseWhen": [
3755
- "generic file (use FileUploader)"
3756
- ],
3757
- "alternatives": [
3758
- "FileUploader"
3759
- ],
3760
- "relatedPatterns": [
3761
- "file-uploader"
3762
- ],
2214
+ "capabilityAliases": ["image picker", "image select", "image upload"],
2215
+ "searchTerms": ["image", "picker", "upload"],
2216
+ "useWhen": ["selecting an image with preview"],
2217
+ "doNotUseWhen": ["generic file (use FileUploader)"],
2218
+ "alternatives": ["FileUploader"],
2219
+ "relatedPatterns": ["file-uploader"],
3763
2220
  "exportName": "ImagePicker",
3764
2221
  "registryItem": "image-picker",
3765
2222
  "maturity": "beta"
@@ -3771,30 +2228,12 @@
3771
2228
  "description": "Inline call to action link with trailing logical chevron, tokenized, for use within prose.",
3772
2229
  "category": "Application Components",
3773
2230
  "status": "available",
3774
- "capabilityAliases": [
3775
- "inline cta",
3776
- "inline call to action",
3777
- "text link cta"
3778
- ],
3779
- "searchTerms": [
3780
- "inline cta",
3781
- "cta",
3782
- "link"
3783
- ],
3784
- "useWhen": [
3785
- "inline CTA within prose or card"
3786
- ],
3787
- "doNotUseWhen": [
3788
- "block CTA (use CTA Section)",
3789
- "primary button (use Button)"
3790
- ],
3791
- "alternatives": [
3792
- "Button",
3793
- "CtaSection"
3794
- ],
3795
- "relatedPatterns": [
3796
- "cta-section"
3797
- ],
2231
+ "capabilityAliases": ["inline cta", "inline call to action", "text link cta"],
2232
+ "searchTerms": ["inline cta", "cta", "link"],
2233
+ "useWhen": ["inline CTA within prose or card"],
2234
+ "doNotUseWhen": ["block CTA (use CTA Section)", "primary button (use Button)"],
2235
+ "alternatives": ["Button", "CtaSection"],
2236
+ "relatedPatterns": ["cta-section"],
3798
2237
  "exportName": "InlineCta",
3799
2238
  "registryItem": "inline-cta",
3800
2239
  "maturity": "beta"
@@ -3806,27 +2245,12 @@
3806
2245
  "description": "Interactive 3-D galaxy canvas with fixed core and orbiting capability nodes. Respects reduced-motion, pauses when hidden, keyboard accessible.",
3807
2246
  "category": "Cinematic / 3D System",
3808
2247
  "status": "experimental",
3809
- "capabilityAliases": [
3810
- "3d sphere",
3811
- "ecosystem galaxy"
3812
- ],
3813
- "searchTerms": [
3814
- "ecosystem",
3815
- "sphere",
3816
- "canvas",
3817
- "3d"
3818
- ],
3819
- "useWhen": [
3820
- "landing hero 3d visualization"
3821
- ],
3822
- "doNotUseWhen": [
3823
- "data tables",
3824
- "forms"
3825
- ],
2248
+ "capabilityAliases": ["3d sphere", "ecosystem galaxy"],
2249
+ "searchTerms": ["ecosystem", "sphere", "canvas", "3d"],
2250
+ "useWhen": ["landing hero 3d visualization"],
2251
+ "doNotUseWhen": ["data tables", "forms"],
3826
2252
  "alternatives": [],
3827
- "relatedPatterns": [
3828
- "system-anatomy"
3829
- ],
2253
+ "relatedPatterns": ["system-anatomy"],
3830
2254
  "exportName": "EcosystemSphere",
3831
2255
  "registryItem": "ecosystem-sphere",
3832
2256
  "maturity": "beta"
@@ -3838,24 +2262,12 @@
3838
2262
  "description": "Scroll-scrubbed exploded view (Foundation/Orchestration/Experience) with sticky canvas.",
3839
2263
  "category": "Cinematic / 3D System",
3840
2264
  "status": "experimental",
3841
- "capabilityAliases": [
3842
- "system anatomy",
3843
- "exploded view"
3844
- ],
3845
- "searchTerms": [
3846
- "anatomy",
3847
- "scroll"
3848
- ],
3849
- "useWhen": [
3850
- "landing storytelling"
3851
- ],
3852
- "doNotUseWhen": [
3853
- "forms"
3854
- ],
2265
+ "capabilityAliases": ["system anatomy", "exploded view"],
2266
+ "searchTerms": ["anatomy", "scroll"],
2267
+ "useWhen": ["landing storytelling"],
2268
+ "doNotUseWhen": ["forms"],
3855
2269
  "alternatives": [],
3856
- "relatedPatterns": [
3857
- "ecosystem-motion-showcase"
3858
- ],
2270
+ "relatedPatterns": ["ecosystem-motion-showcase"],
3859
2271
  "exportName": "SystemAnatomy",
3860
2272
  "registryItem": "system-anatomy",
3861
2273
  "maturity": "beta"
@@ -3867,19 +2279,10 @@
3867
2279
  "description": "Three-principle continuous scroll narrative with sticky stage.",
3868
2280
  "category": "Cinematic / 3D System",
3869
2281
  "status": "experimental",
3870
- "capabilityAliases": [
3871
- "motion showcase"
3872
- ],
3873
- "searchTerms": [
3874
- "motion",
3875
- "showcase"
3876
- ],
3877
- "useWhen": [
3878
- "landing"
3879
- ],
3880
- "doNotUseWhen": [
3881
- "data tables or forms"
3882
- ],
2282
+ "capabilityAliases": ["motion showcase"],
2283
+ "searchTerms": ["motion", "showcase"],
2284
+ "useWhen": ["landing"],
2285
+ "doNotUseWhen": ["data tables or forms"],
3883
2286
  "alternatives": [],
3884
2287
  "relatedPatterns": [],
3885
2288
  "exportName": "EcosystemMotionShowcase",
@@ -3893,19 +2296,10 @@
3893
2296
  "description": "Fixed horizontal chapter timeline + scroll progress. IntersectionObserver active chapter.",
3894
2297
  "category": "Cinematic / Motion",
3895
2298
  "status": "experimental",
3896
- "capabilityAliases": [
3897
- "kinetic timeline"
3898
- ],
3899
- "searchTerms": [
3900
- "kinetic",
3901
- "timeline"
3902
- ],
3903
- "useWhen": [
3904
- "landing timeline"
3905
- ],
3906
- "doNotUseWhen": [
3907
- "data tables or forms"
3908
- ],
2299
+ "capabilityAliases": ["kinetic timeline"],
2300
+ "searchTerms": ["kinetic", "timeline"],
2301
+ "useWhen": ["landing timeline"],
2302
+ "doNotUseWhen": ["data tables or forms"],
3909
2303
  "alternatives": [],
3910
2304
  "relatedPatterns": [],
3911
2305
  "exportName": "KineticExperience",
@@ -3919,19 +2313,10 @@
3919
2313
  "description": "Full landing composition combining hero reactor, SystemAnatomy, EcosystemMotionShowcase and KineticExperience.",
3920
2314
  "category": "Cinematic / Pages",
3921
2315
  "status": "experimental",
3922
- "capabilityAliases": [
3923
- "landing"
3924
- ],
3925
- "searchTerms": [
3926
- "landing",
3927
- "cinematic"
3928
- ],
3929
- "useWhen": [
3930
- "marketing landing"
3931
- ],
3932
- "doNotUseWhen": [
3933
- "data tables or forms"
3934
- ],
2316
+ "capabilityAliases": ["landing"],
2317
+ "searchTerms": ["landing", "cinematic"],
2318
+ "useWhen": ["marketing landing"],
2319
+ "doNotUseWhen": ["data tables or forms"],
3935
2320
  "alternatives": [],
3936
2321
  "relatedPatterns": [],
3937
2322
  "exportName": "LandingCinematic",