@almadar/patterns 1.0.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.
@@ -0,0 +1,1237 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "exportedAt": "2026-02-04T10:41:53.453Z",
4
+ "mappings": {
5
+ "page-header": {
6
+ "component": "PageHeader",
7
+ "importPath": "@/components/organisms/PageHeader",
8
+ "category": "header"
9
+ },
10
+ "title-only": {
11
+ "component": "Title",
12
+ "importPath": "@/components/atoms/Title",
13
+ "category": "header"
14
+ },
15
+ "entity-list": {
16
+ "component": "List",
17
+ "importPath": "@/components/organisms/List",
18
+ "category": "display"
19
+ },
20
+ "entity-table": {
21
+ "component": "DataTable",
22
+ "importPath": "@/components/organisms/DataTable",
23
+ "category": "display"
24
+ },
25
+ "entity-cards": {
26
+ "component": "CardGrid",
27
+ "importPath": "@/components/organisms/CardGrid",
28
+ "category": "display"
29
+ },
30
+ "entity-detail": {
31
+ "component": "DetailPanel",
32
+ "importPath": "@/components/organisms/DetailPanel",
33
+ "category": "display"
34
+ },
35
+ "stats": {
36
+ "component": "StatCard",
37
+ "importPath": "@/components/organisms/StatCard",
38
+ "category": "display"
39
+ },
40
+ "detail-panel": {
41
+ "component": "DetailPanel",
42
+ "importPath": "@/components/organisms/DetailPanel",
43
+ "category": "display"
44
+ },
45
+ "form": {
46
+ "component": "Form",
47
+ "importPath": "@/components/organisms/Form",
48
+ "category": "form"
49
+ },
50
+ "form-fields": {
51
+ "component": "FormFields",
52
+ "importPath": "@/components/organisms/FormFields",
53
+ "category": "form"
54
+ },
55
+ "form-section": {
56
+ "component": "Form",
57
+ "importPath": "@/components/organisms/Form",
58
+ "category": "form"
59
+ },
60
+ "form-actions": {
61
+ "component": "ButtonGroup",
62
+ "importPath": "@/components/molecules/ButtonGroup",
63
+ "category": "form"
64
+ },
65
+ "search-bar": {
66
+ "component": "SearchInput",
67
+ "importPath": "@/components/molecules/SearchInput",
68
+ "category": "filter"
69
+ },
70
+ "filter-group": {
71
+ "component": "FilterGroup",
72
+ "importPath": "@/components/molecules/FilterGroup",
73
+ "category": "filter"
74
+ },
75
+ "search-input": {
76
+ "component": "SearchInput",
77
+ "importPath": "@/components/molecules/SearchInput",
78
+ "category": "filter"
79
+ },
80
+ "empty-state": {
81
+ "component": "EmptyState",
82
+ "importPath": "@/components/molecules/EmptyState",
83
+ "category": "state"
84
+ },
85
+ "loading-state": {
86
+ "component": "LoadingState",
87
+ "importPath": "@/components/molecules/LoadingState",
88
+ "category": "state"
89
+ },
90
+ "error-state": {
91
+ "component": "ErrorState",
92
+ "importPath": "@/components/molecules/ErrorState",
93
+ "category": "state"
94
+ },
95
+ "notification": {
96
+ "component": "Toast",
97
+ "importPath": "@/components/molecules/Toast",
98
+ "category": "state"
99
+ },
100
+ "tabs": {
101
+ "component": "Tabs",
102
+ "importPath": "@/components/molecules/Tabs",
103
+ "category": "navigation"
104
+ },
105
+ "tab-bar": {
106
+ "component": "TabBar",
107
+ "importPath": "@/components/molecules/TabBar",
108
+ "category": "navigation"
109
+ },
110
+ "breadcrumb": {
111
+ "component": "Breadcrumb",
112
+ "importPath": "@/components/molecules/Breadcrumb",
113
+ "category": "navigation"
114
+ },
115
+ "wizard-container": {
116
+ "component": "WizardContainer",
117
+ "importPath": "@/components/organisms/WizardContainer",
118
+ "category": "navigation"
119
+ },
120
+ "wizard-progress": {
121
+ "component": "WizardProgress",
122
+ "importPath": "@/components/molecules/WizardProgress",
123
+ "category": "navigation"
124
+ },
125
+ "wizard-navigation": {
126
+ "component": "WizardNavigation",
127
+ "importPath": "@/components/molecules/WizardNavigation",
128
+ "category": "navigation"
129
+ },
130
+ "pagination": {
131
+ "component": "Pagination",
132
+ "importPath": "@/components/molecules/Pagination",
133
+ "category": "navigation"
134
+ },
135
+ "card": {
136
+ "component": "Card",
137
+ "importPath": "@/components/molecules/Card",
138
+ "category": "display"
139
+ },
140
+ "modal": {
141
+ "component": "Modal",
142
+ "importPath": "@/components/molecules/Modal",
143
+ "category": "layout"
144
+ },
145
+ "modal-container": {
146
+ "component": "ModalSlot",
147
+ "importPath": "@/components/organisms/ModalSlot",
148
+ "category": "layout"
149
+ },
150
+ "drawer": {
151
+ "component": "Drawer",
152
+ "importPath": "@/components/molecules/Drawer",
153
+ "category": "layout"
154
+ },
155
+ "drawer-container": {
156
+ "component": "DrawerSlot",
157
+ "importPath": "@/components/organisms/DrawerSlot",
158
+ "category": "layout"
159
+ },
160
+ "confirm-dialog": {
161
+ "component": "ConfirmDialog",
162
+ "importPath": "@/components/organisms/ConfirmDialog",
163
+ "category": "layout"
164
+ },
165
+ "split-layout": {
166
+ "component": "SplitPane",
167
+ "importPath": "@/components/organisms/layout/SplitPane",
168
+ "category": "layout"
169
+ },
170
+ "master-detail": {
171
+ "component": "MasterDetail",
172
+ "importPath": "@/components/organisms/layout/MasterDetail",
173
+ "category": "layout"
174
+ },
175
+ "dashboard-grid": {
176
+ "component": "DashboardGrid",
177
+ "importPath": "@/components/organisms/layout/DashboardGrid",
178
+ "category": "layout"
179
+ },
180
+ "tabbed-layout": {
181
+ "component": "TabbedContainer",
182
+ "importPath": "@/components/organisms/layout/TabbedContainer",
183
+ "category": "layout"
184
+ },
185
+ "game-canvas": {
186
+ "component": "GameCanvas",
187
+ "importPath": "@/components/organisms/game/GameCanvas",
188
+ "category": "game"
189
+ },
190
+ "game-hud": {
191
+ "component": "GameHud",
192
+ "importPath": "@/components/organisms/game/GameHud",
193
+ "category": "game"
194
+ },
195
+ "game-controls": {
196
+ "component": "GameControls",
197
+ "importPath": "@/components/organisms/game/GameControls",
198
+ "category": "game"
199
+ },
200
+ "game-menu": {
201
+ "component": "GameMenu",
202
+ "importPath": "@/components/organisms/game/GameMenu",
203
+ "category": "game"
204
+ },
205
+ "game-pause-overlay": {
206
+ "component": "GamePauseOverlay",
207
+ "importPath": "@/components/organisms/game/GamePauseOverlay",
208
+ "category": "game"
209
+ },
210
+ "game-over-screen": {
211
+ "component": "GameOverScreen",
212
+ "importPath": "@/components/organisms/game/GameOverScreen",
213
+ "category": "game"
214
+ },
215
+ "level-select": {
216
+ "component": "LevelSelect",
217
+ "importPath": "@/components/organisms/game/LevelSelect",
218
+ "category": "game"
219
+ },
220
+ "tilemap-renderer": {
221
+ "component": "TilemapRenderer",
222
+ "importPath": "@/components/organisms/game/TilemapRenderer",
223
+ "category": "game"
224
+ },
225
+ "inventory-panel": {
226
+ "component": "InventoryPanel",
227
+ "importPath": "@/components/organisms/game/InventoryPanel",
228
+ "category": "game"
229
+ },
230
+ "dialogue-box": {
231
+ "component": "DialogueBox",
232
+ "importPath": "@/components/organisms/game/DialogueBox",
233
+ "category": "game"
234
+ },
235
+ "card-hand": {
236
+ "component": "CardHand",
237
+ "importPath": "@/components/organisms/game/CardHand",
238
+ "category": "game"
239
+ },
240
+ "card-deck": {
241
+ "component": "CardDeck",
242
+ "importPath": "@/components/organisms/game/CardDeck",
243
+ "category": "game"
244
+ },
245
+ "board-grid": {
246
+ "component": "BoardGrid",
247
+ "importPath": "@/components/organisms/game/BoardGrid",
248
+ "category": "game"
249
+ },
250
+ "turn-indicator": {
251
+ "component": "TurnIndicator",
252
+ "importPath": "@/components/organisms/game/TurnIndicator",
253
+ "category": "game"
254
+ },
255
+ "match3-grid": {
256
+ "component": "Match3Grid",
257
+ "importPath": "@/components/organisms/game/Match3Grid",
258
+ "category": "game"
259
+ },
260
+ "puzzle-board": {
261
+ "component": "PuzzleBoard",
262
+ "importPath": "@/components/organisms/game/PuzzleBoard",
263
+ "category": "game"
264
+ },
265
+ "input-listener": {
266
+ "component": "InputListener",
267
+ "importPath": "@/components/organisms/game/InputListener",
268
+ "category": "game"
269
+ },
270
+ "collision-detector": {
271
+ "component": "CollisionDetector",
272
+ "importPath": "@/components/organisms/game/CollisionDetector",
273
+ "category": "game"
274
+ },
275
+ "runtime-debugger": {
276
+ "component": "RuntimeDebugger",
277
+ "importPath": "@/components/organisms/debug/RuntimeDebugger",
278
+ "category": "debug"
279
+ },
280
+ "game-debug-panel": {
281
+ "component": "RuntimeDebugger",
282
+ "importPath": "@/components/organisms/debug/RuntimeDebugger",
283
+ "category": "debug",
284
+ "deprecated": true,
285
+ "replacedBy": "runtime-debugger"
286
+ },
287
+ "pattern-proposal": {
288
+ "component": "PatternProposalRenderer",
289
+ "importPath": "@/components/organisms/PatternProposalRenderer",
290
+ "category": "meta"
291
+ },
292
+ "trust-meter": {
293
+ "component": "TrustMeter",
294
+ "importPath": "@/clients/winning-11/atoms/TrustMeter",
295
+ "category": "display",
296
+ "client": "winning-11"
297
+ },
298
+ "growth-meter": {
299
+ "component": "GrowthMeter",
300
+ "importPath": "@/clients/winning-11/atoms/GrowthMeter",
301
+ "category": "display",
302
+ "client": "winning-11"
303
+ },
304
+ "care-indicator": {
305
+ "component": "CareIndicator",
306
+ "importPath": "@/clients/winning-11/atoms/CareIndicator",
307
+ "category": "display",
308
+ "client": "winning-11"
309
+ },
310
+ "season-indicator": {
311
+ "component": "SeasonIndicator",
312
+ "importPath": "@/clients/winning-11/atoms/SeasonIndicator",
313
+ "category": "display",
314
+ "client": "winning-11"
315
+ },
316
+ "plant-card": {
317
+ "component": "PlantCard",
318
+ "importPath": "@/clients/winning-11/molecules/PlantCard",
319
+ "category": "display",
320
+ "client": "winning-11"
321
+ },
322
+ "harvest-card": {
323
+ "component": "HarvestCard",
324
+ "importPath": "@/clients/winning-11/molecules/HarvestCard",
325
+ "category": "display",
326
+ "client": "winning-11"
327
+ },
328
+ "weather-widget": {
329
+ "component": "WeatherWidget",
330
+ "importPath": "@/clients/winning-11/molecules/WeatherWidget",
331
+ "category": "display",
332
+ "client": "winning-11"
333
+ },
334
+ "garden-view": {
335
+ "component": "GardenView",
336
+ "importPath": "@/clients/winning-11/organisms/GardenView",
337
+ "category": "display",
338
+ "client": "winning-11"
339
+ },
340
+ "relationship-garden": {
341
+ "component": "RelationshipGardenTemplate",
342
+ "importPath": "@/clients/winning-11/templates/RelationshipGardenTemplate",
343
+ "category": "template",
344
+ "client": "winning-11"
345
+ },
346
+ "trust-intelligence": {
347
+ "component": "TrustIntelligenceTemplate",
348
+ "importPath": "@/clients/winning-11/templates/TrustIntelligenceTemplate",
349
+ "category": "template",
350
+ "client": "winning-11"
351
+ },
352
+ "connections-view": {
353
+ "component": "ConnectionsTemplate",
354
+ "importPath": "@/clients/winning-11/templates/ConnectionsTemplate",
355
+ "category": "template",
356
+ "client": "winning-11"
357
+ },
358
+ "invites-list": {
359
+ "component": "InvitesTemplate",
360
+ "importPath": "@/clients/winning-11/templates/InvitesTemplate",
361
+ "category": "template",
362
+ "client": "winning-11"
363
+ },
364
+ "admin-dashboard": {
365
+ "component": "AdminDashboardTemplate",
366
+ "importPath": "@/clients/winning-11/templates/AdminDashboardTemplate",
367
+ "category": "template",
368
+ "client": "winning-11"
369
+ },
370
+ "assessment-form": {
371
+ "component": "AssessmentTemplate",
372
+ "importPath": "@/clients/winning-11/templates/AssessmentTemplate",
373
+ "category": "template",
374
+ "client": "winning-11"
375
+ },
376
+ "suggestions-list": {
377
+ "component": "SuggestionsTemplate",
378
+ "importPath": "@/clients/winning-11/templates/SuggestionsTemplate",
379
+ "category": "template",
380
+ "client": "winning-11"
381
+ },
382
+ "graph-intelligence": {
383
+ "component": "GraphIntelligenceTemplate",
384
+ "importPath": "@/clients/winning-11/templates/GraphIntelligenceTemplate",
385
+ "category": "template",
386
+ "client": "winning-11"
387
+ },
388
+ "seed-network": {
389
+ "component": "SeedNetworkTemplate",
390
+ "importPath": "@/clients/winning-11/templates/SeedNetworkTemplate",
391
+ "category": "template",
392
+ "client": "winning-11"
393
+ },
394
+ "projects-list": {
395
+ "component": "ProjectsTemplate",
396
+ "importPath": "@/clients/winning-11/templates/ProjectsTemplate",
397
+ "category": "template",
398
+ "client": "winning-11"
399
+ },
400
+ "project-detail": {
401
+ "component": "ProjectDetailTemplate",
402
+ "importPath": "@/clients/winning-11/templates/ProjectDetailTemplate",
403
+ "category": "template",
404
+ "client": "winning-11"
405
+ },
406
+ "teams-list": {
407
+ "component": "TeamsTemplate",
408
+ "importPath": "@/clients/winning-11/templates/TeamsTemplate",
409
+ "category": "template",
410
+ "client": "winning-11"
411
+ },
412
+ "team-detail": {
413
+ "component": "TeamDetailTemplate",
414
+ "importPath": "@/clients/winning-11/templates/TeamDetailTemplate",
415
+ "category": "template",
416
+ "client": "winning-11"
417
+ },
418
+ "team-members-list": {
419
+ "component": "TeamMembersTemplate",
420
+ "importPath": "@/clients/winning-11/templates/TeamMembersTemplate",
421
+ "category": "template",
422
+ "client": "winning-11"
423
+ },
424
+ "user-profile": {
425
+ "component": "UserProfileTemplate",
426
+ "importPath": "@/clients/winning-11/templates/UserProfileTemplate",
427
+ "category": "template",
428
+ "client": "winning-11"
429
+ },
430
+ "users-list": {
431
+ "component": "UsersTemplate",
432
+ "importPath": "@/clients/winning-11/templates/UsersTemplate",
433
+ "category": "template",
434
+ "client": "winning-11"
435
+ },
436
+ "law-reference-badge": {
437
+ "component": "LawReferenceBadge",
438
+ "importPath": "@/clients/inspection-system/atoms/LawReferenceBadge",
439
+ "category": "display",
440
+ "client": "inspection-system"
441
+ },
442
+ "phase-indicator": {
443
+ "component": "PhaseIndicator",
444
+ "importPath": "@/clients/inspection-system/atoms/PhaseIndicator",
445
+ "category": "display",
446
+ "client": "inspection-system"
447
+ },
448
+ "card-selector": {
449
+ "component": "CardSelector",
450
+ "importPath": "@/clients/inspection-system/molecules/CardSelector",
451
+ "category": "form",
452
+ "client": "inspection-system"
453
+ },
454
+ "compliance-summary": {
455
+ "component": "ComplianceSummary",
456
+ "importPath": "@/clients/inspection-system/molecules/ComplianceSummary",
457
+ "category": "display",
458
+ "client": "inspection-system"
459
+ },
460
+ "conditional-field": {
461
+ "component": "ConditionalField",
462
+ "importPath": "@/clients/inspection-system/molecules/ConditionalField",
463
+ "category": "form",
464
+ "client": "inspection-system"
465
+ },
466
+ "document-preview": {
467
+ "component": "DocumentPreview",
468
+ "importPath": "@/clients/inspection-system/molecules/DocumentPreview",
469
+ "category": "display",
470
+ "client": "inspection-system"
471
+ },
472
+ "entity-search": {
473
+ "component": "EntitySearch",
474
+ "importPath": "@/clients/inspection-system/molecules/EntitySearch",
475
+ "category": "form",
476
+ "client": "inspection-system"
477
+ },
478
+ "inspection-timeline": {
479
+ "component": "InspectionTimeline",
480
+ "importPath": "@/clients/inspection-system/molecules/InspectionTimeline",
481
+ "category": "display",
482
+ "client": "inspection-system"
483
+ },
484
+ "objection-recorder": {
485
+ "component": "ObjectionRecorder",
486
+ "importPath": "@/clients/inspection-system/molecules/ObjectionRecorder",
487
+ "category": "form",
488
+ "client": "inspection-system"
489
+ },
490
+ "participant-list": {
491
+ "component": "ParticipantList",
492
+ "importPath": "@/clients/inspection-system/molecules/ParticipantList",
493
+ "category": "display",
494
+ "client": "inspection-system"
495
+ },
496
+ "photo-attachment": {
497
+ "component": "PhotoAttachment",
498
+ "importPath": "@/clients/inspection-system/molecules/PhotoAttachment",
499
+ "category": "form",
500
+ "client": "inspection-system"
501
+ },
502
+ "progress-header": {
503
+ "component": "ProgressHeader",
504
+ "importPath": "@/clients/inspection-system/molecules/ProgressHeader",
505
+ "category": "display",
506
+ "client": "inspection-system"
507
+ },
508
+ "rule-check-item": {
509
+ "component": "RuleCheckItem",
510
+ "importPath": "@/clients/inspection-system/molecules/RuleCheckItem",
511
+ "category": "form",
512
+ "client": "inspection-system"
513
+ },
514
+ "repeatable-form-section": {
515
+ "component": "RepeatableFormSection",
516
+ "importPath": "@/clients/inspection-system/molecules/RepeatableFormSection",
517
+ "category": "form",
518
+ "client": "inspection-system"
519
+ },
520
+ "floating-action-menu": {
521
+ "component": "FloatingActionMenu",
522
+ "importPath": "@/clients/inspection-system/organisms/FloatingActionMenu",
523
+ "category": "navigation",
524
+ "client": "inspection-system"
525
+ },
526
+ "signature-capture": {
527
+ "component": "SignatureCapture",
528
+ "importPath": "@/clients/inspection-system/organisms/SignatureCapture",
529
+ "category": "form",
530
+ "client": "inspection-system"
531
+ },
532
+ "inspections-list": {
533
+ "component": "InspectionsTemplate",
534
+ "importPath": "@/clients/inspection-system/templates/InspectionsTemplate",
535
+ "category": "template",
536
+ "client": "inspection-system"
537
+ },
538
+ "companies-list": {
539
+ "component": "CompaniesTemplate",
540
+ "importPath": "@/clients/inspection-system/templates/CompaniesTemplate",
541
+ "category": "template",
542
+ "client": "inspection-system"
543
+ },
544
+ "inspectors-list": {
545
+ "component": "InspectorsTemplate",
546
+ "importPath": "@/clients/inspection-system/templates/InspectorsTemplate",
547
+ "category": "template",
548
+ "client": "inspection-system"
549
+ },
550
+ "inspection-wizard": {
551
+ "component": "InspectionWizardTemplate",
552
+ "importPath": "@/clients/inspection-system/templates/InspectionWizardTemplate",
553
+ "category": "template",
554
+ "client": "inspection-system"
555
+ },
556
+ "inspection-process": {
557
+ "component": "InspectionProcessTemplate",
558
+ "importPath": "@/clients/inspection-system/templates/InspectionProcessTemplate",
559
+ "category": "template",
560
+ "client": "inspection-system"
561
+ },
562
+ "inspection-form-demo": {
563
+ "component": "InspectionFormDemoTemplate",
564
+ "importPath": "@/clients/inspection-system/templates/InspectionFormDemoTemplate",
565
+ "category": "template",
566
+ "client": "inspection-system"
567
+ },
568
+ "info-display": {
569
+ "component": "InfoDisplay",
570
+ "importPath": "@/clients/inspection-system/atoms/InfoDisplay",
571
+ "category": "form",
572
+ "client": "inspection-system"
573
+ },
574
+ "stats-grid": {
575
+ "component": "StatsGrid",
576
+ "importPath": "@/clients/inspection-system/molecules/StatsGrid",
577
+ "category": "display",
578
+ "client": "inspection-system"
579
+ },
580
+ "checklist": {
581
+ "component": "Checklist",
582
+ "importPath": "@/clients/inspection-system/molecules/Checklist",
583
+ "category": "form",
584
+ "client": "inspection-system"
585
+ },
586
+ "multi-select": {
587
+ "component": "MultiSelect",
588
+ "importPath": "@/clients/inspection-system/molecules/MultiSelect",
589
+ "category": "form",
590
+ "client": "inspection-system"
591
+ },
592
+ "signature": {
593
+ "component": "SignatureCapture",
594
+ "importPath": "@/clients/inspection-system/organisms/SignatureCapture",
595
+ "category": "form",
596
+ "client": "inspection-system"
597
+ },
598
+ "vstack": {
599
+ "component": "VStack",
600
+ "importPath": "@/components/atoms",
601
+ "category": "layout"
602
+ },
603
+ "hstack": {
604
+ "component": "HStack",
605
+ "importPath": "@/components/atoms",
606
+ "category": "layout"
607
+ },
608
+ "box": {
609
+ "component": "Box",
610
+ "importPath": "@/components/atoms",
611
+ "category": "layout"
612
+ },
613
+ "grid": {
614
+ "component": "Grid",
615
+ "importPath": "@/components/molecules",
616
+ "category": "layout"
617
+ },
618
+ "center": {
619
+ "component": "Center",
620
+ "importPath": "@/components/atoms",
621
+ "category": "layout"
622
+ },
623
+ "spacer": {
624
+ "component": "Spacer",
625
+ "importPath": "@/components/atoms",
626
+ "category": "layout"
627
+ },
628
+ "divider": {
629
+ "component": "Divider",
630
+ "importPath": "@/components/atoms",
631
+ "category": "layout"
632
+ },
633
+ "button": {
634
+ "component": "Button",
635
+ "importPath": "@/components/atoms",
636
+ "category": "atom"
637
+ },
638
+ "icon-button": {
639
+ "component": "Button",
640
+ "importPath": "@/components/atoms",
641
+ "category": "atom"
642
+ },
643
+ "text": {
644
+ "component": "Typography",
645
+ "importPath": "@/components/atoms",
646
+ "category": "atom"
647
+ },
648
+ "heading": {
649
+ "component": "Typography",
650
+ "importPath": "@/components/atoms",
651
+ "category": "atom"
652
+ },
653
+ "badge": {
654
+ "component": "Badge",
655
+ "importPath": "@/components/atoms",
656
+ "category": "atom"
657
+ },
658
+ "avatar": {
659
+ "component": "Avatar",
660
+ "importPath": "@/components/atoms",
661
+ "category": "atom"
662
+ },
663
+ "icon": {
664
+ "component": "Icon",
665
+ "importPath": "@/components/atoms",
666
+ "category": "atom"
667
+ },
668
+ "spinner": {
669
+ "component": "Spinner",
670
+ "importPath": "@/components/atoms",
671
+ "category": "atom"
672
+ },
673
+ "input": {
674
+ "component": "Input",
675
+ "importPath": "@/components/atoms",
676
+ "category": "form"
677
+ },
678
+ "textarea": {
679
+ "component": "Textarea",
680
+ "importPath": "@/components/atoms",
681
+ "category": "form"
682
+ },
683
+ "select": {
684
+ "component": "Select",
685
+ "importPath": "@/components/atoms",
686
+ "category": "form"
687
+ },
688
+ "checkbox": {
689
+ "component": "Checkbox",
690
+ "importPath": "@/components/atoms",
691
+ "category": "form"
692
+ },
693
+ "radio": {
694
+ "component": "Radio",
695
+ "importPath": "@/components/atoms",
696
+ "category": "form"
697
+ },
698
+ "switch": {
699
+ "component": "Switch",
700
+ "importPath": "@/components/atoms",
701
+ "category": "form"
702
+ },
703
+ "label": {
704
+ "component": "Label",
705
+ "importPath": "@/components/atoms",
706
+ "category": "form"
707
+ },
708
+ "alert": {
709
+ "component": "Alert",
710
+ "importPath": "@/components/molecules/Alert",
711
+ "category": "state"
712
+ },
713
+ "accordion": {
714
+ "component": "Accordion",
715
+ "importPath": "@/components/molecules/Accordion",
716
+ "category": "display"
717
+ },
718
+ "tooltip": {
719
+ "component": "Tooltip",
720
+ "importPath": "@/components/molecules",
721
+ "category": "atom"
722
+ },
723
+ "popover": {
724
+ "component": "Popover",
725
+ "importPath": "@/components/molecules",
726
+ "category": "atom"
727
+ },
728
+ "menu": {
729
+ "component": "Menu",
730
+ "importPath": "@/components/molecules",
731
+ "category": "navigation"
732
+ },
733
+ "link": {
734
+ "component": "Button",
735
+ "importPath": "@/components/atoms",
736
+ "category": "atom"
737
+ },
738
+ "image": {
739
+ "component": "Box",
740
+ "importPath": "@/components/atoms",
741
+ "category": "atom"
742
+ },
743
+ "progress-bar": {
744
+ "component": "ProgressBar",
745
+ "importPath": "@/components/atoms",
746
+ "category": "display"
747
+ },
748
+ "button-group": {
749
+ "component": "ButtonGroup",
750
+ "importPath": "@/components/molecules/ButtonGroup",
751
+ "category": "atom"
752
+ },
753
+ "container": {
754
+ "component": "Container",
755
+ "importPath": "@/components/molecules",
756
+ "category": "layout"
757
+ },
758
+ "simple-grid": {
759
+ "component": "SimpleGrid",
760
+ "importPath": "@/components/molecules",
761
+ "category": "layout"
762
+ },
763
+ "float-button": {
764
+ "component": "FloatingActionButton",
765
+ "importPath": "@/components/molecules",
766
+ "category": "atom"
767
+ },
768
+ "credit-meter": {
769
+ "component": "CreditMeter",
770
+ "importPath": "@/clients/blaz-kelemnc/atoms/CreditMeter",
771
+ "category": "display",
772
+ "client": "blaz-klemenc"
773
+ },
774
+ "credit-expiration-alert": {
775
+ "component": "CreditExpirationAlert",
776
+ "importPath": "@/clients/blaz-kelemnc/atoms/CreditExpirationAlert",
777
+ "category": "display",
778
+ "client": "blaz-klemenc"
779
+ },
780
+ "exercise-video-link": {
781
+ "component": "ExerciseVideoLink",
782
+ "importPath": "@/clients/blaz-kelemnc/atoms/ExerciseVideoLink",
783
+ "category": "display",
784
+ "client": "blaz-klemenc"
785
+ },
786
+ "shareable-link-generator": {
787
+ "component": "ShareableLinkGenerator",
788
+ "importPath": "@/clients/blaz-kelemnc/atoms/ShareableLinkGenerator",
789
+ "category": "form",
790
+ "client": "blaz-klemenc"
791
+ },
792
+ "body-measurement-input": {
793
+ "component": "BodyMeasurementInput",
794
+ "importPath": "@/clients/blaz-kelemnc/molecules/BodyMeasurementInput",
795
+ "category": "form",
796
+ "client": "blaz-klemenc"
797
+ },
798
+ "daily-progress-input": {
799
+ "component": "DailyProgressInput",
800
+ "importPath": "@/clients/blaz-kelemnc/molecules/DailyProgressInput",
801
+ "category": "form",
802
+ "client": "blaz-klemenc"
803
+ },
804
+ "group-session-card": {
805
+ "component": "GroupSessionCard",
806
+ "importPath": "@/clients/blaz-kelemnc/molecules/GroupSessionCard",
807
+ "category": "display",
808
+ "client": "blaz-klemenc"
809
+ },
810
+ "lift-tracker": {
811
+ "component": "LiftTracker",
812
+ "importPath": "@/clients/blaz-kelemnc/molecules/LiftTracker",
813
+ "category": "form",
814
+ "client": "blaz-klemenc"
815
+ },
816
+ "meal-plan-card": {
817
+ "component": "MealPlanCard",
818
+ "importPath": "@/clients/blaz-kelemnc/molecules/MealPlanCard",
819
+ "category": "display",
820
+ "client": "blaz-klemenc"
821
+ },
822
+ "nutrition-summary": {
823
+ "component": "NutritionSummary",
824
+ "importPath": "@/clients/blaz-kelemnc/molecules/NutritionSummary",
825
+ "category": "display",
826
+ "client": "blaz-klemenc"
827
+ },
828
+ "progress-chart": {
829
+ "component": "ProgressChart",
830
+ "importPath": "@/clients/blaz-kelemnc/molecules/ProgressChart",
831
+ "category": "display",
832
+ "client": "blaz-klemenc"
833
+ },
834
+ "special-exercise-card": {
835
+ "component": "SpecialExerciseCard",
836
+ "importPath": "@/clients/blaz-kelemnc/molecules/SpecialExerciseCard",
837
+ "category": "display",
838
+ "client": "blaz-klemenc"
839
+ },
840
+ "trainee-card": {
841
+ "component": "TraineeCard",
842
+ "importPath": "@/clients/blaz-kelemnc/molecules/TraineeCard",
843
+ "category": "display",
844
+ "client": "blaz-klemenc"
845
+ },
846
+ "workout-plan-card": {
847
+ "component": "WorkoutPlanCard",
848
+ "importPath": "@/clients/blaz-kelemnc/molecules/WorkoutPlanCard",
849
+ "category": "display",
850
+ "client": "blaz-klemenc"
851
+ },
852
+ "ai-analysis-panel": {
853
+ "component": "AIAnalysisPanel",
854
+ "importPath": "@/clients/blaz-kelemnc/organisms/AIAnalysisPanel",
855
+ "category": "display",
856
+ "client": "blaz-klemenc"
857
+ },
858
+ "kinesiology-exam-form": {
859
+ "component": "KinesiologyExamForm",
860
+ "importPath": "@/clients/blaz-kelemnc/organisms/KinesiologyExamForm",
861
+ "category": "form",
862
+ "client": "blaz-klemenc"
863
+ },
864
+ "session-scheduler": {
865
+ "component": "SessionScheduler",
866
+ "importPath": "@/clients/blaz-kelemnc/organisms/SessionScheduler",
867
+ "category": "form",
868
+ "client": "blaz-klemenc"
869
+ },
870
+ "trainee-comparison": {
871
+ "component": "TraineeComparison",
872
+ "importPath": "@/clients/blaz-kelemnc/organisms/TraineeComparison",
873
+ "category": "display",
874
+ "client": "blaz-klemenc"
875
+ },
876
+ "weekly-calendar": {
877
+ "component": "WeeklyCalendar",
878
+ "importPath": "@/clients/blaz-kelemnc/organisms/WeeklyCalendar",
879
+ "category": "display",
880
+ "client": "blaz-klemenc"
881
+ },
882
+ "mind-map-connections": {
883
+ "component": "MindMapConnections",
884
+ "importPath": "@/clients/kflow/atoms/MindMapConnections",
885
+ "category": "display",
886
+ "client": "kflow"
887
+ },
888
+ "concept-meta-tags": {
889
+ "component": "ConceptMetaTags",
890
+ "importPath": "@/clients/kflow/molecules/ConceptMetaTags",
891
+ "category": "display",
892
+ "client": "kflow"
893
+ },
894
+ "graph-legend": {
895
+ "component": "GraphLegend",
896
+ "importPath": "@/clients/kflow/molecules/GraphLegend",
897
+ "category": "display",
898
+ "client": "kflow"
899
+ },
900
+ "layer-navigator": {
901
+ "component": "LayerNavigator",
902
+ "importPath": "@/clients/kflow/molecules/LayerNavigator",
903
+ "category": "navigation",
904
+ "client": "kflow"
905
+ },
906
+ "learning-goal-display": {
907
+ "component": "LearningGoalDisplay",
908
+ "importPath": "@/clients/kflow/molecules/LearningGoalDisplay",
909
+ "category": "display",
910
+ "client": "kflow"
911
+ },
912
+ "mind-map-header": {
913
+ "component": "MindMapHeader",
914
+ "importPath": "@/clients/kflow/molecules/MindMapHeader",
915
+ "category": "display",
916
+ "client": "kflow"
917
+ },
918
+ "mind-map-node": {
919
+ "component": "MindMapNode",
920
+ "importPath": "@/clients/kflow/molecules/MindMapNode",
921
+ "category": "display",
922
+ "client": "kflow"
923
+ },
924
+ "note-content": {
925
+ "component": "NoteContent",
926
+ "importPath": "@/clients/kflow/molecules/NoteContent",
927
+ "category": "display",
928
+ "client": "kflow"
929
+ },
930
+ "note-list-item": {
931
+ "component": "NoteListItem",
932
+ "importPath": "@/clients/kflow/molecules/NoteListItem",
933
+ "category": "display",
934
+ "client": "kflow"
935
+ },
936
+ "streaming-display": {
937
+ "component": "StreamingDisplay",
938
+ "importPath": "@/clients/kflow/molecules/StreamingDisplay",
939
+ "category": "display",
940
+ "client": "kflow"
941
+ },
942
+ "connection-block": {
943
+ "component": "ConnectionBlock",
944
+ "importPath": "@/clients/kflow/molecules/ConnectionBlock",
945
+ "category": "display",
946
+ "client": "kflow"
947
+ },
948
+ "quiz-block": {
949
+ "component": "QuizBlock",
950
+ "importPath": "@/clients/kflow/molecules/QuizBlock",
951
+ "category": "form",
952
+ "client": "kflow"
953
+ },
954
+ "reflection-block": {
955
+ "component": "ReflectionBlock",
956
+ "importPath": "@/clients/kflow/molecules/ReflectionBlock",
957
+ "category": "form",
958
+ "client": "kflow"
959
+ },
960
+ "activation-block": {
961
+ "component": "ActivationBlock",
962
+ "importPath": "@/clients/kflow/molecules/ActivationBlock",
963
+ "category": "display",
964
+ "client": "kflow"
965
+ },
966
+ "bloom-quiz-block": {
967
+ "component": "BloomQuizBlock",
968
+ "importPath": "@/clients/kflow/molecules/BloomQuizBlock",
969
+ "category": "form",
970
+ "client": "kflow"
971
+ },
972
+ "code-block": {
973
+ "component": "CodeBlock",
974
+ "importPath": "@/clients/kflow/molecules/CodeBlock",
975
+ "category": "display",
976
+ "client": "kflow"
977
+ },
978
+ "markdown-content": {
979
+ "component": "MarkdownContent",
980
+ "importPath": "@/clients/kflow/molecules/MarkdownContent",
981
+ "category": "display",
982
+ "client": "kflow"
983
+ },
984
+ "concept-card": {
985
+ "component": "ConceptCard",
986
+ "importPath": "@/clients/kflow/organisms/ConceptCard",
987
+ "category": "display",
988
+ "client": "kflow"
989
+ },
990
+ "flash-cards-display": {
991
+ "component": "FlashCardsDisplay",
992
+ "importPath": "@/clients/kflow/organisms/FlashCardsDisplay",
993
+ "category": "display",
994
+ "client": "kflow"
995
+ },
996
+ "flash-card-stack": {
997
+ "component": "FlashCardStack",
998
+ "importPath": "@/clients/kflow/organisms/FlashCardStack",
999
+ "category": "display",
1000
+ "client": "kflow"
1001
+ },
1002
+ "flash-card": {
1003
+ "component": "FlashCard",
1004
+ "importPath": "@/clients/kflow/organisms/FlashCard",
1005
+ "category": "display",
1006
+ "client": "kflow"
1007
+ },
1008
+ "force-directed-graph": {
1009
+ "component": "ForceDirectedGraph",
1010
+ "importPath": "@/clients/kflow/organisms/ForceDirectedGraph",
1011
+ "category": "display",
1012
+ "client": "kflow"
1013
+ },
1014
+ "mind-map-canvas": {
1015
+ "component": "MindMapCanvas",
1016
+ "importPath": "@/clients/kflow/organisms/MindMapCanvas",
1017
+ "category": "display",
1018
+ "client": "kflow"
1019
+ },
1020
+ "note-list": {
1021
+ "component": "NoteList",
1022
+ "importPath": "@/clients/kflow/organisms/NoteList",
1023
+ "category": "display",
1024
+ "client": "kflow"
1025
+ },
1026
+ "segment-renderer": {
1027
+ "component": "SegmentRenderer",
1028
+ "importPath": "@/clients/kflow/organisms/SegmentRenderer",
1029
+ "category": "display",
1030
+ "client": "kflow"
1031
+ },
1032
+ "studio-home-web-template": {
1033
+ "component": "StudioHomeWebTemplate",
1034
+ "importPath": "@/clients/builder/templates/StudioHomeWebTemplate",
1035
+ "category": "template",
1036
+ "client": "builder"
1037
+ },
1038
+ "studio-project-template": {
1039
+ "component": "StudioProjectTemplate",
1040
+ "importPath": "@/clients/builder/templates/StudioProjectTemplate",
1041
+ "category": "template",
1042
+ "client": "builder"
1043
+ },
1044
+ "agent-chat-panel": {
1045
+ "component": "AgentChatPanel",
1046
+ "importPath": "@/clients/builder/organisms/agent/AgentChatPanel",
1047
+ "category": "display",
1048
+ "client": "builder"
1049
+ },
1050
+ "schema-diff-viewer": {
1051
+ "component": "SchemaDiffViewer",
1052
+ "importPath": "@/clients/builder/organisms/agent/SchemaDiffViewer",
1053
+ "category": "display",
1054
+ "client": "builder"
1055
+ },
1056
+ "todo-list": {
1057
+ "component": "TodoList",
1058
+ "importPath": "@/clients/builder/organisms/agent/TodoList",
1059
+ "category": "display",
1060
+ "client": "builder"
1061
+ },
1062
+ "agent-avatar": {
1063
+ "component": "AgentAvatar",
1064
+ "importPath": "@/clients/builder/atoms/agent/AgentAvatar",
1065
+ "category": "display",
1066
+ "client": "builder"
1067
+ },
1068
+ "agent-status-badge": {
1069
+ "component": "AgentStatusBadge",
1070
+ "importPath": "@/clients/builder/atoms/agent/AgentStatusBadge",
1071
+ "category": "display",
1072
+ "client": "builder"
1073
+ },
1074
+ "diff-line": {
1075
+ "component": "DiffLine",
1076
+ "importPath": "@/clients/builder/atoms/agent/DiffLine",
1077
+ "category": "display",
1078
+ "client": "builder"
1079
+ },
1080
+ "tool-badge": {
1081
+ "component": "ToolBadge",
1082
+ "importPath": "@/clients/builder/atoms/agent/ToolBadge",
1083
+ "category": "display",
1084
+ "client": "builder"
1085
+ },
1086
+ "editable-json-viewer": {
1087
+ "component": "EditableJsonViewer",
1088
+ "importPath": "@/clients/builder/molecules/EditableJsonViewer",
1089
+ "category": "form",
1090
+ "client": "builder"
1091
+ },
1092
+ "chat-message": {
1093
+ "component": "ChatMessage",
1094
+ "importPath": "@/clients/builder/molecules/agent/ChatMessage",
1095
+ "category": "display",
1096
+ "client": "builder"
1097
+ },
1098
+ "diff-block": {
1099
+ "component": "DiffBlock",
1100
+ "importPath": "@/clients/builder/molecules/agent/DiffBlock",
1101
+ "category": "display",
1102
+ "client": "builder"
1103
+ },
1104
+ "error-alert": {
1105
+ "component": "ErrorAlert",
1106
+ "importPath": "@/clients/builder/molecules/agent/ErrorAlert",
1107
+ "category": "feedback",
1108
+ "client": "builder"
1109
+ },
1110
+ "file-operation-item": {
1111
+ "component": "FileOperationItem",
1112
+ "importPath": "@/clients/builder/molecules/agent/FileOperationItem",
1113
+ "category": "display",
1114
+ "client": "builder"
1115
+ },
1116
+ "todo-item": {
1117
+ "component": "TodoItem",
1118
+ "importPath": "@/clients/builder/molecules/agent/TodoItem",
1119
+ "category": "display",
1120
+ "client": "builder"
1121
+ },
1122
+ "tool-call-card": {
1123
+ "component": "ToolCallCard",
1124
+ "importPath": "@/clients/builder/molecules/agent/ToolCallCard",
1125
+ "category": "display",
1126
+ "client": "builder"
1127
+ },
1128
+ "agent-activity-feed": {
1129
+ "component": "AgentActivityFeed",
1130
+ "importPath": "@/clients/builder/organisms/agent/AgentActivityFeed",
1131
+ "category": "display",
1132
+ "client": "builder"
1133
+ },
1134
+ "agent-chat-input": {
1135
+ "component": "AgentChatInput",
1136
+ "importPath": "@/clients/builder/organisms/agent/AgentChatInput",
1137
+ "category": "form",
1138
+ "client": "builder"
1139
+ },
1140
+ "agent-status-header": {
1141
+ "component": "AgentStatusHeader",
1142
+ "importPath": "@/clients/builder/organisms/agent/AgentStatusHeader",
1143
+ "category": "display",
1144
+ "client": "builder"
1145
+ },
1146
+ "studio-home-web": {
1147
+ "component": "StudioHomeWebTemplate",
1148
+ "importPath": "@/clients/builder/templates/StudioHomeWebTemplate",
1149
+ "category": "template",
1150
+ "client": "builder"
1151
+ },
1152
+ "studio-home-electron": {
1153
+ "component": "StudioHomeElectronTemplate",
1154
+ "importPath": "@/clients/builder/templates/StudioHomeElectronTemplate",
1155
+ "category": "template",
1156
+ "client": "builder"
1157
+ },
1158
+ "studio-project": {
1159
+ "component": "StudioProjectTemplate",
1160
+ "importPath": "@/clients/builder/templates/StudioProjectTemplate",
1161
+ "category": "template",
1162
+ "client": "builder"
1163
+ },
1164
+ "hex-tile-sprite": {
1165
+ "component": "HexTileSprite",
1166
+ "importPath": "@/clients/trait-wars/atoms/HexTileSprite",
1167
+ "category": "display",
1168
+ "client": "trait-wars"
1169
+ },
1170
+ "pixel-character-sprite": {
1171
+ "component": "PixelCharacterSprite",
1172
+ "importPath": "@/clients/trait-wars/atoms/PixelCharacterSprite",
1173
+ "category": "display",
1174
+ "client": "trait-wars"
1175
+ },
1176
+ "state-indicator": {
1177
+ "component": "StateIndicator",
1178
+ "importPath": "@/clients/trait-wars/atoms/StateIndicator",
1179
+ "category": "display",
1180
+ "client": "trait-wars"
1181
+ },
1182
+ "damage-popup": {
1183
+ "component": "DamagePopup",
1184
+ "importPath": "@/clients/trait-wars/atoms/DamagePopup",
1185
+ "category": "display",
1186
+ "client": "trait-wars"
1187
+ },
1188
+ "guard-display": {
1189
+ "component": "GuardDisplay",
1190
+ "importPath": "@/clients/trait-wars/atoms/GuardDisplay",
1191
+ "category": "display",
1192
+ "client": "trait-wars"
1193
+ },
1194
+ "game-unit": {
1195
+ "component": "GameUnit",
1196
+ "importPath": "@/clients/trait-wars/molecules/GameUnit",
1197
+ "category": "display",
1198
+ "client": "trait-wars"
1199
+ },
1200
+ "trait-state-viewer": {
1201
+ "component": "TraitStateViewer",
1202
+ "importPath": "@/clients/trait-wars/molecules/TraitStateViewer",
1203
+ "category": "display",
1204
+ "client": "trait-wars"
1205
+ },
1206
+ "hex-game-tile": {
1207
+ "component": "HexGameTile",
1208
+ "importPath": "@/clients/trait-wars/organisms/HexGameTile",
1209
+ "category": "display",
1210
+ "client": "trait-wars"
1211
+ },
1212
+ "hex-game-board": {
1213
+ "component": "HexGameBoard",
1214
+ "importPath": "@/clients/trait-wars/organisms/HexGameBoard",
1215
+ "category": "display",
1216
+ "client": "trait-wars"
1217
+ },
1218
+ "game-board": {
1219
+ "component": "GameBoard",
1220
+ "importPath": "@/clients/trait-wars/organisms/GameBoard",
1221
+ "category": "display",
1222
+ "client": "trait-wars"
1223
+ },
1224
+ "combat-log": {
1225
+ "component": "CombatLog",
1226
+ "importPath": "@/clients/trait-wars/organisms/CombatLog",
1227
+ "category": "display",
1228
+ "client": "trait-wars"
1229
+ },
1230
+ "trait-panel": {
1231
+ "component": "TraitPanel",
1232
+ "importPath": "@/clients/trait-wars/organisms/TraitPanel",
1233
+ "category": "display",
1234
+ "client": "trait-wars"
1235
+ }
1236
+ }
1237
+ }