@reopt-ai/opt-ui 1.4.1
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/CHANGELOG.md +40 -0
- package/COMPONENT_CATALOG.md +3000 -0
- package/LICENSE +21 -0
- package/README.md +244 -0
- package/dist/chunk-3GWWZKX7.js +38 -0
- package/dist/chunk-AFF2HPE5.cjs +5008 -0
- package/dist/chunk-ELWICXYY.js +4745 -0
- package/dist/chunk-N4NDU5ET.cjs +4745 -0
- package/dist/chunk-ONE3C5RV.cjs +38 -0
- package/dist/chunk-QWBHD54V.js +3218 -0
- package/dist/chunk-RBM2RNC2.js +5008 -0
- package/dist/chunk-X5WCXJAF.cjs +3218 -0
- package/dist/core/index.cjs +324 -0
- package/dist/core/index.d.cts +5 -0
- package/dist/core/index.d.ts +5 -0
- package/dist/core/index.js +324 -0
- package/dist/docs/01-getting-started.md +129 -0
- package/dist/docs/02-components/01-core.md +1841 -0
- package/dist/docs/02-components/02-visuals.md +11 -0
- package/dist/docs/02-components/03-shells.md +1361 -0
- package/dist/docs/02-components/04-surfaces.md +11 -0
- package/dist/docs/02-components/index.md +106 -0
- package/dist/docs/03-recipes/01-forms.md +471 -0
- package/dist/docs/03-recipes/02-dashboards.md +397 -0
- package/dist/docs/03-recipes/03-layouts.md +424 -0
- package/dist/docs/04-theming.md +232 -0
- package/dist/docs/05-migration/01-breaking-changes.md +117 -0
- package/dist/docs/05-migration/02-formstore.md +336 -0
- package/dist/docs/06-troubleshooting.md +119 -0
- package/dist/docs/index.md +71 -0
- package/dist/id-registry.cjs +1875 -0
- package/dist/id-registry.d.cts +27 -0
- package/dist/id-registry.d.ts +27 -0
- package/dist/id-registry.js +1875 -0
- package/dist/id-registry.json +3799 -0
- package/dist/index-BZ_lBlO1.d.ts +474 -0
- package/dist/index-BuvxoWHf.d.cts +474 -0
- package/dist/index-DlAcuvQp.d.cts +1686 -0
- package/dist/index-Slu5hOj1.d.ts +1686 -0
- package/dist/index.cjs +9959 -0
- package/dist/index.d.cts +2351 -0
- package/dist/index.d.ts +2351 -0
- package/dist/index.js +9959 -0
- package/dist/meta.cjs +6898 -0
- package/dist/meta.d.cts +36 -0
- package/dist/meta.d.ts +36 -0
- package/dist/meta.js +6869 -0
- package/dist/shells/index.cjs +65 -0
- package/dist/shells/index.d.cts +5 -0
- package/dist/shells/index.d.ts +5 -0
- package/dist/shells/index.js +65 -0
- package/dist/tailwind.css +401 -0
- package/dist/theme/presets/default.css +355 -0
- package/dist/theme/presets/minimal.css +354 -0
- package/dist/theme/presets/mono-dark.css +354 -0
- package/dist/theme/presets/natural.css +181 -0
- package/dist/theme/presets/pro.css +354 -0
- package/dist/types-D4-0lwaE.d.cts +298 -0
- package/dist/types-D4-0lwaE.d.ts +298 -0
- package/dist/visuals/index.cjs +4 -0
- package/dist/visuals/index.d.cts +1 -0
- package/dist/visuals/index.d.ts +1 -0
- package/dist/visuals/index.js +4 -0
- package/package.json +165 -0
|
@@ -0,0 +1,3799 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"generatedBy": "scripts/generate-id-registry.ts",
|
|
4
|
+
"byId": {
|
|
5
|
+
"42177": {
|
|
6
|
+
"id": "42177",
|
|
7
|
+
"slug": "mega-menu",
|
|
8
|
+
"fullSlug": "mega-menu.MegaMenu",
|
|
9
|
+
"exportName": "MegaMenu",
|
|
10
|
+
"layer": "shells",
|
|
11
|
+
"metaName": "MegaMenu",
|
|
12
|
+
"sourcePath": "src/shells/mega-menu.tsx"
|
|
13
|
+
},
|
|
14
|
+
"J98AG": {
|
|
15
|
+
"id": "J98AG",
|
|
16
|
+
"slug": "accordion",
|
|
17
|
+
"fullSlug": "accordion.AccordionContent",
|
|
18
|
+
"exportName": "AccordionContent",
|
|
19
|
+
"layer": "core",
|
|
20
|
+
"metaName": "Accordion",
|
|
21
|
+
"sourcePath": "src/core/accordion.tsx"
|
|
22
|
+
},
|
|
23
|
+
"JTY9M": {
|
|
24
|
+
"id": "JTY9M",
|
|
25
|
+
"slug": "accordion",
|
|
26
|
+
"fullSlug": "accordion.AccordionItem",
|
|
27
|
+
"exportName": "AccordionItem",
|
|
28
|
+
"layer": "core",
|
|
29
|
+
"metaName": "Accordion",
|
|
30
|
+
"sourcePath": "src/core/accordion.tsx"
|
|
31
|
+
},
|
|
32
|
+
"CSBA9": {
|
|
33
|
+
"id": "CSBA9",
|
|
34
|
+
"slug": "accordion",
|
|
35
|
+
"fullSlug": "accordion.AccordionRoot",
|
|
36
|
+
"exportName": "AccordionRoot",
|
|
37
|
+
"layer": "core",
|
|
38
|
+
"metaName": "Accordion",
|
|
39
|
+
"sourcePath": "src/core/accordion.tsx"
|
|
40
|
+
},
|
|
41
|
+
"CWJZZ": {
|
|
42
|
+
"id": "CWJZZ",
|
|
43
|
+
"slug": "accordion",
|
|
44
|
+
"fullSlug": "accordion.AccordionTrigger",
|
|
45
|
+
"exportName": "AccordionTrigger",
|
|
46
|
+
"layer": "core",
|
|
47
|
+
"metaName": "Accordion",
|
|
48
|
+
"sourcePath": "src/core/accordion.tsx"
|
|
49
|
+
},
|
|
50
|
+
"DB87Z": {
|
|
51
|
+
"id": "DB87Z",
|
|
52
|
+
"slug": "activity-feed",
|
|
53
|
+
"fullSlug": "activity-feed.ActivityFeed",
|
|
54
|
+
"exportName": "ActivityFeed",
|
|
55
|
+
"layer": "shells",
|
|
56
|
+
"metaName": "ActivityFeed",
|
|
57
|
+
"sourcePath": "src/shells/activity-feed.tsx"
|
|
58
|
+
},
|
|
59
|
+
"VTENR": {
|
|
60
|
+
"id": "VTENR",
|
|
61
|
+
"slug": "alert-builder",
|
|
62
|
+
"fullSlug": "alert-builder.AlertBuilder",
|
|
63
|
+
"exportName": "AlertBuilder",
|
|
64
|
+
"layer": "shells",
|
|
65
|
+
"metaName": "AlertBuilder",
|
|
66
|
+
"sourcePath": "src/shells/alert-builder.tsx"
|
|
67
|
+
},
|
|
68
|
+
"4SPK6": {
|
|
69
|
+
"id": "4SPK6",
|
|
70
|
+
"slug": "alert",
|
|
71
|
+
"fullSlug": "alert.Alert",
|
|
72
|
+
"exportName": "Alert",
|
|
73
|
+
"layer": "core",
|
|
74
|
+
"metaName": "Alert",
|
|
75
|
+
"sourcePath": "src/core/alert.tsx"
|
|
76
|
+
},
|
|
77
|
+
"BGKHW": {
|
|
78
|
+
"id": "BGKHW",
|
|
79
|
+
"slug": "app-menubar",
|
|
80
|
+
"fullSlug": "app-menubar.AppMenubar",
|
|
81
|
+
"exportName": "AppMenubar",
|
|
82
|
+
"layer": "shells",
|
|
83
|
+
"metaName": "AppMenubar",
|
|
84
|
+
"sourcePath": "src/shells/app-menubar.tsx"
|
|
85
|
+
},
|
|
86
|
+
"EQGGQ": {
|
|
87
|
+
"id": "EQGGQ",
|
|
88
|
+
"slug": "app-shell",
|
|
89
|
+
"fullSlug": "app-shell.AppShell",
|
|
90
|
+
"exportName": "AppShell",
|
|
91
|
+
"layer": "shells",
|
|
92
|
+
"metaName": "AppShell",
|
|
93
|
+
"sourcePath": "src/shells/app-shell.tsx"
|
|
94
|
+
},
|
|
95
|
+
"KAKTV": {
|
|
96
|
+
"id": "KAKTV",
|
|
97
|
+
"slug": "async-combobox",
|
|
98
|
+
"fullSlug": "async-combobox.AsyncCombobox",
|
|
99
|
+
"exportName": "AsyncCombobox",
|
|
100
|
+
"layer": "shells",
|
|
101
|
+
"metaName": "AsyncCombobox",
|
|
102
|
+
"sourcePath": "src/shells/async-combobox.tsx"
|
|
103
|
+
},
|
|
104
|
+
"VZ046": {
|
|
105
|
+
"id": "VZ046",
|
|
106
|
+
"slug": "audit-log",
|
|
107
|
+
"fullSlug": "audit-log.AuditLog",
|
|
108
|
+
"exportName": "AuditLog",
|
|
109
|
+
"layer": "shells",
|
|
110
|
+
"metaName": "AuditLog",
|
|
111
|
+
"sourcePath": "src/shells/audit-log.tsx"
|
|
112
|
+
},
|
|
113
|
+
"XJQ8A": {
|
|
114
|
+
"id": "XJQ8A",
|
|
115
|
+
"slug": "audit-timeline",
|
|
116
|
+
"fullSlug": "audit-timeline.AuditTimeline",
|
|
117
|
+
"exportName": "AuditTimeline",
|
|
118
|
+
"layer": "shells",
|
|
119
|
+
"metaName": "AuditTimeline",
|
|
120
|
+
"sourcePath": "src/shells/audit-timeline.tsx"
|
|
121
|
+
},
|
|
122
|
+
"SCMM0": {
|
|
123
|
+
"id": "SCMM0",
|
|
124
|
+
"slug": "avatar",
|
|
125
|
+
"fullSlug": "avatar.Avatar",
|
|
126
|
+
"exportName": "Avatar",
|
|
127
|
+
"layer": "core",
|
|
128
|
+
"metaName": "Avatar",
|
|
129
|
+
"sourcePath": "src/core/avatar.tsx"
|
|
130
|
+
},
|
|
131
|
+
"MVB53": {
|
|
132
|
+
"id": "MVB53",
|
|
133
|
+
"slug": "avatar",
|
|
134
|
+
"fullSlug": "avatar.AvatarGroup",
|
|
135
|
+
"exportName": "AvatarGroup",
|
|
136
|
+
"layer": "core",
|
|
137
|
+
"metaName": "Avatar",
|
|
138
|
+
"sourcePath": "src/core/avatar.tsx"
|
|
139
|
+
},
|
|
140
|
+
"9GBGZ": {
|
|
141
|
+
"id": "9GBGZ",
|
|
142
|
+
"slug": "badge",
|
|
143
|
+
"fullSlug": "badge.Badge",
|
|
144
|
+
"exportName": "Badge",
|
|
145
|
+
"layer": "core",
|
|
146
|
+
"metaName": "Badge",
|
|
147
|
+
"sourcePath": "src/core/badge.tsx"
|
|
148
|
+
},
|
|
149
|
+
"6RHZW": {
|
|
150
|
+
"id": "6RHZW",
|
|
151
|
+
"slug": "block-layout",
|
|
152
|
+
"fullSlug": "block-layout.BlockLayout",
|
|
153
|
+
"exportName": "BlockLayout",
|
|
154
|
+
"layer": "core",
|
|
155
|
+
"metaName": "BlockLayout",
|
|
156
|
+
"sourcePath": "src/core/block-layout.tsx"
|
|
157
|
+
},
|
|
158
|
+
"7EDEP": {
|
|
159
|
+
"id": "7EDEP",
|
|
160
|
+
"slug": "branch-select",
|
|
161
|
+
"fullSlug": "branch-select.BranchSelect",
|
|
162
|
+
"exportName": "BranchSelect",
|
|
163
|
+
"layer": "shells",
|
|
164
|
+
"metaName": "BranchSelect",
|
|
165
|
+
"sourcePath": "src/shells/branch-select.tsx"
|
|
166
|
+
},
|
|
167
|
+
"3FR0Y": {
|
|
168
|
+
"id": "3FR0Y",
|
|
169
|
+
"slug": "breadcrumb",
|
|
170
|
+
"fullSlug": "breadcrumb.Breadcrumb",
|
|
171
|
+
"exportName": "Breadcrumb",
|
|
172
|
+
"layer": "core",
|
|
173
|
+
"metaName": "Breadcrumb",
|
|
174
|
+
"sourcePath": "src/core/breadcrumb.tsx"
|
|
175
|
+
},
|
|
176
|
+
"Q3J33": {
|
|
177
|
+
"id": "Q3J33",
|
|
178
|
+
"slug": "bulk-actions",
|
|
179
|
+
"fullSlug": "bulk-actions.BulkActions",
|
|
180
|
+
"exportName": "BulkActions",
|
|
181
|
+
"layer": "shells",
|
|
182
|
+
"metaName": "BulkActions",
|
|
183
|
+
"sourcePath": "src/shells/bulk-actions.tsx"
|
|
184
|
+
},
|
|
185
|
+
"RGX84": {
|
|
186
|
+
"id": "RGX84",
|
|
187
|
+
"slug": "button",
|
|
188
|
+
"fullSlug": "button.Button",
|
|
189
|
+
"exportName": "Button",
|
|
190
|
+
"layer": "core",
|
|
191
|
+
"metaName": "Button",
|
|
192
|
+
"sourcePath": "src/core/button.tsx"
|
|
193
|
+
},
|
|
194
|
+
"0A18R": {
|
|
195
|
+
"id": "0A18R",
|
|
196
|
+
"slug": "card",
|
|
197
|
+
"fullSlug": "card.Card",
|
|
198
|
+
"exportName": "Card",
|
|
199
|
+
"layer": "core",
|
|
200
|
+
"metaName": "Card",
|
|
201
|
+
"sourcePath": "src/core/card.tsx"
|
|
202
|
+
},
|
|
203
|
+
"9Y68R": {
|
|
204
|
+
"id": "9Y68R",
|
|
205
|
+
"slug": "card",
|
|
206
|
+
"fullSlug": "card.CardContent",
|
|
207
|
+
"exportName": "CardContent",
|
|
208
|
+
"layer": "core",
|
|
209
|
+
"metaName": "Card",
|
|
210
|
+
"sourcePath": "src/core/card.tsx"
|
|
211
|
+
},
|
|
212
|
+
"YB1RN": {
|
|
213
|
+
"id": "YB1RN",
|
|
214
|
+
"slug": "card",
|
|
215
|
+
"fullSlug": "card.CardDescription",
|
|
216
|
+
"exportName": "CardDescription",
|
|
217
|
+
"layer": "core",
|
|
218
|
+
"metaName": "Card",
|
|
219
|
+
"sourcePath": "src/core/card.tsx"
|
|
220
|
+
},
|
|
221
|
+
"GRNTR": {
|
|
222
|
+
"id": "GRNTR",
|
|
223
|
+
"slug": "card",
|
|
224
|
+
"fullSlug": "card.CardFooter",
|
|
225
|
+
"exportName": "CardFooter",
|
|
226
|
+
"layer": "core",
|
|
227
|
+
"metaName": "Card",
|
|
228
|
+
"sourcePath": "src/core/card.tsx"
|
|
229
|
+
},
|
|
230
|
+
"JST3J": {
|
|
231
|
+
"id": "JST3J",
|
|
232
|
+
"slug": "card",
|
|
233
|
+
"fullSlug": "card.CardHeader",
|
|
234
|
+
"exportName": "CardHeader",
|
|
235
|
+
"layer": "core",
|
|
236
|
+
"metaName": "Card",
|
|
237
|
+
"sourcePath": "src/core/card.tsx"
|
|
238
|
+
},
|
|
239
|
+
"V15TX": {
|
|
240
|
+
"id": "V15TX",
|
|
241
|
+
"slug": "card",
|
|
242
|
+
"fullSlug": "card.CardTitle",
|
|
243
|
+
"exportName": "CardTitle",
|
|
244
|
+
"layer": "core",
|
|
245
|
+
"metaName": "Card",
|
|
246
|
+
"sourcePath": "src/core/card.tsx"
|
|
247
|
+
},
|
|
248
|
+
"M8KX1": {
|
|
249
|
+
"id": "M8KX1",
|
|
250
|
+
"slug": "chat-input",
|
|
251
|
+
"fullSlug": "chat-input.ChatInput",
|
|
252
|
+
"exportName": "ChatInput",
|
|
253
|
+
"layer": "shells",
|
|
254
|
+
"metaName": "ChatInput",
|
|
255
|
+
"sourcePath": "src/shells/chat-input.tsx"
|
|
256
|
+
},
|
|
257
|
+
"YK725": {
|
|
258
|
+
"id": "YK725",
|
|
259
|
+
"slug": "chat-message-list",
|
|
260
|
+
"fullSlug": "chat-message-list.ChatMessageList",
|
|
261
|
+
"exportName": "ChatMessageList",
|
|
262
|
+
"layer": "shells",
|
|
263
|
+
"metaName": "ChatMessageList",
|
|
264
|
+
"sourcePath": "src/shells/chat-message-list.tsx"
|
|
265
|
+
},
|
|
266
|
+
"TBVMY": {
|
|
267
|
+
"id": "TBVMY",
|
|
268
|
+
"slug": "chat-sidebar",
|
|
269
|
+
"fullSlug": "chat-sidebar.ChatSidebar",
|
|
270
|
+
"exportName": "ChatSidebar",
|
|
271
|
+
"layer": "shells",
|
|
272
|
+
"metaName": "ChatSidebar",
|
|
273
|
+
"sourcePath": "src/shells/chat-sidebar.tsx"
|
|
274
|
+
},
|
|
275
|
+
"3P3MA": {
|
|
276
|
+
"id": "3P3MA",
|
|
277
|
+
"slug": "checkbox",
|
|
278
|
+
"fullSlug": "checkbox.Checkbox",
|
|
279
|
+
"exportName": "Checkbox",
|
|
280
|
+
"layer": "core",
|
|
281
|
+
"metaName": "Checkbox",
|
|
282
|
+
"sourcePath": "src/core/checkbox.tsx"
|
|
283
|
+
},
|
|
284
|
+
"V6NSW": {
|
|
285
|
+
"id": "V6NSW",
|
|
286
|
+
"slug": "checkbox",
|
|
287
|
+
"fullSlug": "checkbox.CheckboxGroup",
|
|
288
|
+
"exportName": "CheckboxGroup",
|
|
289
|
+
"layer": "core",
|
|
290
|
+
"metaName": "Checkbox",
|
|
291
|
+
"sourcePath": "src/core/checkbox.tsx"
|
|
292
|
+
},
|
|
293
|
+
"GSDVD": {
|
|
294
|
+
"id": "GSDVD",
|
|
295
|
+
"slug": "code-diff-viewer",
|
|
296
|
+
"fullSlug": "code-diff-viewer.CodeDiffViewer",
|
|
297
|
+
"exportName": "CodeDiffViewer",
|
|
298
|
+
"layer": "shells",
|
|
299
|
+
"metaName": "CodeDiffViewer",
|
|
300
|
+
"sourcePath": "src/shells/code-diff-viewer.tsx"
|
|
301
|
+
},
|
|
302
|
+
"9GDXY": {
|
|
303
|
+
"id": "9GDXY",
|
|
304
|
+
"slug": "code-snippet-viewer",
|
|
305
|
+
"fullSlug": "code-snippet-viewer.CodeSnippetViewer",
|
|
306
|
+
"exportName": "CodeSnippetViewer",
|
|
307
|
+
"layer": "shells",
|
|
308
|
+
"metaName": "CodeSnippetViewer",
|
|
309
|
+
"sourcePath": "src/shells/code-snippet-viewer.tsx"
|
|
310
|
+
},
|
|
311
|
+
"V2CSG": {
|
|
312
|
+
"id": "V2CSG",
|
|
313
|
+
"slug": "color-picker",
|
|
314
|
+
"fullSlug": "color-picker.ColorPicker",
|
|
315
|
+
"exportName": "ColorPicker",
|
|
316
|
+
"layer": "core",
|
|
317
|
+
"metaName": "ColorPicker",
|
|
318
|
+
"sourcePath": "src/core/color-picker.tsx"
|
|
319
|
+
},
|
|
320
|
+
"PPN5M": {
|
|
321
|
+
"id": "PPN5M",
|
|
322
|
+
"slug": "column-toggler",
|
|
323
|
+
"fullSlug": "column-toggler.ColumnToggler",
|
|
324
|
+
"exportName": "ColumnToggler",
|
|
325
|
+
"layer": "shells",
|
|
326
|
+
"metaName": "ColumnToggler",
|
|
327
|
+
"sourcePath": "src/shells/column-toggler.tsx"
|
|
328
|
+
},
|
|
329
|
+
"RZ06M": {
|
|
330
|
+
"id": "RZ06M",
|
|
331
|
+
"slug": "combobox",
|
|
332
|
+
"fullSlug": "combobox.ComboboxEmpty",
|
|
333
|
+
"exportName": "ComboboxEmpty",
|
|
334
|
+
"layer": "core",
|
|
335
|
+
"metaName": "Combobox",
|
|
336
|
+
"sourcePath": "src/core/combobox.tsx"
|
|
337
|
+
},
|
|
338
|
+
"SPJQC": {
|
|
339
|
+
"id": "SPJQC",
|
|
340
|
+
"slug": "combobox",
|
|
341
|
+
"fullSlug": "combobox.ComboboxGroup",
|
|
342
|
+
"exportName": "ComboboxGroup",
|
|
343
|
+
"layer": "core",
|
|
344
|
+
"metaName": "Combobox",
|
|
345
|
+
"sourcePath": "src/core/combobox.tsx"
|
|
346
|
+
},
|
|
347
|
+
"512YF": {
|
|
348
|
+
"id": "512YF",
|
|
349
|
+
"slug": "combobox",
|
|
350
|
+
"fullSlug": "combobox.ComboboxGroupLabel",
|
|
351
|
+
"exportName": "ComboboxGroupLabel",
|
|
352
|
+
"layer": "core",
|
|
353
|
+
"metaName": "Combobox",
|
|
354
|
+
"sourcePath": "src/core/combobox.tsx"
|
|
355
|
+
},
|
|
356
|
+
"92FZS": {
|
|
357
|
+
"id": "92FZS",
|
|
358
|
+
"slug": "combobox",
|
|
359
|
+
"fullSlug": "combobox.ComboboxInput",
|
|
360
|
+
"exportName": "ComboboxInput",
|
|
361
|
+
"layer": "core",
|
|
362
|
+
"metaName": "Combobox",
|
|
363
|
+
"sourcePath": "src/core/combobox.tsx"
|
|
364
|
+
},
|
|
365
|
+
"MAZJN": {
|
|
366
|
+
"id": "MAZJN",
|
|
367
|
+
"slug": "combobox",
|
|
368
|
+
"fullSlug": "combobox.ComboboxItem",
|
|
369
|
+
"exportName": "ComboboxItem",
|
|
370
|
+
"layer": "core",
|
|
371
|
+
"metaName": "Combobox",
|
|
372
|
+
"sourcePath": "src/core/combobox.tsx"
|
|
373
|
+
},
|
|
374
|
+
"WS4PD": {
|
|
375
|
+
"id": "WS4PD",
|
|
376
|
+
"slug": "combobox",
|
|
377
|
+
"fullSlug": "combobox.ComboboxPopover",
|
|
378
|
+
"exportName": "ComboboxPopover",
|
|
379
|
+
"layer": "core",
|
|
380
|
+
"metaName": "Combobox",
|
|
381
|
+
"sourcePath": "src/core/combobox.tsx"
|
|
382
|
+
},
|
|
383
|
+
"VACXX": {
|
|
384
|
+
"id": "VACXX",
|
|
385
|
+
"slug": "combobox",
|
|
386
|
+
"fullSlug": "combobox.ComboboxRoot",
|
|
387
|
+
"exportName": "ComboboxRoot",
|
|
388
|
+
"layer": "core",
|
|
389
|
+
"metaName": "Combobox",
|
|
390
|
+
"sourcePath": "src/core/combobox.tsx"
|
|
391
|
+
},
|
|
392
|
+
"4FCDB": {
|
|
393
|
+
"id": "4FCDB",
|
|
394
|
+
"slug": "command-palette-trigger",
|
|
395
|
+
"fullSlug": "command-palette-trigger.CommandPaletteTrigger",
|
|
396
|
+
"exportName": "CommandPaletteTrigger",
|
|
397
|
+
"layer": "shells",
|
|
398
|
+
"metaName": "CommandPaletteTrigger",
|
|
399
|
+
"sourcePath": "src/shells/command-palette-trigger.tsx"
|
|
400
|
+
},
|
|
401
|
+
"ATTF5": {
|
|
402
|
+
"id": "ATTF5",
|
|
403
|
+
"slug": "command-palette",
|
|
404
|
+
"fullSlug": "command-palette.CommandPalette",
|
|
405
|
+
"exportName": "CommandPalette",
|
|
406
|
+
"layer": "shells",
|
|
407
|
+
"metaName": "CommandPalette",
|
|
408
|
+
"sourcePath": "src/shells/command-palette.tsx"
|
|
409
|
+
},
|
|
410
|
+
"4FYBW": {
|
|
411
|
+
"id": "4FYBW",
|
|
412
|
+
"slug": "command",
|
|
413
|
+
"fullSlug": "command.Command",
|
|
414
|
+
"exportName": "Command",
|
|
415
|
+
"layer": "core",
|
|
416
|
+
"metaName": "Command",
|
|
417
|
+
"sourcePath": "src/core/command.tsx"
|
|
418
|
+
},
|
|
419
|
+
"DVRSX": {
|
|
420
|
+
"id": "DVRSX",
|
|
421
|
+
"slug": "command",
|
|
422
|
+
"fullSlug": "command.CommandDialog",
|
|
423
|
+
"exportName": "CommandDialog",
|
|
424
|
+
"layer": "core",
|
|
425
|
+
"metaName": "Command",
|
|
426
|
+
"sourcePath": "src/core/command.tsx"
|
|
427
|
+
},
|
|
428
|
+
"A8BZM": {
|
|
429
|
+
"id": "A8BZM",
|
|
430
|
+
"slug": "command",
|
|
431
|
+
"fullSlug": "command.CommandEmpty",
|
|
432
|
+
"exportName": "CommandEmpty",
|
|
433
|
+
"layer": "core",
|
|
434
|
+
"metaName": "Command",
|
|
435
|
+
"sourcePath": "src/core/command.tsx"
|
|
436
|
+
},
|
|
437
|
+
"JPK1Y": {
|
|
438
|
+
"id": "JPK1Y",
|
|
439
|
+
"slug": "command",
|
|
440
|
+
"fullSlug": "command.CommandGroup",
|
|
441
|
+
"exportName": "CommandGroup",
|
|
442
|
+
"layer": "core",
|
|
443
|
+
"metaName": "Command",
|
|
444
|
+
"sourcePath": "src/core/command.tsx"
|
|
445
|
+
},
|
|
446
|
+
"HB1K3": {
|
|
447
|
+
"id": "HB1K3",
|
|
448
|
+
"slug": "command",
|
|
449
|
+
"fullSlug": "command.CommandInput",
|
|
450
|
+
"exportName": "CommandInput",
|
|
451
|
+
"layer": "core",
|
|
452
|
+
"metaName": "Command",
|
|
453
|
+
"sourcePath": "src/core/command.tsx"
|
|
454
|
+
},
|
|
455
|
+
"K674W": {
|
|
456
|
+
"id": "K674W",
|
|
457
|
+
"slug": "command",
|
|
458
|
+
"fullSlug": "command.CommandItem",
|
|
459
|
+
"exportName": "CommandItem",
|
|
460
|
+
"layer": "core",
|
|
461
|
+
"metaName": "Command",
|
|
462
|
+
"sourcePath": "src/core/command.tsx"
|
|
463
|
+
},
|
|
464
|
+
"NPXC5": {
|
|
465
|
+
"id": "NPXC5",
|
|
466
|
+
"slug": "command",
|
|
467
|
+
"fullSlug": "command.CommandList",
|
|
468
|
+
"exportName": "CommandList",
|
|
469
|
+
"layer": "core",
|
|
470
|
+
"metaName": "Command",
|
|
471
|
+
"sourcePath": "src/core/command.tsx"
|
|
472
|
+
},
|
|
473
|
+
"10P0E": {
|
|
474
|
+
"id": "10P0E",
|
|
475
|
+
"slug": "command",
|
|
476
|
+
"fullSlug": "command.CommandSeparator",
|
|
477
|
+
"exportName": "CommandSeparator",
|
|
478
|
+
"layer": "core",
|
|
479
|
+
"metaName": "Command",
|
|
480
|
+
"sourcePath": "src/core/command.tsx"
|
|
481
|
+
},
|
|
482
|
+
"75CQK": {
|
|
483
|
+
"id": "75CQK",
|
|
484
|
+
"slug": "command",
|
|
485
|
+
"fullSlug": "command.CommandShortcut",
|
|
486
|
+
"exportName": "CommandShortcut",
|
|
487
|
+
"layer": "core",
|
|
488
|
+
"metaName": "Command",
|
|
489
|
+
"sourcePath": "src/core/command.tsx"
|
|
490
|
+
},
|
|
491
|
+
"2EH9H": {
|
|
492
|
+
"id": "2EH9H",
|
|
493
|
+
"slug": "comparison-selector",
|
|
494
|
+
"fullSlug": "comparison-selector.ComparisonSelector",
|
|
495
|
+
"exportName": "ComparisonSelector",
|
|
496
|
+
"layer": "shells",
|
|
497
|
+
"metaName": "ComparisonSelector",
|
|
498
|
+
"sourcePath": "src/shells/comparison-selector.tsx"
|
|
499
|
+
},
|
|
500
|
+
"1JZXE": {
|
|
501
|
+
"id": "1JZXE",
|
|
502
|
+
"slug": "composite-zone",
|
|
503
|
+
"fullSlug": "composite-zone.CompositeZone",
|
|
504
|
+
"exportName": "CompositeZone",
|
|
505
|
+
"layer": "core",
|
|
506
|
+
"metaName": "CompositeZone",
|
|
507
|
+
"sourcePath": "src/core/composite-zone.tsx"
|
|
508
|
+
},
|
|
509
|
+
"SXXKJ": {
|
|
510
|
+
"id": "SXXKJ",
|
|
511
|
+
"slug": "condition-builder",
|
|
512
|
+
"fullSlug": "condition-builder.ConditionBuilder",
|
|
513
|
+
"exportName": "ConditionBuilder",
|
|
514
|
+
"layer": "core",
|
|
515
|
+
"metaName": "ConditionBuilder",
|
|
516
|
+
"sourcePath": "src/core/condition-builder.tsx"
|
|
517
|
+
},
|
|
518
|
+
"0VNJQ": {
|
|
519
|
+
"id": "0VNJQ",
|
|
520
|
+
"slug": "confirm-dialog",
|
|
521
|
+
"fullSlug": "confirm-dialog.ConfirmDialog",
|
|
522
|
+
"exportName": "ConfirmDialog",
|
|
523
|
+
"layer": "shells",
|
|
524
|
+
"metaName": "ConfirmDialog",
|
|
525
|
+
"sourcePath": "src/shells/confirm-dialog.tsx"
|
|
526
|
+
},
|
|
527
|
+
"SR35W": {
|
|
528
|
+
"id": "SR35W",
|
|
529
|
+
"slug": "connection-indicator",
|
|
530
|
+
"fullSlug": "connection-indicator.ConnectionIndicator",
|
|
531
|
+
"exportName": "ConnectionIndicator",
|
|
532
|
+
"layer": "shells",
|
|
533
|
+
"metaName": "ConnectionIndicator",
|
|
534
|
+
"sourcePath": "src/shells/connection-indicator.tsx"
|
|
535
|
+
},
|
|
536
|
+
"H3G96": {
|
|
537
|
+
"id": "H3G96",
|
|
538
|
+
"slug": "container",
|
|
539
|
+
"fullSlug": "container.Container",
|
|
540
|
+
"exportName": "Container",
|
|
541
|
+
"layer": "core",
|
|
542
|
+
"metaName": "Container",
|
|
543
|
+
"sourcePath": "src/core/container.tsx"
|
|
544
|
+
},
|
|
545
|
+
"9W97K": {
|
|
546
|
+
"id": "9W97K",
|
|
547
|
+
"slug": "content-tabs",
|
|
548
|
+
"fullSlug": "content-tabs.ContentTabs",
|
|
549
|
+
"exportName": "ContentTabs",
|
|
550
|
+
"layer": "shells",
|
|
551
|
+
"metaName": "ContentTabs",
|
|
552
|
+
"sourcePath": "src/shells/content-tabs.tsx"
|
|
553
|
+
},
|
|
554
|
+
"BM7NA": {
|
|
555
|
+
"id": "BM7NA",
|
|
556
|
+
"slug": "dashboard-grid",
|
|
557
|
+
"fullSlug": "dashboard-grid.DashboardGrid",
|
|
558
|
+
"exportName": "DashboardGrid",
|
|
559
|
+
"layer": "shells",
|
|
560
|
+
"metaName": "DashboardGrid",
|
|
561
|
+
"sourcePath": "src/shells/dashboard-grid.tsx"
|
|
562
|
+
},
|
|
563
|
+
"QD9XR": {
|
|
564
|
+
"id": "QD9XR",
|
|
565
|
+
"slug": "data-import-wizard",
|
|
566
|
+
"fullSlug": "data-import-wizard.DataImportWizard",
|
|
567
|
+
"exportName": "DataImportWizard",
|
|
568
|
+
"layer": "shells",
|
|
569
|
+
"metaName": "DataImportWizard",
|
|
570
|
+
"sourcePath": "src/shells/data-import-wizard.tsx"
|
|
571
|
+
},
|
|
572
|
+
"J1KN4": {
|
|
573
|
+
"id": "J1KN4",
|
|
574
|
+
"slug": "data-table",
|
|
575
|
+
"fullSlug": "data-table.DataTable",
|
|
576
|
+
"exportName": "DataTable",
|
|
577
|
+
"layer": "shells",
|
|
578
|
+
"metaName": "DataTable",
|
|
579
|
+
"sourcePath": "src/shells/data-table.tsx"
|
|
580
|
+
},
|
|
581
|
+
"0KKZ0": {
|
|
582
|
+
"id": "0KKZ0",
|
|
583
|
+
"slug": "date-range-picker",
|
|
584
|
+
"fullSlug": "date-range-picker.DateRangePicker",
|
|
585
|
+
"exportName": "DateRangePicker",
|
|
586
|
+
"layer": "core",
|
|
587
|
+
"metaName": "DateRangePicker",
|
|
588
|
+
"sourcePath": "src/core/date-range-picker.tsx"
|
|
589
|
+
},
|
|
590
|
+
"XXVQ2": {
|
|
591
|
+
"id": "XXVQ2",
|
|
592
|
+
"slug": "deployment-timeline",
|
|
593
|
+
"fullSlug": "deployment-timeline.DeploymentTimeline",
|
|
594
|
+
"exportName": "DeploymentTimeline",
|
|
595
|
+
"layer": "shells",
|
|
596
|
+
"metaName": "DeploymentTimeline",
|
|
597
|
+
"sourcePath": "src/shells/deployment-timeline.tsx"
|
|
598
|
+
},
|
|
599
|
+
"65F6W": {
|
|
600
|
+
"id": "65F6W",
|
|
601
|
+
"slug": "design-guide-panel",
|
|
602
|
+
"fullSlug": "design-guide-panel.DesignGuidePanel",
|
|
603
|
+
"exportName": "DesignGuidePanel",
|
|
604
|
+
"layer": "shells",
|
|
605
|
+
"metaName": "DesignGuidePanel",
|
|
606
|
+
"sourcePath": "src/devtools/design-guide-panel.tsx"
|
|
607
|
+
},
|
|
608
|
+
"80HGS": {
|
|
609
|
+
"id": "80HGS",
|
|
610
|
+
"slug": "dialog",
|
|
611
|
+
"fullSlug": "dialog.AlertDialogPanel",
|
|
612
|
+
"exportName": "AlertDialogPanel",
|
|
613
|
+
"layer": "core",
|
|
614
|
+
"metaName": "Dialog",
|
|
615
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
616
|
+
},
|
|
617
|
+
"EE32H": {
|
|
618
|
+
"id": "EE32H",
|
|
619
|
+
"slug": "dialog",
|
|
620
|
+
"fullSlug": "dialog.DialogBody",
|
|
621
|
+
"exportName": "DialogBody",
|
|
622
|
+
"layer": "core",
|
|
623
|
+
"metaName": "Dialog",
|
|
624
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
625
|
+
},
|
|
626
|
+
"2BN3X": {
|
|
627
|
+
"id": "2BN3X",
|
|
628
|
+
"slug": "dialog",
|
|
629
|
+
"fullSlug": "dialog.DialogDescription",
|
|
630
|
+
"exportName": "DialogDescription",
|
|
631
|
+
"layer": "core",
|
|
632
|
+
"metaName": "Dialog",
|
|
633
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
634
|
+
},
|
|
635
|
+
"32QJK": {
|
|
636
|
+
"id": "32QJK",
|
|
637
|
+
"slug": "dialog",
|
|
638
|
+
"fullSlug": "dialog.DialogDisclosure",
|
|
639
|
+
"exportName": "DialogDisclosure",
|
|
640
|
+
"layer": "core",
|
|
641
|
+
"metaName": "Dialog",
|
|
642
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
643
|
+
},
|
|
644
|
+
"JXT0Y": {
|
|
645
|
+
"id": "JXT0Y",
|
|
646
|
+
"slug": "dialog",
|
|
647
|
+
"fullSlug": "dialog.DialogDismiss",
|
|
648
|
+
"exportName": "DialogDismiss",
|
|
649
|
+
"layer": "core",
|
|
650
|
+
"metaName": "Dialog",
|
|
651
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
652
|
+
},
|
|
653
|
+
"AYQSR": {
|
|
654
|
+
"id": "AYQSR",
|
|
655
|
+
"slug": "dialog",
|
|
656
|
+
"fullSlug": "dialog.DialogFooter",
|
|
657
|
+
"exportName": "DialogFooter",
|
|
658
|
+
"layer": "core",
|
|
659
|
+
"metaName": "Dialog",
|
|
660
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
661
|
+
},
|
|
662
|
+
"K8NYY": {
|
|
663
|
+
"id": "K8NYY",
|
|
664
|
+
"slug": "dialog",
|
|
665
|
+
"fullSlug": "dialog.DialogHeader",
|
|
666
|
+
"exportName": "DialogHeader",
|
|
667
|
+
"layer": "core",
|
|
668
|
+
"metaName": "Dialog",
|
|
669
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
670
|
+
},
|
|
671
|
+
"4NW4H": {
|
|
672
|
+
"id": "4NW4H",
|
|
673
|
+
"slug": "dialog",
|
|
674
|
+
"fullSlug": "dialog.DialogHeading",
|
|
675
|
+
"exportName": "DialogHeading",
|
|
676
|
+
"layer": "core",
|
|
677
|
+
"metaName": "Dialog",
|
|
678
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
679
|
+
},
|
|
680
|
+
"BTMTG": {
|
|
681
|
+
"id": "BTMTG",
|
|
682
|
+
"slug": "dialog",
|
|
683
|
+
"fullSlug": "dialog.DialogPanel",
|
|
684
|
+
"exportName": "DialogPanel",
|
|
685
|
+
"layer": "core",
|
|
686
|
+
"metaName": "Dialog",
|
|
687
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
688
|
+
},
|
|
689
|
+
"MDC91": {
|
|
690
|
+
"id": "MDC91",
|
|
691
|
+
"slug": "dialog",
|
|
692
|
+
"fullSlug": "dialog.DialogRoot",
|
|
693
|
+
"exportName": "DialogRoot",
|
|
694
|
+
"layer": "core",
|
|
695
|
+
"metaName": "Dialog",
|
|
696
|
+
"sourcePath": "src/core/dialog.tsx"
|
|
697
|
+
},
|
|
698
|
+
"78HYF": {
|
|
699
|
+
"id": "78HYF",
|
|
700
|
+
"slug": "disclosure",
|
|
701
|
+
"fullSlug": "disclosure.DisclosureContent",
|
|
702
|
+
"exportName": "DisclosureContent",
|
|
703
|
+
"layer": "core",
|
|
704
|
+
"metaName": "Disclosure",
|
|
705
|
+
"sourcePath": "src/core/disclosure.tsx"
|
|
706
|
+
},
|
|
707
|
+
"AS61F": {
|
|
708
|
+
"id": "AS61F",
|
|
709
|
+
"slug": "disclosure",
|
|
710
|
+
"fullSlug": "disclosure.DisclosureRoot",
|
|
711
|
+
"exportName": "DisclosureRoot",
|
|
712
|
+
"layer": "core",
|
|
713
|
+
"metaName": "Disclosure",
|
|
714
|
+
"sourcePath": "src/core/disclosure.tsx"
|
|
715
|
+
},
|
|
716
|
+
"14EZW": {
|
|
717
|
+
"id": "14EZW",
|
|
718
|
+
"slug": "disclosure",
|
|
719
|
+
"fullSlug": "disclosure.DisclosureTrigger",
|
|
720
|
+
"exportName": "DisclosureTrigger",
|
|
721
|
+
"layer": "core",
|
|
722
|
+
"metaName": "Disclosure",
|
|
723
|
+
"sourcePath": "src/core/disclosure.tsx"
|
|
724
|
+
},
|
|
725
|
+
"A7SRM": {
|
|
726
|
+
"id": "A7SRM",
|
|
727
|
+
"slug": "domain-table",
|
|
728
|
+
"fullSlug": "domain-table.DomainTable",
|
|
729
|
+
"exportName": "DomainTable",
|
|
730
|
+
"layer": "shells",
|
|
731
|
+
"metaName": "DomainTable",
|
|
732
|
+
"sourcePath": "src/shells/domain-table.tsx"
|
|
733
|
+
},
|
|
734
|
+
"M6D6D": {
|
|
735
|
+
"id": "M6D6D",
|
|
736
|
+
"slug": "drawer",
|
|
737
|
+
"fullSlug": "drawer.DrawerClose",
|
|
738
|
+
"exportName": "DrawerClose",
|
|
739
|
+
"layer": "core",
|
|
740
|
+
"metaName": "Drawer",
|
|
741
|
+
"sourcePath": "src/core/drawer.tsx"
|
|
742
|
+
},
|
|
743
|
+
"RQERV": {
|
|
744
|
+
"id": "RQERV",
|
|
745
|
+
"slug": "drawer",
|
|
746
|
+
"fullSlug": "drawer.DrawerPanel",
|
|
747
|
+
"exportName": "DrawerPanel",
|
|
748
|
+
"layer": "core",
|
|
749
|
+
"metaName": "Drawer",
|
|
750
|
+
"sourcePath": "src/core/drawer.tsx"
|
|
751
|
+
},
|
|
752
|
+
"YGJ0M": {
|
|
753
|
+
"id": "YGJ0M",
|
|
754
|
+
"slug": "drawer",
|
|
755
|
+
"fullSlug": "drawer.DrawerRoot",
|
|
756
|
+
"exportName": "DrawerRoot",
|
|
757
|
+
"layer": "core",
|
|
758
|
+
"metaName": "Drawer",
|
|
759
|
+
"sourcePath": "src/core/drawer.tsx"
|
|
760
|
+
},
|
|
761
|
+
"J6NF7": {
|
|
762
|
+
"id": "J6NF7",
|
|
763
|
+
"slug": "dropdown-menu",
|
|
764
|
+
"fullSlug": "dropdown-menu.DropdownContent",
|
|
765
|
+
"exportName": "DropdownContent",
|
|
766
|
+
"layer": "core",
|
|
767
|
+
"metaName": "DropdownMenu",
|
|
768
|
+
"sourcePath": "src/core/dropdown-menu.tsx"
|
|
769
|
+
},
|
|
770
|
+
"5M6GA": {
|
|
771
|
+
"id": "5M6GA",
|
|
772
|
+
"slug": "dropdown-menu",
|
|
773
|
+
"fullSlug": "dropdown-menu.DropdownItem",
|
|
774
|
+
"exportName": "DropdownItem",
|
|
775
|
+
"layer": "core",
|
|
776
|
+
"metaName": "DropdownMenu",
|
|
777
|
+
"sourcePath": "src/core/dropdown-menu.tsx"
|
|
778
|
+
},
|
|
779
|
+
"K9Y54": {
|
|
780
|
+
"id": "K9Y54",
|
|
781
|
+
"slug": "dropdown-menu",
|
|
782
|
+
"fullSlug": "dropdown-menu.DropdownSeparator",
|
|
783
|
+
"exportName": "DropdownSeparator",
|
|
784
|
+
"layer": "core",
|
|
785
|
+
"metaName": "DropdownMenu",
|
|
786
|
+
"sourcePath": "src/core/dropdown-menu.tsx"
|
|
787
|
+
},
|
|
788
|
+
"C4BSS": {
|
|
789
|
+
"id": "C4BSS",
|
|
790
|
+
"slug": "dropdown-menu",
|
|
791
|
+
"fullSlug": "dropdown-menu.DropdownTrigger",
|
|
792
|
+
"exportName": "DropdownTrigger",
|
|
793
|
+
"layer": "core",
|
|
794
|
+
"metaName": "DropdownMenu",
|
|
795
|
+
"sourcePath": "src/core/dropdown-menu.tsx"
|
|
796
|
+
},
|
|
797
|
+
"Z73K6": {
|
|
798
|
+
"id": "Z73K6",
|
|
799
|
+
"slug": "editor-toolbar",
|
|
800
|
+
"fullSlug": "editor-toolbar.EditorToolbar",
|
|
801
|
+
"exportName": "EditorToolbar",
|
|
802
|
+
"layer": "shells",
|
|
803
|
+
"metaName": "EditorToolbar",
|
|
804
|
+
"sourcePath": "src/shells/editor-toolbar.tsx"
|
|
805
|
+
},
|
|
806
|
+
"5ZK92": {
|
|
807
|
+
"id": "5ZK92",
|
|
808
|
+
"slug": "empty-state",
|
|
809
|
+
"fullSlug": "empty-state.EmptyState",
|
|
810
|
+
"exportName": "EmptyState",
|
|
811
|
+
"layer": "core",
|
|
812
|
+
"metaName": "EmptyState",
|
|
813
|
+
"sourcePath": "src/core/empty-state.tsx"
|
|
814
|
+
},
|
|
815
|
+
"ZBDWK": {
|
|
816
|
+
"id": "ZBDWK",
|
|
817
|
+
"slug": "env-panel",
|
|
818
|
+
"fullSlug": "env-panel.EnvPanel",
|
|
819
|
+
"exportName": "EnvPanel",
|
|
820
|
+
"layer": "shells",
|
|
821
|
+
"metaName": "EnvPanel",
|
|
822
|
+
"sourcePath": "src/shells/env-panel.tsx"
|
|
823
|
+
},
|
|
824
|
+
"ZNSD9": {
|
|
825
|
+
"id": "ZNSD9",
|
|
826
|
+
"slug": "event-icon",
|
|
827
|
+
"fullSlug": "event-icon.EventIcon",
|
|
828
|
+
"exportName": "EventIcon",
|
|
829
|
+
"layer": "shells",
|
|
830
|
+
"metaName": "EventIcon",
|
|
831
|
+
"sourcePath": "src/shells/event-icon.tsx"
|
|
832
|
+
},
|
|
833
|
+
"EZR35": {
|
|
834
|
+
"id": "EZR35",
|
|
835
|
+
"slug": "event-meta-editor",
|
|
836
|
+
"fullSlug": "event-meta-editor.EventMetaEditor",
|
|
837
|
+
"exportName": "EventMetaEditor",
|
|
838
|
+
"layer": "shells",
|
|
839
|
+
"metaName": "EventMetaEditor",
|
|
840
|
+
"sourcePath": "src/shells/event-meta-editor.tsx"
|
|
841
|
+
},
|
|
842
|
+
"MGP2B": {
|
|
843
|
+
"id": "MGP2B",
|
|
844
|
+
"slug": "export-button",
|
|
845
|
+
"fullSlug": "export-button.ExportButton",
|
|
846
|
+
"exportName": "ExportButton",
|
|
847
|
+
"layer": "shells",
|
|
848
|
+
"metaName": "ExportButton",
|
|
849
|
+
"sourcePath": "src/shells/export-button.tsx"
|
|
850
|
+
},
|
|
851
|
+
"ZAM3R": {
|
|
852
|
+
"id": "ZAM3R",
|
|
853
|
+
"slug": "failure-list",
|
|
854
|
+
"fullSlug": "failure-list.FailureList",
|
|
855
|
+
"exportName": "FailureList",
|
|
856
|
+
"layer": "shells",
|
|
857
|
+
"metaName": "FailureList",
|
|
858
|
+
"sourcePath": "src/shells/failure-list.tsx"
|
|
859
|
+
},
|
|
860
|
+
"QRBHV": {
|
|
861
|
+
"id": "QRBHV",
|
|
862
|
+
"slug": "faq-accordion",
|
|
863
|
+
"fullSlug": "faq-accordion.FaqAccordion",
|
|
864
|
+
"exportName": "FaqAccordion",
|
|
865
|
+
"layer": "shells",
|
|
866
|
+
"metaName": "FaqAccordion",
|
|
867
|
+
"sourcePath": "src/shells/faq-accordion.tsx"
|
|
868
|
+
},
|
|
869
|
+
"JW164": {
|
|
870
|
+
"id": "JW164",
|
|
871
|
+
"slug": "feature-flag-panel",
|
|
872
|
+
"fullSlug": "feature-flag-panel.FeatureFlagPanel",
|
|
873
|
+
"exportName": "FeatureFlagPanel",
|
|
874
|
+
"layer": "shells",
|
|
875
|
+
"metaName": "FeatureFlagPanel",
|
|
876
|
+
"sourcePath": "src/shells/feature-flag-panel.tsx"
|
|
877
|
+
},
|
|
878
|
+
"BS5N0": {
|
|
879
|
+
"id": "BS5N0",
|
|
880
|
+
"slug": "filter-bar",
|
|
881
|
+
"fullSlug": "filter-bar.FilterBar",
|
|
882
|
+
"exportName": "FilterBar",
|
|
883
|
+
"layer": "shells",
|
|
884
|
+
"metaName": "FilterBar",
|
|
885
|
+
"sourcePath": "src/shells/filter-bar.tsx"
|
|
886
|
+
},
|
|
887
|
+
"S390B": {
|
|
888
|
+
"id": "S390B",
|
|
889
|
+
"slug": "floating-action-bar",
|
|
890
|
+
"fullSlug": "floating-action-bar.FloatingActionBar",
|
|
891
|
+
"exportName": "FloatingActionBar",
|
|
892
|
+
"layer": "shells",
|
|
893
|
+
"metaName": "FloatingActionBar",
|
|
894
|
+
"sourcePath": "src/shells/floating-action-bar.tsx"
|
|
895
|
+
},
|
|
896
|
+
"8RYG7": {
|
|
897
|
+
"id": "8RYG7",
|
|
898
|
+
"slug": "form-dynamic",
|
|
899
|
+
"fullSlug": "form-dynamic.DynamicFieldForm",
|
|
900
|
+
"exportName": "DynamicFieldForm",
|
|
901
|
+
"layer": "shells",
|
|
902
|
+
"metaName": "DynamicFieldForm",
|
|
903
|
+
"sourcePath": "src/shells/dynamic-field-form.tsx"
|
|
904
|
+
},
|
|
905
|
+
"Z415Y": {
|
|
906
|
+
"id": "Z415Y",
|
|
907
|
+
"slug": "form-login",
|
|
908
|
+
"fullSlug": "form-login.AuthForm",
|
|
909
|
+
"exportName": "AuthForm",
|
|
910
|
+
"layer": "shells",
|
|
911
|
+
"metaName": "AuthForm",
|
|
912
|
+
"sourcePath": "src/shells/auth-form.tsx"
|
|
913
|
+
},
|
|
914
|
+
"4E3MD": {
|
|
915
|
+
"id": "4E3MD",
|
|
916
|
+
"slug": "form-upload",
|
|
917
|
+
"fullSlug": "form-upload.FileUploadForm",
|
|
918
|
+
"exportName": "FileUploadForm",
|
|
919
|
+
"layer": "shells",
|
|
920
|
+
"metaName": "FileUploadForm",
|
|
921
|
+
"sourcePath": "src/shells/file-upload-form.tsx"
|
|
922
|
+
},
|
|
923
|
+
"SFY8G": {
|
|
924
|
+
"id": "SFY8G",
|
|
925
|
+
"slug": "form-wizard",
|
|
926
|
+
"fullSlug": "form-wizard.WizardForm",
|
|
927
|
+
"exportName": "WizardForm",
|
|
928
|
+
"layer": "shells",
|
|
929
|
+
"metaName": "WizardForm",
|
|
930
|
+
"sourcePath": "src/shells/wizard-form.tsx"
|
|
931
|
+
},
|
|
932
|
+
"3BZS1": {
|
|
933
|
+
"id": "3BZS1",
|
|
934
|
+
"slug": "form",
|
|
935
|
+
"fullSlug": "form.FormCheckbox",
|
|
936
|
+
"exportName": "FormCheckbox",
|
|
937
|
+
"layer": "core",
|
|
938
|
+
"metaName": "Form",
|
|
939
|
+
"sourcePath": "src/core/form.tsx"
|
|
940
|
+
},
|
|
941
|
+
"4ATTC": {
|
|
942
|
+
"id": "4ATTC",
|
|
943
|
+
"slug": "form",
|
|
944
|
+
"fullSlug": "form.FormColorPicker",
|
|
945
|
+
"exportName": "FormColorPicker",
|
|
946
|
+
"layer": "core",
|
|
947
|
+
"metaName": "Form",
|
|
948
|
+
"sourcePath": "src/core/form.tsx"
|
|
949
|
+
},
|
|
950
|
+
"XNF0F": {
|
|
951
|
+
"id": "XNF0F",
|
|
952
|
+
"slug": "form",
|
|
953
|
+
"fullSlug": "form.FormControl",
|
|
954
|
+
"exportName": "FormControl",
|
|
955
|
+
"layer": "core",
|
|
956
|
+
"metaName": "Form",
|
|
957
|
+
"sourcePath": "src/core/form.tsx"
|
|
958
|
+
},
|
|
959
|
+
"4NE9A": {
|
|
960
|
+
"id": "4NE9A",
|
|
961
|
+
"slug": "form",
|
|
962
|
+
"fullSlug": "form.FormDateRangePicker",
|
|
963
|
+
"exportName": "FormDateRangePicker",
|
|
964
|
+
"layer": "core",
|
|
965
|
+
"metaName": "Form",
|
|
966
|
+
"sourcePath": "src/core/form.tsx"
|
|
967
|
+
},
|
|
968
|
+
"RFB40": {
|
|
969
|
+
"id": "RFB40",
|
|
970
|
+
"slug": "form",
|
|
971
|
+
"fullSlug": "form.FormDescription",
|
|
972
|
+
"exportName": "FormDescription",
|
|
973
|
+
"layer": "core",
|
|
974
|
+
"metaName": "Form",
|
|
975
|
+
"sourcePath": "src/core/form.tsx"
|
|
976
|
+
},
|
|
977
|
+
"E9NM4": {
|
|
978
|
+
"id": "E9NM4",
|
|
979
|
+
"slug": "form",
|
|
980
|
+
"fullSlug": "form.FormError",
|
|
981
|
+
"exportName": "FormError",
|
|
982
|
+
"layer": "core",
|
|
983
|
+
"metaName": "Form",
|
|
984
|
+
"sourcePath": "src/core/form.tsx"
|
|
985
|
+
},
|
|
986
|
+
"C68GP": {
|
|
987
|
+
"id": "C68GP",
|
|
988
|
+
"slug": "form",
|
|
989
|
+
"fullSlug": "form.FormField",
|
|
990
|
+
"exportName": "FormField",
|
|
991
|
+
"layer": "core",
|
|
992
|
+
"metaName": "Form",
|
|
993
|
+
"sourcePath": "src/core/form.tsx"
|
|
994
|
+
},
|
|
995
|
+
"89E8Q": {
|
|
996
|
+
"id": "89E8Q",
|
|
997
|
+
"slug": "form",
|
|
998
|
+
"fullSlug": "form.FormGroup",
|
|
999
|
+
"exportName": "FormGroup",
|
|
1000
|
+
"layer": "core",
|
|
1001
|
+
"metaName": "Form",
|
|
1002
|
+
"sourcePath": "src/core/form.tsx"
|
|
1003
|
+
},
|
|
1004
|
+
"W95BH": {
|
|
1005
|
+
"id": "W95BH",
|
|
1006
|
+
"slug": "form",
|
|
1007
|
+
"fullSlug": "form.FormGroupLabel",
|
|
1008
|
+
"exportName": "FormGroupLabel",
|
|
1009
|
+
"layer": "core",
|
|
1010
|
+
"metaName": "Form",
|
|
1011
|
+
"sourcePath": "src/core/form.tsx"
|
|
1012
|
+
},
|
|
1013
|
+
"7Q41M": {
|
|
1014
|
+
"id": "7Q41M",
|
|
1015
|
+
"slug": "form",
|
|
1016
|
+
"fullSlug": "form.FormIconPicker",
|
|
1017
|
+
"exportName": "FormIconPicker",
|
|
1018
|
+
"layer": "core",
|
|
1019
|
+
"metaName": "Form",
|
|
1020
|
+
"sourcePath": "src/core/form.tsx"
|
|
1021
|
+
},
|
|
1022
|
+
"D7Z8F": {
|
|
1023
|
+
"id": "D7Z8F",
|
|
1024
|
+
"slug": "form",
|
|
1025
|
+
"fullSlug": "form.FormInput",
|
|
1026
|
+
"exportName": "FormInput",
|
|
1027
|
+
"layer": "core",
|
|
1028
|
+
"metaName": "Form",
|
|
1029
|
+
"sourcePath": "src/core/form.tsx"
|
|
1030
|
+
},
|
|
1031
|
+
"JHRKM": {
|
|
1032
|
+
"id": "JHRKM",
|
|
1033
|
+
"slug": "form",
|
|
1034
|
+
"fullSlug": "form.FormLabel",
|
|
1035
|
+
"exportName": "FormLabel",
|
|
1036
|
+
"layer": "core",
|
|
1037
|
+
"metaName": "Form",
|
|
1038
|
+
"sourcePath": "src/core/form.tsx"
|
|
1039
|
+
},
|
|
1040
|
+
"FJ2A2": {
|
|
1041
|
+
"id": "FJ2A2",
|
|
1042
|
+
"slug": "form",
|
|
1043
|
+
"fullSlug": "form.FormNumberInput",
|
|
1044
|
+
"exportName": "FormNumberInput",
|
|
1045
|
+
"layer": "core",
|
|
1046
|
+
"metaName": "Form",
|
|
1047
|
+
"sourcePath": "src/core/form.tsx"
|
|
1048
|
+
},
|
|
1049
|
+
"G0DQ4": {
|
|
1050
|
+
"id": "G0DQ4",
|
|
1051
|
+
"slug": "form",
|
|
1052
|
+
"fullSlug": "form.FormProvider",
|
|
1053
|
+
"exportName": "FormProvider",
|
|
1054
|
+
"layer": "core",
|
|
1055
|
+
"metaName": "Form",
|
|
1056
|
+
"sourcePath": "src/core/form.tsx"
|
|
1057
|
+
},
|
|
1058
|
+
"5SV8S": {
|
|
1059
|
+
"id": "5SV8S",
|
|
1060
|
+
"slug": "form",
|
|
1061
|
+
"fullSlug": "form.FormPush",
|
|
1062
|
+
"exportName": "FormPush",
|
|
1063
|
+
"layer": "core",
|
|
1064
|
+
"metaName": "Form",
|
|
1065
|
+
"sourcePath": "src/core/form.tsx"
|
|
1066
|
+
},
|
|
1067
|
+
"YTN4Q": {
|
|
1068
|
+
"id": "YTN4Q",
|
|
1069
|
+
"slug": "form",
|
|
1070
|
+
"fullSlug": "form.FormRadio",
|
|
1071
|
+
"exportName": "FormRadio",
|
|
1072
|
+
"layer": "core",
|
|
1073
|
+
"metaName": "Form",
|
|
1074
|
+
"sourcePath": "src/core/form.tsx"
|
|
1075
|
+
},
|
|
1076
|
+
"J8XRP": {
|
|
1077
|
+
"id": "J8XRP",
|
|
1078
|
+
"slug": "form",
|
|
1079
|
+
"fullSlug": "form.FormRadioGroup",
|
|
1080
|
+
"exportName": "FormRadioGroup",
|
|
1081
|
+
"layer": "core",
|
|
1082
|
+
"metaName": "Form",
|
|
1083
|
+
"sourcePath": "src/core/form.tsx"
|
|
1084
|
+
},
|
|
1085
|
+
"FEW6V": {
|
|
1086
|
+
"id": "FEW6V",
|
|
1087
|
+
"slug": "form",
|
|
1088
|
+
"fullSlug": "form.FormRemove",
|
|
1089
|
+
"exportName": "FormRemove",
|
|
1090
|
+
"layer": "core",
|
|
1091
|
+
"metaName": "Form",
|
|
1092
|
+
"sourcePath": "src/core/form.tsx"
|
|
1093
|
+
},
|
|
1094
|
+
"M3FVB": {
|
|
1095
|
+
"id": "M3FVB",
|
|
1096
|
+
"slug": "form",
|
|
1097
|
+
"fullSlug": "form.FormReset",
|
|
1098
|
+
"exportName": "FormReset",
|
|
1099
|
+
"layer": "core",
|
|
1100
|
+
"metaName": "Form",
|
|
1101
|
+
"sourcePath": "src/core/form.tsx"
|
|
1102
|
+
},
|
|
1103
|
+
"YBT1H": {
|
|
1104
|
+
"id": "YBT1H",
|
|
1105
|
+
"slug": "form",
|
|
1106
|
+
"fullSlug": "form.FormRoot",
|
|
1107
|
+
"exportName": "FormRoot",
|
|
1108
|
+
"layer": "core",
|
|
1109
|
+
"metaName": "Form",
|
|
1110
|
+
"sourcePath": "src/core/form.tsx"
|
|
1111
|
+
},
|
|
1112
|
+
"A2XF7": {
|
|
1113
|
+
"id": "A2XF7",
|
|
1114
|
+
"slug": "form",
|
|
1115
|
+
"fullSlug": "form.FormSelect",
|
|
1116
|
+
"exportName": "FormSelect",
|
|
1117
|
+
"layer": "core",
|
|
1118
|
+
"metaName": "Form",
|
|
1119
|
+
"sourcePath": "src/core/form.tsx"
|
|
1120
|
+
},
|
|
1121
|
+
"J3970": {
|
|
1122
|
+
"id": "J3970",
|
|
1123
|
+
"slug": "form",
|
|
1124
|
+
"fullSlug": "form.FormSelectItem",
|
|
1125
|
+
"exportName": "FormSelectItem",
|
|
1126
|
+
"layer": "core",
|
|
1127
|
+
"metaName": "Form",
|
|
1128
|
+
"sourcePath": "src/core/form.tsx"
|
|
1129
|
+
},
|
|
1130
|
+
"CQSPJ": {
|
|
1131
|
+
"id": "CQSPJ",
|
|
1132
|
+
"slug": "form",
|
|
1133
|
+
"fullSlug": "form.FormSelectPopover",
|
|
1134
|
+
"exportName": "FormSelectPopover",
|
|
1135
|
+
"layer": "core",
|
|
1136
|
+
"metaName": "Form",
|
|
1137
|
+
"sourcePath": "src/core/form.tsx"
|
|
1138
|
+
},
|
|
1139
|
+
"3XQ3A": {
|
|
1140
|
+
"id": "3XQ3A",
|
|
1141
|
+
"slug": "form",
|
|
1142
|
+
"fullSlug": "form.FormSlider",
|
|
1143
|
+
"exportName": "FormSlider",
|
|
1144
|
+
"layer": "core",
|
|
1145
|
+
"metaName": "Form",
|
|
1146
|
+
"sourcePath": "src/core/form.tsx"
|
|
1147
|
+
},
|
|
1148
|
+
"EKNJJ": {
|
|
1149
|
+
"id": "EKNJJ",
|
|
1150
|
+
"slug": "form",
|
|
1151
|
+
"fullSlug": "form.FormStarRating",
|
|
1152
|
+
"exportName": "FormStarRating",
|
|
1153
|
+
"layer": "core",
|
|
1154
|
+
"metaName": "Form",
|
|
1155
|
+
"sourcePath": "src/core/form.tsx"
|
|
1156
|
+
},
|
|
1157
|
+
"K580M": {
|
|
1158
|
+
"id": "K580M",
|
|
1159
|
+
"slug": "form",
|
|
1160
|
+
"fullSlug": "form.FormSubmit",
|
|
1161
|
+
"exportName": "FormSubmit",
|
|
1162
|
+
"layer": "core",
|
|
1163
|
+
"metaName": "Form",
|
|
1164
|
+
"sourcePath": "src/core/form.tsx"
|
|
1165
|
+
},
|
|
1166
|
+
"48T40": {
|
|
1167
|
+
"id": "48T40",
|
|
1168
|
+
"slug": "form",
|
|
1169
|
+
"fullSlug": "form.FormSwitch",
|
|
1170
|
+
"exportName": "FormSwitch",
|
|
1171
|
+
"layer": "core",
|
|
1172
|
+
"metaName": "Form",
|
|
1173
|
+
"sourcePath": "src/core/form.tsx"
|
|
1174
|
+
},
|
|
1175
|
+
"W05M1": {
|
|
1176
|
+
"id": "W05M1",
|
|
1177
|
+
"slug": "form",
|
|
1178
|
+
"fullSlug": "form.FormTagInput",
|
|
1179
|
+
"exportName": "FormTagInput",
|
|
1180
|
+
"layer": "core",
|
|
1181
|
+
"metaName": "Form",
|
|
1182
|
+
"sourcePath": "src/core/form.tsx"
|
|
1183
|
+
},
|
|
1184
|
+
"Q8G2A": {
|
|
1185
|
+
"id": "Q8G2A",
|
|
1186
|
+
"slug": "form",
|
|
1187
|
+
"fullSlug": "form.FormTextarea",
|
|
1188
|
+
"exportName": "FormTextarea",
|
|
1189
|
+
"layer": "core",
|
|
1190
|
+
"metaName": "Form",
|
|
1191
|
+
"sourcePath": "src/core/form.tsx"
|
|
1192
|
+
},
|
|
1193
|
+
"NF0BT": {
|
|
1194
|
+
"id": "NF0BT",
|
|
1195
|
+
"slug": "heading",
|
|
1196
|
+
"fullSlug": "heading.Heading",
|
|
1197
|
+
"exportName": "Heading",
|
|
1198
|
+
"layer": "core",
|
|
1199
|
+
"metaName": "Heading",
|
|
1200
|
+
"sourcePath": "src/core/heading.tsx"
|
|
1201
|
+
},
|
|
1202
|
+
"0DRGP": {
|
|
1203
|
+
"id": "0DRGP",
|
|
1204
|
+
"slug": "icon-picker",
|
|
1205
|
+
"fullSlug": "icon-picker.IconPicker",
|
|
1206
|
+
"exportName": "IconPicker",
|
|
1207
|
+
"layer": "core",
|
|
1208
|
+
"metaName": "IconPicker",
|
|
1209
|
+
"sourcePath": "src/core/icon-picker.tsx"
|
|
1210
|
+
},
|
|
1211
|
+
"5W3J1": {
|
|
1212
|
+
"id": "5W3J1",
|
|
1213
|
+
"slug": "inline-edit-table",
|
|
1214
|
+
"fullSlug": "inline-edit-table.InlineEditTable",
|
|
1215
|
+
"exportName": "InlineEditTable",
|
|
1216
|
+
"layer": "shells",
|
|
1217
|
+
"metaName": "InlineEditTable",
|
|
1218
|
+
"sourcePath": "src/shells/inline-edit-table.tsx"
|
|
1219
|
+
},
|
|
1220
|
+
"7BY1Q": {
|
|
1221
|
+
"id": "7BY1Q",
|
|
1222
|
+
"slug": "input",
|
|
1223
|
+
"fullSlug": "input.Input",
|
|
1224
|
+
"exportName": "Input",
|
|
1225
|
+
"layer": "core",
|
|
1226
|
+
"metaName": "Input",
|
|
1227
|
+
"sourcePath": "src/core/input.tsx"
|
|
1228
|
+
},
|
|
1229
|
+
"HCYZV": {
|
|
1230
|
+
"id": "HCYZV",
|
|
1231
|
+
"slug": "insights-panel",
|
|
1232
|
+
"fullSlug": "insights-panel.InsightsPanel",
|
|
1233
|
+
"exportName": "InsightsPanel",
|
|
1234
|
+
"layer": "shells",
|
|
1235
|
+
"metaName": "InsightsPanel",
|
|
1236
|
+
"sourcePath": "src/shells/insights-panel.tsx"
|
|
1237
|
+
},
|
|
1238
|
+
"T6JWY": {
|
|
1239
|
+
"id": "T6JWY",
|
|
1240
|
+
"slug": "kanban-board",
|
|
1241
|
+
"fullSlug": "kanban-board.KanbanBoard",
|
|
1242
|
+
"exportName": "KanbanBoard",
|
|
1243
|
+
"layer": "shells",
|
|
1244
|
+
"metaName": "KanbanBoard",
|
|
1245
|
+
"sourcePath": "src/shells/kanban-board.tsx"
|
|
1246
|
+
},
|
|
1247
|
+
"JJ2E9": {
|
|
1248
|
+
"id": "JJ2E9",
|
|
1249
|
+
"slug": "kbd",
|
|
1250
|
+
"fullSlug": "kbd.Kbd",
|
|
1251
|
+
"exportName": "Kbd",
|
|
1252
|
+
"layer": "core",
|
|
1253
|
+
"metaName": "Kbd",
|
|
1254
|
+
"sourcePath": "src/core/kbd.tsx"
|
|
1255
|
+
},
|
|
1256
|
+
"NCBWA": {
|
|
1257
|
+
"id": "NCBWA",
|
|
1258
|
+
"slug": "key-value-editor",
|
|
1259
|
+
"fullSlug": "key-value-editor.KeyValueEditor",
|
|
1260
|
+
"exportName": "KeyValueEditor",
|
|
1261
|
+
"layer": "shells",
|
|
1262
|
+
"metaName": "KeyValueEditor",
|
|
1263
|
+
"sourcePath": "src/shells/key-value-editor.tsx"
|
|
1264
|
+
},
|
|
1265
|
+
"380ZR": {
|
|
1266
|
+
"id": "380ZR",
|
|
1267
|
+
"slug": "loading-overlay",
|
|
1268
|
+
"fullSlug": "loading-overlay.LoadingOverlay",
|
|
1269
|
+
"exportName": "LoadingOverlay",
|
|
1270
|
+
"layer": "core",
|
|
1271
|
+
"metaName": "LoadingOverlay",
|
|
1272
|
+
"sourcePath": "src/core/loading-overlay.tsx"
|
|
1273
|
+
},
|
|
1274
|
+
"R906A": {
|
|
1275
|
+
"id": "R906A",
|
|
1276
|
+
"slug": "logo",
|
|
1277
|
+
"fullSlug": "logo.Logo",
|
|
1278
|
+
"exportName": "Logo",
|
|
1279
|
+
"layer": "core",
|
|
1280
|
+
"metaName": "Logo",
|
|
1281
|
+
"sourcePath": "src/core/logo.tsx"
|
|
1282
|
+
},
|
|
1283
|
+
"J1AQH": {
|
|
1284
|
+
"id": "J1AQH",
|
|
1285
|
+
"slug": "menu",
|
|
1286
|
+
"fullSlug": "menu.MenuButtonArrow",
|
|
1287
|
+
"exportName": "MenuButtonArrow",
|
|
1288
|
+
"layer": "core",
|
|
1289
|
+
"metaName": "Menu",
|
|
1290
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1291
|
+
},
|
|
1292
|
+
"71JVB": {
|
|
1293
|
+
"id": "71JVB",
|
|
1294
|
+
"slug": "menu",
|
|
1295
|
+
"fullSlug": "menu.MenuItem",
|
|
1296
|
+
"exportName": "MenuItem",
|
|
1297
|
+
"layer": "core",
|
|
1298
|
+
"metaName": "Menu",
|
|
1299
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1300
|
+
},
|
|
1301
|
+
"DG8B3": {
|
|
1302
|
+
"id": "DG8B3",
|
|
1303
|
+
"slug": "menu",
|
|
1304
|
+
"fullSlug": "menu.MenuItemCheckbox",
|
|
1305
|
+
"exportName": "MenuItemCheckbox",
|
|
1306
|
+
"layer": "core",
|
|
1307
|
+
"metaName": "Menu",
|
|
1308
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1309
|
+
},
|
|
1310
|
+
"ZT759": {
|
|
1311
|
+
"id": "ZT759",
|
|
1312
|
+
"slug": "menu",
|
|
1313
|
+
"fullSlug": "menu.MenuItemRadio",
|
|
1314
|
+
"exportName": "MenuItemRadio",
|
|
1315
|
+
"layer": "core",
|
|
1316
|
+
"metaName": "Menu",
|
|
1317
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1318
|
+
},
|
|
1319
|
+
"Q1MFY": {
|
|
1320
|
+
"id": "Q1MFY",
|
|
1321
|
+
"slug": "menu",
|
|
1322
|
+
"fullSlug": "menu.MenuPopover",
|
|
1323
|
+
"exportName": "MenuPopover",
|
|
1324
|
+
"layer": "core",
|
|
1325
|
+
"metaName": "Menu",
|
|
1326
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1327
|
+
},
|
|
1328
|
+
"H2WRF": {
|
|
1329
|
+
"id": "H2WRF",
|
|
1330
|
+
"slug": "menu",
|
|
1331
|
+
"fullSlug": "menu.MenuRoot",
|
|
1332
|
+
"exportName": "MenuRoot",
|
|
1333
|
+
"layer": "core",
|
|
1334
|
+
"metaName": "Menu",
|
|
1335
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1336
|
+
},
|
|
1337
|
+
"AJV8K": {
|
|
1338
|
+
"id": "AJV8K",
|
|
1339
|
+
"slug": "menu",
|
|
1340
|
+
"fullSlug": "menu.MenuSeparator",
|
|
1341
|
+
"exportName": "MenuSeparator",
|
|
1342
|
+
"layer": "core",
|
|
1343
|
+
"metaName": "Menu",
|
|
1344
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1345
|
+
},
|
|
1346
|
+
"46BJG": {
|
|
1347
|
+
"id": "46BJG",
|
|
1348
|
+
"slug": "menu",
|
|
1349
|
+
"fullSlug": "menu.MenuTrigger",
|
|
1350
|
+
"exportName": "MenuTrigger",
|
|
1351
|
+
"layer": "core",
|
|
1352
|
+
"metaName": "Menu",
|
|
1353
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1354
|
+
},
|
|
1355
|
+
"4MVQT": {
|
|
1356
|
+
"id": "4MVQT",
|
|
1357
|
+
"slug": "menu",
|
|
1358
|
+
"fullSlug": "menu.MenubarContainer",
|
|
1359
|
+
"exportName": "MenubarContainer",
|
|
1360
|
+
"layer": "core",
|
|
1361
|
+
"metaName": "Menu",
|
|
1362
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1363
|
+
},
|
|
1364
|
+
"2ERC6": {
|
|
1365
|
+
"id": "2ERC6",
|
|
1366
|
+
"slug": "menu",
|
|
1367
|
+
"fullSlug": "menu.MenubarRoot",
|
|
1368
|
+
"exportName": "MenubarRoot",
|
|
1369
|
+
"layer": "core",
|
|
1370
|
+
"metaName": "Menu",
|
|
1371
|
+
"sourcePath": "src/core/menu.tsx"
|
|
1372
|
+
},
|
|
1373
|
+
"G01TE": {
|
|
1374
|
+
"id": "G01TE",
|
|
1375
|
+
"slug": "meter",
|
|
1376
|
+
"fullSlug": "meter.Meter",
|
|
1377
|
+
"exportName": "Meter",
|
|
1378
|
+
"layer": "core",
|
|
1379
|
+
"metaName": "Meter",
|
|
1380
|
+
"sourcePath": "src/core/meter.tsx"
|
|
1381
|
+
},
|
|
1382
|
+
"7A0XY": {
|
|
1383
|
+
"id": "7A0XY",
|
|
1384
|
+
"slug": "notification-center",
|
|
1385
|
+
"fullSlug": "notification-center.NotificationCenter",
|
|
1386
|
+
"exportName": "NotificationCenter",
|
|
1387
|
+
"layer": "shells",
|
|
1388
|
+
"metaName": "NotificationCenter",
|
|
1389
|
+
"sourcePath": "src/shells/notification-center.tsx"
|
|
1390
|
+
},
|
|
1391
|
+
"26YVM": {
|
|
1392
|
+
"id": "26YVM",
|
|
1393
|
+
"slug": "notification-toast",
|
|
1394
|
+
"fullSlug": "notification-toast.NotificationToast",
|
|
1395
|
+
"exportName": "NotificationToast",
|
|
1396
|
+
"layer": "shells",
|
|
1397
|
+
"metaName": "NotificationToast",
|
|
1398
|
+
"sourcePath": "src/shells/notification-toast.tsx"
|
|
1399
|
+
},
|
|
1400
|
+
"M0KTS": {
|
|
1401
|
+
"id": "M0KTS",
|
|
1402
|
+
"slug": "notification-toast",
|
|
1403
|
+
"fullSlug": "notification-toast.ToastProvider",
|
|
1404
|
+
"exportName": "ToastProvider",
|
|
1405
|
+
"layer": "shells",
|
|
1406
|
+
"metaName": "NotificationToast",
|
|
1407
|
+
"sourcePath": "src/shells/notification-toast.tsx"
|
|
1408
|
+
},
|
|
1409
|
+
"GKPSV": {
|
|
1410
|
+
"id": "GKPSV",
|
|
1411
|
+
"slug": "number-input",
|
|
1412
|
+
"fullSlug": "number-input.NumberInput",
|
|
1413
|
+
"exportName": "NumberInput",
|
|
1414
|
+
"layer": "core",
|
|
1415
|
+
"metaName": "NumberInput",
|
|
1416
|
+
"sourcePath": "src/core/number-input.tsx"
|
|
1417
|
+
},
|
|
1418
|
+
"0083Q": {
|
|
1419
|
+
"id": "0083Q",
|
|
1420
|
+
"slug": "otp-field",
|
|
1421
|
+
"fullSlug": "otp-field.OtpField",
|
|
1422
|
+
"exportName": "OtpField",
|
|
1423
|
+
"layer": "core",
|
|
1424
|
+
"metaName": "OtpField",
|
|
1425
|
+
"sourcePath": "src/core/otp-field.tsx"
|
|
1426
|
+
},
|
|
1427
|
+
"ZQDMX": {
|
|
1428
|
+
"id": "ZQDMX",
|
|
1429
|
+
"slug": "page-aside",
|
|
1430
|
+
"fullSlug": "page-aside.PageAside",
|
|
1431
|
+
"exportName": "PageAside",
|
|
1432
|
+
"layer": "shells",
|
|
1433
|
+
"metaName": "PageAside",
|
|
1434
|
+
"sourcePath": "src/shells/page-aside.tsx"
|
|
1435
|
+
},
|
|
1436
|
+
"7AK8Z": {
|
|
1437
|
+
"id": "7AK8Z",
|
|
1438
|
+
"slug": "page-header",
|
|
1439
|
+
"fullSlug": "page-header.PageHeader",
|
|
1440
|
+
"exportName": "PageHeader",
|
|
1441
|
+
"layer": "core",
|
|
1442
|
+
"metaName": "PageHeader",
|
|
1443
|
+
"sourcePath": "src/core/page-header.tsx"
|
|
1444
|
+
},
|
|
1445
|
+
"QBEE2": {
|
|
1446
|
+
"id": "QBEE2",
|
|
1447
|
+
"slug": "pagination",
|
|
1448
|
+
"fullSlug": "pagination.Pagination",
|
|
1449
|
+
"exportName": "Pagination",
|
|
1450
|
+
"layer": "core",
|
|
1451
|
+
"metaName": "Pagination",
|
|
1452
|
+
"sourcePath": "src/core/pagination.tsx"
|
|
1453
|
+
},
|
|
1454
|
+
"FP4KF": {
|
|
1455
|
+
"id": "FP4KF",
|
|
1456
|
+
"slug": "popover",
|
|
1457
|
+
"fullSlug": "popover.PopoverClose",
|
|
1458
|
+
"exportName": "PopoverClose",
|
|
1459
|
+
"layer": "core",
|
|
1460
|
+
"metaName": "Popover",
|
|
1461
|
+
"sourcePath": "src/core/popover.tsx"
|
|
1462
|
+
},
|
|
1463
|
+
"E03EY": {
|
|
1464
|
+
"id": "E03EY",
|
|
1465
|
+
"slug": "popover",
|
|
1466
|
+
"fullSlug": "popover.PopoverContent",
|
|
1467
|
+
"exportName": "PopoverContent",
|
|
1468
|
+
"layer": "core",
|
|
1469
|
+
"metaName": "Popover",
|
|
1470
|
+
"sourcePath": "src/core/popover.tsx"
|
|
1471
|
+
},
|
|
1472
|
+
"DWJD5": {
|
|
1473
|
+
"id": "DWJD5",
|
|
1474
|
+
"slug": "popover",
|
|
1475
|
+
"fullSlug": "popover.PopoverRoot",
|
|
1476
|
+
"exportName": "PopoverRoot",
|
|
1477
|
+
"layer": "core",
|
|
1478
|
+
"metaName": "Popover",
|
|
1479
|
+
"sourcePath": "src/core/popover.tsx"
|
|
1480
|
+
},
|
|
1481
|
+
"2W9BZ": {
|
|
1482
|
+
"id": "2W9BZ",
|
|
1483
|
+
"slug": "popover",
|
|
1484
|
+
"fullSlug": "popover.PopoverTrigger",
|
|
1485
|
+
"exportName": "PopoverTrigger",
|
|
1486
|
+
"layer": "core",
|
|
1487
|
+
"metaName": "Popover",
|
|
1488
|
+
"sourcePath": "src/core/popover.tsx"
|
|
1489
|
+
},
|
|
1490
|
+
"Q69KP": {
|
|
1491
|
+
"id": "Q69KP",
|
|
1492
|
+
"slug": "progress",
|
|
1493
|
+
"fullSlug": "progress.CircularProgress",
|
|
1494
|
+
"exportName": "CircularProgress",
|
|
1495
|
+
"layer": "core",
|
|
1496
|
+
"metaName": "Progress",
|
|
1497
|
+
"sourcePath": "src/core/progress.tsx"
|
|
1498
|
+
},
|
|
1499
|
+
"Y5N8R": {
|
|
1500
|
+
"id": "Y5N8R",
|
|
1501
|
+
"slug": "progress",
|
|
1502
|
+
"fullSlug": "progress.Progress",
|
|
1503
|
+
"exportName": "Progress",
|
|
1504
|
+
"layer": "core",
|
|
1505
|
+
"metaName": "Progress",
|
|
1506
|
+
"sourcePath": "src/core/progress.tsx"
|
|
1507
|
+
},
|
|
1508
|
+
"5R3AG": {
|
|
1509
|
+
"id": "5R3AG",
|
|
1510
|
+
"slug": "project-switcher",
|
|
1511
|
+
"fullSlug": "project-switcher.ProjectSwitcher",
|
|
1512
|
+
"exportName": "ProjectSwitcher",
|
|
1513
|
+
"layer": "shells",
|
|
1514
|
+
"metaName": "ProjectSwitcher",
|
|
1515
|
+
"sourcePath": "src/shells/project-switcher.tsx"
|
|
1516
|
+
},
|
|
1517
|
+
"5E56D": {
|
|
1518
|
+
"id": "5E56D",
|
|
1519
|
+
"slug": "prompt-template",
|
|
1520
|
+
"fullSlug": "prompt-template.PromptTemplate",
|
|
1521
|
+
"exportName": "PromptTemplate",
|
|
1522
|
+
"layer": "shells",
|
|
1523
|
+
"metaName": "PromptTemplate",
|
|
1524
|
+
"sourcePath": "src/shells/prompt-template.tsx"
|
|
1525
|
+
},
|
|
1526
|
+
"HJF32": {
|
|
1527
|
+
"id": "HJF32",
|
|
1528
|
+
"slug": "property-explorer",
|
|
1529
|
+
"fullSlug": "property-explorer.PropertyExplorer",
|
|
1530
|
+
"exportName": "PropertyExplorer",
|
|
1531
|
+
"layer": "shells",
|
|
1532
|
+
"metaName": "PropertyExplorer",
|
|
1533
|
+
"sourcePath": "src/shells/property-explorer.tsx"
|
|
1534
|
+
},
|
|
1535
|
+
"PNC1V": {
|
|
1536
|
+
"id": "PNC1V",
|
|
1537
|
+
"slug": "query-results-table",
|
|
1538
|
+
"fullSlug": "query-results-table.QueryResultsTable",
|
|
1539
|
+
"exportName": "QueryResultsTable",
|
|
1540
|
+
"layer": "shells",
|
|
1541
|
+
"metaName": "QueryResultsTable",
|
|
1542
|
+
"sourcePath": "src/shells/query-results-table.tsx"
|
|
1543
|
+
},
|
|
1544
|
+
"CEM9F": {
|
|
1545
|
+
"id": "CEM9F",
|
|
1546
|
+
"slug": "quick-actions",
|
|
1547
|
+
"fullSlug": "quick-actions.QuickActions",
|
|
1548
|
+
"exportName": "QuickActions",
|
|
1549
|
+
"layer": "shells",
|
|
1550
|
+
"metaName": "QuickActions",
|
|
1551
|
+
"sourcePath": "src/shells/quick-actions.tsx"
|
|
1552
|
+
},
|
|
1553
|
+
"HY7YG": {
|
|
1554
|
+
"id": "HY7YG",
|
|
1555
|
+
"slug": "radio-group",
|
|
1556
|
+
"fullSlug": "radio-group.Radio",
|
|
1557
|
+
"exportName": "Radio",
|
|
1558
|
+
"layer": "core",
|
|
1559
|
+
"metaName": "RadioGroup",
|
|
1560
|
+
"sourcePath": "src/core/radio-group.tsx"
|
|
1561
|
+
},
|
|
1562
|
+
"2F20H": {
|
|
1563
|
+
"id": "2F20H",
|
|
1564
|
+
"slug": "radio-group",
|
|
1565
|
+
"fullSlug": "radio-group.RadioGroup",
|
|
1566
|
+
"exportName": "RadioGroup",
|
|
1567
|
+
"layer": "core",
|
|
1568
|
+
"metaName": "RadioGroup",
|
|
1569
|
+
"sourcePath": "src/core/radio-group.tsx"
|
|
1570
|
+
},
|
|
1571
|
+
"K9STD": {
|
|
1572
|
+
"id": "K9STD",
|
|
1573
|
+
"slug": "report-builder",
|
|
1574
|
+
"fullSlug": "report-builder.ReportBuilder",
|
|
1575
|
+
"exportName": "ReportBuilder",
|
|
1576
|
+
"layer": "shells",
|
|
1577
|
+
"metaName": "ReportBuilder",
|
|
1578
|
+
"sourcePath": "src/shells/report-builder.tsx"
|
|
1579
|
+
},
|
|
1580
|
+
"7QWEQ": {
|
|
1581
|
+
"id": "7QWEQ",
|
|
1582
|
+
"slug": "resizable",
|
|
1583
|
+
"fullSlug": "resizable.ResizableHandle",
|
|
1584
|
+
"exportName": "ResizableHandle",
|
|
1585
|
+
"layer": "core",
|
|
1586
|
+
"metaName": "Resizable",
|
|
1587
|
+
"sourcePath": "src/core/resizable.tsx"
|
|
1588
|
+
},
|
|
1589
|
+
"QRQV9": {
|
|
1590
|
+
"id": "QRQV9",
|
|
1591
|
+
"slug": "resizable",
|
|
1592
|
+
"fullSlug": "resizable.ResizablePanel",
|
|
1593
|
+
"exportName": "ResizablePanel",
|
|
1594
|
+
"layer": "core",
|
|
1595
|
+
"metaName": "Resizable",
|
|
1596
|
+
"sourcePath": "src/core/resizable.tsx"
|
|
1597
|
+
},
|
|
1598
|
+
"MW6TZ": {
|
|
1599
|
+
"id": "MW6TZ",
|
|
1600
|
+
"slug": "resizable",
|
|
1601
|
+
"fullSlug": "resizable.ResizablePanelGroup",
|
|
1602
|
+
"exportName": "ResizablePanelGroup",
|
|
1603
|
+
"layer": "core",
|
|
1604
|
+
"metaName": "Resizable",
|
|
1605
|
+
"sourcePath": "src/core/resizable.tsx"
|
|
1606
|
+
},
|
|
1607
|
+
"441JQ": {
|
|
1608
|
+
"id": "441JQ",
|
|
1609
|
+
"slug": "rich-text-editor",
|
|
1610
|
+
"fullSlug": "rich-text-editor.RichTextEditor",
|
|
1611
|
+
"exportName": "RichTextEditor",
|
|
1612
|
+
"layer": "shells",
|
|
1613
|
+
"metaName": "RichTextEditor",
|
|
1614
|
+
"sourcePath": "src/shells/rich-text-editor.tsx"
|
|
1615
|
+
},
|
|
1616
|
+
"DAB08": {
|
|
1617
|
+
"id": "DAB08",
|
|
1618
|
+
"slug": "saved-filters",
|
|
1619
|
+
"fullSlug": "saved-filters.SavedFilters",
|
|
1620
|
+
"exportName": "SavedFilters",
|
|
1621
|
+
"layer": "shells",
|
|
1622
|
+
"metaName": "SavedFilters",
|
|
1623
|
+
"sourcePath": "src/shells/saved-filters.tsx"
|
|
1624
|
+
},
|
|
1625
|
+
"A9X4K": {
|
|
1626
|
+
"id": "A9X4K",
|
|
1627
|
+
"slug": "scroll-area",
|
|
1628
|
+
"fullSlug": "scroll-area.ScrollArea",
|
|
1629
|
+
"exportName": "ScrollArea",
|
|
1630
|
+
"layer": "core",
|
|
1631
|
+
"metaName": "ScrollArea",
|
|
1632
|
+
"sourcePath": "src/core/scroll-area.tsx"
|
|
1633
|
+
},
|
|
1634
|
+
"KH4TQ": {
|
|
1635
|
+
"id": "KH4TQ",
|
|
1636
|
+
"slug": "search-combobox",
|
|
1637
|
+
"fullSlug": "search-combobox.SearchCombobox",
|
|
1638
|
+
"exportName": "SearchCombobox",
|
|
1639
|
+
"layer": "shells",
|
|
1640
|
+
"metaName": "SearchCombobox",
|
|
1641
|
+
"sourcePath": "src/shells/search-combobox.tsx"
|
|
1642
|
+
},
|
|
1643
|
+
"M3QXW": {
|
|
1644
|
+
"id": "M3QXW",
|
|
1645
|
+
"slug": "section",
|
|
1646
|
+
"fullSlug": "section.Section",
|
|
1647
|
+
"exportName": "Section",
|
|
1648
|
+
"layer": "core",
|
|
1649
|
+
"metaName": "Section",
|
|
1650
|
+
"sourcePath": "src/core/section.tsx"
|
|
1651
|
+
},
|
|
1652
|
+
"ZSC94": {
|
|
1653
|
+
"id": "ZSC94",
|
|
1654
|
+
"slug": "segment-builder",
|
|
1655
|
+
"fullSlug": "segment-builder.SegmentBuilder",
|
|
1656
|
+
"exportName": "SegmentBuilder",
|
|
1657
|
+
"layer": "shells",
|
|
1658
|
+
"metaName": "SegmentBuilder",
|
|
1659
|
+
"sourcePath": "src/shells/segment-builder.tsx"
|
|
1660
|
+
},
|
|
1661
|
+
"KKBAF": {
|
|
1662
|
+
"id": "KKBAF",
|
|
1663
|
+
"slug": "select",
|
|
1664
|
+
"fullSlug": "select.SelectItem",
|
|
1665
|
+
"exportName": "SelectItem",
|
|
1666
|
+
"layer": "core",
|
|
1667
|
+
"metaName": "Select",
|
|
1668
|
+
"sourcePath": "src/core/select.tsx"
|
|
1669
|
+
},
|
|
1670
|
+
"SKM59": {
|
|
1671
|
+
"id": "SKM59",
|
|
1672
|
+
"slug": "select",
|
|
1673
|
+
"fullSlug": "select.SelectLabel",
|
|
1674
|
+
"exportName": "SelectLabel",
|
|
1675
|
+
"layer": "core",
|
|
1676
|
+
"metaName": "Select",
|
|
1677
|
+
"sourcePath": "src/core/select.tsx"
|
|
1678
|
+
},
|
|
1679
|
+
"P152F": {
|
|
1680
|
+
"id": "P152F",
|
|
1681
|
+
"slug": "select",
|
|
1682
|
+
"fullSlug": "select.SelectPopover",
|
|
1683
|
+
"exportName": "SelectPopover",
|
|
1684
|
+
"layer": "core",
|
|
1685
|
+
"metaName": "Select",
|
|
1686
|
+
"sourcePath": "src/core/select.tsx"
|
|
1687
|
+
},
|
|
1688
|
+
"A5TYW": {
|
|
1689
|
+
"id": "A5TYW",
|
|
1690
|
+
"slug": "select",
|
|
1691
|
+
"fullSlug": "select.SelectRoot",
|
|
1692
|
+
"exportName": "SelectRoot",
|
|
1693
|
+
"layer": "core",
|
|
1694
|
+
"metaName": "Select",
|
|
1695
|
+
"sourcePath": "src/core/select.tsx"
|
|
1696
|
+
},
|
|
1697
|
+
"V6F86": {
|
|
1698
|
+
"id": "V6F86",
|
|
1699
|
+
"slug": "select",
|
|
1700
|
+
"fullSlug": "select.SelectTrigger",
|
|
1701
|
+
"exportName": "SelectTrigger",
|
|
1702
|
+
"layer": "core",
|
|
1703
|
+
"metaName": "Select",
|
|
1704
|
+
"sourcePath": "src/core/select.tsx"
|
|
1705
|
+
},
|
|
1706
|
+
"7PWJS": {
|
|
1707
|
+
"id": "7PWJS",
|
|
1708
|
+
"slug": "separator",
|
|
1709
|
+
"fullSlug": "separator.Separator",
|
|
1710
|
+
"exportName": "Separator",
|
|
1711
|
+
"layer": "core",
|
|
1712
|
+
"metaName": "Separator",
|
|
1713
|
+
"sourcePath": "src/core/separator.tsx"
|
|
1714
|
+
},
|
|
1715
|
+
"9TEEJ": {
|
|
1716
|
+
"id": "9TEEJ",
|
|
1717
|
+
"slug": "settings-form",
|
|
1718
|
+
"fullSlug": "settings-form.SettingsForm",
|
|
1719
|
+
"exportName": "SettingsForm",
|
|
1720
|
+
"layer": "shells",
|
|
1721
|
+
"metaName": "SettingsForm",
|
|
1722
|
+
"sourcePath": "src/shells/settings-form.tsx"
|
|
1723
|
+
},
|
|
1724
|
+
"J9FYD": {
|
|
1725
|
+
"id": "J9FYD",
|
|
1726
|
+
"slug": "shader-surface",
|
|
1727
|
+
"fullSlug": "shader-surface.ShaderSurface",
|
|
1728
|
+
"exportName": "ShaderSurface",
|
|
1729
|
+
"layer": "core",
|
|
1730
|
+
"metaName": "ShaderSurface",
|
|
1731
|
+
"sourcePath": "src/core/shader-surface.tsx"
|
|
1732
|
+
},
|
|
1733
|
+
"1FZNH": {
|
|
1734
|
+
"id": "1FZNH",
|
|
1735
|
+
"slug": "sidebar-nav",
|
|
1736
|
+
"fullSlug": "sidebar-nav.SidebarNav",
|
|
1737
|
+
"exportName": "SidebarNav",
|
|
1738
|
+
"layer": "shells",
|
|
1739
|
+
"metaName": "SidebarNav",
|
|
1740
|
+
"sourcePath": "src/shells/sidebar-nav.tsx"
|
|
1741
|
+
},
|
|
1742
|
+
"FG8ZG": {
|
|
1743
|
+
"id": "FG8ZG",
|
|
1744
|
+
"slug": "sidebar",
|
|
1745
|
+
"fullSlug": "sidebar.Sidebar",
|
|
1746
|
+
"exportName": "Sidebar",
|
|
1747
|
+
"layer": "shells",
|
|
1748
|
+
"metaName": "Sidebar",
|
|
1749
|
+
"sourcePath": "src/shells/sidebar.tsx"
|
|
1750
|
+
},
|
|
1751
|
+
"EJT87": {
|
|
1752
|
+
"id": "EJT87",
|
|
1753
|
+
"slug": "skeleton",
|
|
1754
|
+
"fullSlug": "skeleton.Skeleton",
|
|
1755
|
+
"exportName": "Skeleton",
|
|
1756
|
+
"layer": "core",
|
|
1757
|
+
"metaName": "Skeleton",
|
|
1758
|
+
"sourcePath": "src/core/skeleton.tsx"
|
|
1759
|
+
},
|
|
1760
|
+
"MP0HZ": {
|
|
1761
|
+
"id": "MP0HZ",
|
|
1762
|
+
"slug": "skeleton",
|
|
1763
|
+
"fullSlug": "skeleton.SkeletonAvatar",
|
|
1764
|
+
"exportName": "SkeletonAvatar",
|
|
1765
|
+
"layer": "core",
|
|
1766
|
+
"metaName": "Skeleton",
|
|
1767
|
+
"sourcePath": "src/core/skeleton.tsx"
|
|
1768
|
+
},
|
|
1769
|
+
"34V5D": {
|
|
1770
|
+
"id": "34V5D",
|
|
1771
|
+
"slug": "skeleton",
|
|
1772
|
+
"fullSlug": "skeleton.SkeletonCard",
|
|
1773
|
+
"exportName": "SkeletonCard",
|
|
1774
|
+
"layer": "core",
|
|
1775
|
+
"metaName": "Skeleton",
|
|
1776
|
+
"sourcePath": "src/core/skeleton.tsx"
|
|
1777
|
+
},
|
|
1778
|
+
"3KEDN": {
|
|
1779
|
+
"id": "3KEDN",
|
|
1780
|
+
"slug": "skeleton",
|
|
1781
|
+
"fullSlug": "skeleton.SkeletonTable",
|
|
1782
|
+
"exportName": "SkeletonTable",
|
|
1783
|
+
"layer": "core",
|
|
1784
|
+
"metaName": "Skeleton",
|
|
1785
|
+
"sourcePath": "src/core/skeleton.tsx"
|
|
1786
|
+
},
|
|
1787
|
+
"MX3D5": {
|
|
1788
|
+
"id": "MX3D5",
|
|
1789
|
+
"slug": "skeleton",
|
|
1790
|
+
"fullSlug": "skeleton.SkeletonText",
|
|
1791
|
+
"exportName": "SkeletonText",
|
|
1792
|
+
"layer": "core",
|
|
1793
|
+
"metaName": "Skeleton",
|
|
1794
|
+
"sourcePath": "src/core/skeleton.tsx"
|
|
1795
|
+
},
|
|
1796
|
+
"VJCDH": {
|
|
1797
|
+
"id": "VJCDH",
|
|
1798
|
+
"slug": "slider",
|
|
1799
|
+
"fullSlug": "slider.Slider",
|
|
1800
|
+
"exportName": "Slider",
|
|
1801
|
+
"layer": "core",
|
|
1802
|
+
"metaName": "Slider",
|
|
1803
|
+
"sourcePath": "src/core/slider.tsx"
|
|
1804
|
+
},
|
|
1805
|
+
"DJS29": {
|
|
1806
|
+
"id": "DJS29",
|
|
1807
|
+
"slug": "spinner",
|
|
1808
|
+
"fullSlug": "spinner.Spinner",
|
|
1809
|
+
"exportName": "Spinner",
|
|
1810
|
+
"layer": "core",
|
|
1811
|
+
"metaName": "Spinner",
|
|
1812
|
+
"sourcePath": "src/core/spinner.tsx"
|
|
1813
|
+
},
|
|
1814
|
+
"7EMVA": {
|
|
1815
|
+
"id": "7EMVA",
|
|
1816
|
+
"slug": "sql-editor",
|
|
1817
|
+
"fullSlug": "sql-editor.SqlEditor",
|
|
1818
|
+
"exportName": "SqlEditor",
|
|
1819
|
+
"layer": "shells",
|
|
1820
|
+
"metaName": "SqlEditor",
|
|
1821
|
+
"sourcePath": "src/shells/sql-editor.tsx"
|
|
1822
|
+
},
|
|
1823
|
+
"B6ZY4": {
|
|
1824
|
+
"id": "B6ZY4",
|
|
1825
|
+
"slug": "star-rating",
|
|
1826
|
+
"fullSlug": "star-rating.StarRating",
|
|
1827
|
+
"exportName": "StarRating",
|
|
1828
|
+
"layer": "core",
|
|
1829
|
+
"metaName": "StarRating",
|
|
1830
|
+
"sourcePath": "src/core/star-rating.tsx"
|
|
1831
|
+
},
|
|
1832
|
+
"GAX47": {
|
|
1833
|
+
"id": "GAX47",
|
|
1834
|
+
"slug": "stat-card",
|
|
1835
|
+
"fullSlug": "stat-card.StatCard",
|
|
1836
|
+
"exportName": "StatCard",
|
|
1837
|
+
"layer": "core",
|
|
1838
|
+
"metaName": "StatCard",
|
|
1839
|
+
"sourcePath": "src/core/stat-card.tsx"
|
|
1840
|
+
},
|
|
1841
|
+
"R46E6": {
|
|
1842
|
+
"id": "R46E6",
|
|
1843
|
+
"slug": "status-select",
|
|
1844
|
+
"fullSlug": "status-select.StatusSelect",
|
|
1845
|
+
"exportName": "StatusSelect",
|
|
1846
|
+
"layer": "shells",
|
|
1847
|
+
"metaName": "StatusSelect",
|
|
1848
|
+
"sourcePath": "src/shells/status-select.tsx"
|
|
1849
|
+
},
|
|
1850
|
+
"7BQDT": {
|
|
1851
|
+
"id": "7BQDT",
|
|
1852
|
+
"slug": "step-builder",
|
|
1853
|
+
"fullSlug": "step-builder.StepBuilder",
|
|
1854
|
+
"exportName": "StepBuilder",
|
|
1855
|
+
"layer": "core",
|
|
1856
|
+
"metaName": "StepBuilder",
|
|
1857
|
+
"sourcePath": "src/core/step-builder.tsx"
|
|
1858
|
+
},
|
|
1859
|
+
"DA0AX": {
|
|
1860
|
+
"id": "DA0AX",
|
|
1861
|
+
"slug": "summary-row",
|
|
1862
|
+
"fullSlug": "summary-row.SummaryRow",
|
|
1863
|
+
"exportName": "SummaryRow",
|
|
1864
|
+
"layer": "shells",
|
|
1865
|
+
"metaName": "SummaryRow",
|
|
1866
|
+
"sourcePath": "src/shells/summary-row.tsx"
|
|
1867
|
+
},
|
|
1868
|
+
"51Z9R": {
|
|
1869
|
+
"id": "51Z9R",
|
|
1870
|
+
"slug": "switch",
|
|
1871
|
+
"fullSlug": "switch.Switch",
|
|
1872
|
+
"exportName": "Switch",
|
|
1873
|
+
"layer": "core",
|
|
1874
|
+
"metaName": "Switch",
|
|
1875
|
+
"sourcePath": "src/core/switch.tsx"
|
|
1876
|
+
},
|
|
1877
|
+
"R680X": {
|
|
1878
|
+
"id": "R680X",
|
|
1879
|
+
"slug": "tabs",
|
|
1880
|
+
"fullSlug": "tabs.Tab",
|
|
1881
|
+
"exportName": "Tab",
|
|
1882
|
+
"layer": "core",
|
|
1883
|
+
"metaName": "Tabs",
|
|
1884
|
+
"sourcePath": "src/core/tabs.tsx"
|
|
1885
|
+
},
|
|
1886
|
+
"7FF57": {
|
|
1887
|
+
"id": "7FF57",
|
|
1888
|
+
"slug": "tabs",
|
|
1889
|
+
"fullSlug": "tabs.TabList",
|
|
1890
|
+
"exportName": "TabList",
|
|
1891
|
+
"layer": "core",
|
|
1892
|
+
"metaName": "Tabs",
|
|
1893
|
+
"sourcePath": "src/core/tabs.tsx"
|
|
1894
|
+
},
|
|
1895
|
+
"C0MBP": {
|
|
1896
|
+
"id": "C0MBP",
|
|
1897
|
+
"slug": "tabs",
|
|
1898
|
+
"fullSlug": "tabs.TabPanel",
|
|
1899
|
+
"exportName": "TabPanel",
|
|
1900
|
+
"layer": "core",
|
|
1901
|
+
"metaName": "Tabs",
|
|
1902
|
+
"sourcePath": "src/core/tabs.tsx"
|
|
1903
|
+
},
|
|
1904
|
+
"AMTHX": {
|
|
1905
|
+
"id": "AMTHX",
|
|
1906
|
+
"slug": "tabs",
|
|
1907
|
+
"fullSlug": "tabs.TabsRoot",
|
|
1908
|
+
"exportName": "TabsRoot",
|
|
1909
|
+
"layer": "core",
|
|
1910
|
+
"metaName": "Tabs",
|
|
1911
|
+
"sourcePath": "src/core/tabs.tsx"
|
|
1912
|
+
},
|
|
1913
|
+
"3TDWF": {
|
|
1914
|
+
"id": "3TDWF",
|
|
1915
|
+
"slug": "tag-input",
|
|
1916
|
+
"fullSlug": "tag-input.TagInput",
|
|
1917
|
+
"exportName": "TagInput",
|
|
1918
|
+
"layer": "core",
|
|
1919
|
+
"metaName": "TagInput",
|
|
1920
|
+
"sourcePath": "src/core/tag-input.tsx"
|
|
1921
|
+
},
|
|
1922
|
+
"0DK79": {
|
|
1923
|
+
"id": "0DK79",
|
|
1924
|
+
"slug": "task-list",
|
|
1925
|
+
"fullSlug": "task-list.TaskList",
|
|
1926
|
+
"exportName": "TaskList",
|
|
1927
|
+
"layer": "shells",
|
|
1928
|
+
"metaName": "TaskList",
|
|
1929
|
+
"sourcePath": "src/shells/task-list.tsx"
|
|
1930
|
+
},
|
|
1931
|
+
"6FTC5": {
|
|
1932
|
+
"id": "6FTC5",
|
|
1933
|
+
"slug": "team-member-list",
|
|
1934
|
+
"fullSlug": "team-member-list.TeamMemberList",
|
|
1935
|
+
"exportName": "TeamMemberList",
|
|
1936
|
+
"layer": "shells",
|
|
1937
|
+
"metaName": "TeamMemberList",
|
|
1938
|
+
"sourcePath": "src/shells/team-member-list.tsx"
|
|
1939
|
+
},
|
|
1940
|
+
"PVFJP": {
|
|
1941
|
+
"id": "PVFJP",
|
|
1942
|
+
"slug": "template-picker",
|
|
1943
|
+
"fullSlug": "template-picker.TemplatePicker",
|
|
1944
|
+
"exportName": "TemplatePicker",
|
|
1945
|
+
"layer": "shells",
|
|
1946
|
+
"metaName": "TemplatePicker",
|
|
1947
|
+
"sourcePath": "src/shells/template-picker.tsx"
|
|
1948
|
+
},
|
|
1949
|
+
"NFKP2": {
|
|
1950
|
+
"id": "NFKP2",
|
|
1951
|
+
"slug": "text",
|
|
1952
|
+
"fullSlug": "text.Text",
|
|
1953
|
+
"exportName": "Text",
|
|
1954
|
+
"layer": "core",
|
|
1955
|
+
"metaName": "Text",
|
|
1956
|
+
"sourcePath": "src/core/text.tsx"
|
|
1957
|
+
},
|
|
1958
|
+
"6T58H": {
|
|
1959
|
+
"id": "6T58H",
|
|
1960
|
+
"slug": "textarea",
|
|
1961
|
+
"fullSlug": "textarea.Textarea",
|
|
1962
|
+
"exportName": "Textarea",
|
|
1963
|
+
"layer": "core",
|
|
1964
|
+
"metaName": "Textarea",
|
|
1965
|
+
"sourcePath": "src/core/textarea.tsx"
|
|
1966
|
+
},
|
|
1967
|
+
"8JX0N": {
|
|
1968
|
+
"id": "8JX0N",
|
|
1969
|
+
"slug": "theme-switcher",
|
|
1970
|
+
"fullSlug": "theme-switcher.ThemeSwitcher",
|
|
1971
|
+
"exportName": "ThemeSwitcher",
|
|
1972
|
+
"layer": "shells",
|
|
1973
|
+
"metaName": "ThemeSwitcher",
|
|
1974
|
+
"sourcePath": "src/shells/theme-switcher.tsx"
|
|
1975
|
+
},
|
|
1976
|
+
"K0D7C": {
|
|
1977
|
+
"id": "K0D7C",
|
|
1978
|
+
"slug": "time-range-selector",
|
|
1979
|
+
"fullSlug": "time-range-selector.TimeRangeSelector",
|
|
1980
|
+
"exportName": "TimeRangeSelector",
|
|
1981
|
+
"layer": "shells",
|
|
1982
|
+
"metaName": "TimeRangeSelector",
|
|
1983
|
+
"sourcePath": "src/shells/time-range-selector.tsx"
|
|
1984
|
+
},
|
|
1985
|
+
"GFCMY": {
|
|
1986
|
+
"id": "GFCMY",
|
|
1987
|
+
"slug": "toggle",
|
|
1988
|
+
"fullSlug": "toggle.Toggle",
|
|
1989
|
+
"exportName": "Toggle",
|
|
1990
|
+
"layer": "core",
|
|
1991
|
+
"metaName": "Toggle",
|
|
1992
|
+
"sourcePath": "src/core/toggle.tsx"
|
|
1993
|
+
},
|
|
1994
|
+
"47J37": {
|
|
1995
|
+
"id": "47J37",
|
|
1996
|
+
"slug": "toggle",
|
|
1997
|
+
"fullSlug": "toggle.ToggleGroup",
|
|
1998
|
+
"exportName": "ToggleGroup",
|
|
1999
|
+
"layer": "core",
|
|
2000
|
+
"metaName": "Toggle",
|
|
2001
|
+
"sourcePath": "src/core/toggle.tsx"
|
|
2002
|
+
},
|
|
2003
|
+
"C212C": {
|
|
2004
|
+
"id": "C212C",
|
|
2005
|
+
"slug": "toolbar",
|
|
2006
|
+
"fullSlug": "toolbar.ToolbarButton",
|
|
2007
|
+
"exportName": "ToolbarButton",
|
|
2008
|
+
"layer": "core",
|
|
2009
|
+
"metaName": "Toolbar",
|
|
2010
|
+
"sourcePath": "src/core/toolbar.tsx"
|
|
2011
|
+
},
|
|
2012
|
+
"2AVXB": {
|
|
2013
|
+
"id": "2AVXB",
|
|
2014
|
+
"slug": "toolbar",
|
|
2015
|
+
"fullSlug": "toolbar.ToolbarContainer",
|
|
2016
|
+
"exportName": "ToolbarContainer",
|
|
2017
|
+
"layer": "core",
|
|
2018
|
+
"metaName": "Toolbar",
|
|
2019
|
+
"sourcePath": "src/core/toolbar.tsx"
|
|
2020
|
+
},
|
|
2021
|
+
"V33Y0": {
|
|
2022
|
+
"id": "V33Y0",
|
|
2023
|
+
"slug": "toolbar",
|
|
2024
|
+
"fullSlug": "toolbar.ToolbarRoot",
|
|
2025
|
+
"exportName": "ToolbarRoot",
|
|
2026
|
+
"layer": "core",
|
|
2027
|
+
"metaName": "Toolbar",
|
|
2028
|
+
"sourcePath": "src/core/toolbar.tsx"
|
|
2029
|
+
},
|
|
2030
|
+
"9J72S": {
|
|
2031
|
+
"id": "9J72S",
|
|
2032
|
+
"slug": "toolbar",
|
|
2033
|
+
"fullSlug": "toolbar.ToolbarSeparator",
|
|
2034
|
+
"exportName": "ToolbarSeparator",
|
|
2035
|
+
"layer": "core",
|
|
2036
|
+
"metaName": "Toolbar",
|
|
2037
|
+
"sourcePath": "src/core/toolbar.tsx"
|
|
2038
|
+
},
|
|
2039
|
+
"XSAT4": {
|
|
2040
|
+
"id": "XSAT4",
|
|
2041
|
+
"slug": "toolbar",
|
|
2042
|
+
"fullSlug": "toolbar.Tooltip",
|
|
2043
|
+
"exportName": "Tooltip",
|
|
2044
|
+
"layer": "core",
|
|
2045
|
+
"metaName": "Toolbar",
|
|
2046
|
+
"sourcePath": "src/core/toolbar.tsx"
|
|
2047
|
+
},
|
|
2048
|
+
"SAW1B": {
|
|
2049
|
+
"id": "SAW1B",
|
|
2050
|
+
"slug": "toolbar",
|
|
2051
|
+
"fullSlug": "toolbar.TooltipAnchor",
|
|
2052
|
+
"exportName": "TooltipAnchor",
|
|
2053
|
+
"layer": "core",
|
|
2054
|
+
"metaName": "Toolbar",
|
|
2055
|
+
"sourcePath": "src/core/toolbar.tsx"
|
|
2056
|
+
},
|
|
2057
|
+
"6NKHT": {
|
|
2058
|
+
"id": "6NKHT",
|
|
2059
|
+
"slug": "toolbar",
|
|
2060
|
+
"fullSlug": "toolbar.TooltipProvider",
|
|
2061
|
+
"exportName": "TooltipProvider",
|
|
2062
|
+
"layer": "core",
|
|
2063
|
+
"metaName": "Toolbar",
|
|
2064
|
+
"sourcePath": "src/core/toolbar.tsx"
|
|
2065
|
+
},
|
|
2066
|
+
"EJRTW": {
|
|
2067
|
+
"id": "EJRTW",
|
|
2068
|
+
"slug": "tree-table",
|
|
2069
|
+
"fullSlug": "tree-table.TreeTable",
|
|
2070
|
+
"exportName": "TreeTable",
|
|
2071
|
+
"layer": "shells",
|
|
2072
|
+
"metaName": "TreeTable",
|
|
2073
|
+
"sourcePath": "src/shells/tree-table.tsx"
|
|
2074
|
+
},
|
|
2075
|
+
"J81G4": {
|
|
2076
|
+
"id": "J81G4",
|
|
2077
|
+
"slug": "vertical-tabs",
|
|
2078
|
+
"fullSlug": "vertical-tabs.VerticalTabs",
|
|
2079
|
+
"exportName": "VerticalTabs",
|
|
2080
|
+
"layer": "shells",
|
|
2081
|
+
"metaName": "VerticalTabs",
|
|
2082
|
+
"sourcePath": "src/shells/vertical-tabs.tsx"
|
|
2083
|
+
},
|
|
2084
|
+
"VT2NP": {
|
|
2085
|
+
"id": "VT2NP",
|
|
2086
|
+
"slug": "virtual-list",
|
|
2087
|
+
"fullSlug": "virtual-list.VirtualList",
|
|
2088
|
+
"exportName": "VirtualList",
|
|
2089
|
+
"layer": "core",
|
|
2090
|
+
"metaName": "VirtualList",
|
|
2091
|
+
"sourcePath": "src/core/virtual-list.tsx"
|
|
2092
|
+
},
|
|
2093
|
+
"B6B1Z": {
|
|
2094
|
+
"id": "B6B1Z",
|
|
2095
|
+
"slug": "webhook-config",
|
|
2096
|
+
"fullSlug": "webhook-config.WebhookConfig",
|
|
2097
|
+
"exportName": "WebhookConfig",
|
|
2098
|
+
"layer": "shells",
|
|
2099
|
+
"metaName": "WebhookConfig",
|
|
2100
|
+
"sourcePath": "src/shells/webhook-config.tsx"
|
|
2101
|
+
},
|
|
2102
|
+
"QJY9W": {
|
|
2103
|
+
"id": "QJY9W",
|
|
2104
|
+
"slug": "widget-grid",
|
|
2105
|
+
"fullSlug": "widget-grid.WidgetGrid",
|
|
2106
|
+
"exportName": "WidgetGrid",
|
|
2107
|
+
"layer": "shells",
|
|
2108
|
+
"metaName": "WidgetGrid",
|
|
2109
|
+
"sourcePath": "src/shells/widget-grid.tsx"
|
|
2110
|
+
},
|
|
2111
|
+
"4TX11": {
|
|
2112
|
+
"id": "4TX11",
|
|
2113
|
+
"slug": "workflow-canvas",
|
|
2114
|
+
"fullSlug": "workflow-canvas.WorkflowCanvas",
|
|
2115
|
+
"exportName": "WorkflowCanvas",
|
|
2116
|
+
"layer": "shells",
|
|
2117
|
+
"metaName": "WorkflowCanvas",
|
|
2118
|
+
"sourcePath": "src/shells/workflow-canvas.tsx"
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
"bySlug": {
|
|
2122
|
+
"accordion.AccordionContent": "J98AG",
|
|
2123
|
+
"accordion.AccordionItem": "JTY9M",
|
|
2124
|
+
"accordion.AccordionRoot": "CSBA9",
|
|
2125
|
+
"accordion.AccordionTrigger": "CWJZZ",
|
|
2126
|
+
"activity-feed.ActivityFeed": "DB87Z",
|
|
2127
|
+
"alert-builder.AlertBuilder": "VTENR",
|
|
2128
|
+
"alert.Alert": "4SPK6",
|
|
2129
|
+
"app-menubar.AppMenubar": "BGKHW",
|
|
2130
|
+
"app-shell.AppShell": "EQGGQ",
|
|
2131
|
+
"async-combobox.AsyncCombobox": "KAKTV",
|
|
2132
|
+
"audit-log.AuditLog": "VZ046",
|
|
2133
|
+
"audit-timeline.AuditTimeline": "XJQ8A",
|
|
2134
|
+
"avatar.Avatar": "SCMM0",
|
|
2135
|
+
"avatar.AvatarGroup": "MVB53",
|
|
2136
|
+
"badge.Badge": "9GBGZ",
|
|
2137
|
+
"block-layout.BlockLayout": "6RHZW",
|
|
2138
|
+
"branch-select.BranchSelect": "7EDEP",
|
|
2139
|
+
"breadcrumb.Breadcrumb": "3FR0Y",
|
|
2140
|
+
"bulk-actions.BulkActions": "Q3J33",
|
|
2141
|
+
"button.Button": "RGX84",
|
|
2142
|
+
"card.Card": "0A18R",
|
|
2143
|
+
"card.CardContent": "9Y68R",
|
|
2144
|
+
"card.CardDescription": "YB1RN",
|
|
2145
|
+
"card.CardFooter": "GRNTR",
|
|
2146
|
+
"card.CardHeader": "JST3J",
|
|
2147
|
+
"card.CardTitle": "V15TX",
|
|
2148
|
+
"chat-input.ChatInput": "M8KX1",
|
|
2149
|
+
"chat-message-list.ChatMessageList": "YK725",
|
|
2150
|
+
"chat-sidebar.ChatSidebar": "TBVMY",
|
|
2151
|
+
"checkbox.Checkbox": "3P3MA",
|
|
2152
|
+
"checkbox.CheckboxGroup": "V6NSW",
|
|
2153
|
+
"code-diff-viewer.CodeDiffViewer": "GSDVD",
|
|
2154
|
+
"code-snippet-viewer.CodeSnippetViewer": "9GDXY",
|
|
2155
|
+
"color-picker.ColorPicker": "V2CSG",
|
|
2156
|
+
"column-toggler.ColumnToggler": "PPN5M",
|
|
2157
|
+
"combobox.ComboboxEmpty": "RZ06M",
|
|
2158
|
+
"combobox.ComboboxGroup": "SPJQC",
|
|
2159
|
+
"combobox.ComboboxGroupLabel": "512YF",
|
|
2160
|
+
"combobox.ComboboxInput": "92FZS",
|
|
2161
|
+
"combobox.ComboboxItem": "MAZJN",
|
|
2162
|
+
"combobox.ComboboxPopover": "WS4PD",
|
|
2163
|
+
"combobox.ComboboxRoot": "VACXX",
|
|
2164
|
+
"command-palette-trigger.CommandPaletteTrigger": "4FCDB",
|
|
2165
|
+
"command-palette.CommandPalette": "ATTF5",
|
|
2166
|
+
"command.Command": "4FYBW",
|
|
2167
|
+
"command.CommandDialog": "DVRSX",
|
|
2168
|
+
"command.CommandEmpty": "A8BZM",
|
|
2169
|
+
"command.CommandGroup": "JPK1Y",
|
|
2170
|
+
"command.CommandInput": "HB1K3",
|
|
2171
|
+
"command.CommandItem": "K674W",
|
|
2172
|
+
"command.CommandList": "NPXC5",
|
|
2173
|
+
"command.CommandSeparator": "10P0E",
|
|
2174
|
+
"command.CommandShortcut": "75CQK",
|
|
2175
|
+
"comparison-selector.ComparisonSelector": "2EH9H",
|
|
2176
|
+
"composite-zone.CompositeZone": "1JZXE",
|
|
2177
|
+
"condition-builder.ConditionBuilder": "SXXKJ",
|
|
2178
|
+
"confirm-dialog.ConfirmDialog": "0VNJQ",
|
|
2179
|
+
"connection-indicator.ConnectionIndicator": "SR35W",
|
|
2180
|
+
"container.Container": "H3G96",
|
|
2181
|
+
"content-tabs.ContentTabs": "9W97K",
|
|
2182
|
+
"dashboard-grid.DashboardGrid": "BM7NA",
|
|
2183
|
+
"data-import-wizard.DataImportWizard": "QD9XR",
|
|
2184
|
+
"data-table.DataTable": "J1KN4",
|
|
2185
|
+
"date-range-picker.DateRangePicker": "0KKZ0",
|
|
2186
|
+
"deployment-timeline.DeploymentTimeline": "XXVQ2",
|
|
2187
|
+
"design-guide-panel.DesignGuidePanel": "65F6W",
|
|
2188
|
+
"dialog.AlertDialogPanel": "80HGS",
|
|
2189
|
+
"dialog.DialogBody": "EE32H",
|
|
2190
|
+
"dialog.DialogDescription": "2BN3X",
|
|
2191
|
+
"dialog.DialogDisclosure": "32QJK",
|
|
2192
|
+
"dialog.DialogDismiss": "JXT0Y",
|
|
2193
|
+
"dialog.DialogFooter": "AYQSR",
|
|
2194
|
+
"dialog.DialogHeader": "K8NYY",
|
|
2195
|
+
"dialog.DialogHeading": "4NW4H",
|
|
2196
|
+
"dialog.DialogPanel": "BTMTG",
|
|
2197
|
+
"dialog.DialogRoot": "MDC91",
|
|
2198
|
+
"disclosure.DisclosureContent": "78HYF",
|
|
2199
|
+
"disclosure.DisclosureRoot": "AS61F",
|
|
2200
|
+
"disclosure.DisclosureTrigger": "14EZW",
|
|
2201
|
+
"domain-table.DomainTable": "A7SRM",
|
|
2202
|
+
"drawer.DrawerClose": "M6D6D",
|
|
2203
|
+
"drawer.DrawerPanel": "RQERV",
|
|
2204
|
+
"drawer.DrawerRoot": "YGJ0M",
|
|
2205
|
+
"dropdown-menu.DropdownContent": "J6NF7",
|
|
2206
|
+
"dropdown-menu.DropdownItem": "5M6GA",
|
|
2207
|
+
"dropdown-menu.DropdownSeparator": "K9Y54",
|
|
2208
|
+
"dropdown-menu.DropdownTrigger": "C4BSS",
|
|
2209
|
+
"editor-toolbar.EditorToolbar": "Z73K6",
|
|
2210
|
+
"empty-state.EmptyState": "5ZK92",
|
|
2211
|
+
"env-panel.EnvPanel": "ZBDWK",
|
|
2212
|
+
"event-icon.EventIcon": "ZNSD9",
|
|
2213
|
+
"event-meta-editor.EventMetaEditor": "EZR35",
|
|
2214
|
+
"export-button.ExportButton": "MGP2B",
|
|
2215
|
+
"failure-list.FailureList": "ZAM3R",
|
|
2216
|
+
"faq-accordion.FaqAccordion": "QRBHV",
|
|
2217
|
+
"feature-flag-panel.FeatureFlagPanel": "JW164",
|
|
2218
|
+
"filter-bar.FilterBar": "BS5N0",
|
|
2219
|
+
"floating-action-bar.FloatingActionBar": "S390B",
|
|
2220
|
+
"form-dynamic.DynamicFieldForm": "8RYG7",
|
|
2221
|
+
"form-login.AuthForm": "Z415Y",
|
|
2222
|
+
"form-upload.FileUploadForm": "4E3MD",
|
|
2223
|
+
"form-wizard.WizardForm": "SFY8G",
|
|
2224
|
+
"form.FormCheckbox": "3BZS1",
|
|
2225
|
+
"form.FormColorPicker": "4ATTC",
|
|
2226
|
+
"form.FormControl": "XNF0F",
|
|
2227
|
+
"form.FormDateRangePicker": "4NE9A",
|
|
2228
|
+
"form.FormDescription": "RFB40",
|
|
2229
|
+
"form.FormError": "E9NM4",
|
|
2230
|
+
"form.FormField": "C68GP",
|
|
2231
|
+
"form.FormGroup": "89E8Q",
|
|
2232
|
+
"form.FormGroupLabel": "W95BH",
|
|
2233
|
+
"form.FormIconPicker": "7Q41M",
|
|
2234
|
+
"form.FormInput": "D7Z8F",
|
|
2235
|
+
"form.FormLabel": "JHRKM",
|
|
2236
|
+
"form.FormNumberInput": "FJ2A2",
|
|
2237
|
+
"form.FormProvider": "G0DQ4",
|
|
2238
|
+
"form.FormPush": "5SV8S",
|
|
2239
|
+
"form.FormRadio": "YTN4Q",
|
|
2240
|
+
"form.FormRadioGroup": "J8XRP",
|
|
2241
|
+
"form.FormRemove": "FEW6V",
|
|
2242
|
+
"form.FormReset": "M3FVB",
|
|
2243
|
+
"form.FormRoot": "YBT1H",
|
|
2244
|
+
"form.FormSelect": "A2XF7",
|
|
2245
|
+
"form.FormSelectItem": "J3970",
|
|
2246
|
+
"form.FormSelectPopover": "CQSPJ",
|
|
2247
|
+
"form.FormSlider": "3XQ3A",
|
|
2248
|
+
"form.FormStarRating": "EKNJJ",
|
|
2249
|
+
"form.FormSubmit": "K580M",
|
|
2250
|
+
"form.FormSwitch": "48T40",
|
|
2251
|
+
"form.FormTagInput": "W05M1",
|
|
2252
|
+
"form.FormTextarea": "Q8G2A",
|
|
2253
|
+
"heading.Heading": "NF0BT",
|
|
2254
|
+
"icon-picker.IconPicker": "0DRGP",
|
|
2255
|
+
"inline-edit-table.InlineEditTable": "5W3J1",
|
|
2256
|
+
"input.Input": "7BY1Q",
|
|
2257
|
+
"insights-panel.InsightsPanel": "HCYZV",
|
|
2258
|
+
"kanban-board.KanbanBoard": "T6JWY",
|
|
2259
|
+
"kbd.Kbd": "JJ2E9",
|
|
2260
|
+
"key-value-editor.KeyValueEditor": "NCBWA",
|
|
2261
|
+
"loading-overlay.LoadingOverlay": "380ZR",
|
|
2262
|
+
"logo.Logo": "R906A",
|
|
2263
|
+
"mega-menu.MegaMenu": "42177",
|
|
2264
|
+
"menu.MenuButtonArrow": "J1AQH",
|
|
2265
|
+
"menu.MenuItem": "71JVB",
|
|
2266
|
+
"menu.MenuItemCheckbox": "DG8B3",
|
|
2267
|
+
"menu.MenuItemRadio": "ZT759",
|
|
2268
|
+
"menu.MenuPopover": "Q1MFY",
|
|
2269
|
+
"menu.MenuRoot": "H2WRF",
|
|
2270
|
+
"menu.MenuSeparator": "AJV8K",
|
|
2271
|
+
"menu.MenuTrigger": "46BJG",
|
|
2272
|
+
"menu.MenubarContainer": "4MVQT",
|
|
2273
|
+
"menu.MenubarRoot": "2ERC6",
|
|
2274
|
+
"meter.Meter": "G01TE",
|
|
2275
|
+
"notification-center.NotificationCenter": "7A0XY",
|
|
2276
|
+
"notification-toast.NotificationToast": "26YVM",
|
|
2277
|
+
"notification-toast.ToastProvider": "M0KTS",
|
|
2278
|
+
"number-input.NumberInput": "GKPSV",
|
|
2279
|
+
"otp-field.OtpField": "0083Q",
|
|
2280
|
+
"page-aside.PageAside": "ZQDMX",
|
|
2281
|
+
"page-header.PageHeader": "7AK8Z",
|
|
2282
|
+
"pagination.Pagination": "QBEE2",
|
|
2283
|
+
"popover.PopoverClose": "FP4KF",
|
|
2284
|
+
"popover.PopoverContent": "E03EY",
|
|
2285
|
+
"popover.PopoverRoot": "DWJD5",
|
|
2286
|
+
"popover.PopoverTrigger": "2W9BZ",
|
|
2287
|
+
"progress.CircularProgress": "Q69KP",
|
|
2288
|
+
"progress.Progress": "Y5N8R",
|
|
2289
|
+
"project-switcher.ProjectSwitcher": "5R3AG",
|
|
2290
|
+
"prompt-template.PromptTemplate": "5E56D",
|
|
2291
|
+
"property-explorer.PropertyExplorer": "HJF32",
|
|
2292
|
+
"query-results-table.QueryResultsTable": "PNC1V",
|
|
2293
|
+
"quick-actions.QuickActions": "CEM9F",
|
|
2294
|
+
"radio-group.Radio": "HY7YG",
|
|
2295
|
+
"radio-group.RadioGroup": "2F20H",
|
|
2296
|
+
"report-builder.ReportBuilder": "K9STD",
|
|
2297
|
+
"resizable.ResizableHandle": "7QWEQ",
|
|
2298
|
+
"resizable.ResizablePanel": "QRQV9",
|
|
2299
|
+
"resizable.ResizablePanelGroup": "MW6TZ",
|
|
2300
|
+
"rich-text-editor.RichTextEditor": "441JQ",
|
|
2301
|
+
"saved-filters.SavedFilters": "DAB08",
|
|
2302
|
+
"scroll-area.ScrollArea": "A9X4K",
|
|
2303
|
+
"search-combobox.SearchCombobox": "KH4TQ",
|
|
2304
|
+
"section.Section": "M3QXW",
|
|
2305
|
+
"segment-builder.SegmentBuilder": "ZSC94",
|
|
2306
|
+
"select.SelectItem": "KKBAF",
|
|
2307
|
+
"select.SelectLabel": "SKM59",
|
|
2308
|
+
"select.SelectPopover": "P152F",
|
|
2309
|
+
"select.SelectRoot": "A5TYW",
|
|
2310
|
+
"select.SelectTrigger": "V6F86",
|
|
2311
|
+
"separator.Separator": "7PWJS",
|
|
2312
|
+
"settings-form.SettingsForm": "9TEEJ",
|
|
2313
|
+
"shader-surface.ShaderSurface": "J9FYD",
|
|
2314
|
+
"sidebar-nav.SidebarNav": "1FZNH",
|
|
2315
|
+
"sidebar.Sidebar": "FG8ZG",
|
|
2316
|
+
"skeleton.Skeleton": "EJT87",
|
|
2317
|
+
"skeleton.SkeletonAvatar": "MP0HZ",
|
|
2318
|
+
"skeleton.SkeletonCard": "34V5D",
|
|
2319
|
+
"skeleton.SkeletonTable": "3KEDN",
|
|
2320
|
+
"skeleton.SkeletonText": "MX3D5",
|
|
2321
|
+
"slider.Slider": "VJCDH",
|
|
2322
|
+
"spinner.Spinner": "DJS29",
|
|
2323
|
+
"sql-editor.SqlEditor": "7EMVA",
|
|
2324
|
+
"star-rating.StarRating": "B6ZY4",
|
|
2325
|
+
"stat-card.StatCard": "GAX47",
|
|
2326
|
+
"status-select.StatusSelect": "R46E6",
|
|
2327
|
+
"step-builder.StepBuilder": "7BQDT",
|
|
2328
|
+
"summary-row.SummaryRow": "DA0AX",
|
|
2329
|
+
"switch.Switch": "51Z9R",
|
|
2330
|
+
"tabs.Tab": "R680X",
|
|
2331
|
+
"tabs.TabList": "7FF57",
|
|
2332
|
+
"tabs.TabPanel": "C0MBP",
|
|
2333
|
+
"tabs.TabsRoot": "AMTHX",
|
|
2334
|
+
"tag-input.TagInput": "3TDWF",
|
|
2335
|
+
"task-list.TaskList": "0DK79",
|
|
2336
|
+
"team-member-list.TeamMemberList": "6FTC5",
|
|
2337
|
+
"template-picker.TemplatePicker": "PVFJP",
|
|
2338
|
+
"text.Text": "NFKP2",
|
|
2339
|
+
"textarea.Textarea": "6T58H",
|
|
2340
|
+
"theme-switcher.ThemeSwitcher": "8JX0N",
|
|
2341
|
+
"time-range-selector.TimeRangeSelector": "K0D7C",
|
|
2342
|
+
"toggle.Toggle": "GFCMY",
|
|
2343
|
+
"toggle.ToggleGroup": "47J37",
|
|
2344
|
+
"toolbar.ToolbarButton": "C212C",
|
|
2345
|
+
"toolbar.ToolbarContainer": "2AVXB",
|
|
2346
|
+
"toolbar.ToolbarRoot": "V33Y0",
|
|
2347
|
+
"toolbar.ToolbarSeparator": "9J72S",
|
|
2348
|
+
"toolbar.Tooltip": "XSAT4",
|
|
2349
|
+
"toolbar.TooltipAnchor": "SAW1B",
|
|
2350
|
+
"toolbar.TooltipProvider": "6NKHT",
|
|
2351
|
+
"tree-table.TreeTable": "EJRTW",
|
|
2352
|
+
"vertical-tabs.VerticalTabs": "J81G4",
|
|
2353
|
+
"virtual-list.VirtualList": "VT2NP",
|
|
2354
|
+
"webhook-config.WebhookConfig": "B6B1Z",
|
|
2355
|
+
"widget-grid.WidgetGrid": "QJY9W",
|
|
2356
|
+
"workflow-canvas.WorkflowCanvas": "4TX11"
|
|
2357
|
+
},
|
|
2358
|
+
"byFile": {
|
|
2359
|
+
"src/core/accordion.tsx": [
|
|
2360
|
+
{
|
|
2361
|
+
"exportName": "AccordionContent",
|
|
2362
|
+
"id": "J98AG",
|
|
2363
|
+
"slug": "accordion.AccordionContent"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"exportName": "AccordionItem",
|
|
2367
|
+
"id": "JTY9M",
|
|
2368
|
+
"slug": "accordion.AccordionItem"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"exportName": "AccordionRoot",
|
|
2372
|
+
"id": "CSBA9",
|
|
2373
|
+
"slug": "accordion.AccordionRoot"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"exportName": "AccordionTrigger",
|
|
2377
|
+
"id": "CWJZZ",
|
|
2378
|
+
"slug": "accordion.AccordionTrigger"
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"src/shells/activity-feed.tsx": [
|
|
2382
|
+
{
|
|
2383
|
+
"exportName": "ActivityFeed",
|
|
2384
|
+
"id": "DB87Z",
|
|
2385
|
+
"slug": "activity-feed.ActivityFeed"
|
|
2386
|
+
}
|
|
2387
|
+
],
|
|
2388
|
+
"src/shells/alert-builder.tsx": [
|
|
2389
|
+
{
|
|
2390
|
+
"exportName": "AlertBuilder",
|
|
2391
|
+
"id": "VTENR",
|
|
2392
|
+
"slug": "alert-builder.AlertBuilder"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"src/core/alert.tsx": [
|
|
2396
|
+
{
|
|
2397
|
+
"exportName": "Alert",
|
|
2398
|
+
"id": "4SPK6",
|
|
2399
|
+
"slug": "alert.Alert"
|
|
2400
|
+
}
|
|
2401
|
+
],
|
|
2402
|
+
"src/shells/app-menubar.tsx": [
|
|
2403
|
+
{
|
|
2404
|
+
"exportName": "AppMenubar",
|
|
2405
|
+
"id": "BGKHW",
|
|
2406
|
+
"slug": "app-menubar.AppMenubar"
|
|
2407
|
+
}
|
|
2408
|
+
],
|
|
2409
|
+
"src/shells/app-shell.tsx": [
|
|
2410
|
+
{
|
|
2411
|
+
"exportName": "AppShell",
|
|
2412
|
+
"id": "EQGGQ",
|
|
2413
|
+
"slug": "app-shell.AppShell"
|
|
2414
|
+
}
|
|
2415
|
+
],
|
|
2416
|
+
"src/shells/async-combobox.tsx": [
|
|
2417
|
+
{
|
|
2418
|
+
"exportName": "AsyncCombobox",
|
|
2419
|
+
"id": "KAKTV",
|
|
2420
|
+
"slug": "async-combobox.AsyncCombobox"
|
|
2421
|
+
}
|
|
2422
|
+
],
|
|
2423
|
+
"src/shells/audit-log.tsx": [
|
|
2424
|
+
{
|
|
2425
|
+
"exportName": "AuditLog",
|
|
2426
|
+
"id": "VZ046",
|
|
2427
|
+
"slug": "audit-log.AuditLog"
|
|
2428
|
+
}
|
|
2429
|
+
],
|
|
2430
|
+
"src/shells/audit-timeline.tsx": [
|
|
2431
|
+
{
|
|
2432
|
+
"exportName": "AuditTimeline",
|
|
2433
|
+
"id": "XJQ8A",
|
|
2434
|
+
"slug": "audit-timeline.AuditTimeline"
|
|
2435
|
+
}
|
|
2436
|
+
],
|
|
2437
|
+
"src/core/avatar.tsx": [
|
|
2438
|
+
{
|
|
2439
|
+
"exportName": "Avatar",
|
|
2440
|
+
"id": "SCMM0",
|
|
2441
|
+
"slug": "avatar.Avatar"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"exportName": "AvatarGroup",
|
|
2445
|
+
"id": "MVB53",
|
|
2446
|
+
"slug": "avatar.AvatarGroup"
|
|
2447
|
+
}
|
|
2448
|
+
],
|
|
2449
|
+
"src/core/badge.tsx": [
|
|
2450
|
+
{
|
|
2451
|
+
"exportName": "Badge",
|
|
2452
|
+
"id": "9GBGZ",
|
|
2453
|
+
"slug": "badge.Badge"
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"src/core/block-layout.tsx": [
|
|
2457
|
+
{
|
|
2458
|
+
"exportName": "BlockLayout",
|
|
2459
|
+
"id": "6RHZW",
|
|
2460
|
+
"slug": "block-layout.BlockLayout"
|
|
2461
|
+
}
|
|
2462
|
+
],
|
|
2463
|
+
"src/shells/branch-select.tsx": [
|
|
2464
|
+
{
|
|
2465
|
+
"exportName": "BranchSelect",
|
|
2466
|
+
"id": "7EDEP",
|
|
2467
|
+
"slug": "branch-select.BranchSelect"
|
|
2468
|
+
}
|
|
2469
|
+
],
|
|
2470
|
+
"src/core/breadcrumb.tsx": [
|
|
2471
|
+
{
|
|
2472
|
+
"exportName": "Breadcrumb",
|
|
2473
|
+
"id": "3FR0Y",
|
|
2474
|
+
"slug": "breadcrumb.Breadcrumb"
|
|
2475
|
+
}
|
|
2476
|
+
],
|
|
2477
|
+
"src/shells/bulk-actions.tsx": [
|
|
2478
|
+
{
|
|
2479
|
+
"exportName": "BulkActions",
|
|
2480
|
+
"id": "Q3J33",
|
|
2481
|
+
"slug": "bulk-actions.BulkActions"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"src/core/button.tsx": [
|
|
2485
|
+
{
|
|
2486
|
+
"exportName": "Button",
|
|
2487
|
+
"id": "RGX84",
|
|
2488
|
+
"slug": "button.Button"
|
|
2489
|
+
}
|
|
2490
|
+
],
|
|
2491
|
+
"src/core/card.tsx": [
|
|
2492
|
+
{
|
|
2493
|
+
"exportName": "Card",
|
|
2494
|
+
"id": "0A18R",
|
|
2495
|
+
"slug": "card.Card"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"exportName": "CardContent",
|
|
2499
|
+
"id": "9Y68R",
|
|
2500
|
+
"slug": "card.CardContent"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"exportName": "CardDescription",
|
|
2504
|
+
"id": "YB1RN",
|
|
2505
|
+
"slug": "card.CardDescription"
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"exportName": "CardFooter",
|
|
2509
|
+
"id": "GRNTR",
|
|
2510
|
+
"slug": "card.CardFooter"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"exportName": "CardHeader",
|
|
2514
|
+
"id": "JST3J",
|
|
2515
|
+
"slug": "card.CardHeader"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"exportName": "CardTitle",
|
|
2519
|
+
"id": "V15TX",
|
|
2520
|
+
"slug": "card.CardTitle"
|
|
2521
|
+
}
|
|
2522
|
+
],
|
|
2523
|
+
"src/shells/chat-input.tsx": [
|
|
2524
|
+
{
|
|
2525
|
+
"exportName": "ChatInput",
|
|
2526
|
+
"id": "M8KX1",
|
|
2527
|
+
"slug": "chat-input.ChatInput"
|
|
2528
|
+
}
|
|
2529
|
+
],
|
|
2530
|
+
"src/shells/chat-message-list.tsx": [
|
|
2531
|
+
{
|
|
2532
|
+
"exportName": "ChatMessageList",
|
|
2533
|
+
"id": "YK725",
|
|
2534
|
+
"slug": "chat-message-list.ChatMessageList"
|
|
2535
|
+
}
|
|
2536
|
+
],
|
|
2537
|
+
"src/shells/chat-sidebar.tsx": [
|
|
2538
|
+
{
|
|
2539
|
+
"exportName": "ChatSidebar",
|
|
2540
|
+
"id": "TBVMY",
|
|
2541
|
+
"slug": "chat-sidebar.ChatSidebar"
|
|
2542
|
+
}
|
|
2543
|
+
],
|
|
2544
|
+
"src/core/checkbox.tsx": [
|
|
2545
|
+
{
|
|
2546
|
+
"exportName": "Checkbox",
|
|
2547
|
+
"id": "3P3MA",
|
|
2548
|
+
"slug": "checkbox.Checkbox"
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"exportName": "CheckboxGroup",
|
|
2552
|
+
"id": "V6NSW",
|
|
2553
|
+
"slug": "checkbox.CheckboxGroup"
|
|
2554
|
+
}
|
|
2555
|
+
],
|
|
2556
|
+
"src/shells/code-diff-viewer.tsx": [
|
|
2557
|
+
{
|
|
2558
|
+
"exportName": "CodeDiffViewer",
|
|
2559
|
+
"id": "GSDVD",
|
|
2560
|
+
"slug": "code-diff-viewer.CodeDiffViewer"
|
|
2561
|
+
}
|
|
2562
|
+
],
|
|
2563
|
+
"src/shells/code-snippet-viewer.tsx": [
|
|
2564
|
+
{
|
|
2565
|
+
"exportName": "CodeSnippetViewer",
|
|
2566
|
+
"id": "9GDXY",
|
|
2567
|
+
"slug": "code-snippet-viewer.CodeSnippetViewer"
|
|
2568
|
+
}
|
|
2569
|
+
],
|
|
2570
|
+
"src/core/color-picker.tsx": [
|
|
2571
|
+
{
|
|
2572
|
+
"exportName": "ColorPicker",
|
|
2573
|
+
"id": "V2CSG",
|
|
2574
|
+
"slug": "color-picker.ColorPicker"
|
|
2575
|
+
}
|
|
2576
|
+
],
|
|
2577
|
+
"src/shells/column-toggler.tsx": [
|
|
2578
|
+
{
|
|
2579
|
+
"exportName": "ColumnToggler",
|
|
2580
|
+
"id": "PPN5M",
|
|
2581
|
+
"slug": "column-toggler.ColumnToggler"
|
|
2582
|
+
}
|
|
2583
|
+
],
|
|
2584
|
+
"src/core/combobox.tsx": [
|
|
2585
|
+
{
|
|
2586
|
+
"exportName": "ComboboxEmpty",
|
|
2587
|
+
"id": "RZ06M",
|
|
2588
|
+
"slug": "combobox.ComboboxEmpty"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"exportName": "ComboboxGroup",
|
|
2592
|
+
"id": "SPJQC",
|
|
2593
|
+
"slug": "combobox.ComboboxGroup"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"exportName": "ComboboxGroupLabel",
|
|
2597
|
+
"id": "512YF",
|
|
2598
|
+
"slug": "combobox.ComboboxGroupLabel"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"exportName": "ComboboxInput",
|
|
2602
|
+
"id": "92FZS",
|
|
2603
|
+
"slug": "combobox.ComboboxInput"
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"exportName": "ComboboxItem",
|
|
2607
|
+
"id": "MAZJN",
|
|
2608
|
+
"slug": "combobox.ComboboxItem"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"exportName": "ComboboxPopover",
|
|
2612
|
+
"id": "WS4PD",
|
|
2613
|
+
"slug": "combobox.ComboboxPopover"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"exportName": "ComboboxRoot",
|
|
2617
|
+
"id": "VACXX",
|
|
2618
|
+
"slug": "combobox.ComboboxRoot"
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2621
|
+
"src/shells/command-palette-trigger.tsx": [
|
|
2622
|
+
{
|
|
2623
|
+
"exportName": "CommandPaletteTrigger",
|
|
2624
|
+
"id": "4FCDB",
|
|
2625
|
+
"slug": "command-palette-trigger.CommandPaletteTrigger"
|
|
2626
|
+
}
|
|
2627
|
+
],
|
|
2628
|
+
"src/shells/command-palette.tsx": [
|
|
2629
|
+
{
|
|
2630
|
+
"exportName": "CommandPalette",
|
|
2631
|
+
"id": "ATTF5",
|
|
2632
|
+
"slug": "command-palette.CommandPalette"
|
|
2633
|
+
}
|
|
2634
|
+
],
|
|
2635
|
+
"src/core/command.tsx": [
|
|
2636
|
+
{
|
|
2637
|
+
"exportName": "Command",
|
|
2638
|
+
"id": "4FYBW",
|
|
2639
|
+
"slug": "command.Command"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"exportName": "CommandDialog",
|
|
2643
|
+
"id": "DVRSX",
|
|
2644
|
+
"slug": "command.CommandDialog"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"exportName": "CommandEmpty",
|
|
2648
|
+
"id": "A8BZM",
|
|
2649
|
+
"slug": "command.CommandEmpty"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"exportName": "CommandGroup",
|
|
2653
|
+
"id": "JPK1Y",
|
|
2654
|
+
"slug": "command.CommandGroup"
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"exportName": "CommandInput",
|
|
2658
|
+
"id": "HB1K3",
|
|
2659
|
+
"slug": "command.CommandInput"
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"exportName": "CommandItem",
|
|
2663
|
+
"id": "K674W",
|
|
2664
|
+
"slug": "command.CommandItem"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"exportName": "CommandList",
|
|
2668
|
+
"id": "NPXC5",
|
|
2669
|
+
"slug": "command.CommandList"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"exportName": "CommandSeparator",
|
|
2673
|
+
"id": "10P0E",
|
|
2674
|
+
"slug": "command.CommandSeparator"
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"exportName": "CommandShortcut",
|
|
2678
|
+
"id": "75CQK",
|
|
2679
|
+
"slug": "command.CommandShortcut"
|
|
2680
|
+
}
|
|
2681
|
+
],
|
|
2682
|
+
"src/shells/comparison-selector.tsx": [
|
|
2683
|
+
{
|
|
2684
|
+
"exportName": "ComparisonSelector",
|
|
2685
|
+
"id": "2EH9H",
|
|
2686
|
+
"slug": "comparison-selector.ComparisonSelector"
|
|
2687
|
+
}
|
|
2688
|
+
],
|
|
2689
|
+
"src/core/composite-zone.tsx": [
|
|
2690
|
+
{
|
|
2691
|
+
"exportName": "CompositeZone",
|
|
2692
|
+
"id": "1JZXE",
|
|
2693
|
+
"slug": "composite-zone.CompositeZone"
|
|
2694
|
+
}
|
|
2695
|
+
],
|
|
2696
|
+
"src/core/condition-builder.tsx": [
|
|
2697
|
+
{
|
|
2698
|
+
"exportName": "ConditionBuilder",
|
|
2699
|
+
"id": "SXXKJ",
|
|
2700
|
+
"slug": "condition-builder.ConditionBuilder"
|
|
2701
|
+
}
|
|
2702
|
+
],
|
|
2703
|
+
"src/shells/confirm-dialog.tsx": [
|
|
2704
|
+
{
|
|
2705
|
+
"exportName": "ConfirmDialog",
|
|
2706
|
+
"id": "0VNJQ",
|
|
2707
|
+
"slug": "confirm-dialog.ConfirmDialog"
|
|
2708
|
+
}
|
|
2709
|
+
],
|
|
2710
|
+
"src/shells/connection-indicator.tsx": [
|
|
2711
|
+
{
|
|
2712
|
+
"exportName": "ConnectionIndicator",
|
|
2713
|
+
"id": "SR35W",
|
|
2714
|
+
"slug": "connection-indicator.ConnectionIndicator"
|
|
2715
|
+
}
|
|
2716
|
+
],
|
|
2717
|
+
"src/core/container.tsx": [
|
|
2718
|
+
{
|
|
2719
|
+
"exportName": "Container",
|
|
2720
|
+
"id": "H3G96",
|
|
2721
|
+
"slug": "container.Container"
|
|
2722
|
+
}
|
|
2723
|
+
],
|
|
2724
|
+
"src/shells/content-tabs.tsx": [
|
|
2725
|
+
{
|
|
2726
|
+
"exportName": "ContentTabs",
|
|
2727
|
+
"id": "9W97K",
|
|
2728
|
+
"slug": "content-tabs.ContentTabs"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"src/shells/dashboard-grid.tsx": [
|
|
2732
|
+
{
|
|
2733
|
+
"exportName": "DashboardGrid",
|
|
2734
|
+
"id": "BM7NA",
|
|
2735
|
+
"slug": "dashboard-grid.DashboardGrid"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"src/shells/data-import-wizard.tsx": [
|
|
2739
|
+
{
|
|
2740
|
+
"exportName": "DataImportWizard",
|
|
2741
|
+
"id": "QD9XR",
|
|
2742
|
+
"slug": "data-import-wizard.DataImportWizard"
|
|
2743
|
+
}
|
|
2744
|
+
],
|
|
2745
|
+
"src/shells/data-table.tsx": [
|
|
2746
|
+
{
|
|
2747
|
+
"exportName": "DataTable",
|
|
2748
|
+
"id": "J1KN4",
|
|
2749
|
+
"slug": "data-table.DataTable"
|
|
2750
|
+
}
|
|
2751
|
+
],
|
|
2752
|
+
"src/core/date-range-picker.tsx": [
|
|
2753
|
+
{
|
|
2754
|
+
"exportName": "DateRangePicker",
|
|
2755
|
+
"id": "0KKZ0",
|
|
2756
|
+
"slug": "date-range-picker.DateRangePicker"
|
|
2757
|
+
}
|
|
2758
|
+
],
|
|
2759
|
+
"src/shells/deployment-timeline.tsx": [
|
|
2760
|
+
{
|
|
2761
|
+
"exportName": "DeploymentTimeline",
|
|
2762
|
+
"id": "XXVQ2",
|
|
2763
|
+
"slug": "deployment-timeline.DeploymentTimeline"
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"src/devtools/design-guide-panel.tsx": [
|
|
2767
|
+
{
|
|
2768
|
+
"exportName": "DesignGuidePanel",
|
|
2769
|
+
"id": "65F6W",
|
|
2770
|
+
"slug": "design-guide-panel.DesignGuidePanel"
|
|
2771
|
+
}
|
|
2772
|
+
],
|
|
2773
|
+
"src/core/dialog.tsx": [
|
|
2774
|
+
{
|
|
2775
|
+
"exportName": "AlertDialogPanel",
|
|
2776
|
+
"id": "80HGS",
|
|
2777
|
+
"slug": "dialog.AlertDialogPanel"
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"exportName": "DialogBody",
|
|
2781
|
+
"id": "EE32H",
|
|
2782
|
+
"slug": "dialog.DialogBody"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"exportName": "DialogDescription",
|
|
2786
|
+
"id": "2BN3X",
|
|
2787
|
+
"slug": "dialog.DialogDescription"
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"exportName": "DialogDisclosure",
|
|
2791
|
+
"id": "32QJK",
|
|
2792
|
+
"slug": "dialog.DialogDisclosure"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"exportName": "DialogDismiss",
|
|
2796
|
+
"id": "JXT0Y",
|
|
2797
|
+
"slug": "dialog.DialogDismiss"
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"exportName": "DialogFooter",
|
|
2801
|
+
"id": "AYQSR",
|
|
2802
|
+
"slug": "dialog.DialogFooter"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"exportName": "DialogHeader",
|
|
2806
|
+
"id": "K8NYY",
|
|
2807
|
+
"slug": "dialog.DialogHeader"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"exportName": "DialogHeading",
|
|
2811
|
+
"id": "4NW4H",
|
|
2812
|
+
"slug": "dialog.DialogHeading"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"exportName": "DialogPanel",
|
|
2816
|
+
"id": "BTMTG",
|
|
2817
|
+
"slug": "dialog.DialogPanel"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"exportName": "DialogRoot",
|
|
2821
|
+
"id": "MDC91",
|
|
2822
|
+
"slug": "dialog.DialogRoot"
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2825
|
+
"src/core/disclosure.tsx": [
|
|
2826
|
+
{
|
|
2827
|
+
"exportName": "DisclosureContent",
|
|
2828
|
+
"id": "78HYF",
|
|
2829
|
+
"slug": "disclosure.DisclosureContent"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"exportName": "DisclosureRoot",
|
|
2833
|
+
"id": "AS61F",
|
|
2834
|
+
"slug": "disclosure.DisclosureRoot"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"exportName": "DisclosureTrigger",
|
|
2838
|
+
"id": "14EZW",
|
|
2839
|
+
"slug": "disclosure.DisclosureTrigger"
|
|
2840
|
+
}
|
|
2841
|
+
],
|
|
2842
|
+
"src/shells/domain-table.tsx": [
|
|
2843
|
+
{
|
|
2844
|
+
"exportName": "DomainTable",
|
|
2845
|
+
"id": "A7SRM",
|
|
2846
|
+
"slug": "domain-table.DomainTable"
|
|
2847
|
+
}
|
|
2848
|
+
],
|
|
2849
|
+
"src/core/drawer.tsx": [
|
|
2850
|
+
{
|
|
2851
|
+
"exportName": "DrawerClose",
|
|
2852
|
+
"id": "M6D6D",
|
|
2853
|
+
"slug": "drawer.DrawerClose"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"exportName": "DrawerPanel",
|
|
2857
|
+
"id": "RQERV",
|
|
2858
|
+
"slug": "drawer.DrawerPanel"
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"exportName": "DrawerRoot",
|
|
2862
|
+
"id": "YGJ0M",
|
|
2863
|
+
"slug": "drawer.DrawerRoot"
|
|
2864
|
+
}
|
|
2865
|
+
],
|
|
2866
|
+
"src/core/dropdown-menu.tsx": [
|
|
2867
|
+
{
|
|
2868
|
+
"exportName": "DropdownContent",
|
|
2869
|
+
"id": "J6NF7",
|
|
2870
|
+
"slug": "dropdown-menu.DropdownContent"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"exportName": "DropdownItem",
|
|
2874
|
+
"id": "5M6GA",
|
|
2875
|
+
"slug": "dropdown-menu.DropdownItem"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"exportName": "DropdownSeparator",
|
|
2879
|
+
"id": "K9Y54",
|
|
2880
|
+
"slug": "dropdown-menu.DropdownSeparator"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"exportName": "DropdownTrigger",
|
|
2884
|
+
"id": "C4BSS",
|
|
2885
|
+
"slug": "dropdown-menu.DropdownTrigger"
|
|
2886
|
+
}
|
|
2887
|
+
],
|
|
2888
|
+
"src/shells/editor-toolbar.tsx": [
|
|
2889
|
+
{
|
|
2890
|
+
"exportName": "EditorToolbar",
|
|
2891
|
+
"id": "Z73K6",
|
|
2892
|
+
"slug": "editor-toolbar.EditorToolbar"
|
|
2893
|
+
}
|
|
2894
|
+
],
|
|
2895
|
+
"src/core/empty-state.tsx": [
|
|
2896
|
+
{
|
|
2897
|
+
"exportName": "EmptyState",
|
|
2898
|
+
"id": "5ZK92",
|
|
2899
|
+
"slug": "empty-state.EmptyState"
|
|
2900
|
+
}
|
|
2901
|
+
],
|
|
2902
|
+
"src/shells/env-panel.tsx": [
|
|
2903
|
+
{
|
|
2904
|
+
"exportName": "EnvPanel",
|
|
2905
|
+
"id": "ZBDWK",
|
|
2906
|
+
"slug": "env-panel.EnvPanel"
|
|
2907
|
+
}
|
|
2908
|
+
],
|
|
2909
|
+
"src/shells/event-icon.tsx": [
|
|
2910
|
+
{
|
|
2911
|
+
"exportName": "EventIcon",
|
|
2912
|
+
"id": "ZNSD9",
|
|
2913
|
+
"slug": "event-icon.EventIcon"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"src/shells/event-meta-editor.tsx": [
|
|
2917
|
+
{
|
|
2918
|
+
"exportName": "EventMetaEditor",
|
|
2919
|
+
"id": "EZR35",
|
|
2920
|
+
"slug": "event-meta-editor.EventMetaEditor"
|
|
2921
|
+
}
|
|
2922
|
+
],
|
|
2923
|
+
"src/shells/export-button.tsx": [
|
|
2924
|
+
{
|
|
2925
|
+
"exportName": "ExportButton",
|
|
2926
|
+
"id": "MGP2B",
|
|
2927
|
+
"slug": "export-button.ExportButton"
|
|
2928
|
+
}
|
|
2929
|
+
],
|
|
2930
|
+
"src/shells/failure-list.tsx": [
|
|
2931
|
+
{
|
|
2932
|
+
"exportName": "FailureList",
|
|
2933
|
+
"id": "ZAM3R",
|
|
2934
|
+
"slug": "failure-list.FailureList"
|
|
2935
|
+
}
|
|
2936
|
+
],
|
|
2937
|
+
"src/shells/faq-accordion.tsx": [
|
|
2938
|
+
{
|
|
2939
|
+
"exportName": "FaqAccordion",
|
|
2940
|
+
"id": "QRBHV",
|
|
2941
|
+
"slug": "faq-accordion.FaqAccordion"
|
|
2942
|
+
}
|
|
2943
|
+
],
|
|
2944
|
+
"src/shells/feature-flag-panel.tsx": [
|
|
2945
|
+
{
|
|
2946
|
+
"exportName": "FeatureFlagPanel",
|
|
2947
|
+
"id": "JW164",
|
|
2948
|
+
"slug": "feature-flag-panel.FeatureFlagPanel"
|
|
2949
|
+
}
|
|
2950
|
+
],
|
|
2951
|
+
"src/shells/filter-bar.tsx": [
|
|
2952
|
+
{
|
|
2953
|
+
"exportName": "FilterBar",
|
|
2954
|
+
"id": "BS5N0",
|
|
2955
|
+
"slug": "filter-bar.FilterBar"
|
|
2956
|
+
}
|
|
2957
|
+
],
|
|
2958
|
+
"src/shells/floating-action-bar.tsx": [
|
|
2959
|
+
{
|
|
2960
|
+
"exportName": "FloatingActionBar",
|
|
2961
|
+
"id": "S390B",
|
|
2962
|
+
"slug": "floating-action-bar.FloatingActionBar"
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"src/shells/dynamic-field-form.tsx": [
|
|
2966
|
+
{
|
|
2967
|
+
"exportName": "DynamicFieldForm",
|
|
2968
|
+
"id": "8RYG7",
|
|
2969
|
+
"slug": "form-dynamic.DynamicFieldForm"
|
|
2970
|
+
}
|
|
2971
|
+
],
|
|
2972
|
+
"src/shells/auth-form.tsx": [
|
|
2973
|
+
{
|
|
2974
|
+
"exportName": "AuthForm",
|
|
2975
|
+
"id": "Z415Y",
|
|
2976
|
+
"slug": "form-login.AuthForm"
|
|
2977
|
+
}
|
|
2978
|
+
],
|
|
2979
|
+
"src/shells/file-upload-form.tsx": [
|
|
2980
|
+
{
|
|
2981
|
+
"exportName": "FileUploadForm",
|
|
2982
|
+
"id": "4E3MD",
|
|
2983
|
+
"slug": "form-upload.FileUploadForm"
|
|
2984
|
+
}
|
|
2985
|
+
],
|
|
2986
|
+
"src/shells/wizard-form.tsx": [
|
|
2987
|
+
{
|
|
2988
|
+
"exportName": "WizardForm",
|
|
2989
|
+
"id": "SFY8G",
|
|
2990
|
+
"slug": "form-wizard.WizardForm"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"src/core/form.tsx": [
|
|
2994
|
+
{
|
|
2995
|
+
"exportName": "FormCheckbox",
|
|
2996
|
+
"id": "3BZS1",
|
|
2997
|
+
"slug": "form.FormCheckbox"
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"exportName": "FormColorPicker",
|
|
3001
|
+
"id": "4ATTC",
|
|
3002
|
+
"slug": "form.FormColorPicker"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"exportName": "FormControl",
|
|
3006
|
+
"id": "XNF0F",
|
|
3007
|
+
"slug": "form.FormControl"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"exportName": "FormDateRangePicker",
|
|
3011
|
+
"id": "4NE9A",
|
|
3012
|
+
"slug": "form.FormDateRangePicker"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"exportName": "FormDescription",
|
|
3016
|
+
"id": "RFB40",
|
|
3017
|
+
"slug": "form.FormDescription"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"exportName": "FormError",
|
|
3021
|
+
"id": "E9NM4",
|
|
3022
|
+
"slug": "form.FormError"
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"exportName": "FormField",
|
|
3026
|
+
"id": "C68GP",
|
|
3027
|
+
"slug": "form.FormField"
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"exportName": "FormGroup",
|
|
3031
|
+
"id": "89E8Q",
|
|
3032
|
+
"slug": "form.FormGroup"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"exportName": "FormGroupLabel",
|
|
3036
|
+
"id": "W95BH",
|
|
3037
|
+
"slug": "form.FormGroupLabel"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"exportName": "FormIconPicker",
|
|
3041
|
+
"id": "7Q41M",
|
|
3042
|
+
"slug": "form.FormIconPicker"
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"exportName": "FormInput",
|
|
3046
|
+
"id": "D7Z8F",
|
|
3047
|
+
"slug": "form.FormInput"
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"exportName": "FormLabel",
|
|
3051
|
+
"id": "JHRKM",
|
|
3052
|
+
"slug": "form.FormLabel"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"exportName": "FormNumberInput",
|
|
3056
|
+
"id": "FJ2A2",
|
|
3057
|
+
"slug": "form.FormNumberInput"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"exportName": "FormProvider",
|
|
3061
|
+
"id": "G0DQ4",
|
|
3062
|
+
"slug": "form.FormProvider"
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"exportName": "FormPush",
|
|
3066
|
+
"id": "5SV8S",
|
|
3067
|
+
"slug": "form.FormPush"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"exportName": "FormRadio",
|
|
3071
|
+
"id": "YTN4Q",
|
|
3072
|
+
"slug": "form.FormRadio"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"exportName": "FormRadioGroup",
|
|
3076
|
+
"id": "J8XRP",
|
|
3077
|
+
"slug": "form.FormRadioGroup"
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"exportName": "FormRemove",
|
|
3081
|
+
"id": "FEW6V",
|
|
3082
|
+
"slug": "form.FormRemove"
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"exportName": "FormReset",
|
|
3086
|
+
"id": "M3FVB",
|
|
3087
|
+
"slug": "form.FormReset"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"exportName": "FormRoot",
|
|
3091
|
+
"id": "YBT1H",
|
|
3092
|
+
"slug": "form.FormRoot"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"exportName": "FormSelect",
|
|
3096
|
+
"id": "A2XF7",
|
|
3097
|
+
"slug": "form.FormSelect"
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"exportName": "FormSelectItem",
|
|
3101
|
+
"id": "J3970",
|
|
3102
|
+
"slug": "form.FormSelectItem"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"exportName": "FormSelectPopover",
|
|
3106
|
+
"id": "CQSPJ",
|
|
3107
|
+
"slug": "form.FormSelectPopover"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"exportName": "FormSlider",
|
|
3111
|
+
"id": "3XQ3A",
|
|
3112
|
+
"slug": "form.FormSlider"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"exportName": "FormStarRating",
|
|
3116
|
+
"id": "EKNJJ",
|
|
3117
|
+
"slug": "form.FormStarRating"
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"exportName": "FormSubmit",
|
|
3121
|
+
"id": "K580M",
|
|
3122
|
+
"slug": "form.FormSubmit"
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"exportName": "FormSwitch",
|
|
3126
|
+
"id": "48T40",
|
|
3127
|
+
"slug": "form.FormSwitch"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"exportName": "FormTagInput",
|
|
3131
|
+
"id": "W05M1",
|
|
3132
|
+
"slug": "form.FormTagInput"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"exportName": "FormTextarea",
|
|
3136
|
+
"id": "Q8G2A",
|
|
3137
|
+
"slug": "form.FormTextarea"
|
|
3138
|
+
}
|
|
3139
|
+
],
|
|
3140
|
+
"src/core/heading.tsx": [
|
|
3141
|
+
{
|
|
3142
|
+
"exportName": "Heading",
|
|
3143
|
+
"id": "NF0BT",
|
|
3144
|
+
"slug": "heading.Heading"
|
|
3145
|
+
}
|
|
3146
|
+
],
|
|
3147
|
+
"src/core/icon-picker.tsx": [
|
|
3148
|
+
{
|
|
3149
|
+
"exportName": "IconPicker",
|
|
3150
|
+
"id": "0DRGP",
|
|
3151
|
+
"slug": "icon-picker.IconPicker"
|
|
3152
|
+
}
|
|
3153
|
+
],
|
|
3154
|
+
"src/shells/inline-edit-table.tsx": [
|
|
3155
|
+
{
|
|
3156
|
+
"exportName": "InlineEditTable",
|
|
3157
|
+
"id": "5W3J1",
|
|
3158
|
+
"slug": "inline-edit-table.InlineEditTable"
|
|
3159
|
+
}
|
|
3160
|
+
],
|
|
3161
|
+
"src/core/input.tsx": [
|
|
3162
|
+
{
|
|
3163
|
+
"exportName": "Input",
|
|
3164
|
+
"id": "7BY1Q",
|
|
3165
|
+
"slug": "input.Input"
|
|
3166
|
+
}
|
|
3167
|
+
],
|
|
3168
|
+
"src/shells/insights-panel.tsx": [
|
|
3169
|
+
{
|
|
3170
|
+
"exportName": "InsightsPanel",
|
|
3171
|
+
"id": "HCYZV",
|
|
3172
|
+
"slug": "insights-panel.InsightsPanel"
|
|
3173
|
+
}
|
|
3174
|
+
],
|
|
3175
|
+
"src/shells/kanban-board.tsx": [
|
|
3176
|
+
{
|
|
3177
|
+
"exportName": "KanbanBoard",
|
|
3178
|
+
"id": "T6JWY",
|
|
3179
|
+
"slug": "kanban-board.KanbanBoard"
|
|
3180
|
+
}
|
|
3181
|
+
],
|
|
3182
|
+
"src/core/kbd.tsx": [
|
|
3183
|
+
{
|
|
3184
|
+
"exportName": "Kbd",
|
|
3185
|
+
"id": "JJ2E9",
|
|
3186
|
+
"slug": "kbd.Kbd"
|
|
3187
|
+
}
|
|
3188
|
+
],
|
|
3189
|
+
"src/shells/key-value-editor.tsx": [
|
|
3190
|
+
{
|
|
3191
|
+
"exportName": "KeyValueEditor",
|
|
3192
|
+
"id": "NCBWA",
|
|
3193
|
+
"slug": "key-value-editor.KeyValueEditor"
|
|
3194
|
+
}
|
|
3195
|
+
],
|
|
3196
|
+
"src/core/loading-overlay.tsx": [
|
|
3197
|
+
{
|
|
3198
|
+
"exportName": "LoadingOverlay",
|
|
3199
|
+
"id": "380ZR",
|
|
3200
|
+
"slug": "loading-overlay.LoadingOverlay"
|
|
3201
|
+
}
|
|
3202
|
+
],
|
|
3203
|
+
"src/core/logo.tsx": [
|
|
3204
|
+
{
|
|
3205
|
+
"exportName": "Logo",
|
|
3206
|
+
"id": "R906A",
|
|
3207
|
+
"slug": "logo.Logo"
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"src/shells/mega-menu.tsx": [
|
|
3211
|
+
{
|
|
3212
|
+
"exportName": "MegaMenu",
|
|
3213
|
+
"id": "42177",
|
|
3214
|
+
"slug": "mega-menu.MegaMenu"
|
|
3215
|
+
}
|
|
3216
|
+
],
|
|
3217
|
+
"src/core/menu.tsx": [
|
|
3218
|
+
{
|
|
3219
|
+
"exportName": "MenuButtonArrow",
|
|
3220
|
+
"id": "J1AQH",
|
|
3221
|
+
"slug": "menu.MenuButtonArrow"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"exportName": "MenuItem",
|
|
3225
|
+
"id": "71JVB",
|
|
3226
|
+
"slug": "menu.MenuItem"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"exportName": "MenuItemCheckbox",
|
|
3230
|
+
"id": "DG8B3",
|
|
3231
|
+
"slug": "menu.MenuItemCheckbox"
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"exportName": "MenuItemRadio",
|
|
3235
|
+
"id": "ZT759",
|
|
3236
|
+
"slug": "menu.MenuItemRadio"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"exportName": "MenuPopover",
|
|
3240
|
+
"id": "Q1MFY",
|
|
3241
|
+
"slug": "menu.MenuPopover"
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"exportName": "MenuRoot",
|
|
3245
|
+
"id": "H2WRF",
|
|
3246
|
+
"slug": "menu.MenuRoot"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"exportName": "MenuSeparator",
|
|
3250
|
+
"id": "AJV8K",
|
|
3251
|
+
"slug": "menu.MenuSeparator"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"exportName": "MenuTrigger",
|
|
3255
|
+
"id": "46BJG",
|
|
3256
|
+
"slug": "menu.MenuTrigger"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"exportName": "MenubarContainer",
|
|
3260
|
+
"id": "4MVQT",
|
|
3261
|
+
"slug": "menu.MenubarContainer"
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"exportName": "MenubarRoot",
|
|
3265
|
+
"id": "2ERC6",
|
|
3266
|
+
"slug": "menu.MenubarRoot"
|
|
3267
|
+
}
|
|
3268
|
+
],
|
|
3269
|
+
"src/core/meter.tsx": [
|
|
3270
|
+
{
|
|
3271
|
+
"exportName": "Meter",
|
|
3272
|
+
"id": "G01TE",
|
|
3273
|
+
"slug": "meter.Meter"
|
|
3274
|
+
}
|
|
3275
|
+
],
|
|
3276
|
+
"src/shells/notification-center.tsx": [
|
|
3277
|
+
{
|
|
3278
|
+
"exportName": "NotificationCenter",
|
|
3279
|
+
"id": "7A0XY",
|
|
3280
|
+
"slug": "notification-center.NotificationCenter"
|
|
3281
|
+
}
|
|
3282
|
+
],
|
|
3283
|
+
"src/shells/notification-toast.tsx": [
|
|
3284
|
+
{
|
|
3285
|
+
"exportName": "NotificationToast",
|
|
3286
|
+
"id": "26YVM",
|
|
3287
|
+
"slug": "notification-toast.NotificationToast"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"exportName": "ToastProvider",
|
|
3291
|
+
"id": "M0KTS",
|
|
3292
|
+
"slug": "notification-toast.ToastProvider"
|
|
3293
|
+
}
|
|
3294
|
+
],
|
|
3295
|
+
"src/core/number-input.tsx": [
|
|
3296
|
+
{
|
|
3297
|
+
"exportName": "NumberInput",
|
|
3298
|
+
"id": "GKPSV",
|
|
3299
|
+
"slug": "number-input.NumberInput"
|
|
3300
|
+
}
|
|
3301
|
+
],
|
|
3302
|
+
"src/core/otp-field.tsx": [
|
|
3303
|
+
{
|
|
3304
|
+
"exportName": "OtpField",
|
|
3305
|
+
"id": "0083Q",
|
|
3306
|
+
"slug": "otp-field.OtpField"
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
"src/shells/page-aside.tsx": [
|
|
3310
|
+
{
|
|
3311
|
+
"exportName": "PageAside",
|
|
3312
|
+
"id": "ZQDMX",
|
|
3313
|
+
"slug": "page-aside.PageAside"
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
"src/core/page-header.tsx": [
|
|
3317
|
+
{
|
|
3318
|
+
"exportName": "PageHeader",
|
|
3319
|
+
"id": "7AK8Z",
|
|
3320
|
+
"slug": "page-header.PageHeader"
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
"src/core/pagination.tsx": [
|
|
3324
|
+
{
|
|
3325
|
+
"exportName": "Pagination",
|
|
3326
|
+
"id": "QBEE2",
|
|
3327
|
+
"slug": "pagination.Pagination"
|
|
3328
|
+
}
|
|
3329
|
+
],
|
|
3330
|
+
"src/core/popover.tsx": [
|
|
3331
|
+
{
|
|
3332
|
+
"exportName": "PopoverClose",
|
|
3333
|
+
"id": "FP4KF",
|
|
3334
|
+
"slug": "popover.PopoverClose"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"exportName": "PopoverContent",
|
|
3338
|
+
"id": "E03EY",
|
|
3339
|
+
"slug": "popover.PopoverContent"
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"exportName": "PopoverRoot",
|
|
3343
|
+
"id": "DWJD5",
|
|
3344
|
+
"slug": "popover.PopoverRoot"
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"exportName": "PopoverTrigger",
|
|
3348
|
+
"id": "2W9BZ",
|
|
3349
|
+
"slug": "popover.PopoverTrigger"
|
|
3350
|
+
}
|
|
3351
|
+
],
|
|
3352
|
+
"src/core/progress.tsx": [
|
|
3353
|
+
{
|
|
3354
|
+
"exportName": "CircularProgress",
|
|
3355
|
+
"id": "Q69KP",
|
|
3356
|
+
"slug": "progress.CircularProgress"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"exportName": "Progress",
|
|
3360
|
+
"id": "Y5N8R",
|
|
3361
|
+
"slug": "progress.Progress"
|
|
3362
|
+
}
|
|
3363
|
+
],
|
|
3364
|
+
"src/shells/project-switcher.tsx": [
|
|
3365
|
+
{
|
|
3366
|
+
"exportName": "ProjectSwitcher",
|
|
3367
|
+
"id": "5R3AG",
|
|
3368
|
+
"slug": "project-switcher.ProjectSwitcher"
|
|
3369
|
+
}
|
|
3370
|
+
],
|
|
3371
|
+
"src/shells/prompt-template.tsx": [
|
|
3372
|
+
{
|
|
3373
|
+
"exportName": "PromptTemplate",
|
|
3374
|
+
"id": "5E56D",
|
|
3375
|
+
"slug": "prompt-template.PromptTemplate"
|
|
3376
|
+
}
|
|
3377
|
+
],
|
|
3378
|
+
"src/shells/property-explorer.tsx": [
|
|
3379
|
+
{
|
|
3380
|
+
"exportName": "PropertyExplorer",
|
|
3381
|
+
"id": "HJF32",
|
|
3382
|
+
"slug": "property-explorer.PropertyExplorer"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"src/shells/query-results-table.tsx": [
|
|
3386
|
+
{
|
|
3387
|
+
"exportName": "QueryResultsTable",
|
|
3388
|
+
"id": "PNC1V",
|
|
3389
|
+
"slug": "query-results-table.QueryResultsTable"
|
|
3390
|
+
}
|
|
3391
|
+
],
|
|
3392
|
+
"src/shells/quick-actions.tsx": [
|
|
3393
|
+
{
|
|
3394
|
+
"exportName": "QuickActions",
|
|
3395
|
+
"id": "CEM9F",
|
|
3396
|
+
"slug": "quick-actions.QuickActions"
|
|
3397
|
+
}
|
|
3398
|
+
],
|
|
3399
|
+
"src/core/radio-group.tsx": [
|
|
3400
|
+
{
|
|
3401
|
+
"exportName": "Radio",
|
|
3402
|
+
"id": "HY7YG",
|
|
3403
|
+
"slug": "radio-group.Radio"
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"exportName": "RadioGroup",
|
|
3407
|
+
"id": "2F20H",
|
|
3408
|
+
"slug": "radio-group.RadioGroup"
|
|
3409
|
+
}
|
|
3410
|
+
],
|
|
3411
|
+
"src/shells/report-builder.tsx": [
|
|
3412
|
+
{
|
|
3413
|
+
"exportName": "ReportBuilder",
|
|
3414
|
+
"id": "K9STD",
|
|
3415
|
+
"slug": "report-builder.ReportBuilder"
|
|
3416
|
+
}
|
|
3417
|
+
],
|
|
3418
|
+
"src/core/resizable.tsx": [
|
|
3419
|
+
{
|
|
3420
|
+
"exportName": "ResizableHandle",
|
|
3421
|
+
"id": "7QWEQ",
|
|
3422
|
+
"slug": "resizable.ResizableHandle"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"exportName": "ResizablePanel",
|
|
3426
|
+
"id": "QRQV9",
|
|
3427
|
+
"slug": "resizable.ResizablePanel"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"exportName": "ResizablePanelGroup",
|
|
3431
|
+
"id": "MW6TZ",
|
|
3432
|
+
"slug": "resizable.ResizablePanelGroup"
|
|
3433
|
+
}
|
|
3434
|
+
],
|
|
3435
|
+
"src/shells/rich-text-editor.tsx": [
|
|
3436
|
+
{
|
|
3437
|
+
"exportName": "RichTextEditor",
|
|
3438
|
+
"id": "441JQ",
|
|
3439
|
+
"slug": "rich-text-editor.RichTextEditor"
|
|
3440
|
+
}
|
|
3441
|
+
],
|
|
3442
|
+
"src/shells/saved-filters.tsx": [
|
|
3443
|
+
{
|
|
3444
|
+
"exportName": "SavedFilters",
|
|
3445
|
+
"id": "DAB08",
|
|
3446
|
+
"slug": "saved-filters.SavedFilters"
|
|
3447
|
+
}
|
|
3448
|
+
],
|
|
3449
|
+
"src/core/scroll-area.tsx": [
|
|
3450
|
+
{
|
|
3451
|
+
"exportName": "ScrollArea",
|
|
3452
|
+
"id": "A9X4K",
|
|
3453
|
+
"slug": "scroll-area.ScrollArea"
|
|
3454
|
+
}
|
|
3455
|
+
],
|
|
3456
|
+
"src/shells/search-combobox.tsx": [
|
|
3457
|
+
{
|
|
3458
|
+
"exportName": "SearchCombobox",
|
|
3459
|
+
"id": "KH4TQ",
|
|
3460
|
+
"slug": "search-combobox.SearchCombobox"
|
|
3461
|
+
}
|
|
3462
|
+
],
|
|
3463
|
+
"src/core/section.tsx": [
|
|
3464
|
+
{
|
|
3465
|
+
"exportName": "Section",
|
|
3466
|
+
"id": "M3QXW",
|
|
3467
|
+
"slug": "section.Section"
|
|
3468
|
+
}
|
|
3469
|
+
],
|
|
3470
|
+
"src/shells/segment-builder.tsx": [
|
|
3471
|
+
{
|
|
3472
|
+
"exportName": "SegmentBuilder",
|
|
3473
|
+
"id": "ZSC94",
|
|
3474
|
+
"slug": "segment-builder.SegmentBuilder"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"src/core/select.tsx": [
|
|
3478
|
+
{
|
|
3479
|
+
"exportName": "SelectItem",
|
|
3480
|
+
"id": "KKBAF",
|
|
3481
|
+
"slug": "select.SelectItem"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"exportName": "SelectLabel",
|
|
3485
|
+
"id": "SKM59",
|
|
3486
|
+
"slug": "select.SelectLabel"
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"exportName": "SelectPopover",
|
|
3490
|
+
"id": "P152F",
|
|
3491
|
+
"slug": "select.SelectPopover"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"exportName": "SelectRoot",
|
|
3495
|
+
"id": "A5TYW",
|
|
3496
|
+
"slug": "select.SelectRoot"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"exportName": "SelectTrigger",
|
|
3500
|
+
"id": "V6F86",
|
|
3501
|
+
"slug": "select.SelectTrigger"
|
|
3502
|
+
}
|
|
3503
|
+
],
|
|
3504
|
+
"src/core/separator.tsx": [
|
|
3505
|
+
{
|
|
3506
|
+
"exportName": "Separator",
|
|
3507
|
+
"id": "7PWJS",
|
|
3508
|
+
"slug": "separator.Separator"
|
|
3509
|
+
}
|
|
3510
|
+
],
|
|
3511
|
+
"src/shells/settings-form.tsx": [
|
|
3512
|
+
{
|
|
3513
|
+
"exportName": "SettingsForm",
|
|
3514
|
+
"id": "9TEEJ",
|
|
3515
|
+
"slug": "settings-form.SettingsForm"
|
|
3516
|
+
}
|
|
3517
|
+
],
|
|
3518
|
+
"src/core/shader-surface.tsx": [
|
|
3519
|
+
{
|
|
3520
|
+
"exportName": "ShaderSurface",
|
|
3521
|
+
"id": "J9FYD",
|
|
3522
|
+
"slug": "shader-surface.ShaderSurface"
|
|
3523
|
+
}
|
|
3524
|
+
],
|
|
3525
|
+
"src/shells/sidebar-nav.tsx": [
|
|
3526
|
+
{
|
|
3527
|
+
"exportName": "SidebarNav",
|
|
3528
|
+
"id": "1FZNH",
|
|
3529
|
+
"slug": "sidebar-nav.SidebarNav"
|
|
3530
|
+
}
|
|
3531
|
+
],
|
|
3532
|
+
"src/shells/sidebar.tsx": [
|
|
3533
|
+
{
|
|
3534
|
+
"exportName": "Sidebar",
|
|
3535
|
+
"id": "FG8ZG",
|
|
3536
|
+
"slug": "sidebar.Sidebar"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"src/core/skeleton.tsx": [
|
|
3540
|
+
{
|
|
3541
|
+
"exportName": "Skeleton",
|
|
3542
|
+
"id": "EJT87",
|
|
3543
|
+
"slug": "skeleton.Skeleton"
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"exportName": "SkeletonAvatar",
|
|
3547
|
+
"id": "MP0HZ",
|
|
3548
|
+
"slug": "skeleton.SkeletonAvatar"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"exportName": "SkeletonCard",
|
|
3552
|
+
"id": "34V5D",
|
|
3553
|
+
"slug": "skeleton.SkeletonCard"
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"exportName": "SkeletonTable",
|
|
3557
|
+
"id": "3KEDN",
|
|
3558
|
+
"slug": "skeleton.SkeletonTable"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"exportName": "SkeletonText",
|
|
3562
|
+
"id": "MX3D5",
|
|
3563
|
+
"slug": "skeleton.SkeletonText"
|
|
3564
|
+
}
|
|
3565
|
+
],
|
|
3566
|
+
"src/core/slider.tsx": [
|
|
3567
|
+
{
|
|
3568
|
+
"exportName": "Slider",
|
|
3569
|
+
"id": "VJCDH",
|
|
3570
|
+
"slug": "slider.Slider"
|
|
3571
|
+
}
|
|
3572
|
+
],
|
|
3573
|
+
"src/core/spinner.tsx": [
|
|
3574
|
+
{
|
|
3575
|
+
"exportName": "Spinner",
|
|
3576
|
+
"id": "DJS29",
|
|
3577
|
+
"slug": "spinner.Spinner"
|
|
3578
|
+
}
|
|
3579
|
+
],
|
|
3580
|
+
"src/shells/sql-editor.tsx": [
|
|
3581
|
+
{
|
|
3582
|
+
"exportName": "SqlEditor",
|
|
3583
|
+
"id": "7EMVA",
|
|
3584
|
+
"slug": "sql-editor.SqlEditor"
|
|
3585
|
+
}
|
|
3586
|
+
],
|
|
3587
|
+
"src/core/star-rating.tsx": [
|
|
3588
|
+
{
|
|
3589
|
+
"exportName": "StarRating",
|
|
3590
|
+
"id": "B6ZY4",
|
|
3591
|
+
"slug": "star-rating.StarRating"
|
|
3592
|
+
}
|
|
3593
|
+
],
|
|
3594
|
+
"src/core/stat-card.tsx": [
|
|
3595
|
+
{
|
|
3596
|
+
"exportName": "StatCard",
|
|
3597
|
+
"id": "GAX47",
|
|
3598
|
+
"slug": "stat-card.StatCard"
|
|
3599
|
+
}
|
|
3600
|
+
],
|
|
3601
|
+
"src/shells/status-select.tsx": [
|
|
3602
|
+
{
|
|
3603
|
+
"exportName": "StatusSelect",
|
|
3604
|
+
"id": "R46E6",
|
|
3605
|
+
"slug": "status-select.StatusSelect"
|
|
3606
|
+
}
|
|
3607
|
+
],
|
|
3608
|
+
"src/core/step-builder.tsx": [
|
|
3609
|
+
{
|
|
3610
|
+
"exportName": "StepBuilder",
|
|
3611
|
+
"id": "7BQDT",
|
|
3612
|
+
"slug": "step-builder.StepBuilder"
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3615
|
+
"src/shells/summary-row.tsx": [
|
|
3616
|
+
{
|
|
3617
|
+
"exportName": "SummaryRow",
|
|
3618
|
+
"id": "DA0AX",
|
|
3619
|
+
"slug": "summary-row.SummaryRow"
|
|
3620
|
+
}
|
|
3621
|
+
],
|
|
3622
|
+
"src/core/switch.tsx": [
|
|
3623
|
+
{
|
|
3624
|
+
"exportName": "Switch",
|
|
3625
|
+
"id": "51Z9R",
|
|
3626
|
+
"slug": "switch.Switch"
|
|
3627
|
+
}
|
|
3628
|
+
],
|
|
3629
|
+
"src/core/tabs.tsx": [
|
|
3630
|
+
{
|
|
3631
|
+
"exportName": "Tab",
|
|
3632
|
+
"id": "R680X",
|
|
3633
|
+
"slug": "tabs.Tab"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"exportName": "TabList",
|
|
3637
|
+
"id": "7FF57",
|
|
3638
|
+
"slug": "tabs.TabList"
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"exportName": "TabPanel",
|
|
3642
|
+
"id": "C0MBP",
|
|
3643
|
+
"slug": "tabs.TabPanel"
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"exportName": "TabsRoot",
|
|
3647
|
+
"id": "AMTHX",
|
|
3648
|
+
"slug": "tabs.TabsRoot"
|
|
3649
|
+
}
|
|
3650
|
+
],
|
|
3651
|
+
"src/core/tag-input.tsx": [
|
|
3652
|
+
{
|
|
3653
|
+
"exportName": "TagInput",
|
|
3654
|
+
"id": "3TDWF",
|
|
3655
|
+
"slug": "tag-input.TagInput"
|
|
3656
|
+
}
|
|
3657
|
+
],
|
|
3658
|
+
"src/shells/task-list.tsx": [
|
|
3659
|
+
{
|
|
3660
|
+
"exportName": "TaskList",
|
|
3661
|
+
"id": "0DK79",
|
|
3662
|
+
"slug": "task-list.TaskList"
|
|
3663
|
+
}
|
|
3664
|
+
],
|
|
3665
|
+
"src/shells/team-member-list.tsx": [
|
|
3666
|
+
{
|
|
3667
|
+
"exportName": "TeamMemberList",
|
|
3668
|
+
"id": "6FTC5",
|
|
3669
|
+
"slug": "team-member-list.TeamMemberList"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"src/shells/template-picker.tsx": [
|
|
3673
|
+
{
|
|
3674
|
+
"exportName": "TemplatePicker",
|
|
3675
|
+
"id": "PVFJP",
|
|
3676
|
+
"slug": "template-picker.TemplatePicker"
|
|
3677
|
+
}
|
|
3678
|
+
],
|
|
3679
|
+
"src/core/text.tsx": [
|
|
3680
|
+
{
|
|
3681
|
+
"exportName": "Text",
|
|
3682
|
+
"id": "NFKP2",
|
|
3683
|
+
"slug": "text.Text"
|
|
3684
|
+
}
|
|
3685
|
+
],
|
|
3686
|
+
"src/core/textarea.tsx": [
|
|
3687
|
+
{
|
|
3688
|
+
"exportName": "Textarea",
|
|
3689
|
+
"id": "6T58H",
|
|
3690
|
+
"slug": "textarea.Textarea"
|
|
3691
|
+
}
|
|
3692
|
+
],
|
|
3693
|
+
"src/shells/theme-switcher.tsx": [
|
|
3694
|
+
{
|
|
3695
|
+
"exportName": "ThemeSwitcher",
|
|
3696
|
+
"id": "8JX0N",
|
|
3697
|
+
"slug": "theme-switcher.ThemeSwitcher"
|
|
3698
|
+
}
|
|
3699
|
+
],
|
|
3700
|
+
"src/shells/time-range-selector.tsx": [
|
|
3701
|
+
{
|
|
3702
|
+
"exportName": "TimeRangeSelector",
|
|
3703
|
+
"id": "K0D7C",
|
|
3704
|
+
"slug": "time-range-selector.TimeRangeSelector"
|
|
3705
|
+
}
|
|
3706
|
+
],
|
|
3707
|
+
"src/core/toggle.tsx": [
|
|
3708
|
+
{
|
|
3709
|
+
"exportName": "Toggle",
|
|
3710
|
+
"id": "GFCMY",
|
|
3711
|
+
"slug": "toggle.Toggle"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"exportName": "ToggleGroup",
|
|
3715
|
+
"id": "47J37",
|
|
3716
|
+
"slug": "toggle.ToggleGroup"
|
|
3717
|
+
}
|
|
3718
|
+
],
|
|
3719
|
+
"src/core/toolbar.tsx": [
|
|
3720
|
+
{
|
|
3721
|
+
"exportName": "ToolbarButton",
|
|
3722
|
+
"id": "C212C",
|
|
3723
|
+
"slug": "toolbar.ToolbarButton"
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"exportName": "ToolbarContainer",
|
|
3727
|
+
"id": "2AVXB",
|
|
3728
|
+
"slug": "toolbar.ToolbarContainer"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"exportName": "ToolbarRoot",
|
|
3732
|
+
"id": "V33Y0",
|
|
3733
|
+
"slug": "toolbar.ToolbarRoot"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"exportName": "ToolbarSeparator",
|
|
3737
|
+
"id": "9J72S",
|
|
3738
|
+
"slug": "toolbar.ToolbarSeparator"
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"exportName": "Tooltip",
|
|
3742
|
+
"id": "XSAT4",
|
|
3743
|
+
"slug": "toolbar.Tooltip"
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"exportName": "TooltipAnchor",
|
|
3747
|
+
"id": "SAW1B",
|
|
3748
|
+
"slug": "toolbar.TooltipAnchor"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"exportName": "TooltipProvider",
|
|
3752
|
+
"id": "6NKHT",
|
|
3753
|
+
"slug": "toolbar.TooltipProvider"
|
|
3754
|
+
}
|
|
3755
|
+
],
|
|
3756
|
+
"src/shells/tree-table.tsx": [
|
|
3757
|
+
{
|
|
3758
|
+
"exportName": "TreeTable",
|
|
3759
|
+
"id": "EJRTW",
|
|
3760
|
+
"slug": "tree-table.TreeTable"
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"src/shells/vertical-tabs.tsx": [
|
|
3764
|
+
{
|
|
3765
|
+
"exportName": "VerticalTabs",
|
|
3766
|
+
"id": "J81G4",
|
|
3767
|
+
"slug": "vertical-tabs.VerticalTabs"
|
|
3768
|
+
}
|
|
3769
|
+
],
|
|
3770
|
+
"src/core/virtual-list.tsx": [
|
|
3771
|
+
{
|
|
3772
|
+
"exportName": "VirtualList",
|
|
3773
|
+
"id": "VT2NP",
|
|
3774
|
+
"slug": "virtual-list.VirtualList"
|
|
3775
|
+
}
|
|
3776
|
+
],
|
|
3777
|
+
"src/shells/webhook-config.tsx": [
|
|
3778
|
+
{
|
|
3779
|
+
"exportName": "WebhookConfig",
|
|
3780
|
+
"id": "B6B1Z",
|
|
3781
|
+
"slug": "webhook-config.WebhookConfig"
|
|
3782
|
+
}
|
|
3783
|
+
],
|
|
3784
|
+
"src/shells/widget-grid.tsx": [
|
|
3785
|
+
{
|
|
3786
|
+
"exportName": "WidgetGrid",
|
|
3787
|
+
"id": "QJY9W",
|
|
3788
|
+
"slug": "widget-grid.WidgetGrid"
|
|
3789
|
+
}
|
|
3790
|
+
],
|
|
3791
|
+
"src/shells/workflow-canvas.tsx": [
|
|
3792
|
+
{
|
|
3793
|
+
"exportName": "WorkflowCanvas",
|
|
3794
|
+
"id": "4TX11",
|
|
3795
|
+
"slug": "workflow-canvas.WorkflowCanvas"
|
|
3796
|
+
}
|
|
3797
|
+
]
|
|
3798
|
+
}
|
|
3799
|
+
}
|