@almadar/core 10.24.0 → 10.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{builders-C4TdM6zi.d.ts → builders-CeDAKf9u.d.ts} +6008 -6008
- package/dist/builders.d.ts +4 -4
- package/dist/builders.js.map +1 -1
- package/dist/{expression-BgReMVoL.d.ts → expression-C6X4A8L7.d.ts} +1 -1
- package/dist/factory/index.d.ts +5 -5
- package/dist/factory-runtime/index.d.ts +4 -4
- package/dist/factory-runtime/index.js +0 -1
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +11 -9
- package/dist/index.js +43185 -5
- package/dist/index.js.map +1 -1
- package/dist/pattern-types-CEZfJqGr.d.ts +4584 -0
- package/dist/patterns/component-mapping.json +1353 -0
- package/dist/patterns/event-contracts.json +1135 -0
- package/dist/patterns/index.d.ts +93834 -0
- package/dist/patterns/index.js +43186 -0
- package/dist/patterns/index.js.map +1 -0
- package/dist/patterns/integrators-registry.json +600 -0
- package/dist/patterns/ml-registry.json +714 -0
- package/dist/patterns/pattern-embeddings.json +200977 -0
- package/dist/patterns/patterns-registry.json +39397 -0
- package/dist/patterns/registry.json +39397 -0
- package/dist/patterns/services-registry.json +2645 -0
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-fVtC5pP9.d.ts → trait-CSaCYNJl.d.ts} +532 -1775
- package/dist/types/index.d.ts +18 -30
- package/dist/types/index.js +271 -6
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DPA1IF-T.d.ts → types-BFgbJ7BM.d.ts} +2 -1
- package/package.json +12 -3
|
@@ -0,0 +1,1353 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"exportedAt": "2026-07-09T09:27:51.633Z",
|
|
4
|
+
"mappings": {
|
|
5
|
+
"page-header": {
|
|
6
|
+
"component": "PageHeader",
|
|
7
|
+
"importPath": "@/components/core/molecules/PageHeader",
|
|
8
|
+
"category": "header"
|
|
9
|
+
},
|
|
10
|
+
"entity-list": {
|
|
11
|
+
"component": "List",
|
|
12
|
+
"importPath": "@/components/core/organisms/List",
|
|
13
|
+
"category": "display"
|
|
14
|
+
},
|
|
15
|
+
"entity-table": {
|
|
16
|
+
"component": "DataTable",
|
|
17
|
+
"importPath": "@/components/core/organisms/DataTable",
|
|
18
|
+
"category": "display"
|
|
19
|
+
},
|
|
20
|
+
"entity-cards": {
|
|
21
|
+
"component": "CardGrid",
|
|
22
|
+
"importPath": "@/components/core/organisms/CardGrid",
|
|
23
|
+
"category": "display"
|
|
24
|
+
},
|
|
25
|
+
"detail-panel": {
|
|
26
|
+
"component": "DetailPanel",
|
|
27
|
+
"importPath": "@/components/core/organisms/DetailPanel",
|
|
28
|
+
"category": "display"
|
|
29
|
+
},
|
|
30
|
+
"form": {
|
|
31
|
+
"component": "Form",
|
|
32
|
+
"importPath": "@/components/core/organisms/Form",
|
|
33
|
+
"category": "form"
|
|
34
|
+
},
|
|
35
|
+
"form-section": {
|
|
36
|
+
"component": "Form",
|
|
37
|
+
"importPath": "@/components/core/organisms/Form",
|
|
38
|
+
"category": "form"
|
|
39
|
+
},
|
|
40
|
+
"form-actions": {
|
|
41
|
+
"component": "FormActions",
|
|
42
|
+
"importPath": "@/components/core/molecules/FormSection",
|
|
43
|
+
"category": "form"
|
|
44
|
+
},
|
|
45
|
+
"filter-group": {
|
|
46
|
+
"component": "FilterGroup",
|
|
47
|
+
"importPath": "@/components/core/molecules/FilterGroup",
|
|
48
|
+
"category": "filter"
|
|
49
|
+
},
|
|
50
|
+
"search-input": {
|
|
51
|
+
"component": "SearchInput",
|
|
52
|
+
"importPath": "@/components/core/molecules/SearchInput",
|
|
53
|
+
"category": "filter"
|
|
54
|
+
},
|
|
55
|
+
"empty-state": {
|
|
56
|
+
"component": "EmptyState",
|
|
57
|
+
"importPath": "@/components/core/molecules/EmptyState",
|
|
58
|
+
"category": "state"
|
|
59
|
+
},
|
|
60
|
+
"loading-state": {
|
|
61
|
+
"component": "LoadingState",
|
|
62
|
+
"importPath": "@/components/core/molecules/LoadingState",
|
|
63
|
+
"category": "state"
|
|
64
|
+
},
|
|
65
|
+
"error-state": {
|
|
66
|
+
"component": "ErrorState",
|
|
67
|
+
"importPath": "@/components/core/molecules/ErrorState",
|
|
68
|
+
"category": "state"
|
|
69
|
+
},
|
|
70
|
+
"notification": {
|
|
71
|
+
"component": "Toast",
|
|
72
|
+
"importPath": "@/components/core/molecules/Toast",
|
|
73
|
+
"category": "state"
|
|
74
|
+
},
|
|
75
|
+
"tabs": {
|
|
76
|
+
"component": "Tabs",
|
|
77
|
+
"importPath": "@/components/core/molecules/Tabs",
|
|
78
|
+
"category": "navigation"
|
|
79
|
+
},
|
|
80
|
+
"breadcrumb": {
|
|
81
|
+
"component": "Breadcrumb",
|
|
82
|
+
"importPath": "@/components/core/molecules/Breadcrumb",
|
|
83
|
+
"category": "navigation"
|
|
84
|
+
},
|
|
85
|
+
"wizard-container": {
|
|
86
|
+
"component": "WizardContainer",
|
|
87
|
+
"importPath": "@/components/core/molecules/WizardContainer",
|
|
88
|
+
"category": "navigation"
|
|
89
|
+
},
|
|
90
|
+
"wizard-progress": {
|
|
91
|
+
"component": "WizardProgress",
|
|
92
|
+
"importPath": "@/components/core/molecules/WizardProgress",
|
|
93
|
+
"category": "navigation"
|
|
94
|
+
},
|
|
95
|
+
"wizard-navigation": {
|
|
96
|
+
"component": "WizardNavigation",
|
|
97
|
+
"importPath": "@/components/core/molecules/WizardNavigation",
|
|
98
|
+
"category": "navigation"
|
|
99
|
+
},
|
|
100
|
+
"pagination": {
|
|
101
|
+
"component": "Pagination",
|
|
102
|
+
"importPath": "@/components/core/molecules/Pagination",
|
|
103
|
+
"category": "navigation"
|
|
104
|
+
},
|
|
105
|
+
"card": {
|
|
106
|
+
"component": "Card",
|
|
107
|
+
"importPath": "@/components/core/atoms/Card",
|
|
108
|
+
"category": "display"
|
|
109
|
+
},
|
|
110
|
+
"modal": {
|
|
111
|
+
"component": "Modal",
|
|
112
|
+
"importPath": "@/components/core/molecules/Modal",
|
|
113
|
+
"category": "layout"
|
|
114
|
+
},
|
|
115
|
+
"drawer": {
|
|
116
|
+
"component": "Drawer",
|
|
117
|
+
"importPath": "@/components/core/molecules/Drawer",
|
|
118
|
+
"category": "layout"
|
|
119
|
+
},
|
|
120
|
+
"confirm-dialog": {
|
|
121
|
+
"component": "ConfirmDialog",
|
|
122
|
+
"importPath": "@/components/core/molecules/ConfirmDialog",
|
|
123
|
+
"category": "layout"
|
|
124
|
+
},
|
|
125
|
+
"master-detail": {
|
|
126
|
+
"component": "MasterDetail",
|
|
127
|
+
"importPath": "@/components/core/organisms/MasterDetail",
|
|
128
|
+
"category": "layout"
|
|
129
|
+
},
|
|
130
|
+
"runtime-debugger": {
|
|
131
|
+
"component": "RuntimeDebugger",
|
|
132
|
+
"importPath": "@/components/core/organisms/RuntimeDebugger",
|
|
133
|
+
"category": "debug"
|
|
134
|
+
},
|
|
135
|
+
"repeatable-form-section": {
|
|
136
|
+
"component": "RepeatableFormSection",
|
|
137
|
+
"importPath": "@/components/core/molecules/RepeatableFormSection",
|
|
138
|
+
"category": "form"
|
|
139
|
+
},
|
|
140
|
+
"box": {
|
|
141
|
+
"component": "Box",
|
|
142
|
+
"importPath": "@/components/core/atoms/Box",
|
|
143
|
+
"category": "layout"
|
|
144
|
+
},
|
|
145
|
+
"grid": {
|
|
146
|
+
"component": "Grid",
|
|
147
|
+
"importPath": "@/components/core/molecules/Grid",
|
|
148
|
+
"category": "layout"
|
|
149
|
+
},
|
|
150
|
+
"center": {
|
|
151
|
+
"component": "Center",
|
|
152
|
+
"importPath": "@/components/core/atoms/Center",
|
|
153
|
+
"category": "layout"
|
|
154
|
+
},
|
|
155
|
+
"spacer": {
|
|
156
|
+
"component": "Spacer",
|
|
157
|
+
"importPath": "@/components/core/atoms/Spacer",
|
|
158
|
+
"category": "layout"
|
|
159
|
+
},
|
|
160
|
+
"divider": {
|
|
161
|
+
"component": "Divider",
|
|
162
|
+
"importPath": "@/components/core/atoms/Divider",
|
|
163
|
+
"category": "layout"
|
|
164
|
+
},
|
|
165
|
+
"button": {
|
|
166
|
+
"component": "Button",
|
|
167
|
+
"importPath": "@/components/core/atoms/Button",
|
|
168
|
+
"category": "atom"
|
|
169
|
+
},
|
|
170
|
+
"badge": {
|
|
171
|
+
"component": "Badge",
|
|
172
|
+
"importPath": "@/components/core/atoms/Badge",
|
|
173
|
+
"category": "atom"
|
|
174
|
+
},
|
|
175
|
+
"avatar": {
|
|
176
|
+
"component": "Avatar",
|
|
177
|
+
"importPath": "@/components/core/atoms/Avatar",
|
|
178
|
+
"category": "atom"
|
|
179
|
+
},
|
|
180
|
+
"icon": {
|
|
181
|
+
"component": "Icon",
|
|
182
|
+
"importPath": "@/components/core/atoms/Icon",
|
|
183
|
+
"category": "atom"
|
|
184
|
+
},
|
|
185
|
+
"spinner": {
|
|
186
|
+
"component": "Spinner",
|
|
187
|
+
"importPath": "@/components/core/atoms/Spinner",
|
|
188
|
+
"category": "atom"
|
|
189
|
+
},
|
|
190
|
+
"input": {
|
|
191
|
+
"component": "Input",
|
|
192
|
+
"importPath": "@/components/core/atoms/Input",
|
|
193
|
+
"category": "form"
|
|
194
|
+
},
|
|
195
|
+
"textarea": {
|
|
196
|
+
"component": "Textarea",
|
|
197
|
+
"importPath": "@/components/core/atoms/Textarea",
|
|
198
|
+
"category": "form"
|
|
199
|
+
},
|
|
200
|
+
"select": {
|
|
201
|
+
"component": "Select",
|
|
202
|
+
"importPath": "@/components/core/atoms/Select",
|
|
203
|
+
"category": "form"
|
|
204
|
+
},
|
|
205
|
+
"checkbox": {
|
|
206
|
+
"component": "Checkbox",
|
|
207
|
+
"importPath": "@/components/core/atoms/Checkbox",
|
|
208
|
+
"category": "form"
|
|
209
|
+
},
|
|
210
|
+
"radio": {
|
|
211
|
+
"component": "Radio",
|
|
212
|
+
"importPath": "@/components/core/atoms/Radio",
|
|
213
|
+
"category": "form"
|
|
214
|
+
},
|
|
215
|
+
"switch": {
|
|
216
|
+
"component": "Switch",
|
|
217
|
+
"importPath": "@/components/core/atoms/Switch",
|
|
218
|
+
"category": "form"
|
|
219
|
+
},
|
|
220
|
+
"label": {
|
|
221
|
+
"component": "Label",
|
|
222
|
+
"importPath": "@/components/core/atoms/Label",
|
|
223
|
+
"category": "form"
|
|
224
|
+
},
|
|
225
|
+
"alert": {
|
|
226
|
+
"component": "Alert",
|
|
227
|
+
"importPath": "@/components/core/molecules/Alert",
|
|
228
|
+
"category": "state"
|
|
229
|
+
},
|
|
230
|
+
"accordion": {
|
|
231
|
+
"component": "Accordion",
|
|
232
|
+
"importPath": "@/components/core/molecules/Accordion",
|
|
233
|
+
"category": "display"
|
|
234
|
+
},
|
|
235
|
+
"tooltip": {
|
|
236
|
+
"component": "Tooltip",
|
|
237
|
+
"importPath": "@/components/core/molecules/Tooltip",
|
|
238
|
+
"category": "atom"
|
|
239
|
+
},
|
|
240
|
+
"popover": {
|
|
241
|
+
"component": "Popover",
|
|
242
|
+
"importPath": "@/components/core/molecules/Popover",
|
|
243
|
+
"category": "atom"
|
|
244
|
+
},
|
|
245
|
+
"menu": {
|
|
246
|
+
"component": "Menu",
|
|
247
|
+
"importPath": "@/components/core/molecules/Menu",
|
|
248
|
+
"category": "navigation"
|
|
249
|
+
},
|
|
250
|
+
"progress-bar": {
|
|
251
|
+
"component": "ProgressBar",
|
|
252
|
+
"importPath": "@/components/core/atoms/ProgressBar",
|
|
253
|
+
"category": "display"
|
|
254
|
+
},
|
|
255
|
+
"container": {
|
|
256
|
+
"component": "Container",
|
|
257
|
+
"importPath": "@/components/core/molecules/Container",
|
|
258
|
+
"category": "layout"
|
|
259
|
+
},
|
|
260
|
+
"simple-grid": {
|
|
261
|
+
"component": "SimpleGrid",
|
|
262
|
+
"importPath": "@/components/core/molecules/SimpleGrid",
|
|
263
|
+
"category": "layout"
|
|
264
|
+
},
|
|
265
|
+
"studio-home-web": {
|
|
266
|
+
"component": "StudioHomeWebTemplate",
|
|
267
|
+
"importPath": "@/clients/builder/templates/StudioHomeWebTemplate",
|
|
268
|
+
"category": "template",
|
|
269
|
+
"client": "builder"
|
|
270
|
+
},
|
|
271
|
+
"studio-home-electron": {
|
|
272
|
+
"component": "StudioHomeElectronTemplate",
|
|
273
|
+
"importPath": "@/clients/builder/templates/StudioHomeElectronTemplate",
|
|
274
|
+
"category": "template",
|
|
275
|
+
"client": "builder"
|
|
276
|
+
},
|
|
277
|
+
"studio-project": {
|
|
278
|
+
"component": "StudioProjectTemplate",
|
|
279
|
+
"importPath": "@/clients/builder/templates/StudioProjectTemplate",
|
|
280
|
+
"category": "template",
|
|
281
|
+
"client": "builder"
|
|
282
|
+
},
|
|
283
|
+
"hex-battlefield": {
|
|
284
|
+
"component": "BattlefieldTemplate",
|
|
285
|
+
"importPath": "@/clients/trait-wars/templates/BattlefieldTemplate",
|
|
286
|
+
"category": "template",
|
|
287
|
+
"client": "trait-wars"
|
|
288
|
+
},
|
|
289
|
+
"hero-selection": {
|
|
290
|
+
"component": "HexTraitWarsGame",
|
|
291
|
+
"importPath": "@/clients/trait-wars/templates/HexTraitWarsGame",
|
|
292
|
+
"category": "template",
|
|
293
|
+
"client": "trait-wars"
|
|
294
|
+
},
|
|
295
|
+
"hero-profile": {
|
|
296
|
+
"component": "HeroProfileTemplate",
|
|
297
|
+
"importPath": "@/clients/trait-wars/templates/HeroProfileTemplate",
|
|
298
|
+
"category": "template",
|
|
299
|
+
"client": "trait-wars"
|
|
300
|
+
},
|
|
301
|
+
"army-builder": {
|
|
302
|
+
"component": "ArmyBuilderTemplate",
|
|
303
|
+
"importPath": "@/clients/trait-wars/templates/ArmyBuilderTemplate",
|
|
304
|
+
"category": "template",
|
|
305
|
+
"client": "trait-wars"
|
|
306
|
+
},
|
|
307
|
+
"conditional-wrapper": {
|
|
308
|
+
"component": "ConditionalWrapper",
|
|
309
|
+
"importPath": "@/components/core/atoms/ConditionalWrapper",
|
|
310
|
+
"category": "component"
|
|
311
|
+
},
|
|
312
|
+
"law-reference-tooltip": {
|
|
313
|
+
"component": "LawReferenceTooltip",
|
|
314
|
+
"importPath": "@/components/core/atoms/LawReferenceTooltip",
|
|
315
|
+
"category": "component"
|
|
316
|
+
},
|
|
317
|
+
"overlay": {
|
|
318
|
+
"component": "Overlay",
|
|
319
|
+
"importPath": "@/components/core/atoms/Overlay",
|
|
320
|
+
"category": "container"
|
|
321
|
+
},
|
|
322
|
+
"stack": {
|
|
323
|
+
"component": "Stack",
|
|
324
|
+
"importPath": "@/components/core/atoms/Stack",
|
|
325
|
+
"category": "component"
|
|
326
|
+
},
|
|
327
|
+
"vstack": {
|
|
328
|
+
"component": "VStack",
|
|
329
|
+
"importPath": "@/components/core/atoms/Stack",
|
|
330
|
+
"category": "component"
|
|
331
|
+
},
|
|
332
|
+
"hstack": {
|
|
333
|
+
"component": "HStack",
|
|
334
|
+
"importPath": "@/components/core/atoms/Stack",
|
|
335
|
+
"category": "component"
|
|
336
|
+
},
|
|
337
|
+
"text-highlight": {
|
|
338
|
+
"component": "TextHighlight",
|
|
339
|
+
"importPath": "@/components/core/atoms/TextHighlight",
|
|
340
|
+
"category": "component"
|
|
341
|
+
},
|
|
342
|
+
"theme-toggle": {
|
|
343
|
+
"component": "ThemeToggle",
|
|
344
|
+
"importPath": "@/components/core/atoms/ThemeToggle",
|
|
345
|
+
"category": "component"
|
|
346
|
+
},
|
|
347
|
+
"typography": {
|
|
348
|
+
"component": "Typography",
|
|
349
|
+
"importPath": "@/components/core/atoms/Typography",
|
|
350
|
+
"category": "component"
|
|
351
|
+
},
|
|
352
|
+
"flex": {
|
|
353
|
+
"component": "Flex",
|
|
354
|
+
"importPath": "@/components/core/molecules/Flex",
|
|
355
|
+
"category": "component"
|
|
356
|
+
},
|
|
357
|
+
"floating-action-button": {
|
|
358
|
+
"component": "FloatingActionButton",
|
|
359
|
+
"importPath": "@/components/core/molecules/FloatingActionButton",
|
|
360
|
+
"category": "component"
|
|
361
|
+
},
|
|
362
|
+
"form-field": {
|
|
363
|
+
"component": "FormField",
|
|
364
|
+
"importPath": "@/components/core/molecules/FormField",
|
|
365
|
+
"category": "form"
|
|
366
|
+
},
|
|
367
|
+
"form-section-header": {
|
|
368
|
+
"component": "FormSectionHeader",
|
|
369
|
+
"importPath": "@/components/core/molecules/FormSectionHeader",
|
|
370
|
+
"category": "form"
|
|
371
|
+
},
|
|
372
|
+
"input-group": {
|
|
373
|
+
"component": "InputGroup",
|
|
374
|
+
"importPath": "@/components/core/molecules/InputGroup",
|
|
375
|
+
"category": "form"
|
|
376
|
+
},
|
|
377
|
+
"relation-select": {
|
|
378
|
+
"component": "RelationSelect",
|
|
379
|
+
"importPath": "@/components/core/molecules/RelationSelect",
|
|
380
|
+
"category": "form"
|
|
381
|
+
},
|
|
382
|
+
"side-panel": {
|
|
383
|
+
"component": "SidePanel",
|
|
384
|
+
"importPath": "@/components/core/molecules/SidePanel",
|
|
385
|
+
"category": "component"
|
|
386
|
+
},
|
|
387
|
+
"violation-alert": {
|
|
388
|
+
"component": "ViolationAlert",
|
|
389
|
+
"importPath": "@/components/core/molecules/ViolationAlert",
|
|
390
|
+
"category": "state"
|
|
391
|
+
},
|
|
392
|
+
"stat-display": {
|
|
393
|
+
"component": "StatDisplay",
|
|
394
|
+
"importPath": "@/components/core/molecules/StatDisplay",
|
|
395
|
+
"category": "display"
|
|
396
|
+
},
|
|
397
|
+
"drawer-slot": {
|
|
398
|
+
"component": "DrawerSlot",
|
|
399
|
+
"importPath": "@/components/core/organisms/DrawerSlot",
|
|
400
|
+
"category": "layout"
|
|
401
|
+
},
|
|
402
|
+
"header": {
|
|
403
|
+
"component": "Header",
|
|
404
|
+
"importPath": "@/components/core/molecules/Header",
|
|
405
|
+
"category": "header"
|
|
406
|
+
},
|
|
407
|
+
"modal-slot": {
|
|
408
|
+
"component": "ModalSlot",
|
|
409
|
+
"importPath": "@/components/core/organisms/ModalSlot",
|
|
410
|
+
"category": "layout"
|
|
411
|
+
},
|
|
412
|
+
"navigation": {
|
|
413
|
+
"component": "Navigation",
|
|
414
|
+
"importPath": "@/components/core/molecules/Navigation",
|
|
415
|
+
"category": "navigation"
|
|
416
|
+
},
|
|
417
|
+
"orbital-visualization": {
|
|
418
|
+
"component": "OrbitalVisualization",
|
|
419
|
+
"importPath": "@/components/core/molecules/OrbitalVisualization",
|
|
420
|
+
"category": "display"
|
|
421
|
+
},
|
|
422
|
+
"section": {
|
|
423
|
+
"component": "Section",
|
|
424
|
+
"importPath": "@/components/core/molecules/Section",
|
|
425
|
+
"category": "display"
|
|
426
|
+
},
|
|
427
|
+
"sidebar": {
|
|
428
|
+
"component": "Sidebar",
|
|
429
|
+
"importPath": "@/components/core/molecules/Sidebar",
|
|
430
|
+
"category": "navigation"
|
|
431
|
+
},
|
|
432
|
+
"split": {
|
|
433
|
+
"component": "Split",
|
|
434
|
+
"importPath": "@/components/core/molecules/Split",
|
|
435
|
+
"category": "layout"
|
|
436
|
+
},
|
|
437
|
+
"toast-slot": {
|
|
438
|
+
"component": "ToastSlot",
|
|
439
|
+
"importPath": "@/components/core/organisms/ToastSlot",
|
|
440
|
+
"category": "layout"
|
|
441
|
+
},
|
|
442
|
+
"auth-layout": {
|
|
443
|
+
"component": "AuthLayout",
|
|
444
|
+
"importPath": "@/components/marketing/templates/AuthLayout",
|
|
445
|
+
"category": "template"
|
|
446
|
+
},
|
|
447
|
+
"counter-template": {
|
|
448
|
+
"component": "CounterTemplate",
|
|
449
|
+
"importPath": "@/components/core/templates/CounterTemplate",
|
|
450
|
+
"category": "template"
|
|
451
|
+
},
|
|
452
|
+
"dashboard-layout": {
|
|
453
|
+
"component": "DashboardLayout",
|
|
454
|
+
"importPath": "@/components/core/templates/DashboardLayout",
|
|
455
|
+
"category": "template"
|
|
456
|
+
},
|
|
457
|
+
"generic-app-template": {
|
|
458
|
+
"component": "GenericAppTemplate",
|
|
459
|
+
"importPath": "@/components/core/templates/GenericAppTemplate",
|
|
460
|
+
"category": "template"
|
|
461
|
+
},
|
|
462
|
+
"game-shell": {
|
|
463
|
+
"component": "GameShell",
|
|
464
|
+
"importPath": "@/components/game/templates/GameShell",
|
|
465
|
+
"category": "game"
|
|
466
|
+
},
|
|
467
|
+
"chart": {
|
|
468
|
+
"component": "Chart",
|
|
469
|
+
"importPath": "@/components/core/molecules/Chart",
|
|
470
|
+
"category": "visualization"
|
|
471
|
+
},
|
|
472
|
+
"meter": {
|
|
473
|
+
"component": "Meter",
|
|
474
|
+
"importPath": "@/components/core/molecules/Meter",
|
|
475
|
+
"category": "visualization"
|
|
476
|
+
},
|
|
477
|
+
"timeline": {
|
|
478
|
+
"component": "Timeline",
|
|
479
|
+
"importPath": "@/components/core/organisms/Timeline",
|
|
480
|
+
"category": "display"
|
|
481
|
+
},
|
|
482
|
+
"media-gallery": {
|
|
483
|
+
"component": "MediaGallery",
|
|
484
|
+
"importPath": "@/components/core/organisms/MediaGallery",
|
|
485
|
+
"category": "media"
|
|
486
|
+
},
|
|
487
|
+
"signature-pad": {
|
|
488
|
+
"component": "SignaturePad",
|
|
489
|
+
"importPath": "@/components/core/molecules/SignaturePad",
|
|
490
|
+
"category": "form"
|
|
491
|
+
},
|
|
492
|
+
"document-viewer": {
|
|
493
|
+
"component": "DocumentViewer",
|
|
494
|
+
"importPath": "@/components/core/molecules/DocumentViewer",
|
|
495
|
+
"category": "display"
|
|
496
|
+
},
|
|
497
|
+
"graph-canvas": {
|
|
498
|
+
"component": "GraphCanvas",
|
|
499
|
+
"importPath": "@/components/core/molecules/GraphCanvas",
|
|
500
|
+
"category": "visualization"
|
|
501
|
+
},
|
|
502
|
+
"error-boundary": {
|
|
503
|
+
"component": "ErrorBoundary",
|
|
504
|
+
"importPath": "@/components/core/molecules/ErrorBoundary",
|
|
505
|
+
"category": "state"
|
|
506
|
+
},
|
|
507
|
+
"skeleton": {
|
|
508
|
+
"component": "Skeleton",
|
|
509
|
+
"importPath": "@/components/core/molecules/Skeleton",
|
|
510
|
+
"category": "component"
|
|
511
|
+
},
|
|
512
|
+
"quiz-block": {
|
|
513
|
+
"component": "QuizBlock",
|
|
514
|
+
"importPath": "@/components/core/molecules/QuizBlock",
|
|
515
|
+
"category": "component"
|
|
516
|
+
},
|
|
517
|
+
"code-block": {
|
|
518
|
+
"component": "CodeBlock",
|
|
519
|
+
"importPath": "@/components/core/molecules/CodeBlock",
|
|
520
|
+
"category": "component"
|
|
521
|
+
},
|
|
522
|
+
"markdown-content": {
|
|
523
|
+
"component": "MarkdownContent",
|
|
524
|
+
"importPath": "@/components/core/molecules/MarkdownContent",
|
|
525
|
+
"category": "component"
|
|
526
|
+
},
|
|
527
|
+
"content-renderer": {
|
|
528
|
+
"component": "ContentRenderer",
|
|
529
|
+
"importPath": "@/components/core/molecules/ContentRenderer",
|
|
530
|
+
"category": "display"
|
|
531
|
+
},
|
|
532
|
+
"jazari-state-machine": {
|
|
533
|
+
"component": "JazariStateMachine",
|
|
534
|
+
"importPath": "@/components/core/molecules/JazariStateMachine",
|
|
535
|
+
"category": "display"
|
|
536
|
+
},
|
|
537
|
+
"state-machine-view": {
|
|
538
|
+
"component": "StateMachineView",
|
|
539
|
+
"importPath": "@/components/core/organisms/StateMachineView",
|
|
540
|
+
"category": "display"
|
|
541
|
+
},
|
|
542
|
+
"scaled-diagram": {
|
|
543
|
+
"component": "ScaledDiagram",
|
|
544
|
+
"importPath": "@/components/core/molecules/ScaledDiagram",
|
|
545
|
+
"category": "component"
|
|
546
|
+
},
|
|
547
|
+
"day-cell": {
|
|
548
|
+
"component": "DayCell",
|
|
549
|
+
"importPath": "@/components/core/atoms/DayCell",
|
|
550
|
+
"category": "component"
|
|
551
|
+
},
|
|
552
|
+
"flip-container": {
|
|
553
|
+
"component": "FlipContainer",
|
|
554
|
+
"importPath": "@/components/core/atoms/FlipContainer",
|
|
555
|
+
"category": "layout"
|
|
556
|
+
},
|
|
557
|
+
"time-slot-cell": {
|
|
558
|
+
"component": "TimeSlotCell",
|
|
559
|
+
"importPath": "@/components/core/atoms/TimeSlotCell",
|
|
560
|
+
"category": "layout"
|
|
561
|
+
},
|
|
562
|
+
"calendar-grid": {
|
|
563
|
+
"component": "CalendarGrid",
|
|
564
|
+
"importPath": "@/components/core/molecules/CalendarGrid",
|
|
565
|
+
"category": "display"
|
|
566
|
+
},
|
|
567
|
+
"chart-legend": {
|
|
568
|
+
"component": "ChartLegend",
|
|
569
|
+
"importPath": "@/components/core/molecules/ChartLegend",
|
|
570
|
+
"category": "display"
|
|
571
|
+
},
|
|
572
|
+
"date-range-selector": {
|
|
573
|
+
"component": "DateRangeSelector",
|
|
574
|
+
"importPath": "@/components/core/molecules/DateRangeSelector",
|
|
575
|
+
"category": "form"
|
|
576
|
+
},
|
|
577
|
+
"flip-card": {
|
|
578
|
+
"component": "FlipCard",
|
|
579
|
+
"importPath": "@/components/core/molecules/FlipCard",
|
|
580
|
+
"category": "display"
|
|
581
|
+
},
|
|
582
|
+
"graph-view": {
|
|
583
|
+
"component": "GraphView",
|
|
584
|
+
"importPath": "@/components/core/molecules/GraphView",
|
|
585
|
+
"category": "component"
|
|
586
|
+
},
|
|
587
|
+
"data-grid": {
|
|
588
|
+
"component": "DataGrid",
|
|
589
|
+
"importPath": "@/components/core/molecules/DataGrid",
|
|
590
|
+
"category": "display"
|
|
591
|
+
},
|
|
592
|
+
"data-list": {
|
|
593
|
+
"component": "DataList",
|
|
594
|
+
"importPath": "@/components/core/molecules/DataList",
|
|
595
|
+
"category": "display"
|
|
596
|
+
},
|
|
597
|
+
"line-chart": {
|
|
598
|
+
"component": "LineChart",
|
|
599
|
+
"importPath": "@/components/core/molecules/LineChart",
|
|
600
|
+
"category": "display"
|
|
601
|
+
},
|
|
602
|
+
"progress-dots": {
|
|
603
|
+
"component": "ProgressDots",
|
|
604
|
+
"importPath": "@/components/core/molecules/ProgressDots",
|
|
605
|
+
"category": "component"
|
|
606
|
+
},
|
|
607
|
+
"map-view": {
|
|
608
|
+
"component": "MapView",
|
|
609
|
+
"importPath": "@/components/core/molecules/MapView",
|
|
610
|
+
"category": "component"
|
|
611
|
+
},
|
|
612
|
+
"range-slider": {
|
|
613
|
+
"component": "RangeSlider",
|
|
614
|
+
"importPath": "@/components/core/atoms/RangeSlider",
|
|
615
|
+
"category": "component"
|
|
616
|
+
},
|
|
617
|
+
"status-dot": {
|
|
618
|
+
"component": "StatusDot",
|
|
619
|
+
"importPath": "@/components/core/atoms/StatusDot",
|
|
620
|
+
"category": "display"
|
|
621
|
+
},
|
|
622
|
+
"trend-indicator": {
|
|
623
|
+
"component": "TrendIndicator",
|
|
624
|
+
"importPath": "@/components/core/atoms/TrendIndicator",
|
|
625
|
+
"category": "component"
|
|
626
|
+
},
|
|
627
|
+
"lightbox": {
|
|
628
|
+
"component": "Lightbox",
|
|
629
|
+
"importPath": "@/components/core/molecules/Lightbox",
|
|
630
|
+
"category": "component"
|
|
631
|
+
},
|
|
632
|
+
"number-stepper": {
|
|
633
|
+
"component": "NumberStepper",
|
|
634
|
+
"importPath": "@/components/core/molecules/NumberStepper",
|
|
635
|
+
"category": "component"
|
|
636
|
+
},
|
|
637
|
+
"star-rating": {
|
|
638
|
+
"component": "StarRating",
|
|
639
|
+
"importPath": "@/components/core/molecules/StarRating",
|
|
640
|
+
"category": "component"
|
|
641
|
+
},
|
|
642
|
+
"upload-drop-zone": {
|
|
643
|
+
"component": "UploadDropZone",
|
|
644
|
+
"importPath": "@/components/core/molecules/UploadDropZone",
|
|
645
|
+
"category": "component"
|
|
646
|
+
},
|
|
647
|
+
"animated-counter": {
|
|
648
|
+
"component": "AnimatedCounter",
|
|
649
|
+
"importPath": "@/components/marketing/atoms/AnimatedCounter",
|
|
650
|
+
"category": "component"
|
|
651
|
+
},
|
|
652
|
+
"confetti-effect": {
|
|
653
|
+
"component": "ConfettiEffect",
|
|
654
|
+
"importPath": "@/components/core/atoms/ConfettiEffect",
|
|
655
|
+
"category": "component"
|
|
656
|
+
},
|
|
657
|
+
"infinite-scroll-sentinel": {
|
|
658
|
+
"component": "InfiniteScrollSentinel",
|
|
659
|
+
"importPath": "@/components/core/atoms/InfiniteScrollSentinel",
|
|
660
|
+
"category": "component"
|
|
661
|
+
},
|
|
662
|
+
"typewriter-text": {
|
|
663
|
+
"component": "TypewriterText",
|
|
664
|
+
"importPath": "@/components/core/atoms/TypewriterText",
|
|
665
|
+
"category": "component"
|
|
666
|
+
},
|
|
667
|
+
"carousel": {
|
|
668
|
+
"component": "Carousel",
|
|
669
|
+
"importPath": "@/components/core/molecules/Carousel",
|
|
670
|
+
"category": "component"
|
|
671
|
+
},
|
|
672
|
+
"pull-to-refresh": {
|
|
673
|
+
"component": "PullToRefresh",
|
|
674
|
+
"importPath": "@/components/core/molecules/PullToRefresh",
|
|
675
|
+
"category": "component"
|
|
676
|
+
},
|
|
677
|
+
"sortable-list": {
|
|
678
|
+
"component": "SortableList",
|
|
679
|
+
"importPath": "@/components/core/molecules/SortableList",
|
|
680
|
+
"category": "display"
|
|
681
|
+
},
|
|
682
|
+
"swipeable-row": {
|
|
683
|
+
"component": "SwipeableRow",
|
|
684
|
+
"importPath": "@/components/core/molecules/SwipeableRow",
|
|
685
|
+
"category": "component"
|
|
686
|
+
},
|
|
687
|
+
"content-section": {
|
|
688
|
+
"component": "ContentSection",
|
|
689
|
+
"importPath": "@/components/marketing/atoms/ContentSection",
|
|
690
|
+
"category": "component"
|
|
691
|
+
},
|
|
692
|
+
"section-header": {
|
|
693
|
+
"component": "SectionHeader",
|
|
694
|
+
"importPath": "@/components/core/atoms/SectionHeader",
|
|
695
|
+
"category": "header"
|
|
696
|
+
},
|
|
697
|
+
"article-section": {
|
|
698
|
+
"component": "ArticleSection",
|
|
699
|
+
"importPath": "@/components/marketing/molecules/ArticleSection",
|
|
700
|
+
"category": "component"
|
|
701
|
+
},
|
|
702
|
+
"case-study-card": {
|
|
703
|
+
"component": "CaseStudyCard",
|
|
704
|
+
"importPath": "@/components/marketing/molecules/CaseStudyCard",
|
|
705
|
+
"category": "display"
|
|
706
|
+
},
|
|
707
|
+
"community-links": {
|
|
708
|
+
"component": "CommunityLinks",
|
|
709
|
+
"importPath": "@/components/marketing/molecules/CommunityLinks",
|
|
710
|
+
"category": "component"
|
|
711
|
+
},
|
|
712
|
+
"feature-card": {
|
|
713
|
+
"component": "FeatureCard",
|
|
714
|
+
"importPath": "@/components/marketing/molecules/FeatureCard",
|
|
715
|
+
"category": "display"
|
|
716
|
+
},
|
|
717
|
+
"feature-grid": {
|
|
718
|
+
"component": "FeatureGrid",
|
|
719
|
+
"importPath": "@/components/core/molecules/FeatureGrid",
|
|
720
|
+
"category": "display"
|
|
721
|
+
},
|
|
722
|
+
"hero-section": {
|
|
723
|
+
"component": "HeroSection",
|
|
724
|
+
"importPath": "@/components/marketing/molecules/HeroSection",
|
|
725
|
+
"category": "header"
|
|
726
|
+
},
|
|
727
|
+
"install-box": {
|
|
728
|
+
"component": "InstallBox",
|
|
729
|
+
"importPath": "@/components/marketing/molecules/InstallBox",
|
|
730
|
+
"category": "component"
|
|
731
|
+
},
|
|
732
|
+
"pricing-card": {
|
|
733
|
+
"component": "PricingCard",
|
|
734
|
+
"importPath": "@/components/marketing/molecules/PricingCard",
|
|
735
|
+
"category": "display"
|
|
736
|
+
},
|
|
737
|
+
"pricing-grid": {
|
|
738
|
+
"component": "PricingGrid",
|
|
739
|
+
"importPath": "@/components/marketing/molecules/PricingGrid",
|
|
740
|
+
"category": "display"
|
|
741
|
+
},
|
|
742
|
+
"service-catalog": {
|
|
743
|
+
"component": "ServiceCatalog",
|
|
744
|
+
"importPath": "@/components/marketing/molecules/ServiceCatalog",
|
|
745
|
+
"category": "component"
|
|
746
|
+
},
|
|
747
|
+
"showcase-card": {
|
|
748
|
+
"component": "ShowcaseCard",
|
|
749
|
+
"importPath": "@/components/marketing/molecules/ShowcaseCard",
|
|
750
|
+
"category": "display"
|
|
751
|
+
},
|
|
752
|
+
"social-proof": {
|
|
753
|
+
"component": "SocialProof",
|
|
754
|
+
"importPath": "@/components/core/molecules/SocialProof",
|
|
755
|
+
"category": "component"
|
|
756
|
+
},
|
|
757
|
+
"split-section": {
|
|
758
|
+
"component": "SplitSection",
|
|
759
|
+
"importPath": "@/components/marketing/molecules/SplitSection",
|
|
760
|
+
"category": "layout"
|
|
761
|
+
},
|
|
762
|
+
"stats-grid": {
|
|
763
|
+
"component": "StatsGrid",
|
|
764
|
+
"importPath": "@/components/marketing/molecules/StatsGrid",
|
|
765
|
+
"category": "display"
|
|
766
|
+
},
|
|
767
|
+
"tag-cloud": {
|
|
768
|
+
"component": "TagCloud",
|
|
769
|
+
"importPath": "@/components/marketing/molecules/TagCloud",
|
|
770
|
+
"category": "component"
|
|
771
|
+
},
|
|
772
|
+
"team-card": {
|
|
773
|
+
"component": "TeamCard",
|
|
774
|
+
"importPath": "@/components/marketing/molecules/TeamCard",
|
|
775
|
+
"category": "display"
|
|
776
|
+
},
|
|
777
|
+
"case-study-organism": {
|
|
778
|
+
"component": "CaseStudyOrganism",
|
|
779
|
+
"importPath": "@/components/marketing/organisms/CaseStudyOrganism",
|
|
780
|
+
"category": "display"
|
|
781
|
+
},
|
|
782
|
+
"feature-grid-organism": {
|
|
783
|
+
"component": "FeatureGridOrganism",
|
|
784
|
+
"importPath": "@/components/marketing/organisms/FeatureGridOrganism",
|
|
785
|
+
"category": "display"
|
|
786
|
+
},
|
|
787
|
+
"hero-organism": {
|
|
788
|
+
"component": "HeroOrganism",
|
|
789
|
+
"importPath": "@/components/marketing/organisms/HeroOrganism",
|
|
790
|
+
"category": "header"
|
|
791
|
+
},
|
|
792
|
+
"pricing-organism": {
|
|
793
|
+
"component": "PricingOrganism",
|
|
794
|
+
"importPath": "@/components/marketing/organisms/PricingOrganism",
|
|
795
|
+
"category": "display"
|
|
796
|
+
},
|
|
797
|
+
"showcase-organism": {
|
|
798
|
+
"component": "ShowcaseOrganism",
|
|
799
|
+
"importPath": "@/components/marketing/organisms/ShowcaseOrganism",
|
|
800
|
+
"category": "display"
|
|
801
|
+
},
|
|
802
|
+
"stats-organism": {
|
|
803
|
+
"component": "StatsOrganism",
|
|
804
|
+
"importPath": "@/components/marketing/organisms/StatsOrganism",
|
|
805
|
+
"category": "display"
|
|
806
|
+
},
|
|
807
|
+
"step-flow-organism": {
|
|
808
|
+
"component": "StepFlowOrganism",
|
|
809
|
+
"importPath": "@/components/marketing/organisms/StepFlowOrganism",
|
|
810
|
+
"category": "display"
|
|
811
|
+
},
|
|
812
|
+
"team-organism": {
|
|
813
|
+
"component": "TeamOrganism",
|
|
814
|
+
"importPath": "@/components/marketing/organisms/TeamOrganism",
|
|
815
|
+
"category": "display"
|
|
816
|
+
},
|
|
817
|
+
"about-page-template": {
|
|
818
|
+
"component": "AboutPageTemplate",
|
|
819
|
+
"importPath": "@/components/marketing/templates/AboutPageTemplate",
|
|
820
|
+
"category": "template"
|
|
821
|
+
},
|
|
822
|
+
"feature-detail-page-template": {
|
|
823
|
+
"component": "FeatureDetailPageTemplate",
|
|
824
|
+
"importPath": "@/components/marketing/templates/FeatureDetailPageTemplate",
|
|
825
|
+
"category": "template"
|
|
826
|
+
},
|
|
827
|
+
"landing-page-template": {
|
|
828
|
+
"component": "LandingPageTemplate",
|
|
829
|
+
"importPath": "@/components/marketing/templates/LandingPageTemplate",
|
|
830
|
+
"category": "template"
|
|
831
|
+
},
|
|
832
|
+
"pricing-page-template": {
|
|
833
|
+
"component": "PricingPageTemplate",
|
|
834
|
+
"importPath": "@/components/marketing/templates/PricingPageTemplate",
|
|
835
|
+
"category": "template"
|
|
836
|
+
},
|
|
837
|
+
"animated-graphic": {
|
|
838
|
+
"component": "AnimatedGraphic",
|
|
839
|
+
"importPath": "@/components/marketing/atoms/AnimatedGraphic",
|
|
840
|
+
"category": "component"
|
|
841
|
+
},
|
|
842
|
+
"animated-reveal": {
|
|
843
|
+
"component": "AnimatedReveal",
|
|
844
|
+
"importPath": "@/components/marketing/atoms/AnimatedReveal",
|
|
845
|
+
"category": "component"
|
|
846
|
+
},
|
|
847
|
+
"pattern-tile": {
|
|
848
|
+
"component": "PatternTile",
|
|
849
|
+
"importPath": "@/components/marketing/atoms/PatternTile",
|
|
850
|
+
"category": "game"
|
|
851
|
+
},
|
|
852
|
+
"edge-decoration": {
|
|
853
|
+
"component": "EdgeDecoration",
|
|
854
|
+
"importPath": "@/components/core/molecules/EdgeDecoration",
|
|
855
|
+
"category": "component"
|
|
856
|
+
},
|
|
857
|
+
"geometric-pattern": {
|
|
858
|
+
"component": "GeometricPattern",
|
|
859
|
+
"importPath": "@/components/marketing/molecules/GeometricPattern",
|
|
860
|
+
"category": "component"
|
|
861
|
+
},
|
|
862
|
+
"cta-banner": {
|
|
863
|
+
"component": "CTABanner",
|
|
864
|
+
"importPath": "@/components/marketing/molecules/CTABanner",
|
|
865
|
+
"category": "navigation"
|
|
866
|
+
},
|
|
867
|
+
"ui-slot-renderer": {
|
|
868
|
+
"component": "UISlotRenderer",
|
|
869
|
+
"importPath": "@/components/core/organisms/UISlotRenderer",
|
|
870
|
+
"category": "layout"
|
|
871
|
+
},
|
|
872
|
+
"trait-frame": {
|
|
873
|
+
"component": "TraitFrame",
|
|
874
|
+
"importPath": "@/components/core/atoms/TraitFrame",
|
|
875
|
+
"category": "component"
|
|
876
|
+
},
|
|
877
|
+
"file-tree": {
|
|
878
|
+
"component": "FileTree",
|
|
879
|
+
"importPath": "@/components/core/molecules/FileTree",
|
|
880
|
+
"category": "component"
|
|
881
|
+
},
|
|
882
|
+
"filter-pill": {
|
|
883
|
+
"component": "FilterPill",
|
|
884
|
+
"importPath": "@/components/core/atoms/FilterPill",
|
|
885
|
+
"category": "filter"
|
|
886
|
+
},
|
|
887
|
+
"likert-scale": {
|
|
888
|
+
"component": "LikertScale",
|
|
889
|
+
"importPath": "@/components/core/molecules/LikertScale",
|
|
890
|
+
"category": "component"
|
|
891
|
+
},
|
|
892
|
+
"matrix-question": {
|
|
893
|
+
"component": "MatrixQuestion",
|
|
894
|
+
"importPath": "@/components/core/molecules/MatrixQuestion",
|
|
895
|
+
"category": "component"
|
|
896
|
+
},
|
|
897
|
+
"qr-scanner": {
|
|
898
|
+
"component": "QrScanner",
|
|
899
|
+
"importPath": "@/components/core/molecules/QrScanner",
|
|
900
|
+
"category": "component"
|
|
901
|
+
},
|
|
902
|
+
"vote-stack": {
|
|
903
|
+
"component": "VoteStack",
|
|
904
|
+
"importPath": "@/components/core/molecules/VoteStack",
|
|
905
|
+
"category": "component"
|
|
906
|
+
},
|
|
907
|
+
"branching-logic-builder": {
|
|
908
|
+
"component": "BranchingLogicBuilder",
|
|
909
|
+
"importPath": "@/components/core/molecules/BranchingLogicBuilder",
|
|
910
|
+
"category": "display"
|
|
911
|
+
},
|
|
912
|
+
"reply-tree": {
|
|
913
|
+
"component": "ReplyTree",
|
|
914
|
+
"importPath": "@/components/core/molecules/ReplyTree",
|
|
915
|
+
"category": "display"
|
|
916
|
+
},
|
|
917
|
+
"rich-block-editor": {
|
|
918
|
+
"component": "RichBlockEditor",
|
|
919
|
+
"importPath": "@/components/core/molecules/RichBlockEditor",
|
|
920
|
+
"category": "display"
|
|
921
|
+
},
|
|
922
|
+
"version-diff": {
|
|
923
|
+
"component": "VersionDiff",
|
|
924
|
+
"importPath": "@/components/core/molecules/VersionDiff",
|
|
925
|
+
"category": "display"
|
|
926
|
+
},
|
|
927
|
+
"option-constraint-group": {
|
|
928
|
+
"component": "OptionConstraintGroup",
|
|
929
|
+
"importPath": "@/components/core/molecules/OptionConstraintGroup",
|
|
930
|
+
"category": "component"
|
|
931
|
+
},
|
|
932
|
+
"positioned-canvas": {
|
|
933
|
+
"component": "PositionedCanvas",
|
|
934
|
+
"importPath": "@/components/core/molecules/PositionedCanvas",
|
|
935
|
+
"category": "game"
|
|
936
|
+
},
|
|
937
|
+
"choice-button": {
|
|
938
|
+
"component": "ChoiceButton",
|
|
939
|
+
"importPath": "@/components/game/atoms/ChoiceButton",
|
|
940
|
+
"category": "game"
|
|
941
|
+
},
|
|
942
|
+
"control-button": {
|
|
943
|
+
"component": "ControlButton",
|
|
944
|
+
"importPath": "@/components/game/atoms/ControlButton",
|
|
945
|
+
"category": "game"
|
|
946
|
+
},
|
|
947
|
+
"dialogue-bubble": {
|
|
948
|
+
"component": "DialogueBubble",
|
|
949
|
+
"importPath": "@/components/game/atoms/DialogueBubble",
|
|
950
|
+
"category": "game"
|
|
951
|
+
},
|
|
952
|
+
"health-bar": {
|
|
953
|
+
"component": "HealthBar",
|
|
954
|
+
"importPath": "@/components/game/atoms/HealthBar",
|
|
955
|
+
"category": "game"
|
|
956
|
+
},
|
|
957
|
+
"score-display": {
|
|
958
|
+
"component": "ScoreDisplay",
|
|
959
|
+
"importPath": "@/components/game/atoms/ScoreDisplay",
|
|
960
|
+
"category": "game"
|
|
961
|
+
},
|
|
962
|
+
"timer-display": {
|
|
963
|
+
"component": "TimerDisplay",
|
|
964
|
+
"importPath": "@/components/game/atoms/TimerDisplay",
|
|
965
|
+
"category": "game"
|
|
966
|
+
},
|
|
967
|
+
"svg-branch": {
|
|
968
|
+
"component": "SvgBranch",
|
|
969
|
+
"importPath": "@/components/core/atoms/SvgBranch",
|
|
970
|
+
"category": "component"
|
|
971
|
+
},
|
|
972
|
+
"svg-connection": {
|
|
973
|
+
"component": "SvgConnection",
|
|
974
|
+
"importPath": "@/components/core/atoms/SvgConnection",
|
|
975
|
+
"category": "component"
|
|
976
|
+
},
|
|
977
|
+
"svg-flow": {
|
|
978
|
+
"component": "SvgFlow",
|
|
979
|
+
"importPath": "@/components/core/atoms/SvgFlow",
|
|
980
|
+
"category": "component"
|
|
981
|
+
},
|
|
982
|
+
"svg-grid": {
|
|
983
|
+
"component": "SvgGrid",
|
|
984
|
+
"importPath": "@/components/core/atoms/SvgGrid",
|
|
985
|
+
"category": "display"
|
|
986
|
+
},
|
|
987
|
+
"svg-lobe": {
|
|
988
|
+
"component": "SvgLobe",
|
|
989
|
+
"importPath": "@/components/core/atoms/SvgLobe",
|
|
990
|
+
"category": "component"
|
|
991
|
+
},
|
|
992
|
+
"svg-mesh": {
|
|
993
|
+
"component": "SvgMesh",
|
|
994
|
+
"importPath": "@/components/core/atoms/SvgMesh",
|
|
995
|
+
"category": "component"
|
|
996
|
+
},
|
|
997
|
+
"svg-morph": {
|
|
998
|
+
"component": "SvgMorph",
|
|
999
|
+
"importPath": "@/components/core/atoms/SvgMorph",
|
|
1000
|
+
"category": "component"
|
|
1001
|
+
},
|
|
1002
|
+
"svg-node": {
|
|
1003
|
+
"component": "SvgNode",
|
|
1004
|
+
"importPath": "@/components/core/atoms/SvgNode",
|
|
1005
|
+
"category": "component"
|
|
1006
|
+
},
|
|
1007
|
+
"svg-pulse": {
|
|
1008
|
+
"component": "SvgPulse",
|
|
1009
|
+
"importPath": "@/components/core/atoms/SvgPulse",
|
|
1010
|
+
"category": "component"
|
|
1011
|
+
},
|
|
1012
|
+
"svg-ring": {
|
|
1013
|
+
"component": "SvgRing",
|
|
1014
|
+
"importPath": "@/components/core/atoms/SvgRing",
|
|
1015
|
+
"category": "component"
|
|
1016
|
+
},
|
|
1017
|
+
"svg-shield": {
|
|
1018
|
+
"component": "SvgShield",
|
|
1019
|
+
"importPath": "@/components/core/atoms/SvgShield",
|
|
1020
|
+
"category": "component"
|
|
1021
|
+
},
|
|
1022
|
+
"svg-stack": {
|
|
1023
|
+
"component": "SvgStack",
|
|
1024
|
+
"importPath": "@/components/core/atoms/SvgStack",
|
|
1025
|
+
"category": "component"
|
|
1026
|
+
},
|
|
1027
|
+
"doc-breadcrumb": {
|
|
1028
|
+
"component": "DocBreadcrumb",
|
|
1029
|
+
"importPath": "@/components/core/molecules/DocBreadcrumb",
|
|
1030
|
+
"category": "navigation"
|
|
1031
|
+
},
|
|
1032
|
+
"doc-pagination": {
|
|
1033
|
+
"component": "DocPagination",
|
|
1034
|
+
"importPath": "@/components/core/molecules/DocPagination",
|
|
1035
|
+
"category": "navigation"
|
|
1036
|
+
},
|
|
1037
|
+
"doc-search": {
|
|
1038
|
+
"component": "DocSearch",
|
|
1039
|
+
"importPath": "@/components/core/molecules/DocSearch",
|
|
1040
|
+
"category": "filter"
|
|
1041
|
+
},
|
|
1042
|
+
"doc-sidebar": {
|
|
1043
|
+
"component": "DocSidebar",
|
|
1044
|
+
"importPath": "@/components/core/molecules/DocSidebar",
|
|
1045
|
+
"category": "navigation"
|
|
1046
|
+
},
|
|
1047
|
+
"doc-toc": {
|
|
1048
|
+
"component": "DocTOC",
|
|
1049
|
+
"importPath": "@/components/core/molecules/DocTOC",
|
|
1050
|
+
"category": "component"
|
|
1051
|
+
},
|
|
1052
|
+
"gradient-divider": {
|
|
1053
|
+
"component": "GradientDivider",
|
|
1054
|
+
"importPath": "@/components/core/molecules/GradientDivider",
|
|
1055
|
+
"category": "component"
|
|
1056
|
+
},
|
|
1057
|
+
"pull-quote": {
|
|
1058
|
+
"component": "PullQuote",
|
|
1059
|
+
"importPath": "@/components/marketing/molecules/PullQuote",
|
|
1060
|
+
"category": "component"
|
|
1061
|
+
},
|
|
1062
|
+
"behavior-view": {
|
|
1063
|
+
"component": "BehaviorView",
|
|
1064
|
+
"importPath": "@/components/avl/molecules/BehaviorView",
|
|
1065
|
+
"category": "component"
|
|
1066
|
+
},
|
|
1067
|
+
"module-card": {
|
|
1068
|
+
"component": "ModuleCard",
|
|
1069
|
+
"importPath": "@/components/avl/molecules/ModuleCard",
|
|
1070
|
+
"category": "display"
|
|
1071
|
+
},
|
|
1072
|
+
"game-hud": {
|
|
1073
|
+
"component": "GameHud",
|
|
1074
|
+
"importPath": "@/components/game/molecules/GameHud",
|
|
1075
|
+
"category": "game"
|
|
1076
|
+
},
|
|
1077
|
+
"game-menu": {
|
|
1078
|
+
"component": "GameMenu",
|
|
1079
|
+
"importPath": "@/components/game/molecules/GameMenu",
|
|
1080
|
+
"category": "game"
|
|
1081
|
+
},
|
|
1082
|
+
"stat-badge": {
|
|
1083
|
+
"component": "StatBadge",
|
|
1084
|
+
"importPath": "@/components/game/molecules/StatBadge",
|
|
1085
|
+
"category": "game"
|
|
1086
|
+
},
|
|
1087
|
+
"book-chapter-view": {
|
|
1088
|
+
"component": "BookChapterView",
|
|
1089
|
+
"importPath": "@/components/marketing/organisms/BookChapterView",
|
|
1090
|
+
"category": "display"
|
|
1091
|
+
},
|
|
1092
|
+
"book-cover-page": {
|
|
1093
|
+
"component": "BookCoverPage",
|
|
1094
|
+
"importPath": "@/components/marketing/organisms/BookCoverPage",
|
|
1095
|
+
"category": "display"
|
|
1096
|
+
},
|
|
1097
|
+
"book-nav-bar": {
|
|
1098
|
+
"component": "BookNavBar",
|
|
1099
|
+
"importPath": "@/components/marketing/organisms/BookNavBar",
|
|
1100
|
+
"category": "navigation"
|
|
1101
|
+
},
|
|
1102
|
+
"book-table-of-contents": {
|
|
1103
|
+
"component": "BookTableOfContents",
|
|
1104
|
+
"importPath": "@/components/marketing/organisms/BookTableOfContents",
|
|
1105
|
+
"category": "display"
|
|
1106
|
+
},
|
|
1107
|
+
"book-viewer": {
|
|
1108
|
+
"component": "BookViewer",
|
|
1109
|
+
"importPath": "@/components/marketing/organisms/BookViewer",
|
|
1110
|
+
"category": "display"
|
|
1111
|
+
},
|
|
1112
|
+
"game-audio-toggle": {
|
|
1113
|
+
"component": "GameAudioToggle",
|
|
1114
|
+
"importPath": "@/components/game/atoms/GameAudioToggle",
|
|
1115
|
+
"category": "game"
|
|
1116
|
+
},
|
|
1117
|
+
"trait-slot": {
|
|
1118
|
+
"component": "TraitSlot",
|
|
1119
|
+
"importPath": "@/components/game/molecules/TraitSlot",
|
|
1120
|
+
"category": "game"
|
|
1121
|
+
},
|
|
1122
|
+
"action-palette": {
|
|
1123
|
+
"component": "ActionPalette",
|
|
1124
|
+
"importPath": "@/components/game/molecules/ActionPalette",
|
|
1125
|
+
"category": "game"
|
|
1126
|
+
},
|
|
1127
|
+
"action-tile": {
|
|
1128
|
+
"component": "ActionTile",
|
|
1129
|
+
"importPath": "@/components/game/molecules/ActionTile",
|
|
1130
|
+
"category": "game"
|
|
1131
|
+
},
|
|
1132
|
+
"sequence-bar": {
|
|
1133
|
+
"component": "SequenceBar",
|
|
1134
|
+
"importPath": "@/components/game/molecules/SequenceBar",
|
|
1135
|
+
"category": "game"
|
|
1136
|
+
},
|
|
1137
|
+
"dashboard-grid": {
|
|
1138
|
+
"component": "DashboardGrid",
|
|
1139
|
+
"importPath": "@/components/core/organisms/DashboardGrid",
|
|
1140
|
+
"category": "game"
|
|
1141
|
+
},
|
|
1142
|
+
"split-pane": {
|
|
1143
|
+
"component": "SplitPane",
|
|
1144
|
+
"importPath": "@/components/core/organisms/SplitPane",
|
|
1145
|
+
"category": "layout"
|
|
1146
|
+
},
|
|
1147
|
+
"tabbed-container": {
|
|
1148
|
+
"component": "TabbedContainer",
|
|
1149
|
+
"importPath": "@/components/core/organisms/TabbedContainer",
|
|
1150
|
+
"category": "navigation"
|
|
1151
|
+
},
|
|
1152
|
+
"master-detail-layout": {
|
|
1153
|
+
"component": "MasterDetailLayout",
|
|
1154
|
+
"importPath": "@/components/core/organisms/MasterDetailLayout",
|
|
1155
|
+
"category": "display"
|
|
1156
|
+
},
|
|
1157
|
+
"sparkline": {
|
|
1158
|
+
"component": "Sparkline",
|
|
1159
|
+
"importPath": "@/components/core/atoms/Sparkline",
|
|
1160
|
+
"category": "component"
|
|
1161
|
+
},
|
|
1162
|
+
"date-range-picker": {
|
|
1163
|
+
"component": "DateRangePicker",
|
|
1164
|
+
"importPath": "@/components/core/molecules/DateRangePicker",
|
|
1165
|
+
"category": "component"
|
|
1166
|
+
},
|
|
1167
|
+
"aside": {
|
|
1168
|
+
"component": "Aside",
|
|
1169
|
+
"importPath": "@/components/core/atoms/Aside",
|
|
1170
|
+
"category": "component"
|
|
1171
|
+
},
|
|
1172
|
+
"dialog": {
|
|
1173
|
+
"component": "Dialog",
|
|
1174
|
+
"importPath": "@/components/core/atoms/Dialog",
|
|
1175
|
+
"category": "container"
|
|
1176
|
+
},
|
|
1177
|
+
"tag-input": {
|
|
1178
|
+
"component": "TagInput",
|
|
1179
|
+
"importPath": "@/components/core/molecules/TagInput",
|
|
1180
|
+
"category": "form"
|
|
1181
|
+
},
|
|
1182
|
+
"marketing-footer": {
|
|
1183
|
+
"component": "MarketingFooter",
|
|
1184
|
+
"importPath": "@/components/marketing/molecules/MarketingFooter",
|
|
1185
|
+
"category": "component"
|
|
1186
|
+
},
|
|
1187
|
+
"table-view": {
|
|
1188
|
+
"component": "TableView",
|
|
1189
|
+
"importPath": "@/components/core/molecules/TableView",
|
|
1190
|
+
"category": "display"
|
|
1191
|
+
},
|
|
1192
|
+
"step-flow": {
|
|
1193
|
+
"component": "StepFlow",
|
|
1194
|
+
"importPath": "@/components/marketing/molecules/StepFlow",
|
|
1195
|
+
"category": "component"
|
|
1196
|
+
},
|
|
1197
|
+
"stat-card": {
|
|
1198
|
+
"component": "StatCard",
|
|
1199
|
+
"importPath": "@/components/core/organisms/StatCard",
|
|
1200
|
+
"category": "display"
|
|
1201
|
+
},
|
|
1202
|
+
"activation-block": {
|
|
1203
|
+
"component": "ActivationBlock",
|
|
1204
|
+
"importPath": "@/components/core/molecules/ActivationBlock",
|
|
1205
|
+
"category": "component"
|
|
1206
|
+
},
|
|
1207
|
+
"bloom-quiz-block": {
|
|
1208
|
+
"component": "BloomQuizBlock",
|
|
1209
|
+
"importPath": "@/components/core/molecules/BloomQuizBlock",
|
|
1210
|
+
"category": "component"
|
|
1211
|
+
},
|
|
1212
|
+
"connection-block": {
|
|
1213
|
+
"component": "ConnectionBlock",
|
|
1214
|
+
"importPath": "@/components/core/molecules/ConnectionBlock",
|
|
1215
|
+
"category": "component"
|
|
1216
|
+
},
|
|
1217
|
+
"reflection-block": {
|
|
1218
|
+
"component": "ReflectionBlock",
|
|
1219
|
+
"importPath": "@/components/core/molecules/ReflectionBlock",
|
|
1220
|
+
"category": "component"
|
|
1221
|
+
},
|
|
1222
|
+
"code-runner-panel": {
|
|
1223
|
+
"component": "CodeRunnerPanel",
|
|
1224
|
+
"importPath": "@/components/core/organisms/CodeRunnerPanel",
|
|
1225
|
+
"category": "display"
|
|
1226
|
+
},
|
|
1227
|
+
"segment-renderer": {
|
|
1228
|
+
"component": "SegmentRenderer",
|
|
1229
|
+
"importPath": "@/components/core/organisms/SegmentRenderer",
|
|
1230
|
+
"category": "display"
|
|
1231
|
+
},
|
|
1232
|
+
"chat-bar": {
|
|
1233
|
+
"component": "ChatBar",
|
|
1234
|
+
"importPath": "@/components/core/organisms/ChatBar",
|
|
1235
|
+
"category": "display"
|
|
1236
|
+
},
|
|
1237
|
+
"subagent-trace-panel": {
|
|
1238
|
+
"component": "SubagentTracePanel",
|
|
1239
|
+
"importPath": "@/components/core/organisms/SubagentTracePanel",
|
|
1240
|
+
"category": "display"
|
|
1241
|
+
},
|
|
1242
|
+
"canvas-2d": {
|
|
1243
|
+
"component": "Canvas2D",
|
|
1244
|
+
"importPath": "@/components/game/molecules/Canvas2D",
|
|
1245
|
+
"category": "game"
|
|
1246
|
+
},
|
|
1247
|
+
"control-grid": {
|
|
1248
|
+
"component": "ControlGrid",
|
|
1249
|
+
"importPath": "@/components/game/molecules/ControlGrid",
|
|
1250
|
+
"category": "game"
|
|
1251
|
+
},
|
|
1252
|
+
"game-icon": {
|
|
1253
|
+
"component": "GameIcon",
|
|
1254
|
+
"importPath": "@/components/core/atoms/GameIcon",
|
|
1255
|
+
"category": "game"
|
|
1256
|
+
},
|
|
1257
|
+
"form-layout": {
|
|
1258
|
+
"component": "FormLayout",
|
|
1259
|
+
"importPath": "@/components/core/molecules/FormSection",
|
|
1260
|
+
"category": "form"
|
|
1261
|
+
},
|
|
1262
|
+
"learning-canvas": {
|
|
1263
|
+
"component": "LearningCanvas",
|
|
1264
|
+
"importPath": "@/components/learning/atoms/LearningCanvas",
|
|
1265
|
+
"category": "learning"
|
|
1266
|
+
},
|
|
1267
|
+
"biology-canvas": {
|
|
1268
|
+
"component": "BiologyCanvas",
|
|
1269
|
+
"importPath": "@/components/learning/molecules/BiologyCanvas",
|
|
1270
|
+
"category": "learning"
|
|
1271
|
+
},
|
|
1272
|
+
"chemistry-canvas": {
|
|
1273
|
+
"component": "ChemistryCanvas",
|
|
1274
|
+
"importPath": "@/components/learning/molecules/ChemistryCanvas",
|
|
1275
|
+
"category": "learning"
|
|
1276
|
+
},
|
|
1277
|
+
"math-canvas": {
|
|
1278
|
+
"component": "MathCanvas",
|
|
1279
|
+
"importPath": "@/components/learning/molecules/MathCanvas",
|
|
1280
|
+
"category": "learning"
|
|
1281
|
+
},
|
|
1282
|
+
"physics-canvas": {
|
|
1283
|
+
"component": "PhysicsCanvas",
|
|
1284
|
+
"importPath": "@/components/learning/molecules/PhysicsCanvas",
|
|
1285
|
+
"category": "learning"
|
|
1286
|
+
},
|
|
1287
|
+
"marketing-stat-card": {
|
|
1288
|
+
"component": "MarketingStatCard",
|
|
1289
|
+
"importPath": "@/components/marketing/atoms/MarketingStatCard",
|
|
1290
|
+
"category": "display"
|
|
1291
|
+
},
|
|
1292
|
+
"state-graph": {
|
|
1293
|
+
"component": "StateGraph",
|
|
1294
|
+
"importPath": "@/components/game/molecules/StateGraph",
|
|
1295
|
+
"category": "game"
|
|
1296
|
+
},
|
|
1297
|
+
"state-json-view": {
|
|
1298
|
+
"component": "StateJsonView",
|
|
1299
|
+
"importPath": "@/components/game/molecules/StateJsonView",
|
|
1300
|
+
"category": "game"
|
|
1301
|
+
},
|
|
1302
|
+
"algorithm-canvas": {
|
|
1303
|
+
"component": "AlgorithmCanvas",
|
|
1304
|
+
"importPath": "@/components/learning/molecules/AlgorithmCanvas",
|
|
1305
|
+
"category": "learning"
|
|
1306
|
+
},
|
|
1307
|
+
"atlas-image": {
|
|
1308
|
+
"component": "AtlasImage",
|
|
1309
|
+
"importPath": "@/components/core/atoms/AtlasImage",
|
|
1310
|
+
"category": "component"
|
|
1311
|
+
},
|
|
1312
|
+
"atlas-panel": {
|
|
1313
|
+
"component": "AtlasPanel",
|
|
1314
|
+
"importPath": "@/components/core/atoms/AtlasImage",
|
|
1315
|
+
"category": "component"
|
|
1316
|
+
},
|
|
1317
|
+
"draw-shape": {
|
|
1318
|
+
"component": "DrawShape",
|
|
1319
|
+
"importPath": "@/components/game/atoms/DrawShape",
|
|
1320
|
+
"category": "game"
|
|
1321
|
+
},
|
|
1322
|
+
"draw-sprite": {
|
|
1323
|
+
"component": "DrawSprite",
|
|
1324
|
+
"importPath": "@/components/game/atoms/DrawSprite",
|
|
1325
|
+
"category": "game"
|
|
1326
|
+
},
|
|
1327
|
+
"draw-text": {
|
|
1328
|
+
"component": "DrawText",
|
|
1329
|
+
"importPath": "@/components/game/atoms/DrawText",
|
|
1330
|
+
"category": "game"
|
|
1331
|
+
},
|
|
1332
|
+
"draw-shape-layer": {
|
|
1333
|
+
"component": "DrawShapeLayer",
|
|
1334
|
+
"importPath": "@/components/game/molecules/DrawShapeLayer",
|
|
1335
|
+
"category": "game"
|
|
1336
|
+
},
|
|
1337
|
+
"draw-sprite-layer": {
|
|
1338
|
+
"component": "DrawSpriteLayer",
|
|
1339
|
+
"importPath": "@/components/game/molecules/DrawSpriteLayer",
|
|
1340
|
+
"category": "game"
|
|
1341
|
+
},
|
|
1342
|
+
"draw-text-layer": {
|
|
1343
|
+
"component": "DrawTextLayer",
|
|
1344
|
+
"importPath": "@/components/game/molecules/DrawTextLayer",
|
|
1345
|
+
"category": "game"
|
|
1346
|
+
},
|
|
1347
|
+
"canvas": {
|
|
1348
|
+
"component": "Canvas",
|
|
1349
|
+
"importPath": "@/components/game/molecules/Canvas",
|
|
1350
|
+
"category": "game"
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
}
|