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.
- package/README.md +73 -35
- package/apps/showcase/src/catalog/catalog-index.tsx +8 -8
- package/apps/showcase/src/catalog/catalog-shell.tsx +7 -2
- package/apps/storybook/stories/catalog/calendar.stories.tsx +3 -1
- package/apps/storybook/stories/catalog/date-picker.stories.tsx +5 -1
- package/apps/storybook/stories/catalog/icon-system.stories.tsx +3 -2
- package/docs/adr/0006-icons8-icon-policy.md +4 -4
- package/docs/design-system/architecture.md +1 -1
- package/docs/design-system/ci-cd.md +22 -7
- package/docs/design-system/inventory.md +0 -1
- package/docs/design-system/rtl.md +1 -1
- package/package.json +2 -2
- package/packages/ai-ui/src/activity-feed.tsx +1 -2
- package/packages/ai-ui/src/agent-composer.tsx +1 -1
- package/packages/ai-ui/src/agent-message.tsx +1 -1
- package/packages/ai-ui/src/agent-plan.tsx +1 -1
- package/packages/ai-ui/src/agent-workspace.tsx +1 -2
- package/packages/ai-ui/src/approval-request.tsx +1 -1
- package/packages/ai-ui/src/run-inspector.tsx +1 -1
- package/packages/ai-ui/src/tool-call.tsx +1 -1
- package/packages/data-ui/src/activity-gauge.tsx +1 -1
- package/packages/data-ui/src/chart-frame.tsx +1 -1
- package/packages/data-ui/src/chart.tsx +1 -2
- package/packages/data-ui/src/dashboard-shell.tsx +1 -2
- package/packages/data-ui/src/data-table.tsx +1 -1
- package/packages/data-ui/src/filter-bar.tsx +1 -2
- package/packages/data-ui/src/metric-card.tsx +1 -1
- package/packages/data-ui/src/pagination.tsx +1 -3
- package/packages/data-ui/src/pie-chart.tsx +1 -1
- package/packages/data-ui/src/radar-chart.tsx +1 -1
- package/packages/design-tokens/src/base.css +1 -1
- package/packages/design-tokens/src/palette.ts +4 -4
- package/packages/design-tokens/src/tokens.css +6 -12
- package/packages/design-tokens/src/tokens.json +4 -4
- package/packages/design-tokens/src/tokens.mjs +4 -4
- package/packages/icons/package.json +3 -0
- package/packages/icons/src/adapters.tsx +4 -4
- package/packages/icons/src/iconsax.tsx +233 -0
- package/packages/icons/src/index.tsx +1 -103
- package/packages/registry/catalog-index.json +1 -1
- package/packages/registry/component-audit.json +1 -1
- package/packages/registry/docs-index.json +135 -403
- package/packages/registry/manifest.json +1642 -6110
- package/packages/registry/r/activity-feed.json +9 -32
- package/packages/registry/r/agent-composer.json +9 -34
- package/packages/registry/r/agent-message.json +9 -32
- package/packages/registry/r/agent-plan.json +9 -32
- package/packages/registry/r/agent-workspace.json +9 -32
- package/packages/registry/r/alert.json +9 -33
- package/packages/registry/r/app-frame.json +9 -32
- package/packages/registry/r/approval-request.json +9 -34
- package/packages/registry/r/badge.json +9 -33
- package/packages/registry/r/bidi-text.json +7 -25
- package/packages/registry/r/bottom-navigation.json +9 -32
- package/packages/registry/r/button.json +7 -29
- package/packages/registry/r/calendar.json +15 -31
- package/packages/registry/r/card.json +9 -32
- package/packages/registry/r/chart-frame.json +9 -32
- package/packages/registry/r/chart.json +8 -30
- package/packages/registry/r/code-block.json +9 -32
- package/packages/registry/r/context-menu.json +8 -36
- package/packages/registry/r/dashboard-01.json +7 -23
- package/packages/registry/r/dashboard-02.json +6 -20
- package/packages/registry/r/dashboard-shell.json +9 -32
- package/packages/registry/r/data-list.json +9 -32
- package/packages/registry/r/data-table.json +9 -32
- package/packages/registry/r/date-picker.json +15 -31
- package/packages/registry/r/dialog.json +11 -45
- package/packages/registry/r/direction-provider.json +6 -21
- package/packages/registry/r/drawer.json +10 -36
- package/packages/registry/r/dropdown.json +9 -37
- package/packages/registry/r/empty-state.json +9 -32
- package/packages/registry/r/error-state.json +9 -32
- package/packages/registry/r/fab.json +9 -34
- package/packages/registry/r/featured-icon.json +7 -29
- package/packages/registry/r/filter-bar.json +10 -35
- package/packages/registry/r/gradient-picker.json +7 -24
- package/packages/registry/r/header-navigation.json +9 -32
- package/packages/registry/r/hero-header.json +7 -25
- package/packages/registry/r/icon-system.json +14 -29
- package/packages/registry/r/image-picker.json +7 -24
- package/packages/registry/r/inline-cta.json +14 -32
- package/packages/registry/r/input.json +9 -33
- package/packages/registry/r/landing-page.json +6 -21
- package/packages/registry/r/login-page.json +9 -35
- package/packages/registry/r/marketing-header.json +8 -26
- package/packages/registry/r/menu.json +9 -34
- package/packages/registry/r/messaging.json +9 -33
- package/packages/registry/r/metric-card.json +9 -32
- package/packages/registry/r/mobile-screen.json +9 -32
- package/packages/registry/r/not-found.json +7 -25
- package/packages/registry/r/page-header.json +9 -32
- package/packages/registry/r/pagination.json +15 -31
- package/packages/registry/r/progress-steps.json +9 -33
- package/packages/registry/r/run-inspector.json +9 -32
- package/packages/registry/r/section-header.json +9 -32
- package/packages/registry/r/settings-01.json +5 -19
- package/packages/registry/r/settings-02.json +5 -19
- package/packages/registry/r/settings-page.json +9 -32
- package/packages/registry/r/sidebar-navigation.json +9 -32
- package/packages/registry/r/sign-in-form.json +9 -34
- package/packages/registry/r/skeleton.json +9 -32
- package/packages/registry/r/spinner.json +9 -32
- package/packages/registry/r/tabs.json +9 -34
- package/packages/registry/r/textarea.json +9 -33
- package/packages/registry/r/tool-call.json +9 -32
- package/packages/registry/r/tooltip.json +9 -33
- package/packages/registry/r/utility-button.json +9 -37
- package/packages/registry/r/workflow-canvas.json +9 -32
- package/packages/registry/r/workflow-node.json +9 -32
- package/packages/registry/registry.json +232 -937
- package/packages/registry/search-index.json +579 -2194
- package/packages/ui/package.json +4 -1
- package/packages/ui/src/date-picker.browser.test.tsx +1 -1
- package/packages/ui/src/date-picker.tsx +1 -2
- package/packages/ui/src/gradient-picker.tsx +6 -2
- package/packages/ui/src/theme-provider.browser.test.tsx +15 -6
- package/packages/ui/src/theme-provider.tsx +19 -5
- package/packages/workflow-ui/src/workflow-canvas.tsx +1 -1
- package/packages/workflow-ui/src/workflow-node.tsx +1 -1
- package/scripts/enrich-registry-payloads.mjs +9 -3
- package/scripts/fix-registry-closure.mjs +2 -1
- package/scripts/generate-manifest.mjs +61 -39
- package/scripts/validate-manifest.mjs +24 -33
- package/scripts/verify-registry-consumer.mjs +33 -7
- package/tests/e2e/catalog-typography.spec.ts +6 -4
- package/tests/icons.test.mjs +5 -5
- package/tsconfig.base.json +17 -51
- 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
- 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
- package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/switching-locale-to-Persian-updates-document-direction-to-rtl-1.png +0 -0
- package/packages/ui/src/__screenshots__/button.browser.test.tsx/Button-preserves-native--busy--disabled--and-ref-contracts-1.png +0 -0
- package/packages/ui/src/__screenshots__/button.browser.test.tsx/a-disabled-polymorphic-Button-cannot-navigate-or-receive-focus-1.png +0 -0
- package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-Escape-closes-popover-and-returns-focus-to-input-1.png +0 -0
- package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-click-outside-closes-popover-1.png +0 -0
- package/packages/ui/src/__screenshots__/dialog.browser.test.tsx/Dialog-propagates-RTL-into-the-portal-and-traps-then-restores-focus-1.png +0 -0
|
@@ -15,9 +15,7 @@
|
|
|
15
15
|
"target": "packages/ui/src/button.tsx"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
|
-
"peerDependencies": [
|
|
19
|
-
"react"
|
|
20
|
-
],
|
|
18
|
+
"peerDependencies": ["react"],
|
|
21
19
|
"manifestId": "button",
|
|
22
20
|
"capabilityAliases": [
|
|
23
21
|
"confirmation dialog with destructive action",
|
|
@@ -27,14 +25,7 @@
|
|
|
27
25
|
"loading button",
|
|
28
26
|
"cta"
|
|
29
27
|
],
|
|
30
|
-
"searchTerms": [
|
|
31
|
-
"button",
|
|
32
|
-
"cta",
|
|
33
|
-
"action",
|
|
34
|
-
"destructive",
|
|
35
|
-
"confirmation",
|
|
36
|
-
"submit"
|
|
37
|
-
]
|
|
28
|
+
"searchTerms": ["button", "cta", "action", "destructive", "confirmation", "submit"]
|
|
38
29
|
},
|
|
39
30
|
{
|
|
40
31
|
"name": "input",
|
|
@@ -48,19 +39,10 @@
|
|
|
48
39
|
"target": "packages/ui/src/field.tsx"
|
|
49
40
|
}
|
|
50
41
|
],
|
|
51
|
-
"peerDependencies": [
|
|
52
|
-
"react"
|
|
53
|
-
],
|
|
42
|
+
"peerDependencies": ["react"],
|
|
54
43
|
"manifestId": "input",
|
|
55
|
-
"capabilityAliases": [
|
|
56
|
-
|
|
57
|
-
"input"
|
|
58
|
-
],
|
|
59
|
-
"searchTerms": [
|
|
60
|
-
"input",
|
|
61
|
-
"input",
|
|
62
|
-
"forms"
|
|
63
|
-
]
|
|
44
|
+
"capabilityAliases": ["input", "input"],
|
|
45
|
+
"searchTerms": ["input", "input", "forms"]
|
|
64
46
|
},
|
|
65
47
|
{
|
|
66
48
|
"name": "dialog",
|
|
@@ -74,21 +56,14 @@
|
|
|
74
56
|
"target": "packages/ui/src/dialog.tsx"
|
|
75
57
|
}
|
|
76
58
|
],
|
|
77
|
-
"peerDependencies": [
|
|
78
|
-
"react"
|
|
79
|
-
],
|
|
59
|
+
"peerDependencies": ["react"],
|
|
80
60
|
"manifestId": "dialog",
|
|
81
61
|
"capabilityAliases": [
|
|
82
62
|
"confirmation dialog with destructive action",
|
|
83
63
|
"modal",
|
|
84
64
|
"confirm dialog"
|
|
85
65
|
],
|
|
86
|
-
"searchTerms": [
|
|
87
|
-
"dialog",
|
|
88
|
-
"modal",
|
|
89
|
-
"confirm",
|
|
90
|
-
"overlay"
|
|
91
|
-
]
|
|
66
|
+
"searchTerms": ["dialog", "modal", "confirm", "overlay"]
|
|
92
67
|
},
|
|
93
68
|
{
|
|
94
69
|
"name": "drawer",
|
|
@@ -102,19 +77,10 @@
|
|
|
102
77
|
"target": "packages/ui/src/drawer.tsx"
|
|
103
78
|
}
|
|
104
79
|
],
|
|
105
|
-
"peerDependencies": [
|
|
106
|
-
"react"
|
|
107
|
-
],
|
|
80
|
+
"peerDependencies": ["react"],
|
|
108
81
|
"manifestId": "drawer",
|
|
109
|
-
"capabilityAliases": [
|
|
110
|
-
|
|
111
|
-
"drawer"
|
|
112
|
-
],
|
|
113
|
-
"searchTerms": [
|
|
114
|
-
"drawer",
|
|
115
|
-
"drawer",
|
|
116
|
-
"overlays"
|
|
117
|
-
]
|
|
82
|
+
"capabilityAliases": ["drawer", "drawer"],
|
|
83
|
+
"searchTerms": ["drawer", "drawer", "overlays"]
|
|
118
84
|
},
|
|
119
85
|
{
|
|
120
86
|
"name": "bidi-text",
|
|
@@ -128,9 +94,7 @@
|
|
|
128
94
|
"target": "packages/ui/src/bidi.tsx"
|
|
129
95
|
}
|
|
130
96
|
],
|
|
131
|
-
"peerDependencies": [
|
|
132
|
-
"react"
|
|
133
|
-
],
|
|
97
|
+
"peerDependencies": ["react"],
|
|
134
98
|
"manifestId": "bidi-text",
|
|
135
99
|
"capabilityAliases": [
|
|
136
100
|
"bidi text",
|
|
@@ -138,13 +102,7 @@
|
|
|
138
102
|
"technical identifier",
|
|
139
103
|
"bdi auto direction"
|
|
140
104
|
],
|
|
141
|
-
"searchTerms": [
|
|
142
|
-
"bidi",
|
|
143
|
-
"rtl ltr isolation",
|
|
144
|
-
"technical value",
|
|
145
|
-
"url hash",
|
|
146
|
-
"command"
|
|
147
|
-
]
|
|
105
|
+
"searchTerms": ["bidi", "rtl ltr isolation", "technical value", "url hash", "command"]
|
|
148
106
|
},
|
|
149
107
|
{
|
|
150
108
|
"name": "code-block",
|
|
@@ -158,19 +116,10 @@
|
|
|
158
116
|
"target": "packages/ui/src/code.tsx"
|
|
159
117
|
}
|
|
160
118
|
],
|
|
161
|
-
"peerDependencies": [
|
|
162
|
-
"react"
|
|
163
|
-
],
|
|
119
|
+
"peerDependencies": ["react"],
|
|
164
120
|
"manifestId": "code-and-terminal",
|
|
165
|
-
"capabilityAliases": [
|
|
166
|
-
|
|
167
|
-
"code-and-terminal"
|
|
168
|
-
],
|
|
169
|
-
"searchTerms": [
|
|
170
|
-
"code-and-terminal",
|
|
171
|
-
"code and terminal",
|
|
172
|
-
"technical content"
|
|
173
|
-
]
|
|
121
|
+
"capabilityAliases": ["code and terminal", "code-and-terminal"],
|
|
122
|
+
"searchTerms": ["code-and-terminal", "code and terminal", "technical content"]
|
|
174
123
|
},
|
|
175
124
|
{
|
|
176
125
|
"name": "data-table",
|
|
@@ -184,22 +133,11 @@
|
|
|
184
133
|
"target": "packages/data-ui/src/data-table.tsx"
|
|
185
134
|
}
|
|
186
135
|
],
|
|
187
|
-
"dependencies": [
|
|
188
|
-
|
|
189
|
-
],
|
|
190
|
-
"peerDependencies": [
|
|
191
|
-
"react"
|
|
192
|
-
],
|
|
136
|
+
"dependencies": ["@noe/ui"],
|
|
137
|
+
"peerDependencies": ["react"],
|
|
193
138
|
"manifestId": "data-table",
|
|
194
|
-
"capabilityAliases": [
|
|
195
|
-
|
|
196
|
-
"data-table"
|
|
197
|
-
],
|
|
198
|
-
"searchTerms": [
|
|
199
|
-
"data-table",
|
|
200
|
-
"data table",
|
|
201
|
-
"data"
|
|
202
|
-
]
|
|
139
|
+
"capabilityAliases": ["data table", "data-table"],
|
|
140
|
+
"searchTerms": ["data-table", "data table", "data"]
|
|
203
141
|
},
|
|
204
142
|
{
|
|
205
143
|
"name": "metric-card",
|
|
@@ -213,22 +151,11 @@
|
|
|
213
151
|
"target": "packages/data-ui/src/metric-card.tsx"
|
|
214
152
|
}
|
|
215
153
|
],
|
|
216
|
-
"dependencies": [
|
|
217
|
-
|
|
218
|
-
],
|
|
219
|
-
"peerDependencies": [
|
|
220
|
-
"react"
|
|
221
|
-
],
|
|
154
|
+
"dependencies": ["@noe/ui"],
|
|
155
|
+
"peerDependencies": ["react"],
|
|
222
156
|
"manifestId": "metric-card",
|
|
223
|
-
"capabilityAliases": [
|
|
224
|
-
|
|
225
|
-
"metric-card"
|
|
226
|
-
],
|
|
227
|
-
"searchTerms": [
|
|
228
|
-
"metric-card",
|
|
229
|
-
"metric card",
|
|
230
|
-
"data"
|
|
231
|
-
]
|
|
157
|
+
"capabilityAliases": ["metric card", "metric-card"],
|
|
158
|
+
"searchTerms": ["metric-card", "metric card", "data"]
|
|
232
159
|
},
|
|
233
160
|
{
|
|
234
161
|
"name": "agent-message",
|
|
@@ -242,22 +169,11 @@
|
|
|
242
169
|
"target": "packages/ai-ui/src/agent-message.tsx"
|
|
243
170
|
}
|
|
244
171
|
],
|
|
245
|
-
"dependencies": [
|
|
246
|
-
|
|
247
|
-
],
|
|
248
|
-
"peerDependencies": [
|
|
249
|
-
"react"
|
|
250
|
-
],
|
|
172
|
+
"dependencies": ["@noe/ui"],
|
|
173
|
+
"peerDependencies": ["react"],
|
|
251
174
|
"manifestId": "agent-message",
|
|
252
|
-
"capabilityAliases": [
|
|
253
|
-
|
|
254
|
-
"agent-message"
|
|
255
|
-
],
|
|
256
|
-
"searchTerms": [
|
|
257
|
-
"agent-message",
|
|
258
|
-
"agent message",
|
|
259
|
-
"agentic"
|
|
260
|
-
]
|
|
175
|
+
"capabilityAliases": ["agent message", "agent-message"],
|
|
176
|
+
"searchTerms": ["agent-message", "agent message", "agentic"]
|
|
261
177
|
},
|
|
262
178
|
{
|
|
263
179
|
"name": "agent-composer",
|
|
@@ -271,22 +187,11 @@
|
|
|
271
187
|
"target": "packages/ai-ui/src/agent-composer.tsx"
|
|
272
188
|
}
|
|
273
189
|
],
|
|
274
|
-
"dependencies": [
|
|
275
|
-
|
|
276
|
-
],
|
|
277
|
-
"peerDependencies": [
|
|
278
|
-
"react"
|
|
279
|
-
],
|
|
190
|
+
"dependencies": ["@noe/ui"],
|
|
191
|
+
"peerDependencies": ["react"],
|
|
280
192
|
"manifestId": "agent-composer",
|
|
281
|
-
"capabilityAliases": [
|
|
282
|
-
|
|
283
|
-
"agent-composer"
|
|
284
|
-
],
|
|
285
|
-
"searchTerms": [
|
|
286
|
-
"agent-composer",
|
|
287
|
-
"agent composer",
|
|
288
|
-
"agentic"
|
|
289
|
-
]
|
|
193
|
+
"capabilityAliases": ["agent composer", "agent-composer"],
|
|
194
|
+
"searchTerms": ["agent-composer", "agent composer", "agentic"]
|
|
290
195
|
},
|
|
291
196
|
{
|
|
292
197
|
"name": "agent-plan",
|
|
@@ -300,22 +205,11 @@
|
|
|
300
205
|
"target": "packages/ai-ui/src/agent-plan.tsx"
|
|
301
206
|
}
|
|
302
207
|
],
|
|
303
|
-
"dependencies": [
|
|
304
|
-
|
|
305
|
-
],
|
|
306
|
-
"peerDependencies": [
|
|
307
|
-
"react"
|
|
308
|
-
],
|
|
208
|
+
"dependencies": ["@noe/ui"],
|
|
209
|
+
"peerDependencies": ["react"],
|
|
309
210
|
"manifestId": "agent-plan",
|
|
310
|
-
"capabilityAliases": [
|
|
311
|
-
|
|
312
|
-
"agent-plan"
|
|
313
|
-
],
|
|
314
|
-
"searchTerms": [
|
|
315
|
-
"agent-plan",
|
|
316
|
-
"agent plan",
|
|
317
|
-
"agentic"
|
|
318
|
-
]
|
|
211
|
+
"capabilityAliases": ["agent plan", "agent-plan"],
|
|
212
|
+
"searchTerms": ["agent-plan", "agent plan", "agentic"]
|
|
319
213
|
},
|
|
320
214
|
{
|
|
321
215
|
"name": "tool-call",
|
|
@@ -329,22 +223,11 @@
|
|
|
329
223
|
"target": "packages/ai-ui/src/tool-call.tsx"
|
|
330
224
|
}
|
|
331
225
|
],
|
|
332
|
-
"dependencies": [
|
|
333
|
-
|
|
334
|
-
],
|
|
335
|
-
"peerDependencies": [
|
|
336
|
-
"react"
|
|
337
|
-
],
|
|
226
|
+
"dependencies": ["@noe/ui"],
|
|
227
|
+
"peerDependencies": ["react"],
|
|
338
228
|
"manifestId": "tool-call",
|
|
339
|
-
"capabilityAliases": [
|
|
340
|
-
|
|
341
|
-
"tool-call"
|
|
342
|
-
],
|
|
343
|
-
"searchTerms": [
|
|
344
|
-
"tool-call",
|
|
345
|
-
"tool call",
|
|
346
|
-
"agentic"
|
|
347
|
-
]
|
|
229
|
+
"capabilityAliases": ["tool call", "tool-call"],
|
|
230
|
+
"searchTerms": ["tool-call", "tool call", "agentic"]
|
|
348
231
|
},
|
|
349
232
|
{
|
|
350
233
|
"name": "approval-request",
|
|
@@ -358,22 +241,11 @@
|
|
|
358
241
|
"target": "packages/ai-ui/src/approval-request.tsx"
|
|
359
242
|
}
|
|
360
243
|
],
|
|
361
|
-
"dependencies": [
|
|
362
|
-
|
|
363
|
-
],
|
|
364
|
-
"peerDependencies": [
|
|
365
|
-
"react"
|
|
366
|
-
],
|
|
244
|
+
"dependencies": ["@noe/ui"],
|
|
245
|
+
"peerDependencies": ["react"],
|
|
367
246
|
"manifestId": "approval-request",
|
|
368
|
-
"capabilityAliases": [
|
|
369
|
-
|
|
370
|
-
"approval-request"
|
|
371
|
-
],
|
|
372
|
-
"searchTerms": [
|
|
373
|
-
"approval-request",
|
|
374
|
-
"approval request",
|
|
375
|
-
"agentic"
|
|
376
|
-
]
|
|
247
|
+
"capabilityAliases": ["approval request", "approval-request"],
|
|
248
|
+
"searchTerms": ["approval-request", "approval request", "agentic"]
|
|
377
249
|
},
|
|
378
250
|
{
|
|
379
251
|
"name": "run-inspector",
|
|
@@ -387,22 +259,11 @@
|
|
|
387
259
|
"target": "packages/ai-ui/src/run-inspector.tsx"
|
|
388
260
|
}
|
|
389
261
|
],
|
|
390
|
-
"dependencies": [
|
|
391
|
-
|
|
392
|
-
],
|
|
393
|
-
"peerDependencies": [
|
|
394
|
-
"react"
|
|
395
|
-
],
|
|
262
|
+
"dependencies": ["@noe/ui"],
|
|
263
|
+
"peerDependencies": ["react"],
|
|
396
264
|
"manifestId": "run-inspector",
|
|
397
|
-
"capabilityAliases": [
|
|
398
|
-
|
|
399
|
-
"run-inspector"
|
|
400
|
-
],
|
|
401
|
-
"searchTerms": [
|
|
402
|
-
"run-inspector",
|
|
403
|
-
"run inspector",
|
|
404
|
-
"agentic"
|
|
405
|
-
]
|
|
265
|
+
"capabilityAliases": ["run inspector", "run-inspector"],
|
|
266
|
+
"searchTerms": ["run-inspector", "run inspector", "agentic"]
|
|
406
267
|
},
|
|
407
268
|
{
|
|
408
269
|
"name": "workflow-node",
|
|
@@ -416,22 +277,11 @@
|
|
|
416
277
|
"target": "packages/workflow-ui/src/workflow-node.tsx"
|
|
417
278
|
}
|
|
418
279
|
],
|
|
419
|
-
"peerDependencies": [
|
|
420
|
-
"react"
|
|
421
|
-
],
|
|
280
|
+
"peerDependencies": ["react"],
|
|
422
281
|
"manifestId": "workflow-node",
|
|
423
|
-
"capabilityAliases": [
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
],
|
|
427
|
-
"searchTerms": [
|
|
428
|
-
"workflow-node",
|
|
429
|
-
"workflow node",
|
|
430
|
-
"workflow"
|
|
431
|
-
],
|
|
432
|
-
"dependencies": [
|
|
433
|
-
"@noe/ui"
|
|
434
|
-
]
|
|
282
|
+
"capabilityAliases": ["workflow node", "workflow-node"],
|
|
283
|
+
"searchTerms": ["workflow-node", "workflow node", "workflow"],
|
|
284
|
+
"dependencies": ["@noe/ui"]
|
|
435
285
|
},
|
|
436
286
|
{
|
|
437
287
|
"name": "workflow-canvas",
|
|
@@ -445,22 +295,11 @@
|
|
|
445
295
|
"target": "packages/workflow-ui/src/workflow-canvas.tsx"
|
|
446
296
|
}
|
|
447
297
|
],
|
|
448
|
-
"peerDependencies": [
|
|
449
|
-
"react"
|
|
450
|
-
],
|
|
298
|
+
"peerDependencies": ["react"],
|
|
451
299
|
"manifestId": "workflow-canvas",
|
|
452
|
-
"capabilityAliases": [
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
],
|
|
456
|
-
"searchTerms": [
|
|
457
|
-
"workflow-canvas",
|
|
458
|
-
"workflow canvas",
|
|
459
|
-
"workflow"
|
|
460
|
-
],
|
|
461
|
-
"dependencies": [
|
|
462
|
-
"@noe/ui"
|
|
463
|
-
]
|
|
300
|
+
"capabilityAliases": ["workflow canvas", "workflow-canvas"],
|
|
301
|
+
"searchTerms": ["workflow-canvas", "workflow canvas", "workflow"],
|
|
302
|
+
"dependencies": ["@noe/ui"]
|
|
464
303
|
},
|
|
465
304
|
{
|
|
466
305
|
"name": "page-header",
|
|
@@ -474,19 +313,10 @@
|
|
|
474
313
|
"target": "packages/ui/src/page-header.tsx"
|
|
475
314
|
}
|
|
476
315
|
],
|
|
477
|
-
"peerDependencies": [
|
|
478
|
-
"react"
|
|
479
|
-
],
|
|
316
|
+
"peerDependencies": ["react"],
|
|
480
317
|
"manifestId": "page-header",
|
|
481
|
-
"capabilityAliases": [
|
|
482
|
-
|
|
483
|
-
"page-header"
|
|
484
|
-
],
|
|
485
|
-
"searchTerms": [
|
|
486
|
-
"page-header",
|
|
487
|
-
"page header",
|
|
488
|
-
"application"
|
|
489
|
-
]
|
|
318
|
+
"capabilityAliases": ["page header", "page-header"],
|
|
319
|
+
"searchTerms": ["page-header", "page header", "application"]
|
|
490
320
|
},
|
|
491
321
|
{
|
|
492
322
|
"name": "sidebar-navigation",
|
|
@@ -500,19 +330,10 @@
|
|
|
500
330
|
"target": "packages/ui/src/sidebar-navigation.tsx"
|
|
501
331
|
}
|
|
502
332
|
],
|
|
503
|
-
"peerDependencies": [
|
|
504
|
-
"react"
|
|
505
|
-
],
|
|
333
|
+
"peerDependencies": ["react"],
|
|
506
334
|
"manifestId": "sidebar-navigation",
|
|
507
|
-
"capabilityAliases": [
|
|
508
|
-
|
|
509
|
-
"sidebar-navigation"
|
|
510
|
-
],
|
|
511
|
-
"searchTerms": [
|
|
512
|
-
"sidebar-navigation",
|
|
513
|
-
"sidebar navigation",
|
|
514
|
-
"application"
|
|
515
|
-
]
|
|
335
|
+
"capabilityAliases": ["sidebar navigation", "sidebar-navigation"],
|
|
336
|
+
"searchTerms": ["sidebar-navigation", "sidebar navigation", "application"]
|
|
516
337
|
},
|
|
517
338
|
{
|
|
518
339
|
"name": "agent-workspace",
|
|
@@ -526,22 +347,11 @@
|
|
|
526
347
|
"target": "packages/ai-ui/src/agent-workspace.tsx"
|
|
527
348
|
}
|
|
528
349
|
],
|
|
529
|
-
"dependencies": [
|
|
530
|
-
|
|
531
|
-
],
|
|
532
|
-
"peerDependencies": [
|
|
533
|
-
"react"
|
|
534
|
-
],
|
|
350
|
+
"dependencies": ["@noe/ui"],
|
|
351
|
+
"peerDependencies": ["react"],
|
|
535
352
|
"manifestId": "agent-workspace",
|
|
536
|
-
"capabilityAliases": [
|
|
537
|
-
|
|
538
|
-
"agent-workspace"
|
|
539
|
-
],
|
|
540
|
-
"searchTerms": [
|
|
541
|
-
"agent-workspace",
|
|
542
|
-
"agent workspace",
|
|
543
|
-
"pages"
|
|
544
|
-
]
|
|
353
|
+
"capabilityAliases": ["agent workspace", "agent-workspace"],
|
|
354
|
+
"searchTerms": ["agent-workspace", "agent workspace", "pages"]
|
|
545
355
|
},
|
|
546
356
|
{
|
|
547
357
|
"name": "section-header",
|
|
@@ -555,19 +365,10 @@
|
|
|
555
365
|
"target": "packages/ui/src/section-header.tsx"
|
|
556
366
|
}
|
|
557
367
|
],
|
|
558
|
-
"peerDependencies": [
|
|
559
|
-
"react"
|
|
560
|
-
],
|
|
368
|
+
"peerDependencies": ["react"],
|
|
561
369
|
"manifestId": "section-header",
|
|
562
|
-
"capabilityAliases": [
|
|
563
|
-
|
|
564
|
-
"section-header"
|
|
565
|
-
],
|
|
566
|
-
"searchTerms": [
|
|
567
|
-
"section-header",
|
|
568
|
-
"section header",
|
|
569
|
-
"application"
|
|
570
|
-
]
|
|
370
|
+
"capabilityAliases": ["section header", "section-header"],
|
|
371
|
+
"searchTerms": ["section-header", "section header", "application"]
|
|
571
372
|
},
|
|
572
373
|
{
|
|
573
374
|
"name": "filter-bar",
|
|
@@ -581,26 +382,12 @@
|
|
|
581
382
|
"target": "packages/data-ui/src/filter-bar.tsx"
|
|
582
383
|
}
|
|
583
384
|
],
|
|
584
|
-
"dependencies": [
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
],
|
|
588
|
-
"registryDependencies": [
|
|
589
|
-
"input"
|
|
590
|
-
],
|
|
591
|
-
"peerDependencies": [
|
|
592
|
-
"react"
|
|
593
|
-
],
|
|
385
|
+
"dependencies": ["@noe/ui", "@noe/icons"],
|
|
386
|
+
"registryDependencies": ["input"],
|
|
387
|
+
"peerDependencies": ["react"],
|
|
594
388
|
"manifestId": "filter-bar",
|
|
595
|
-
"capabilityAliases": [
|
|
596
|
-
|
|
597
|
-
"filter-bar"
|
|
598
|
-
],
|
|
599
|
-
"searchTerms": [
|
|
600
|
-
"filter-bar",
|
|
601
|
-
"filter bar",
|
|
602
|
-
"data"
|
|
603
|
-
]
|
|
389
|
+
"capabilityAliases": ["filter bar", "filter-bar"],
|
|
390
|
+
"searchTerms": ["filter-bar", "filter bar", "data"]
|
|
604
391
|
},
|
|
605
392
|
{
|
|
606
393
|
"name": "pagination",
|
|
@@ -614,24 +401,15 @@
|
|
|
614
401
|
"target": "packages/data-ui/src/pagination.tsx"
|
|
615
402
|
}
|
|
616
403
|
],
|
|
617
|
-
"dependencies": [
|
|
618
|
-
|
|
619
|
-
"@noe/icons"
|
|
620
|
-
],
|
|
621
|
-
"peerDependencies": [
|
|
622
|
-
"react"
|
|
623
|
-
],
|
|
404
|
+
"dependencies": ["@noe/ui", "@noe/icons"],
|
|
405
|
+
"peerDependencies": ["react"],
|
|
624
406
|
"manifestId": "pagination",
|
|
625
407
|
"capabilityAliases": [
|
|
626
408
|
"responsive metric card pagination",
|
|
627
409
|
"empty data table with filters pagination",
|
|
628
410
|
"table pagination"
|
|
629
411
|
],
|
|
630
|
-
"searchTerms": [
|
|
631
|
-
"pagination",
|
|
632
|
-
"page navigation",
|
|
633
|
-
"data table paging"
|
|
634
|
-
]
|
|
412
|
+
"searchTerms": ["pagination", "page navigation", "data table paging"]
|
|
635
413
|
},
|
|
636
414
|
{
|
|
637
415
|
"name": "activity-feed",
|
|
@@ -645,22 +423,11 @@
|
|
|
645
423
|
"target": "packages/ai-ui/src/activity-feed.tsx"
|
|
646
424
|
}
|
|
647
425
|
],
|
|
648
|
-
"dependencies": [
|
|
649
|
-
|
|
650
|
-
],
|
|
651
|
-
"peerDependencies": [
|
|
652
|
-
"react"
|
|
653
|
-
],
|
|
426
|
+
"dependencies": ["@noe/ui"],
|
|
427
|
+
"peerDependencies": ["react"],
|
|
654
428
|
"manifestId": "activity-feed",
|
|
655
|
-
"capabilityAliases": [
|
|
656
|
-
|
|
657
|
-
"activity-feed"
|
|
658
|
-
],
|
|
659
|
-
"searchTerms": [
|
|
660
|
-
"activity-feed",
|
|
661
|
-
"activity feed",
|
|
662
|
-
"application"
|
|
663
|
-
]
|
|
429
|
+
"capabilityAliases": ["activity feed", "activity-feed"],
|
|
430
|
+
"searchTerms": ["activity-feed", "activity feed", "application"]
|
|
664
431
|
},
|
|
665
432
|
{
|
|
666
433
|
"name": "sign-in-form",
|
|
@@ -674,19 +441,10 @@
|
|
|
674
441
|
"target": "packages/ui/src/sign-in-form.tsx"
|
|
675
442
|
}
|
|
676
443
|
],
|
|
677
|
-
"peerDependencies": [
|
|
678
|
-
"react"
|
|
679
|
-
],
|
|
444
|
+
"peerDependencies": ["react"],
|
|
680
445
|
"manifestId": "sign-in-form",
|
|
681
|
-
"capabilityAliases": [
|
|
682
|
-
|
|
683
|
-
"sign-in-form"
|
|
684
|
-
],
|
|
685
|
-
"searchTerms": [
|
|
686
|
-
"sign-in-form",
|
|
687
|
-
"sign in form",
|
|
688
|
-
"pages"
|
|
689
|
-
]
|
|
446
|
+
"capabilityAliases": ["sign in form", "sign-in-form"],
|
|
447
|
+
"searchTerms": ["sign-in-form", "sign in form", "pages"]
|
|
690
448
|
},
|
|
691
449
|
{
|
|
692
450
|
"name": "header-navigation",
|
|
@@ -700,19 +458,10 @@
|
|
|
700
458
|
"target": "packages/ui/src/header-navigation.tsx"
|
|
701
459
|
}
|
|
702
460
|
],
|
|
703
|
-
"peerDependencies": [
|
|
704
|
-
"react"
|
|
705
|
-
],
|
|
461
|
+
"peerDependencies": ["react"],
|
|
706
462
|
"manifestId": "header-navigation",
|
|
707
|
-
"capabilityAliases": [
|
|
708
|
-
|
|
709
|
-
"header-navigation"
|
|
710
|
-
],
|
|
711
|
-
"searchTerms": [
|
|
712
|
-
"header-navigation",
|
|
713
|
-
"header navigation",
|
|
714
|
-
"application"
|
|
715
|
-
]
|
|
463
|
+
"capabilityAliases": ["header navigation", "header-navigation"],
|
|
464
|
+
"searchTerms": ["header-navigation", "header navigation", "application"]
|
|
716
465
|
},
|
|
717
466
|
{
|
|
718
467
|
"name": "app-frame",
|
|
@@ -726,19 +475,10 @@
|
|
|
726
475
|
"target": "packages/ui/src/app-frame.tsx"
|
|
727
476
|
}
|
|
728
477
|
],
|
|
729
|
-
"peerDependencies": [
|
|
730
|
-
"react"
|
|
731
|
-
],
|
|
478
|
+
"peerDependencies": ["react"],
|
|
732
479
|
"manifestId": "app-frame",
|
|
733
|
-
"capabilityAliases": [
|
|
734
|
-
|
|
735
|
-
"app-frame"
|
|
736
|
-
],
|
|
737
|
-
"searchTerms": [
|
|
738
|
-
"app-frame",
|
|
739
|
-
"app frame",
|
|
740
|
-
"pages"
|
|
741
|
-
]
|
|
480
|
+
"capabilityAliases": ["app frame", "app-frame"],
|
|
481
|
+
"searchTerms": ["app-frame", "app frame", "pages"]
|
|
742
482
|
},
|
|
743
483
|
{
|
|
744
484
|
"name": "bottom-navigation",
|
|
@@ -752,19 +492,10 @@
|
|
|
752
492
|
"target": "packages/ui/src/bottom-navigation.tsx"
|
|
753
493
|
}
|
|
754
494
|
],
|
|
755
|
-
"peerDependencies": [
|
|
756
|
-
"react"
|
|
757
|
-
],
|
|
495
|
+
"peerDependencies": ["react"],
|
|
758
496
|
"manifestId": "bottom-navigation",
|
|
759
|
-
"capabilityAliases": [
|
|
760
|
-
|
|
761
|
-
"bottom-navigation"
|
|
762
|
-
],
|
|
763
|
-
"searchTerms": [
|
|
764
|
-
"bottom-navigation",
|
|
765
|
-
"bottom navigation",
|
|
766
|
-
"application"
|
|
767
|
-
]
|
|
497
|
+
"capabilityAliases": ["bottom navigation", "bottom-navigation"],
|
|
498
|
+
"searchTerms": ["bottom-navigation", "bottom navigation", "application"]
|
|
768
499
|
},
|
|
769
500
|
{
|
|
770
501
|
"name": "dashboard-shell",
|
|
@@ -778,22 +509,11 @@
|
|
|
778
509
|
"target": "packages/data-ui/src/dashboard-shell.tsx"
|
|
779
510
|
}
|
|
780
511
|
],
|
|
781
|
-
"dependencies": [
|
|
782
|
-
|
|
783
|
-
],
|
|
784
|
-
"peerDependencies": [
|
|
785
|
-
"react"
|
|
786
|
-
],
|
|
512
|
+
"dependencies": ["@noe/ui"],
|
|
513
|
+
"peerDependencies": ["react"],
|
|
787
514
|
"manifestId": "dashboard-shell",
|
|
788
|
-
"capabilityAliases": [
|
|
789
|
-
|
|
790
|
-
"dashboard-shell"
|
|
791
|
-
],
|
|
792
|
-
"searchTerms": [
|
|
793
|
-
"dashboard-shell",
|
|
794
|
-
"dashboard shell",
|
|
795
|
-
"pages"
|
|
796
|
-
]
|
|
515
|
+
"capabilityAliases": ["dashboard shell", "dashboard-shell"],
|
|
516
|
+
"searchTerms": ["dashboard-shell", "dashboard shell", "pages"]
|
|
797
517
|
},
|
|
798
518
|
{
|
|
799
519
|
"name": "settings-page",
|
|
@@ -807,19 +527,10 @@
|
|
|
807
527
|
"target": "packages/ui/src/settings-page.tsx"
|
|
808
528
|
}
|
|
809
529
|
],
|
|
810
|
-
"peerDependencies": [
|
|
811
|
-
"react"
|
|
812
|
-
],
|
|
530
|
+
"peerDependencies": ["react"],
|
|
813
531
|
"manifestId": "settings-page",
|
|
814
|
-
"capabilityAliases": [
|
|
815
|
-
|
|
816
|
-
"settings-page"
|
|
817
|
-
],
|
|
818
|
-
"searchTerms": [
|
|
819
|
-
"settings-page",
|
|
820
|
-
"settings page",
|
|
821
|
-
"pages"
|
|
822
|
-
]
|
|
532
|
+
"capabilityAliases": ["settings page", "settings-page"],
|
|
533
|
+
"searchTerms": ["settings-page", "settings page", "pages"]
|
|
823
534
|
},
|
|
824
535
|
{
|
|
825
536
|
"name": "data-list",
|
|
@@ -833,19 +544,10 @@
|
|
|
833
544
|
"target": "packages/ui/src/data-list.tsx"
|
|
834
545
|
}
|
|
835
546
|
],
|
|
836
|
-
"peerDependencies": [
|
|
837
|
-
"react"
|
|
838
|
-
],
|
|
547
|
+
"peerDependencies": ["react"],
|
|
839
548
|
"manifestId": "data-list",
|
|
840
|
-
"capabilityAliases": [
|
|
841
|
-
|
|
842
|
-
"data-list"
|
|
843
|
-
],
|
|
844
|
-
"searchTerms": [
|
|
845
|
-
"data-list",
|
|
846
|
-
"data list",
|
|
847
|
-
"mobile"
|
|
848
|
-
]
|
|
549
|
+
"capabilityAliases": ["data list", "data-list"],
|
|
550
|
+
"searchTerms": ["data-list", "data list", "mobile"]
|
|
849
551
|
},
|
|
850
552
|
{
|
|
851
553
|
"name": "fab",
|
|
@@ -859,23 +561,11 @@
|
|
|
859
561
|
"target": "packages/ui/src/fab.tsx"
|
|
860
562
|
}
|
|
861
563
|
],
|
|
862
|
-
"dependencies": [
|
|
863
|
-
|
|
864
|
-
],
|
|
865
|
-
"peerDependencies": [
|
|
866
|
-
"react"
|
|
867
|
-
],
|
|
564
|
+
"dependencies": ["@noe/icons"],
|
|
565
|
+
"peerDependencies": ["react"],
|
|
868
566
|
"manifestId": "fab",
|
|
869
|
-
"capabilityAliases": [
|
|
870
|
-
|
|
871
|
-
"mobile fab",
|
|
872
|
-
"quick action"
|
|
873
|
-
],
|
|
874
|
-
"searchTerms": [
|
|
875
|
-
"fab",
|
|
876
|
-
"floating action",
|
|
877
|
-
"mobile"
|
|
878
|
-
]
|
|
567
|
+
"capabilityAliases": ["floating action button", "mobile fab", "quick action"],
|
|
568
|
+
"searchTerms": ["fab", "floating action", "mobile"]
|
|
879
569
|
},
|
|
880
570
|
{
|
|
881
571
|
"name": "mobile-screen",
|
|
@@ -889,19 +579,10 @@
|
|
|
889
579
|
"target": "packages/ui/src/mobile-screen.tsx"
|
|
890
580
|
}
|
|
891
581
|
],
|
|
892
|
-
"peerDependencies": [
|
|
893
|
-
"react"
|
|
894
|
-
],
|
|
582
|
+
"peerDependencies": ["react"],
|
|
895
583
|
"manifestId": "mobile-screen",
|
|
896
|
-
"capabilityAliases": [
|
|
897
|
-
|
|
898
|
-
"mobile-screen"
|
|
899
|
-
],
|
|
900
|
-
"searchTerms": [
|
|
901
|
-
"mobile-screen",
|
|
902
|
-
"mobile screen",
|
|
903
|
-
"pages"
|
|
904
|
-
]
|
|
584
|
+
"capabilityAliases": ["mobile screen", "mobile-screen"],
|
|
585
|
+
"searchTerms": ["mobile-screen", "mobile screen", "pages"]
|
|
905
586
|
},
|
|
906
587
|
{
|
|
907
588
|
"name": "featured-icon",
|
|
@@ -915,9 +596,7 @@
|
|
|
915
596
|
"target": "packages/ui/src/featured-icon.tsx"
|
|
916
597
|
}
|
|
917
598
|
],
|
|
918
|
-
"peerDependencies": [
|
|
919
|
-
"react"
|
|
920
|
-
],
|
|
599
|
+
"peerDependencies": ["react"],
|
|
921
600
|
"manifestId": "featured-icon",
|
|
922
601
|
"capabilityAliases": [
|
|
923
602
|
"featured icon",
|
|
@@ -925,12 +604,7 @@
|
|
|
925
604
|
"empty state icon",
|
|
926
605
|
"marketing icon badge"
|
|
927
606
|
],
|
|
928
|
-
"searchTerms": [
|
|
929
|
-
"featured icon",
|
|
930
|
-
"highlight",
|
|
931
|
-
"empty state",
|
|
932
|
-
"marketing"
|
|
933
|
-
]
|
|
607
|
+
"searchTerms": ["featured icon", "highlight", "empty state", "marketing"]
|
|
934
608
|
},
|
|
935
609
|
{
|
|
936
610
|
"name": "utility-button",
|
|
@@ -944,22 +618,10 @@
|
|
|
944
618
|
"target": "packages/ui/src/utility-button.tsx"
|
|
945
619
|
}
|
|
946
620
|
],
|
|
947
|
-
"peerDependencies": [
|
|
948
|
-
"react"
|
|
949
|
-
],
|
|
621
|
+
"peerDependencies": ["react"],
|
|
950
622
|
"manifestId": "utility-button",
|
|
951
|
-
"capabilityAliases": [
|
|
952
|
-
|
|
953
|
-
"icon button",
|
|
954
|
-
"toolbar button",
|
|
955
|
-
"row action"
|
|
956
|
-
],
|
|
957
|
-
"searchTerms": [
|
|
958
|
-
"utility button",
|
|
959
|
-
"icon button",
|
|
960
|
-
"toolbar",
|
|
961
|
-
"ghost button"
|
|
962
|
-
]
|
|
623
|
+
"capabilityAliases": ["utility button", "icon button", "toolbar button", "row action"],
|
|
624
|
+
"searchTerms": ["utility button", "icon button", "toolbar", "ghost button"]
|
|
963
625
|
},
|
|
964
626
|
{
|
|
965
627
|
"name": "context-menu",
|
|
@@ -973,20 +635,10 @@
|
|
|
973
635
|
"target": "packages/ui/src/context-menu.tsx"
|
|
974
636
|
}
|
|
975
637
|
],
|
|
976
|
-
"peerDependencies": [
|
|
977
|
-
"react"
|
|
978
|
-
],
|
|
638
|
+
"peerDependencies": ["react"],
|
|
979
639
|
"manifestId": "context-menu",
|
|
980
|
-
"capabilityAliases": [
|
|
981
|
-
|
|
982
|
-
"right click menu",
|
|
983
|
-
"contextual actions"
|
|
984
|
-
],
|
|
985
|
-
"searchTerms": [
|
|
986
|
-
"context menu",
|
|
987
|
-
"right click",
|
|
988
|
-
"contextual"
|
|
989
|
-
]
|
|
640
|
+
"capabilityAliases": ["context menu", "right click menu", "contextual actions"],
|
|
641
|
+
"searchTerms": ["context menu", "right click", "contextual"]
|
|
990
642
|
},
|
|
991
643
|
{
|
|
992
644
|
"name": "dropdown",
|
|
@@ -1000,20 +652,10 @@
|
|
|
1000
652
|
"target": "packages/ui/src/dropdown.tsx"
|
|
1001
653
|
}
|
|
1002
654
|
],
|
|
1003
|
-
"peerDependencies": [
|
|
1004
|
-
"react"
|
|
1005
|
-
],
|
|
655
|
+
"peerDependencies": ["react"],
|
|
1006
656
|
"manifestId": "dropdown",
|
|
1007
|
-
"capabilityAliases": [
|
|
1008
|
-
|
|
1009
|
-
"action dropdown",
|
|
1010
|
-
"menu dropdown"
|
|
1011
|
-
],
|
|
1012
|
-
"searchTerms": [
|
|
1013
|
-
"dropdown",
|
|
1014
|
-
"disclosure",
|
|
1015
|
-
"action menu"
|
|
1016
|
-
]
|
|
657
|
+
"capabilityAliases": ["dropdown menu", "action dropdown", "menu dropdown"],
|
|
658
|
+
"searchTerms": ["dropdown", "disclosure", "action menu"]
|
|
1017
659
|
},
|
|
1018
660
|
{
|
|
1019
661
|
"name": "login-page",
|
|
@@ -1027,22 +669,10 @@
|
|
|
1027
669
|
"target": "packages/ui/src/login-page.tsx"
|
|
1028
670
|
}
|
|
1029
671
|
],
|
|
1030
|
-
"peerDependencies": [
|
|
1031
|
-
"react"
|
|
1032
|
-
],
|
|
672
|
+
"peerDependencies": ["react"],
|
|
1033
673
|
"manifestId": "login-page",
|
|
1034
|
-
"capabilityAliases": [
|
|
1035
|
-
|
|
1036
|
-
"sign in page",
|
|
1037
|
-
"authentication page",
|
|
1038
|
-
"shared auth"
|
|
1039
|
-
],
|
|
1040
|
-
"searchTerms": [
|
|
1041
|
-
"login",
|
|
1042
|
-
"sign in",
|
|
1043
|
-
"authentication",
|
|
1044
|
-
"auth page"
|
|
1045
|
-
]
|
|
674
|
+
"capabilityAliases": ["log in page", "sign in page", "authentication page", "shared auth"],
|
|
675
|
+
"searchTerms": ["login", "sign in", "authentication", "auth page"]
|
|
1046
676
|
},
|
|
1047
677
|
{
|
|
1048
678
|
"name": "not-found",
|
|
@@ -1056,20 +686,10 @@
|
|
|
1056
686
|
"target": "packages/ui/src/not-found.tsx"
|
|
1057
687
|
}
|
|
1058
688
|
],
|
|
1059
|
-
"peerDependencies": [
|
|
1060
|
-
"react"
|
|
1061
|
-
],
|
|
689
|
+
"peerDependencies": ["react"],
|
|
1062
690
|
"manifestId": "not-found",
|
|
1063
|
-
"capabilityAliases": [
|
|
1064
|
-
|
|
1065
|
-
"not found",
|
|
1066
|
-
"404 section"
|
|
1067
|
-
],
|
|
1068
|
-
"searchTerms": [
|
|
1069
|
-
"404",
|
|
1070
|
-
"not found",
|
|
1071
|
-
"empty"
|
|
1072
|
-
]
|
|
691
|
+
"capabilityAliases": ["404 page", "not found", "404 section"],
|
|
692
|
+
"searchTerms": ["404", "not found", "empty"]
|
|
1073
693
|
},
|
|
1074
694
|
{
|
|
1075
695
|
"name": "chart",
|
|
@@ -1083,25 +703,11 @@
|
|
|
1083
703
|
"target": "packages/data-ui/src/chart.tsx"
|
|
1084
704
|
}
|
|
1085
705
|
],
|
|
1086
|
-
"dependencies": [
|
|
1087
|
-
|
|
1088
|
-
],
|
|
1089
|
-
"peerDependencies": [
|
|
1090
|
-
"react"
|
|
1091
|
-
],
|
|
706
|
+
"dependencies": ["@noe/ui"],
|
|
707
|
+
"peerDependencies": ["react"],
|
|
1092
708
|
"manifestId": "chart",
|
|
1093
|
-
"capabilityAliases": [
|
|
1094
|
-
|
|
1095
|
-
"line chart",
|
|
1096
|
-
"bar chart",
|
|
1097
|
-
"data visualization"
|
|
1098
|
-
],
|
|
1099
|
-
"searchTerms": [
|
|
1100
|
-
"chart",
|
|
1101
|
-
"line",
|
|
1102
|
-
"bar",
|
|
1103
|
-
"visualization"
|
|
1104
|
-
]
|
|
709
|
+
"capabilityAliases": ["line and bar charts", "line chart", "bar chart", "data visualization"],
|
|
710
|
+
"searchTerms": ["chart", "line", "bar", "visualization"]
|
|
1105
711
|
},
|
|
1106
712
|
{
|
|
1107
713
|
"name": "messaging",
|
|
@@ -1115,21 +721,10 @@
|
|
|
1115
721
|
"target": "packages/ui/src/messaging.tsx"
|
|
1116
722
|
}
|
|
1117
723
|
],
|
|
1118
|
-
"peerDependencies": [
|
|
1119
|
-
"react"
|
|
1120
|
-
],
|
|
724
|
+
"peerDependencies": ["react"],
|
|
1121
725
|
"manifestId": "messaging",
|
|
1122
|
-
"capabilityAliases": [
|
|
1123
|
-
|
|
1124
|
-
"chat",
|
|
1125
|
-
"conversation"
|
|
1126
|
-
],
|
|
1127
|
-
"searchTerms": [
|
|
1128
|
-
"messaging",
|
|
1129
|
-
"chat",
|
|
1130
|
-
"conversation",
|
|
1131
|
-
"message list"
|
|
1132
|
-
]
|
|
726
|
+
"capabilityAliases": ["messaging", "chat", "conversation"],
|
|
727
|
+
"searchTerms": ["messaging", "chat", "conversation", "message list"]
|
|
1133
728
|
},
|
|
1134
729
|
{
|
|
1135
730
|
"name": "progress-steps",
|
|
@@ -1143,20 +738,10 @@
|
|
|
1143
738
|
"target": "packages/ui/src/progress-steps.tsx"
|
|
1144
739
|
}
|
|
1145
740
|
],
|
|
1146
|
-
"peerDependencies": [
|
|
1147
|
-
"react"
|
|
1148
|
-
],
|
|
741
|
+
"peerDependencies": ["react"],
|
|
1149
742
|
"manifestId": "progress-steps",
|
|
1150
|
-
"capabilityAliases": [
|
|
1151
|
-
|
|
1152
|
-
"stepper",
|
|
1153
|
-
"progress indicator"
|
|
1154
|
-
],
|
|
1155
|
-
"searchTerms": [
|
|
1156
|
-
"progress steps",
|
|
1157
|
-
"stepper",
|
|
1158
|
-
"steps"
|
|
1159
|
-
]
|
|
743
|
+
"capabilityAliases": ["progress steps", "stepper", "progress indicator"],
|
|
744
|
+
"searchTerms": ["progress steps", "stepper", "steps"]
|
|
1160
745
|
},
|
|
1161
746
|
{
|
|
1162
747
|
"name": "dashboard-01",
|
|
@@ -1170,21 +755,11 @@
|
|
|
1170
755
|
"target": "packages/data-ui/src/dashboard-01.tsx"
|
|
1171
756
|
}
|
|
1172
757
|
],
|
|
1173
|
-
"dependencies": [
|
|
1174
|
-
|
|
1175
|
-
],
|
|
1176
|
-
"peerDependencies": [
|
|
1177
|
-
"react"
|
|
1178
|
-
],
|
|
758
|
+
"dependencies": ["@noe/ui"],
|
|
759
|
+
"peerDependencies": ["react"],
|
|
1179
760
|
"manifestId": "dashboard-01",
|
|
1180
|
-
"capabilityAliases": [
|
|
1181
|
-
|
|
1182
|
-
"overview dashboard"
|
|
1183
|
-
],
|
|
1184
|
-
"searchTerms": [
|
|
1185
|
-
"dashboard",
|
|
1186
|
-
"overview"
|
|
1187
|
-
]
|
|
761
|
+
"capabilityAliases": ["dashboard 01", "overview dashboard"],
|
|
762
|
+
"searchTerms": ["dashboard", "overview"]
|
|
1188
763
|
},
|
|
1189
764
|
{
|
|
1190
765
|
"name": "dashboard-02",
|
|
@@ -1198,21 +773,11 @@
|
|
|
1198
773
|
"target": "packages/data-ui/src/dashboard-02.tsx"
|
|
1199
774
|
}
|
|
1200
775
|
],
|
|
1201
|
-
"dependencies": [
|
|
1202
|
-
|
|
1203
|
-
],
|
|
1204
|
-
"peerDependencies": [
|
|
1205
|
-
"react"
|
|
1206
|
-
],
|
|
776
|
+
"dependencies": ["@noe/ui"],
|
|
777
|
+
"peerDependencies": ["react"],
|
|
1207
778
|
"manifestId": "dashboard-02",
|
|
1208
|
-
"capabilityAliases": [
|
|
1209
|
-
|
|
1210
|
-
"detailed dashboard"
|
|
1211
|
-
],
|
|
1212
|
-
"searchTerms": [
|
|
1213
|
-
"dashboard",
|
|
1214
|
-
"detailed"
|
|
1215
|
-
]
|
|
779
|
+
"capabilityAliases": ["dashboard 02", "detailed dashboard"],
|
|
780
|
+
"searchTerms": ["dashboard", "detailed"]
|
|
1216
781
|
},
|
|
1217
782
|
{
|
|
1218
783
|
"name": "settings-01",
|
|
@@ -1226,18 +791,10 @@
|
|
|
1226
791
|
"target": "packages/ui/src/settings-01.tsx"
|
|
1227
792
|
}
|
|
1228
793
|
],
|
|
1229
|
-
"peerDependencies": [
|
|
1230
|
-
"react"
|
|
1231
|
-
],
|
|
794
|
+
"peerDependencies": ["react"],
|
|
1232
795
|
"manifestId": "settings-01",
|
|
1233
|
-
"capabilityAliases": [
|
|
1234
|
-
|
|
1235
|
-
"workspace settings"
|
|
1236
|
-
],
|
|
1237
|
-
"searchTerms": [
|
|
1238
|
-
"settings",
|
|
1239
|
-
"workspace"
|
|
1240
|
-
]
|
|
796
|
+
"capabilityAliases": ["settings 01", "workspace settings"],
|
|
797
|
+
"searchTerms": ["settings", "workspace"]
|
|
1241
798
|
},
|
|
1242
799
|
{
|
|
1243
800
|
"name": "settings-02",
|
|
@@ -1251,18 +808,10 @@
|
|
|
1251
808
|
"target": "packages/ui/src/settings-02.tsx"
|
|
1252
809
|
}
|
|
1253
810
|
],
|
|
1254
|
-
"peerDependencies": [
|
|
1255
|
-
"react"
|
|
1256
|
-
],
|
|
811
|
+
"peerDependencies": ["react"],
|
|
1257
812
|
"manifestId": "settings-02",
|
|
1258
|
-
"capabilityAliases": [
|
|
1259
|
-
|
|
1260
|
-
"team settings"
|
|
1261
|
-
],
|
|
1262
|
-
"searchTerms": [
|
|
1263
|
-
"settings",
|
|
1264
|
-
"team"
|
|
1265
|
-
]
|
|
813
|
+
"capabilityAliases": ["settings 02", "team settings"],
|
|
814
|
+
"searchTerms": ["settings", "team"]
|
|
1266
815
|
},
|
|
1267
816
|
{
|
|
1268
817
|
"name": "hero-header",
|
|
@@ -1276,20 +825,10 @@
|
|
|
1276
825
|
"target": "packages/ui/src/hero-header.tsx"
|
|
1277
826
|
}
|
|
1278
827
|
],
|
|
1279
|
-
"peerDependencies": [
|
|
1280
|
-
"react"
|
|
1281
|
-
],
|
|
828
|
+
"peerDependencies": ["react"],
|
|
1282
829
|
"manifestId": "hero-header",
|
|
1283
|
-
"capabilityAliases": [
|
|
1284
|
-
|
|
1285
|
-
"marketing hero",
|
|
1286
|
-
"hero"
|
|
1287
|
-
],
|
|
1288
|
-
"searchTerms": [
|
|
1289
|
-
"hero",
|
|
1290
|
-
"header",
|
|
1291
|
-
"marketing"
|
|
1292
|
-
]
|
|
830
|
+
"capabilityAliases": ["hero header section", "marketing hero", "hero"],
|
|
831
|
+
"searchTerms": ["hero", "header", "marketing"]
|
|
1293
832
|
},
|
|
1294
833
|
{
|
|
1295
834
|
"name": "marketing-header",
|
|
@@ -1303,18 +842,10 @@
|
|
|
1303
842
|
"target": "packages/ui/src/marketing-header.tsx"
|
|
1304
843
|
}
|
|
1305
844
|
],
|
|
1306
|
-
"peerDependencies": [
|
|
1307
|
-
"react"
|
|
1308
|
-
],
|
|
845
|
+
"peerDependencies": ["react"],
|
|
1309
846
|
"manifestId": "marketing-header",
|
|
1310
|
-
"capabilityAliases": [
|
|
1311
|
-
|
|
1312
|
-
"marketing header"
|
|
1313
|
-
],
|
|
1314
|
-
"searchTerms": [
|
|
1315
|
-
"marketing header",
|
|
1316
|
-
"navigation"
|
|
1317
|
-
]
|
|
847
|
+
"capabilityAliases": ["marketing header navigation", "marketing header"],
|
|
848
|
+
"searchTerms": ["marketing header", "navigation"]
|
|
1318
849
|
},
|
|
1319
850
|
{
|
|
1320
851
|
"name": "landing-page",
|
|
@@ -1328,20 +859,10 @@
|
|
|
1328
859
|
"target": "packages/ui/src/landing-page.tsx"
|
|
1329
860
|
}
|
|
1330
861
|
],
|
|
1331
|
-
"peerDependencies": [
|
|
1332
|
-
"react"
|
|
1333
|
-
],
|
|
862
|
+
"peerDependencies": ["react"],
|
|
1334
863
|
"manifestId": "landing-page",
|
|
1335
|
-
"capabilityAliases": [
|
|
1336
|
-
|
|
1337
|
-
"marketing landing",
|
|
1338
|
-
"marketing 404"
|
|
1339
|
-
],
|
|
1340
|
-
"searchTerms": [
|
|
1341
|
-
"landing",
|
|
1342
|
-
"marketing",
|
|
1343
|
-
"page"
|
|
1344
|
-
]
|
|
864
|
+
"capabilityAliases": ["landing page", "marketing landing", "marketing 404"],
|
|
865
|
+
"searchTerms": ["landing", "marketing", "page"]
|
|
1345
866
|
},
|
|
1346
867
|
{
|
|
1347
868
|
"name": "calendar",
|
|
@@ -1355,22 +876,11 @@
|
|
|
1355
876
|
"target": "packages/ui/src/calendar.tsx"
|
|
1356
877
|
}
|
|
1357
878
|
],
|
|
1358
|
-
"peerDependencies": [
|
|
1359
|
-
"react"
|
|
1360
|
-
],
|
|
879
|
+
"peerDependencies": ["react"],
|
|
1361
880
|
"manifestId": "calendar",
|
|
1362
|
-
"capabilityAliases": [
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
],
|
|
1366
|
-
"searchTerms": [
|
|
1367
|
-
"calendar",
|
|
1368
|
-
"calendar",
|
|
1369
|
-
"pickers"
|
|
1370
|
-
],
|
|
1371
|
-
"dependencies": [
|
|
1372
|
-
"@noe/icons"
|
|
1373
|
-
]
|
|
881
|
+
"capabilityAliases": ["calendar", "calendar"],
|
|
882
|
+
"searchTerms": ["calendar", "calendar", "pickers"],
|
|
883
|
+
"dependencies": ["@noe/icons"]
|
|
1374
884
|
},
|
|
1375
885
|
{
|
|
1376
886
|
"name": "date-picker",
|
|
@@ -1384,22 +894,11 @@
|
|
|
1384
894
|
"target": "packages/ui/src/date-picker.tsx"
|
|
1385
895
|
}
|
|
1386
896
|
],
|
|
1387
|
-
"peerDependencies": [
|
|
1388
|
-
"react"
|
|
1389
|
-
],
|
|
897
|
+
"peerDependencies": ["react"],
|
|
1390
898
|
"manifestId": "date-picker",
|
|
1391
|
-
"capabilityAliases": [
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
],
|
|
1395
|
-
"searchTerms": [
|
|
1396
|
-
"date-picker",
|
|
1397
|
-
"date picker",
|
|
1398
|
-
"pickers"
|
|
1399
|
-
],
|
|
1400
|
-
"dependencies": [
|
|
1401
|
-
"@noe/icons"
|
|
1402
|
-
]
|
|
899
|
+
"capabilityAliases": ["date picker", "date-picker"],
|
|
900
|
+
"searchTerms": ["date-picker", "date picker", "pickers"],
|
|
901
|
+
"dependencies": ["@noe/icons"]
|
|
1403
902
|
},
|
|
1404
903
|
{
|
|
1405
904
|
"name": "gradient-picker",
|
|
@@ -1413,20 +912,10 @@
|
|
|
1413
912
|
"target": "packages/ui/src/gradient-picker.tsx"
|
|
1414
913
|
}
|
|
1415
914
|
],
|
|
1416
|
-
"peerDependencies": [
|
|
1417
|
-
"react"
|
|
1418
|
-
],
|
|
915
|
+
"peerDependencies": ["react"],
|
|
1419
916
|
"manifestId": "gradient-picker",
|
|
1420
|
-
"capabilityAliases": [
|
|
1421
|
-
|
|
1422
|
-
"gradient",
|
|
1423
|
-
"linear gradient"
|
|
1424
|
-
],
|
|
1425
|
-
"searchTerms": [
|
|
1426
|
-
"gradient",
|
|
1427
|
-
"picker",
|
|
1428
|
-
"color"
|
|
1429
|
-
]
|
|
917
|
+
"capabilityAliases": ["gradient picker", "gradient", "linear gradient"],
|
|
918
|
+
"searchTerms": ["gradient", "picker", "color"]
|
|
1430
919
|
},
|
|
1431
920
|
{
|
|
1432
921
|
"name": "image-picker",
|
|
@@ -1440,20 +929,10 @@
|
|
|
1440
929
|
"target": "packages/ui/src/image-picker.tsx"
|
|
1441
930
|
}
|
|
1442
931
|
],
|
|
1443
|
-
"peerDependencies": [
|
|
1444
|
-
"react"
|
|
1445
|
-
],
|
|
932
|
+
"peerDependencies": ["react"],
|
|
1446
933
|
"manifestId": "image-picker",
|
|
1447
|
-
"capabilityAliases": [
|
|
1448
|
-
|
|
1449
|
-
"image select",
|
|
1450
|
-
"image upload"
|
|
1451
|
-
],
|
|
1452
|
-
"searchTerms": [
|
|
1453
|
-
"image",
|
|
1454
|
-
"picker",
|
|
1455
|
-
"upload"
|
|
1456
|
-
]
|
|
934
|
+
"capabilityAliases": ["image picker", "image select", "image upload"],
|
|
935
|
+
"searchTerms": ["image", "picker", "upload"]
|
|
1457
936
|
},
|
|
1458
937
|
{
|
|
1459
938
|
"name": "inline-cta",
|
|
@@ -1467,23 +946,11 @@
|
|
|
1467
946
|
"target": "packages/ui/src/inline-cta.tsx"
|
|
1468
947
|
}
|
|
1469
948
|
],
|
|
1470
|
-
"peerDependencies": [
|
|
1471
|
-
"react"
|
|
1472
|
-
],
|
|
949
|
+
"peerDependencies": ["react"],
|
|
1473
950
|
"manifestId": "inline-cta",
|
|
1474
|
-
"capabilityAliases": [
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
"text link cta"
|
|
1478
|
-
],
|
|
1479
|
-
"searchTerms": [
|
|
1480
|
-
"inline cta",
|
|
1481
|
-
"cta",
|
|
1482
|
-
"link"
|
|
1483
|
-
],
|
|
1484
|
-
"dependencies": [
|
|
1485
|
-
"@noe/icons"
|
|
1486
|
-
]
|
|
951
|
+
"capabilityAliases": ["inline cta", "inline call to action", "text link cta"],
|
|
952
|
+
"searchTerms": ["inline cta", "cta", "link"],
|
|
953
|
+
"dependencies": ["@noe/icons"]
|
|
1487
954
|
},
|
|
1488
955
|
{
|
|
1489
956
|
"name": "direction-provider",
|
|
@@ -1498,23 +965,11 @@
|
|
|
1498
965
|
}
|
|
1499
966
|
],
|
|
1500
967
|
"registryDependencies": [],
|
|
1501
|
-
"dependencies": [
|
|
1502
|
-
|
|
1503
|
-
],
|
|
1504
|
-
"peerDependencies": [
|
|
1505
|
-
"react"
|
|
1506
|
-
],
|
|
968
|
+
"dependencies": ["@base-ui/react"],
|
|
969
|
+
"peerDependencies": ["react"],
|
|
1507
970
|
"manifestId": "direction-provider",
|
|
1508
|
-
"capabilityAliases": [
|
|
1509
|
-
|
|
1510
|
-
"portal direction"
|
|
1511
|
-
],
|
|
1512
|
-
"searchTerms": [
|
|
1513
|
-
"direction provider",
|
|
1514
|
-
"dir",
|
|
1515
|
-
"portal",
|
|
1516
|
-
"rtl scope"
|
|
1517
|
-
]
|
|
971
|
+
"capabilityAliases": ["direction scope", "portal direction"],
|
|
972
|
+
"searchTerms": ["direction provider", "dir", "portal", "rtl scope"]
|
|
1518
973
|
},
|
|
1519
974
|
{
|
|
1520
975
|
"name": "icon-system",
|
|
@@ -1530,19 +985,10 @@
|
|
|
1530
985
|
],
|
|
1531
986
|
"registryDependencies": [],
|
|
1532
987
|
"dependencies": [],
|
|
1533
|
-
"peerDependencies": [
|
|
1534
|
-
"react"
|
|
1535
|
-
],
|
|
988
|
+
"peerDependencies": ["react"],
|
|
1536
989
|
"manifestId": "icon-system",
|
|
1537
|
-
"capabilityAliases": [
|
|
1538
|
-
|
|
1539
|
-
"icon-system"
|
|
1540
|
-
],
|
|
1541
|
-
"searchTerms": [
|
|
1542
|
-
"icon-system",
|
|
1543
|
-
"icon system",
|
|
1544
|
-
"icons"
|
|
1545
|
-
]
|
|
990
|
+
"capabilityAliases": ["icon system", "icon-system"],
|
|
991
|
+
"searchTerms": ["icon-system", "icon system", "icons"]
|
|
1546
992
|
},
|
|
1547
993
|
{
|
|
1548
994
|
"name": "textarea",
|
|
@@ -1567,24 +1013,11 @@
|
|
|
1567
1013
|
}
|
|
1568
1014
|
],
|
|
1569
1015
|
"registryDependencies": [],
|
|
1570
|
-
"dependencies": [
|
|
1571
|
-
|
|
1572
|
-
"clsx",
|
|
1573
|
-
"tailwind-merge"
|
|
1574
|
-
],
|
|
1575
|
-
"peerDependencies": [
|
|
1576
|
-
"react"
|
|
1577
|
-
],
|
|
1016
|
+
"dependencies": ["@base-ui/react", "clsx", "tailwind-merge"],
|
|
1017
|
+
"peerDependencies": ["react"],
|
|
1578
1018
|
"manifestId": "textarea",
|
|
1579
|
-
"capabilityAliases": [
|
|
1580
|
-
|
|
1581
|
-
"textarea"
|
|
1582
|
-
],
|
|
1583
|
-
"searchTerms": [
|
|
1584
|
-
"textarea",
|
|
1585
|
-
"textarea",
|
|
1586
|
-
"forms"
|
|
1587
|
-
]
|
|
1019
|
+
"capabilityAliases": ["textarea", "textarea"],
|
|
1020
|
+
"searchTerms": ["textarea", "textarea", "forms"]
|
|
1588
1021
|
},
|
|
1589
1022
|
{
|
|
1590
1023
|
"name": "card",
|
|
@@ -1604,23 +1037,11 @@
|
|
|
1604
1037
|
}
|
|
1605
1038
|
],
|
|
1606
1039
|
"registryDependencies": [],
|
|
1607
|
-
"dependencies": [
|
|
1608
|
-
|
|
1609
|
-
"tailwind-merge"
|
|
1610
|
-
],
|
|
1611
|
-
"peerDependencies": [
|
|
1612
|
-
"react"
|
|
1613
|
-
],
|
|
1040
|
+
"dependencies": ["clsx", "tailwind-merge"],
|
|
1041
|
+
"peerDependencies": ["react"],
|
|
1614
1042
|
"manifestId": "card",
|
|
1615
|
-
"capabilityAliases": [
|
|
1616
|
-
|
|
1617
|
-
"card"
|
|
1618
|
-
],
|
|
1619
|
-
"searchTerms": [
|
|
1620
|
-
"card",
|
|
1621
|
-
"card",
|
|
1622
|
-
"layout"
|
|
1623
|
-
]
|
|
1043
|
+
"capabilityAliases": ["card", "card"],
|
|
1044
|
+
"searchTerms": ["card", "card", "layout"]
|
|
1624
1045
|
},
|
|
1625
1046
|
{
|
|
1626
1047
|
"name": "alert",
|
|
@@ -1640,24 +1061,11 @@
|
|
|
1640
1061
|
}
|
|
1641
1062
|
],
|
|
1642
1063
|
"registryDependencies": [],
|
|
1643
|
-
"dependencies": [
|
|
1644
|
-
|
|
1645
|
-
"clsx",
|
|
1646
|
-
"tailwind-merge"
|
|
1647
|
-
],
|
|
1648
|
-
"peerDependencies": [
|
|
1649
|
-
"react"
|
|
1650
|
-
],
|
|
1064
|
+
"dependencies": ["class-variance-authority", "clsx", "tailwind-merge"],
|
|
1065
|
+
"peerDependencies": ["react"],
|
|
1651
1066
|
"manifestId": "alert",
|
|
1652
|
-
"capabilityAliases": [
|
|
1653
|
-
|
|
1654
|
-
"alert"
|
|
1655
|
-
],
|
|
1656
|
-
"searchTerms": [
|
|
1657
|
-
"alert",
|
|
1658
|
-
"alert",
|
|
1659
|
-
"feedback"
|
|
1660
|
-
]
|
|
1067
|
+
"capabilityAliases": ["alert", "alert"],
|
|
1068
|
+
"searchTerms": ["alert", "alert", "feedback"]
|
|
1661
1069
|
},
|
|
1662
1070
|
{
|
|
1663
1071
|
"name": "badge",
|
|
@@ -1677,24 +1085,11 @@
|
|
|
1677
1085
|
}
|
|
1678
1086
|
],
|
|
1679
1087
|
"registryDependencies": [],
|
|
1680
|
-
"dependencies": [
|
|
1681
|
-
|
|
1682
|
-
"clsx",
|
|
1683
|
-
"tailwind-merge"
|
|
1684
|
-
],
|
|
1685
|
-
"peerDependencies": [
|
|
1686
|
-
"react"
|
|
1687
|
-
],
|
|
1088
|
+
"dependencies": ["class-variance-authority", "clsx", "tailwind-merge"],
|
|
1089
|
+
"peerDependencies": ["react"],
|
|
1688
1090
|
"manifestId": "badge",
|
|
1689
|
-
"capabilityAliases": [
|
|
1690
|
-
|
|
1691
|
-
"badge"
|
|
1692
|
-
],
|
|
1693
|
-
"searchTerms": [
|
|
1694
|
-
"badge",
|
|
1695
|
-
"badge",
|
|
1696
|
-
"feedback"
|
|
1697
|
-
]
|
|
1091
|
+
"capabilityAliases": ["badge", "badge"],
|
|
1092
|
+
"searchTerms": ["badge", "badge", "feedback"]
|
|
1698
1093
|
},
|
|
1699
1094
|
{
|
|
1700
1095
|
"name": "skeleton",
|
|
@@ -1714,23 +1109,11 @@
|
|
|
1714
1109
|
}
|
|
1715
1110
|
],
|
|
1716
1111
|
"registryDependencies": [],
|
|
1717
|
-
"dependencies": [
|
|
1718
|
-
|
|
1719
|
-
"tailwind-merge"
|
|
1720
|
-
],
|
|
1721
|
-
"peerDependencies": [
|
|
1722
|
-
"react"
|
|
1723
|
-
],
|
|
1112
|
+
"dependencies": ["clsx", "tailwind-merge"],
|
|
1113
|
+
"peerDependencies": ["react"],
|
|
1724
1114
|
"manifestId": "skeleton",
|
|
1725
|
-
"capabilityAliases": [
|
|
1726
|
-
|
|
1727
|
-
"skeleton"
|
|
1728
|
-
],
|
|
1729
|
-
"searchTerms": [
|
|
1730
|
-
"skeleton",
|
|
1731
|
-
"skeleton",
|
|
1732
|
-
"feedback"
|
|
1733
|
-
]
|
|
1115
|
+
"capabilityAliases": ["skeleton", "skeleton"],
|
|
1116
|
+
"searchTerms": ["skeleton", "skeleton", "feedback"]
|
|
1734
1117
|
},
|
|
1735
1118
|
{
|
|
1736
1119
|
"name": "spinner",
|
|
@@ -1750,23 +1133,11 @@
|
|
|
1750
1133
|
}
|
|
1751
1134
|
],
|
|
1752
1135
|
"registryDependencies": [],
|
|
1753
|
-
"dependencies": [
|
|
1754
|
-
|
|
1755
|
-
"tailwind-merge"
|
|
1756
|
-
],
|
|
1757
|
-
"peerDependencies": [
|
|
1758
|
-
"react"
|
|
1759
|
-
],
|
|
1136
|
+
"dependencies": ["clsx", "tailwind-merge"],
|
|
1137
|
+
"peerDependencies": ["react"],
|
|
1760
1138
|
"manifestId": "spinner",
|
|
1761
|
-
"capabilityAliases": [
|
|
1762
|
-
|
|
1763
|
-
"spinner"
|
|
1764
|
-
],
|
|
1765
|
-
"searchTerms": [
|
|
1766
|
-
"spinner",
|
|
1767
|
-
"spinner",
|
|
1768
|
-
"feedback"
|
|
1769
|
-
]
|
|
1139
|
+
"capabilityAliases": ["spinner", "spinner"],
|
|
1140
|
+
"searchTerms": ["spinner", "spinner", "feedback"]
|
|
1770
1141
|
},
|
|
1771
1142
|
{
|
|
1772
1143
|
"name": "empty-state",
|
|
@@ -1786,23 +1157,11 @@
|
|
|
1786
1157
|
}
|
|
1787
1158
|
],
|
|
1788
1159
|
"registryDependencies": [],
|
|
1789
|
-
"dependencies": [
|
|
1790
|
-
|
|
1791
|
-
"tailwind-merge"
|
|
1792
|
-
],
|
|
1793
|
-
"peerDependencies": [
|
|
1794
|
-
"react"
|
|
1795
|
-
],
|
|
1160
|
+
"dependencies": ["clsx", "tailwind-merge"],
|
|
1161
|
+
"peerDependencies": ["react"],
|
|
1796
1162
|
"manifestId": "empty-state",
|
|
1797
|
-
"capabilityAliases": [
|
|
1798
|
-
|
|
1799
|
-
"empty-state"
|
|
1800
|
-
],
|
|
1801
|
-
"searchTerms": [
|
|
1802
|
-
"empty-state",
|
|
1803
|
-
"empty state",
|
|
1804
|
-
"feedback"
|
|
1805
|
-
]
|
|
1163
|
+
"capabilityAliases": ["empty state", "empty-state"],
|
|
1164
|
+
"searchTerms": ["empty-state", "empty state", "feedback"]
|
|
1806
1165
|
},
|
|
1807
1166
|
{
|
|
1808
1167
|
"name": "error-state",
|
|
@@ -1822,23 +1181,11 @@
|
|
|
1822
1181
|
}
|
|
1823
1182
|
],
|
|
1824
1183
|
"registryDependencies": [],
|
|
1825
|
-
"dependencies": [
|
|
1826
|
-
|
|
1827
|
-
"tailwind-merge"
|
|
1828
|
-
],
|
|
1829
|
-
"peerDependencies": [
|
|
1830
|
-
"react"
|
|
1831
|
-
],
|
|
1184
|
+
"dependencies": ["clsx", "tailwind-merge"],
|
|
1185
|
+
"peerDependencies": ["react"],
|
|
1832
1186
|
"manifestId": "error-state",
|
|
1833
|
-
"capabilityAliases": [
|
|
1834
|
-
|
|
1835
|
-
"error-state"
|
|
1836
|
-
],
|
|
1837
|
-
"searchTerms": [
|
|
1838
|
-
"error-state",
|
|
1839
|
-
"error state",
|
|
1840
|
-
"feedback"
|
|
1841
|
-
]
|
|
1187
|
+
"capabilityAliases": ["error state", "error-state"],
|
|
1188
|
+
"searchTerms": ["error-state", "error state", "feedback"]
|
|
1842
1189
|
},
|
|
1843
1190
|
{
|
|
1844
1191
|
"name": "menu",
|
|
@@ -1863,25 +1210,11 @@
|
|
|
1863
1210
|
}
|
|
1864
1211
|
],
|
|
1865
1212
|
"registryDependencies": [],
|
|
1866
|
-
"dependencies": [
|
|
1867
|
-
|
|
1868
|
-
"class-variance-authority",
|
|
1869
|
-
"clsx",
|
|
1870
|
-
"tailwind-merge"
|
|
1871
|
-
],
|
|
1872
|
-
"peerDependencies": [
|
|
1873
|
-
"react"
|
|
1874
|
-
],
|
|
1213
|
+
"dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
|
|
1214
|
+
"peerDependencies": ["react"],
|
|
1875
1215
|
"manifestId": "menu",
|
|
1876
|
-
"capabilityAliases": [
|
|
1877
|
-
|
|
1878
|
-
"menu"
|
|
1879
|
-
],
|
|
1880
|
-
"searchTerms": [
|
|
1881
|
-
"menu",
|
|
1882
|
-
"menu",
|
|
1883
|
-
"overlays"
|
|
1884
|
-
]
|
|
1216
|
+
"capabilityAliases": ["menu", "menu"],
|
|
1217
|
+
"searchTerms": ["menu", "menu", "overlays"]
|
|
1885
1218
|
},
|
|
1886
1219
|
{
|
|
1887
1220
|
"name": "tooltip",
|
|
@@ -1906,24 +1239,11 @@
|
|
|
1906
1239
|
}
|
|
1907
1240
|
],
|
|
1908
1241
|
"registryDependencies": [],
|
|
1909
|
-
"dependencies": [
|
|
1910
|
-
|
|
1911
|
-
"clsx",
|
|
1912
|
-
"tailwind-merge"
|
|
1913
|
-
],
|
|
1914
|
-
"peerDependencies": [
|
|
1915
|
-
"react"
|
|
1916
|
-
],
|
|
1242
|
+
"dependencies": ["@base-ui/react", "clsx", "tailwind-merge"],
|
|
1243
|
+
"peerDependencies": ["react"],
|
|
1917
1244
|
"manifestId": "tooltip",
|
|
1918
|
-
"capabilityAliases": [
|
|
1919
|
-
|
|
1920
|
-
"tooltip"
|
|
1921
|
-
],
|
|
1922
|
-
"searchTerms": [
|
|
1923
|
-
"tooltip",
|
|
1924
|
-
"tooltip",
|
|
1925
|
-
"overlays"
|
|
1926
|
-
]
|
|
1245
|
+
"capabilityAliases": ["tooltip", "tooltip"],
|
|
1246
|
+
"searchTerms": ["tooltip", "tooltip", "overlays"]
|
|
1927
1247
|
},
|
|
1928
1248
|
{
|
|
1929
1249
|
"name": "tabs",
|
|
@@ -1943,25 +1263,11 @@
|
|
|
1943
1263
|
}
|
|
1944
1264
|
],
|
|
1945
1265
|
"registryDependencies": [],
|
|
1946
|
-
"dependencies": [
|
|
1947
|
-
|
|
1948
|
-
"class-variance-authority",
|
|
1949
|
-
"clsx",
|
|
1950
|
-
"tailwind-merge"
|
|
1951
|
-
],
|
|
1952
|
-
"peerDependencies": [
|
|
1953
|
-
"react"
|
|
1954
|
-
],
|
|
1266
|
+
"dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
|
|
1267
|
+
"peerDependencies": ["react"],
|
|
1955
1268
|
"manifestId": "tabs",
|
|
1956
|
-
"capabilityAliases": [
|
|
1957
|
-
|
|
1958
|
-
"tabs"
|
|
1959
|
-
],
|
|
1960
|
-
"searchTerms": [
|
|
1961
|
-
"tabs",
|
|
1962
|
-
"tabs",
|
|
1963
|
-
"navigation"
|
|
1964
|
-
]
|
|
1269
|
+
"capabilityAliases": ["tabs", "tabs"],
|
|
1270
|
+
"searchTerms": ["tabs", "tabs", "navigation"]
|
|
1965
1271
|
},
|
|
1966
1272
|
{
|
|
1967
1273
|
"name": "chart-frame",
|
|
@@ -1976,22 +1282,11 @@
|
|
|
1976
1282
|
}
|
|
1977
1283
|
],
|
|
1978
1284
|
"registryDependencies": [],
|
|
1979
|
-
"dependencies": [
|
|
1980
|
-
|
|
1981
|
-
],
|
|
1982
|
-
"peerDependencies": [
|
|
1983
|
-
"react"
|
|
1984
|
-
],
|
|
1285
|
+
"dependencies": ["@noe/ui"],
|
|
1286
|
+
"peerDependencies": ["react"],
|
|
1985
1287
|
"manifestId": "chart-frame",
|
|
1986
|
-
"capabilityAliases": [
|
|
1987
|
-
|
|
1988
|
-
"chart-frame"
|
|
1989
|
-
],
|
|
1990
|
-
"searchTerms": [
|
|
1991
|
-
"chart-frame",
|
|
1992
|
-
"chart frame",
|
|
1993
|
-
"data"
|
|
1994
|
-
]
|
|
1288
|
+
"capabilityAliases": ["chart frame", "chart-frame"],
|
|
1289
|
+
"searchTerms": ["chart-frame", "chart frame", "data"]
|
|
1995
1290
|
}
|
|
1996
1291
|
]
|
|
1997
1292
|
}
|