@almadar/patterns 2.26.0 → 2.28.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/component-mapping.json +617 -978
- package/dist/event-contracts.json +62 -200
- package/dist/index.d.ts +15747 -14586
- package/dist/index.js +18479 -16863
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +17834 -15719
- package/dist/registry.json +17834 -15719
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-14T12:35:55.693Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"stats": {
|
|
26
26
|
"component": "StatCard",
|
|
27
|
-
"importPath": "@/components/
|
|
27
|
+
"importPath": "@/components/atoms/StatCard",
|
|
28
28
|
"category": "display"
|
|
29
29
|
},
|
|
30
30
|
"detail-panel": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
"card": {
|
|
111
111
|
"component": "Card",
|
|
112
|
-
"importPath": "@/components/
|
|
112
|
+
"importPath": "@/components/atoms/Card",
|
|
113
113
|
"category": "display"
|
|
114
114
|
},
|
|
115
115
|
"modal": {
|
|
@@ -129,133 +129,102 @@
|
|
|
129
129
|
},
|
|
130
130
|
"master-detail": {
|
|
131
131
|
"component": "MasterDetail",
|
|
132
|
-
"importPath": "@/components/organisms/
|
|
132
|
+
"importPath": "@/components/organisms/MasterDetail",
|
|
133
133
|
"category": "layout"
|
|
134
134
|
},
|
|
135
|
-
"dashboard-grid": {
|
|
136
|
-
"component": "DashboardGrid",
|
|
137
|
-
"importPath": "@/components/organisms/layout/DashboardGrid",
|
|
138
|
-
"category": "layout"
|
|
139
|
-
},
|
|
140
|
-
"game-hud": {
|
|
141
|
-
"component": "GameHud",
|
|
142
|
-
"importPath": "@/components/organisms/game/GameHud",
|
|
143
|
-
"category": "game"
|
|
144
|
-
},
|
|
145
|
-
"game-menu": {
|
|
146
|
-
"component": "GameMenu",
|
|
147
|
-
"importPath": "@/components/organisms/game/GameMenu",
|
|
148
|
-
"category": "game"
|
|
149
|
-
},
|
|
150
|
-
"game-over-screen": {
|
|
151
|
-
"component": "GameOverScreen",
|
|
152
|
-
"importPath": "@/components/organisms/game/GameOverScreen",
|
|
153
|
-
"category": "game"
|
|
154
|
-
},
|
|
155
|
-
"inventory-panel": {
|
|
156
|
-
"component": "InventoryPanel",
|
|
157
|
-
"importPath": "@/components/organisms/game/InventoryPanel",
|
|
158
|
-
"category": "game"
|
|
159
|
-
},
|
|
160
|
-
"dialogue-box": {
|
|
161
|
-
"component": "DialogueBox",
|
|
162
|
-
"importPath": "@/components/organisms/game/DialogueBox",
|
|
163
|
-
"category": "game"
|
|
164
|
-
},
|
|
165
135
|
"runtime-debugger": {
|
|
166
136
|
"component": "RuntimeDebugger",
|
|
167
|
-
"importPath": "@/components/organisms/
|
|
137
|
+
"importPath": "@/components/organisms/RuntimeDebugger",
|
|
168
138
|
"category": "debug"
|
|
169
139
|
},
|
|
170
140
|
"repeatable-form-section": {
|
|
171
141
|
"component": "RepeatableFormSection",
|
|
172
|
-
"importPath": "@/
|
|
173
|
-
"category": "form"
|
|
174
|
-
"client": "inspection-system"
|
|
142
|
+
"importPath": "@/components/molecules/RepeatableFormSection",
|
|
143
|
+
"category": "form"
|
|
175
144
|
},
|
|
176
145
|
"box": {
|
|
177
146
|
"component": "Box",
|
|
178
|
-
"importPath": "@/components/atoms",
|
|
147
|
+
"importPath": "@/components/atoms/Box",
|
|
179
148
|
"category": "layout"
|
|
180
149
|
},
|
|
181
150
|
"grid": {
|
|
182
151
|
"component": "Grid",
|
|
183
|
-
"importPath": "@/components/molecules",
|
|
152
|
+
"importPath": "@/components/molecules/Grid",
|
|
184
153
|
"category": "layout"
|
|
185
154
|
},
|
|
186
155
|
"center": {
|
|
187
156
|
"component": "Center",
|
|
188
|
-
"importPath": "@/components/atoms",
|
|
157
|
+
"importPath": "@/components/atoms/Center",
|
|
189
158
|
"category": "layout"
|
|
190
159
|
},
|
|
191
160
|
"spacer": {
|
|
192
161
|
"component": "Spacer",
|
|
193
|
-
"importPath": "@/components/atoms",
|
|
162
|
+
"importPath": "@/components/atoms/Spacer",
|
|
194
163
|
"category": "layout"
|
|
195
164
|
},
|
|
196
165
|
"divider": {
|
|
197
166
|
"component": "Divider",
|
|
198
|
-
"importPath": "@/components/atoms",
|
|
167
|
+
"importPath": "@/components/atoms/Divider",
|
|
199
168
|
"category": "layout"
|
|
200
169
|
},
|
|
201
170
|
"button": {
|
|
202
171
|
"component": "Button",
|
|
203
|
-
"importPath": "@/components/atoms",
|
|
172
|
+
"importPath": "@/components/atoms/Button",
|
|
204
173
|
"category": "atom"
|
|
205
174
|
},
|
|
206
175
|
"badge": {
|
|
207
176
|
"component": "Badge",
|
|
208
|
-
"importPath": "@/components/atoms",
|
|
177
|
+
"importPath": "@/components/atoms/Badge",
|
|
209
178
|
"category": "atom"
|
|
210
179
|
},
|
|
211
180
|
"avatar": {
|
|
212
181
|
"component": "Avatar",
|
|
213
|
-
"importPath": "@/components/atoms",
|
|
182
|
+
"importPath": "@/components/atoms/Avatar",
|
|
214
183
|
"category": "atom"
|
|
215
184
|
},
|
|
216
185
|
"icon": {
|
|
217
186
|
"component": "Icon",
|
|
218
|
-
"importPath": "@/components/atoms",
|
|
187
|
+
"importPath": "@/components/atoms/Icon",
|
|
219
188
|
"category": "atom"
|
|
220
189
|
},
|
|
221
190
|
"spinner": {
|
|
222
191
|
"component": "Spinner",
|
|
223
|
-
"importPath": "@/components/atoms",
|
|
192
|
+
"importPath": "@/components/atoms/Spinner",
|
|
224
193
|
"category": "atom"
|
|
225
194
|
},
|
|
226
195
|
"input": {
|
|
227
196
|
"component": "Input",
|
|
228
|
-
"importPath": "@/components/atoms",
|
|
197
|
+
"importPath": "@/components/atoms/Input",
|
|
229
198
|
"category": "form"
|
|
230
199
|
},
|
|
231
200
|
"textarea": {
|
|
232
201
|
"component": "Textarea",
|
|
233
|
-
"importPath": "@/components/atoms",
|
|
202
|
+
"importPath": "@/components/atoms/Textarea",
|
|
234
203
|
"category": "form"
|
|
235
204
|
},
|
|
236
205
|
"select": {
|
|
237
206
|
"component": "Select",
|
|
238
|
-
"importPath": "@/components/atoms",
|
|
207
|
+
"importPath": "@/components/atoms/Select",
|
|
239
208
|
"category": "form"
|
|
240
209
|
},
|
|
241
210
|
"checkbox": {
|
|
242
211
|
"component": "Checkbox",
|
|
243
|
-
"importPath": "@/components/atoms",
|
|
212
|
+
"importPath": "@/components/atoms/Checkbox",
|
|
244
213
|
"category": "form"
|
|
245
214
|
},
|
|
246
215
|
"radio": {
|
|
247
216
|
"component": "Radio",
|
|
248
|
-
"importPath": "@/components/atoms",
|
|
217
|
+
"importPath": "@/components/atoms/Radio",
|
|
249
218
|
"category": "form"
|
|
250
219
|
},
|
|
251
220
|
"switch": {
|
|
252
221
|
"component": "Switch",
|
|
253
|
-
"importPath": "@/components/atoms",
|
|
222
|
+
"importPath": "@/components/atoms/Switch",
|
|
254
223
|
"category": "form"
|
|
255
224
|
},
|
|
256
225
|
"label": {
|
|
257
226
|
"component": "Label",
|
|
258
|
-
"importPath": "@/components/atoms",
|
|
227
|
+
"importPath": "@/components/atoms/Label",
|
|
259
228
|
"category": "form"
|
|
260
229
|
},
|
|
261
230
|
"alert": {
|
|
@@ -270,32 +239,32 @@
|
|
|
270
239
|
},
|
|
271
240
|
"tooltip": {
|
|
272
241
|
"component": "Tooltip",
|
|
273
|
-
"importPath": "@/components/molecules",
|
|
242
|
+
"importPath": "@/components/molecules/Tooltip",
|
|
274
243
|
"category": "atom"
|
|
275
244
|
},
|
|
276
245
|
"popover": {
|
|
277
246
|
"component": "Popover",
|
|
278
|
-
"importPath": "@/components/molecules",
|
|
247
|
+
"importPath": "@/components/molecules/Popover",
|
|
279
248
|
"category": "atom"
|
|
280
249
|
},
|
|
281
250
|
"menu": {
|
|
282
251
|
"component": "Menu",
|
|
283
|
-
"importPath": "@/components/molecules",
|
|
252
|
+
"importPath": "@/components/molecules/Menu",
|
|
284
253
|
"category": "navigation"
|
|
285
254
|
},
|
|
286
255
|
"progress-bar": {
|
|
287
256
|
"component": "ProgressBar",
|
|
288
|
-
"importPath": "@/components/atoms",
|
|
257
|
+
"importPath": "@/components/atoms/ProgressBar",
|
|
289
258
|
"category": "display"
|
|
290
259
|
},
|
|
291
260
|
"container": {
|
|
292
261
|
"component": "Container",
|
|
293
|
-
"importPath": "@/components/molecules",
|
|
262
|
+
"importPath": "@/components/molecules/Container",
|
|
294
263
|
"category": "layout"
|
|
295
264
|
},
|
|
296
265
|
"simple-grid": {
|
|
297
266
|
"component": "SimpleGrid",
|
|
298
|
-
"importPath": "@/components/molecules",
|
|
267
|
+
"importPath": "@/components/molecules/SimpleGrid",
|
|
299
268
|
"category": "layout"
|
|
300
269
|
},
|
|
301
270
|
"studio-home-web": {
|
|
@@ -385,26 +354,6 @@
|
|
|
385
354
|
"importPath": "@/components/atoms/Typography",
|
|
386
355
|
"category": "component"
|
|
387
356
|
},
|
|
388
|
-
"control-button": {
|
|
389
|
-
"component": "ControlButton",
|
|
390
|
-
"importPath": "@/components/atoms/ControlButton",
|
|
391
|
-
"category": "component"
|
|
392
|
-
},
|
|
393
|
-
"health-bar": {
|
|
394
|
-
"component": "HealthBar",
|
|
395
|
-
"importPath": "@/components/atoms/HealthBar",
|
|
396
|
-
"category": "component"
|
|
397
|
-
},
|
|
398
|
-
"score-display": {
|
|
399
|
-
"component": "ScoreDisplay",
|
|
400
|
-
"importPath": "@/components/atoms/ScoreDisplay",
|
|
401
|
-
"category": "component"
|
|
402
|
-
},
|
|
403
|
-
"sprite": {
|
|
404
|
-
"component": "Sprite",
|
|
405
|
-
"importPath": "@/components/atoms/Sprite",
|
|
406
|
-
"category": "game"
|
|
407
|
-
},
|
|
408
357
|
"flex": {
|
|
409
358
|
"component": "Flex",
|
|
410
359
|
"importPath": "@/components/molecules/Flex",
|
|
@@ -445,36 +394,11 @@
|
|
|
445
394
|
"importPath": "@/components/molecules/ViolationAlert",
|
|
446
395
|
"category": "state"
|
|
447
396
|
},
|
|
448
|
-
"action-buttons": {
|
|
449
|
-
"component": "ActionButtons",
|
|
450
|
-
"importPath": "@/components/molecules/ActionButtons",
|
|
451
|
-
"category": "component"
|
|
452
|
-
},
|
|
453
|
-
"d-pad": {
|
|
454
|
-
"component": "DPad",
|
|
455
|
-
"importPath": "@/components/molecules/DPad",
|
|
456
|
-
"category": "component"
|
|
457
|
-
},
|
|
458
|
-
"stat-badge": {
|
|
459
|
-
"component": "StatBadge",
|
|
460
|
-
"importPath": "@/components/molecules/game/StatBadge",
|
|
461
|
-
"category": "game"
|
|
462
|
-
},
|
|
463
397
|
"stat-display": {
|
|
464
398
|
"component": "StatDisplay",
|
|
465
399
|
"importPath": "@/components/molecules/StatDisplay",
|
|
466
400
|
"category": "display"
|
|
467
401
|
},
|
|
468
|
-
"button-pattern": {
|
|
469
|
-
"component": "ButtonPattern",
|
|
470
|
-
"importPath": "@/components/organisms/ButtonPattern",
|
|
471
|
-
"category": "display"
|
|
472
|
-
},
|
|
473
|
-
"custom-pattern": {
|
|
474
|
-
"component": "CustomPattern",
|
|
475
|
-
"importPath": "@/components/organisms/CustomPattern",
|
|
476
|
-
"category": "display"
|
|
477
|
-
},
|
|
478
402
|
"drawer-slot": {
|
|
479
403
|
"component": "DrawerSlot",
|
|
480
404
|
"importPath": "@/components/organisms/DrawerSlot",
|
|
@@ -485,11 +409,6 @@
|
|
|
485
409
|
"importPath": "@/components/organisms/Header",
|
|
486
410
|
"category": "header"
|
|
487
411
|
},
|
|
488
|
-
"layout-pattern": {
|
|
489
|
-
"component": "LayoutPattern",
|
|
490
|
-
"importPath": "@/components/organisms/LayoutPattern",
|
|
491
|
-
"category": "layout"
|
|
492
|
-
},
|
|
493
412
|
"modal-slot": {
|
|
494
413
|
"component": "ModalSlot",
|
|
495
414
|
"importPath": "@/components/organisms/ModalSlot",
|
|
@@ -530,16 +449,6 @@
|
|
|
530
449
|
"importPath": "@/components/organisms/ToastSlot",
|
|
531
450
|
"category": "layout"
|
|
532
451
|
},
|
|
533
|
-
"split-pane": {
|
|
534
|
-
"component": "SplitPane",
|
|
535
|
-
"importPath": "@/components/organisms/SplitPane",
|
|
536
|
-
"category": "layout"
|
|
537
|
-
},
|
|
538
|
-
"tabbed-container": {
|
|
539
|
-
"component": "TabbedContainer",
|
|
540
|
-
"importPath": "@/components/organisms/TabbedContainer",
|
|
541
|
-
"category": "navigation"
|
|
542
|
-
},
|
|
543
452
|
"auth-layout": {
|
|
544
453
|
"component": "AuthLayout",
|
|
545
454
|
"importPath": "@/components/templates/AuthLayout",
|
|
@@ -572,7 +481,7 @@
|
|
|
572
481
|
},
|
|
573
482
|
"chart": {
|
|
574
483
|
"component": "Chart",
|
|
575
|
-
"importPath": "
|
|
484
|
+
"importPath": "@/components/organisms/Chart",
|
|
576
485
|
"category": "visualization"
|
|
577
486
|
},
|
|
578
487
|
"meter": {
|
|
@@ -582,44 +491,34 @@
|
|
|
582
491
|
},
|
|
583
492
|
"timeline": {
|
|
584
493
|
"component": "Timeline",
|
|
585
|
-
"importPath": "
|
|
494
|
+
"importPath": "@/components/organisms/Timeline",
|
|
586
495
|
"category": "display"
|
|
587
496
|
},
|
|
588
497
|
"media-gallery": {
|
|
589
498
|
"component": "MediaGallery",
|
|
590
|
-
"importPath": "
|
|
499
|
+
"importPath": "@/components/organisms/MediaGallery",
|
|
591
500
|
"category": "media"
|
|
592
501
|
},
|
|
593
502
|
"signature-pad": {
|
|
594
503
|
"component": "SignaturePad",
|
|
595
|
-
"importPath": "
|
|
504
|
+
"importPath": "@/components/organisms/SignaturePad",
|
|
596
505
|
"category": "form"
|
|
597
506
|
},
|
|
598
507
|
"document-viewer": {
|
|
599
508
|
"component": "DocumentViewer",
|
|
600
|
-
"importPath": "
|
|
509
|
+
"importPath": "@/components/organisms/DocumentViewer",
|
|
601
510
|
"category": "display"
|
|
602
511
|
},
|
|
603
512
|
"graph-canvas": {
|
|
604
513
|
"component": "GraphCanvas",
|
|
605
|
-
"importPath": "
|
|
514
|
+
"importPath": "@/components/organisms/GraphCanvas",
|
|
606
515
|
"category": "visualization"
|
|
607
516
|
},
|
|
608
517
|
"code-viewer": {
|
|
609
518
|
"component": "CodeViewer",
|
|
610
|
-
"importPath": "
|
|
519
|
+
"importPath": "@/components/organisms/CodeViewer",
|
|
611
520
|
"category": "display"
|
|
612
521
|
},
|
|
613
|
-
"canvas-effect": {
|
|
614
|
-
"component": "CanvasEffect",
|
|
615
|
-
"importPath": "@/components/organisms/CanvasEffect",
|
|
616
|
-
"category": "game"
|
|
617
|
-
},
|
|
618
|
-
"isometric-canvas": {
|
|
619
|
-
"component": "IsometricCanvas",
|
|
620
|
-
"importPath": "@/components/organisms/IsometricCanvas",
|
|
621
|
-
"category": "game"
|
|
622
|
-
},
|
|
623
522
|
"battle-template": {
|
|
624
523
|
"component": "BattleTemplate",
|
|
625
524
|
"importPath": "@/components/templates/BattleTemplate",
|
|
@@ -635,51 +534,6 @@
|
|
|
635
534
|
"importPath": "@/components/templates/WorldMapTemplate",
|
|
636
535
|
"category": "template"
|
|
637
536
|
},
|
|
638
|
-
"battle-board": {
|
|
639
|
-
"component": "BattleBoard",
|
|
640
|
-
"importPath": "@/components/organisms/BattleBoard",
|
|
641
|
-
"category": "game"
|
|
642
|
-
},
|
|
643
|
-
"castle-board": {
|
|
644
|
-
"component": "CastleBoard",
|
|
645
|
-
"importPath": "@/components/organisms/CastleBoard",
|
|
646
|
-
"category": "game"
|
|
647
|
-
},
|
|
648
|
-
"world-map-board": {
|
|
649
|
-
"component": "WorldMapBoard",
|
|
650
|
-
"importPath": "@/components/organisms/WorldMapBoard",
|
|
651
|
-
"category": "game"
|
|
652
|
-
},
|
|
653
|
-
"collapsible-section": {
|
|
654
|
-
"component": "CollapsibleSection",
|
|
655
|
-
"importPath": "@/components/organisms/CollapsibleSection",
|
|
656
|
-
"category": "display"
|
|
657
|
-
},
|
|
658
|
-
"model-loader": {
|
|
659
|
-
"component": "ModelLoader",
|
|
660
|
-
"importPath": "@/components/organisms/ModelLoader",
|
|
661
|
-
"category": "display"
|
|
662
|
-
},
|
|
663
|
-
"feature-renderer": {
|
|
664
|
-
"component": "FeatureRenderer",
|
|
665
|
-
"importPath": "@/components/organisms/FeatureRenderer",
|
|
666
|
-
"category": "display"
|
|
667
|
-
},
|
|
668
|
-
"tile-renderer": {
|
|
669
|
-
"component": "TileRenderer",
|
|
670
|
-
"importPath": "@/components/organisms/TileRenderer",
|
|
671
|
-
"category": "game"
|
|
672
|
-
},
|
|
673
|
-
"unit-renderer": {
|
|
674
|
-
"component": "UnitRenderer",
|
|
675
|
-
"importPath": "@/components/organisms/UnitRenderer",
|
|
676
|
-
"category": "display"
|
|
677
|
-
},
|
|
678
|
-
"state-indicator": {
|
|
679
|
-
"component": "StateIndicator",
|
|
680
|
-
"importPath": "@/components/atoms/StateIndicator",
|
|
681
|
-
"category": "display"
|
|
682
|
-
},
|
|
683
537
|
"error-boundary": {
|
|
684
538
|
"component": "ErrorBoundary",
|
|
685
539
|
"importPath": "@/components/molecules/ErrorBoundary",
|
|
@@ -690,31 +544,6 @@
|
|
|
690
544
|
"importPath": "@/components/molecules/Skeleton",
|
|
691
545
|
"category": "component"
|
|
692
546
|
},
|
|
693
|
-
"game-audio-provider": {
|
|
694
|
-
"component": "GameAudioProvider",
|
|
695
|
-
"importPath": "@/components/organisms/GameAudioProvider",
|
|
696
|
-
"category": "game"
|
|
697
|
-
},
|
|
698
|
-
"game-audio-toggle": {
|
|
699
|
-
"component": "GameAudioToggle",
|
|
700
|
-
"importPath": "@/components/organisms/GameAudioToggle",
|
|
701
|
-
"category": "game"
|
|
702
|
-
},
|
|
703
|
-
"trait-slot": {
|
|
704
|
-
"component": "TraitSlot",
|
|
705
|
-
"importPath": "@/components/organisms/TraitSlot",
|
|
706
|
-
"category": "layout"
|
|
707
|
-
},
|
|
708
|
-
"trait-state-viewer": {
|
|
709
|
-
"component": "TraitStateViewer",
|
|
710
|
-
"importPath": "@/components/organisms/TraitStateViewer",
|
|
711
|
-
"category": "display"
|
|
712
|
-
},
|
|
713
|
-
"uncontrolled-battle-board": {
|
|
714
|
-
"component": "UncontrolledBattleBoard",
|
|
715
|
-
"importPath": "@/components/organisms/UncontrolledBattleBoard",
|
|
716
|
-
"category": "game"
|
|
717
|
-
},
|
|
718
547
|
"quiz-block": {
|
|
719
548
|
"component": "QuizBlock",
|
|
720
549
|
"importPath": "@/components/molecules/QuizBlock",
|
|
@@ -745,210 +574,70 @@
|
|
|
745
574
|
"importPath": "@/components/organisms/StateMachineView",
|
|
746
575
|
"category": "display"
|
|
747
576
|
},
|
|
748
|
-
"book-chapter-view": {
|
|
749
|
-
"component": "BookChapterView",
|
|
750
|
-
"importPath": "@/components/organisms/BookChapterView",
|
|
751
|
-
"category": "display"
|
|
752
|
-
},
|
|
753
|
-
"book-cover-page": {
|
|
754
|
-
"component": "BookCoverPage",
|
|
755
|
-
"importPath": "@/components/organisms/BookCoverPage",
|
|
756
|
-
"category": "display"
|
|
757
|
-
},
|
|
758
|
-
"book-nav-bar": {
|
|
759
|
-
"component": "BookNavBar",
|
|
760
|
-
"importPath": "@/components/organisms/BookNavBar",
|
|
761
|
-
"category": "navigation"
|
|
762
|
-
},
|
|
763
|
-
"book-table-of-contents": {
|
|
764
|
-
"component": "BookTableOfContents",
|
|
765
|
-
"importPath": "@/components/organisms/BookTableOfContents",
|
|
766
|
-
"category": "display"
|
|
767
|
-
},
|
|
768
|
-
"book-viewer": {
|
|
769
|
-
"component": "BookViewer",
|
|
770
|
-
"importPath": "@/components/organisms/BookViewer",
|
|
771
|
-
"category": "display"
|
|
772
|
-
},
|
|
773
577
|
"scaled-diagram": {
|
|
774
578
|
"component": "ScaledDiagram",
|
|
775
579
|
"importPath": "@/components/molecules/ScaledDiagram",
|
|
776
580
|
"category": "component"
|
|
777
581
|
},
|
|
778
|
-
"
|
|
779
|
-
"component": "
|
|
780
|
-
"importPath": "@/components/
|
|
781
|
-
"category": "
|
|
582
|
+
"day-cell": {
|
|
583
|
+
"component": "DayCell",
|
|
584
|
+
"importPath": "@/components/atoms/DayCell",
|
|
585
|
+
"category": "component"
|
|
782
586
|
},
|
|
783
|
-
"
|
|
784
|
-
"component": "
|
|
785
|
-
"importPath": "@/components/
|
|
786
|
-
"category": "
|
|
587
|
+
"flip-container": {
|
|
588
|
+
"component": "FlipContainer",
|
|
589
|
+
"importPath": "@/components/atoms/FlipContainer",
|
|
590
|
+
"category": "layout"
|
|
787
591
|
},
|
|
788
|
-
"
|
|
789
|
-
"component": "
|
|
790
|
-
"importPath": "@/components/
|
|
791
|
-
"category": "
|
|
592
|
+
"time-slot-cell": {
|
|
593
|
+
"component": "TimeSlotCell",
|
|
594
|
+
"importPath": "@/components/atoms/TimeSlotCell",
|
|
595
|
+
"category": "layout"
|
|
792
596
|
},
|
|
793
|
-
"
|
|
794
|
-
"component": "
|
|
795
|
-
"importPath": "@/components/
|
|
597
|
+
"calendar-grid": {
|
|
598
|
+
"component": "CalendarGrid",
|
|
599
|
+
"importPath": "@/components/molecules/CalendarGrid",
|
|
796
600
|
"category": "display"
|
|
797
601
|
},
|
|
798
|
-
"
|
|
799
|
-
"component": "
|
|
800
|
-
"importPath": "@/components/
|
|
801
|
-
"category": "
|
|
602
|
+
"chart-legend": {
|
|
603
|
+
"component": "ChartLegend",
|
|
604
|
+
"importPath": "@/components/molecules/ChartLegend",
|
|
605
|
+
"category": "display"
|
|
802
606
|
},
|
|
803
|
-
"
|
|
804
|
-
"component": "
|
|
805
|
-
"importPath": "@/components/
|
|
806
|
-
"category": "
|
|
607
|
+
"date-range-selector": {
|
|
608
|
+
"component": "DateRangeSelector",
|
|
609
|
+
"importPath": "@/components/molecules/DateRangeSelector",
|
|
610
|
+
"category": "form"
|
|
807
611
|
},
|
|
808
|
-
"
|
|
809
|
-
"component": "
|
|
810
|
-
"importPath": "@/components/
|
|
811
|
-
"category": "
|
|
612
|
+
"flip-card": {
|
|
613
|
+
"component": "FlipCard",
|
|
614
|
+
"importPath": "@/components/molecules/FlipCard",
|
|
615
|
+
"category": "display"
|
|
812
616
|
},
|
|
813
|
-
"
|
|
814
|
-
"component": "
|
|
815
|
-
"importPath": "@/components/
|
|
816
|
-
"category": "
|
|
617
|
+
"graph-view": {
|
|
618
|
+
"component": "GraphView",
|
|
619
|
+
"importPath": "@/components/molecules/GraphView",
|
|
620
|
+
"category": "component"
|
|
817
621
|
},
|
|
818
|
-
"
|
|
819
|
-
"component": "
|
|
820
|
-
"importPath": "@/components/
|
|
622
|
+
"data-grid": {
|
|
623
|
+
"component": "DataGrid",
|
|
624
|
+
"importPath": "@/components/molecules/DataGrid",
|
|
821
625
|
"category": "display"
|
|
822
626
|
},
|
|
823
|
-
"
|
|
824
|
-
"component": "
|
|
825
|
-
"importPath": "@/components/
|
|
627
|
+
"data-list": {
|
|
628
|
+
"component": "DataList",
|
|
629
|
+
"importPath": "@/components/molecules/DataList",
|
|
826
630
|
"category": "display"
|
|
827
631
|
},
|
|
828
|
-
"
|
|
829
|
-
"component": "
|
|
830
|
-
"importPath": "@/components/
|
|
632
|
+
"line-chart": {
|
|
633
|
+
"component": "LineChart",
|
|
634
|
+
"importPath": "@/components/molecules/LineChart",
|
|
831
635
|
"category": "display"
|
|
832
636
|
},
|
|
833
|
-
"
|
|
834
|
-
"component": "
|
|
835
|
-
"importPath": "@/components/
|
|
836
|
-
"category": "
|
|
837
|
-
},
|
|
838
|
-
"action-palette": {
|
|
839
|
-
"component": "ActionPalette",
|
|
840
|
-
"importPath": "@/components/organisms/ActionPalette",
|
|
841
|
-
"category": "display"
|
|
842
|
-
},
|
|
843
|
-
"action-tile": {
|
|
844
|
-
"component": "ActionTile",
|
|
845
|
-
"importPath": "@/components/organisms/ActionTile",
|
|
846
|
-
"category": "game"
|
|
847
|
-
},
|
|
848
|
-
"sequence-bar": {
|
|
849
|
-
"component": "SequenceBar",
|
|
850
|
-
"importPath": "@/components/organisms/SequenceBar",
|
|
851
|
-
"category": "display"
|
|
852
|
-
},
|
|
853
|
-
"sequencer-board": {
|
|
854
|
-
"component": "SequencerBoard",
|
|
855
|
-
"importPath": "@/components/organisms/SequencerBoard",
|
|
856
|
-
"category": "game"
|
|
857
|
-
},
|
|
858
|
-
"simulator-board": {
|
|
859
|
-
"component": "SimulatorBoard",
|
|
860
|
-
"importPath": "@/components/organisms/SimulatorBoard",
|
|
861
|
-
"category": "game"
|
|
862
|
-
},
|
|
863
|
-
"code-view": {
|
|
864
|
-
"component": "CodeView",
|
|
865
|
-
"importPath": "@/components/organisms/CodeView",
|
|
866
|
-
"category": "display"
|
|
867
|
-
},
|
|
868
|
-
"state-architect-board": {
|
|
869
|
-
"component": "StateArchitectBoard",
|
|
870
|
-
"importPath": "@/components/organisms/StateArchitectBoard",
|
|
871
|
-
"category": "display"
|
|
872
|
-
},
|
|
873
|
-
"state-node": {
|
|
874
|
-
"component": "StateNode",
|
|
875
|
-
"importPath": "@/components/organisms/StateNode",
|
|
876
|
-
"category": "display"
|
|
877
|
-
},
|
|
878
|
-
"transition-arrow": {
|
|
879
|
-
"component": "TransitionArrow",
|
|
880
|
-
"importPath": "@/components/organisms/TransitionArrow",
|
|
881
|
-
"category": "display"
|
|
882
|
-
},
|
|
883
|
-
"variable-panel": {
|
|
884
|
-
"component": "VariablePanel",
|
|
885
|
-
"importPath": "@/components/organisms/VariablePanel",
|
|
886
|
-
"category": "display"
|
|
887
|
-
},
|
|
888
|
-
"day-cell": {
|
|
889
|
-
"component": "DayCell",
|
|
890
|
-
"importPath": "@/components/atoms/DayCell",
|
|
891
|
-
"category": "component"
|
|
892
|
-
},
|
|
893
|
-
"flip-container": {
|
|
894
|
-
"component": "FlipContainer",
|
|
895
|
-
"importPath": "@/components/atoms/FlipContainer",
|
|
896
|
-
"category": "layout"
|
|
897
|
-
},
|
|
898
|
-
"time-slot-cell": {
|
|
899
|
-
"component": "TimeSlotCell",
|
|
900
|
-
"importPath": "@/components/atoms/TimeSlotCell",
|
|
901
|
-
"category": "layout"
|
|
902
|
-
},
|
|
903
|
-
"calendar-grid": {
|
|
904
|
-
"component": "CalendarGrid",
|
|
905
|
-
"importPath": "@/components/molecules/CalendarGrid",
|
|
906
|
-
"category": "display"
|
|
907
|
-
},
|
|
908
|
-
"chart-legend": {
|
|
909
|
-
"component": "ChartLegend",
|
|
910
|
-
"importPath": "@/components/molecules/ChartLegend",
|
|
911
|
-
"category": "display"
|
|
912
|
-
},
|
|
913
|
-
"date-range-selector": {
|
|
914
|
-
"component": "DateRangeSelector",
|
|
915
|
-
"importPath": "@/components/molecules/DateRangeSelector",
|
|
916
|
-
"category": "form"
|
|
917
|
-
},
|
|
918
|
-
"flip-card": {
|
|
919
|
-
"component": "FlipCard",
|
|
920
|
-
"importPath": "@/components/molecules/FlipCard",
|
|
921
|
-
"category": "display"
|
|
922
|
-
},
|
|
923
|
-
"graph-view": {
|
|
924
|
-
"component": "GraphView",
|
|
925
|
-
"importPath": "@/components/molecules/GraphView",
|
|
926
|
-
"category": "component"
|
|
927
|
-
},
|
|
928
|
-
"data-grid": {
|
|
929
|
-
"component": "DataGrid",
|
|
930
|
-
"importPath": "@/components/molecules/DataGrid",
|
|
931
|
-
"category": "display"
|
|
932
|
-
},
|
|
933
|
-
"data-list": {
|
|
934
|
-
"component": "DataList",
|
|
935
|
-
"importPath": "@/components/molecules/DataList",
|
|
936
|
-
"category": "display"
|
|
937
|
-
},
|
|
938
|
-
"line-chart": {
|
|
939
|
-
"component": "LineChart",
|
|
940
|
-
"importPath": "@/components/molecules/LineChart",
|
|
941
|
-
"category": "display"
|
|
942
|
-
},
|
|
943
|
-
"progress-dots": {
|
|
944
|
-
"component": "ProgressDots",
|
|
945
|
-
"importPath": "@/components/molecules/ProgressDots",
|
|
946
|
-
"category": "component"
|
|
947
|
-
},
|
|
948
|
-
"platformer-canvas": {
|
|
949
|
-
"component": "PlatformerCanvas",
|
|
950
|
-
"importPath": "@/components/organisms/PlatformerCanvas",
|
|
951
|
-
"category": "form"
|
|
637
|
+
"progress-dots": {
|
|
638
|
+
"component": "ProgressDots",
|
|
639
|
+
"importPath": "@/components/molecules/ProgressDots",
|
|
640
|
+
"category": "component"
|
|
952
641
|
},
|
|
953
642
|
"map-view": {
|
|
954
643
|
"component": "MapView",
|
|
@@ -1030,216 +719,356 @@
|
|
|
1030
719
|
"importPath": "@/components/molecules/SwipeableRow",
|
|
1031
720
|
"category": "component"
|
|
1032
721
|
},
|
|
1033
|
-
"
|
|
1034
|
-
"component": "
|
|
1035
|
-
"importPath": "@/components/atoms/
|
|
1036
|
-
"category": "component"
|
|
1037
|
-
},
|
|
1038
|
-
"choice-button": {
|
|
1039
|
-
"component": "ChoiceButton",
|
|
1040
|
-
"importPath": "@/components/atoms/ChoiceButton",
|
|
722
|
+
"content-section": {
|
|
723
|
+
"component": "ContentSection",
|
|
724
|
+
"importPath": "@/components/atoms/ContentSection",
|
|
1041
725
|
"category": "component"
|
|
1042
726
|
},
|
|
1043
|
-
"
|
|
1044
|
-
"component": "
|
|
1045
|
-
"importPath": "@/components/atoms/
|
|
1046
|
-
"category": "
|
|
727
|
+
"section-header": {
|
|
728
|
+
"component": "SectionHeader",
|
|
729
|
+
"importPath": "@/components/atoms/SectionHeader",
|
|
730
|
+
"category": "header"
|
|
1047
731
|
},
|
|
1048
|
-
"
|
|
1049
|
-
"component": "
|
|
1050
|
-
"importPath": "@/components/
|
|
732
|
+
"article-section": {
|
|
733
|
+
"component": "ArticleSection",
|
|
734
|
+
"importPath": "@/components/molecules/ArticleSection",
|
|
1051
735
|
"category": "component"
|
|
1052
736
|
},
|
|
1053
|
-
"
|
|
1054
|
-
"component": "
|
|
1055
|
-
"importPath": "@/components/
|
|
1056
|
-
"category": "
|
|
1057
|
-
},
|
|
1058
|
-
"item-slot": {
|
|
1059
|
-
"component": "ItemSlot",
|
|
1060
|
-
"importPath": "@/components/atoms/ItemSlot",
|
|
1061
|
-
"category": "layout"
|
|
737
|
+
"case-study-card": {
|
|
738
|
+
"component": "CaseStudyCard",
|
|
739
|
+
"importPath": "@/components/molecules/CaseStudyCard",
|
|
740
|
+
"category": "display"
|
|
1062
741
|
},
|
|
1063
|
-
"
|
|
1064
|
-
"component": "
|
|
1065
|
-
"importPath": "@/components/
|
|
742
|
+
"code-example": {
|
|
743
|
+
"component": "CodeExample",
|
|
744
|
+
"importPath": "@/components/molecules/CodeExample",
|
|
1066
745
|
"category": "component"
|
|
1067
746
|
},
|
|
1068
|
-
"
|
|
1069
|
-
"component": "
|
|
1070
|
-
"importPath": "@/components/
|
|
747
|
+
"community-links": {
|
|
748
|
+
"component": "CommunityLinks",
|
|
749
|
+
"importPath": "@/components/molecules/CommunityLinks",
|
|
1071
750
|
"category": "component"
|
|
1072
751
|
},
|
|
1073
|
-
"
|
|
1074
|
-
"component": "
|
|
1075
|
-
"importPath": "@/components/
|
|
752
|
+
"feature-card": {
|
|
753
|
+
"component": "FeatureCard",
|
|
754
|
+
"importPath": "@/components/molecules/FeatureCard",
|
|
1076
755
|
"category": "display"
|
|
1077
756
|
},
|
|
1078
|
-
"
|
|
1079
|
-
"component": "
|
|
1080
|
-
"importPath": "@/components/
|
|
1081
|
-
"category": "
|
|
757
|
+
"feature-grid": {
|
|
758
|
+
"component": "FeatureGrid",
|
|
759
|
+
"importPath": "@/components/molecules/FeatureGrid",
|
|
760
|
+
"category": "display"
|
|
1082
761
|
},
|
|
1083
|
-
"
|
|
1084
|
-
"component": "
|
|
1085
|
-
"importPath": "@/components/
|
|
1086
|
-
"category": "
|
|
762
|
+
"hero-section": {
|
|
763
|
+
"component": "HeroSection",
|
|
764
|
+
"importPath": "@/components/molecules/HeroSection",
|
|
765
|
+
"category": "header"
|
|
1087
766
|
},
|
|
1088
|
-
"
|
|
1089
|
-
"component": "
|
|
1090
|
-
"importPath": "@/components/
|
|
767
|
+
"install-box": {
|
|
768
|
+
"component": "InstallBox",
|
|
769
|
+
"importPath": "@/components/molecules/InstallBox",
|
|
1091
770
|
"category": "component"
|
|
1092
771
|
},
|
|
1093
|
-
"
|
|
1094
|
-
"component": "
|
|
1095
|
-
"importPath": "@/components/molecules/
|
|
1096
|
-
"category": "
|
|
772
|
+
"pricing-card": {
|
|
773
|
+
"component": "PricingCard",
|
|
774
|
+
"importPath": "@/components/molecules/PricingCard",
|
|
775
|
+
"category": "display"
|
|
1097
776
|
},
|
|
1098
|
-
"
|
|
1099
|
-
"component": "
|
|
1100
|
-
"importPath": "@/components/molecules/
|
|
1101
|
-
"category": "
|
|
777
|
+
"pricing-grid": {
|
|
778
|
+
"component": "PricingGrid",
|
|
779
|
+
"importPath": "@/components/molecules/PricingGrid",
|
|
780
|
+
"category": "display"
|
|
1102
781
|
},
|
|
1103
|
-
"
|
|
1104
|
-
"component": "
|
|
1105
|
-
"importPath": "@/components/molecules/
|
|
782
|
+
"service-catalog": {
|
|
783
|
+
"component": "ServiceCatalog",
|
|
784
|
+
"importPath": "@/components/molecules/ServiceCatalog",
|
|
1106
785
|
"category": "component"
|
|
1107
786
|
},
|
|
1108
|
-
"
|
|
1109
|
-
"component": "
|
|
1110
|
-
"importPath": "@/components/molecules/
|
|
1111
|
-
"category": "
|
|
787
|
+
"showcase-card": {
|
|
788
|
+
"component": "ShowcaseCard",
|
|
789
|
+
"importPath": "@/components/molecules/ShowcaseCard",
|
|
790
|
+
"category": "display"
|
|
1112
791
|
},
|
|
1113
|
-
"
|
|
1114
|
-
"component": "
|
|
1115
|
-
"importPath": "@/components/molecules/
|
|
792
|
+
"social-proof": {
|
|
793
|
+
"component": "SocialProof",
|
|
794
|
+
"importPath": "@/components/molecules/SocialProof",
|
|
795
|
+
"category": "component"
|
|
796
|
+
},
|
|
797
|
+
"split-section": {
|
|
798
|
+
"component": "SplitSection",
|
|
799
|
+
"importPath": "@/components/molecules/SplitSection",
|
|
1116
800
|
"category": "layout"
|
|
1117
801
|
},
|
|
1118
|
-
"
|
|
1119
|
-
"component": "
|
|
1120
|
-
"importPath": "@/components/molecules/
|
|
1121
|
-
"category": "
|
|
802
|
+
"stats-grid": {
|
|
803
|
+
"component": "StatsGrid",
|
|
804
|
+
"importPath": "@/components/molecules/StatsGrid",
|
|
805
|
+
"category": "display"
|
|
1122
806
|
},
|
|
1123
|
-
"
|
|
1124
|
-
"component": "
|
|
1125
|
-
"importPath": "@/components/molecules/
|
|
807
|
+
"step-item": {
|
|
808
|
+
"component": "StepItem",
|
|
809
|
+
"importPath": "@/components/molecules/StepItem",
|
|
1126
810
|
"category": "component"
|
|
1127
811
|
},
|
|
1128
|
-
"
|
|
1129
|
-
"component": "
|
|
1130
|
-
"importPath": "@/components/molecules/
|
|
1131
|
-
"category": "game"
|
|
1132
|
-
},
|
|
1133
|
-
"turn-panel": {
|
|
1134
|
-
"component": "TurnPanel",
|
|
1135
|
-
"importPath": "@/components/molecules/TurnPanel",
|
|
812
|
+
"tag-cloud": {
|
|
813
|
+
"component": "TagCloud",
|
|
814
|
+
"importPath": "@/components/molecules/TagCloud",
|
|
1136
815
|
"category": "component"
|
|
1137
816
|
},
|
|
1138
|
-
"
|
|
1139
|
-
"component": "
|
|
1140
|
-
"importPath": "@/components/molecules/
|
|
1141
|
-
"category": "
|
|
817
|
+
"team-card": {
|
|
818
|
+
"component": "TeamCard",
|
|
819
|
+
"importPath": "@/components/molecules/TeamCard",
|
|
820
|
+
"category": "display"
|
|
1142
821
|
},
|
|
1143
|
-
"
|
|
1144
|
-
"component": "
|
|
1145
|
-
"importPath": "@/components/
|
|
1146
|
-
"category": "
|
|
822
|
+
"case-study-organism": {
|
|
823
|
+
"component": "CaseStudyOrganism",
|
|
824
|
+
"importPath": "@/components/organisms/CaseStudyOrganism",
|
|
825
|
+
"category": "display"
|
|
1147
826
|
},
|
|
1148
|
-
"
|
|
1149
|
-
"component": "
|
|
1150
|
-
"importPath": "@/components/
|
|
827
|
+
"feature-grid-organism": {
|
|
828
|
+
"component": "FeatureGridOrganism",
|
|
829
|
+
"importPath": "@/components/organisms/FeatureGridOrganism",
|
|
830
|
+
"category": "display"
|
|
831
|
+
},
|
|
832
|
+
"hero-organism": {
|
|
833
|
+
"component": "HeroOrganism",
|
|
834
|
+
"importPath": "@/components/organisms/HeroOrganism",
|
|
1151
835
|
"category": "header"
|
|
1152
836
|
},
|
|
1153
|
-
"
|
|
1154
|
-
"component": "
|
|
1155
|
-
"importPath": "@/components/
|
|
1156
|
-
"category": "
|
|
837
|
+
"pricing-organism": {
|
|
838
|
+
"component": "PricingOrganism",
|
|
839
|
+
"importPath": "@/components/organisms/PricingOrganism",
|
|
840
|
+
"category": "display"
|
|
1157
841
|
},
|
|
1158
|
-
"
|
|
1159
|
-
"component": "
|
|
1160
|
-
"importPath": "@/components/
|
|
1161
|
-
"category": "
|
|
842
|
+
"showcase-organism": {
|
|
843
|
+
"component": "ShowcaseOrganism",
|
|
844
|
+
"importPath": "@/components/organisms/ShowcaseOrganism",
|
|
845
|
+
"category": "display"
|
|
1162
846
|
},
|
|
1163
|
-
"
|
|
1164
|
-
"component": "
|
|
1165
|
-
"importPath": "@/components/
|
|
1166
|
-
"category": "
|
|
847
|
+
"stats-organism": {
|
|
848
|
+
"component": "StatsOrganism",
|
|
849
|
+
"importPath": "@/components/organisms/StatsOrganism",
|
|
850
|
+
"category": "display"
|
|
1167
851
|
},
|
|
1168
|
-
"
|
|
1169
|
-
"component": "
|
|
1170
|
-
"importPath": "@/components/
|
|
1171
|
-
"category": "
|
|
852
|
+
"step-flow-organism": {
|
|
853
|
+
"component": "StepFlowOrganism",
|
|
854
|
+
"importPath": "@/components/organisms/StepFlowOrganism",
|
|
855
|
+
"category": "display"
|
|
1172
856
|
},
|
|
1173
|
-
"
|
|
1174
|
-
"component": "
|
|
1175
|
-
"importPath": "@/components/
|
|
1176
|
-
"category": "
|
|
857
|
+
"team-organism": {
|
|
858
|
+
"component": "TeamOrganism",
|
|
859
|
+
"importPath": "@/components/organisms/TeamOrganism",
|
|
860
|
+
"category": "display"
|
|
861
|
+
},
|
|
862
|
+
"about-page-template": {
|
|
863
|
+
"component": "AboutPageTemplate",
|
|
864
|
+
"importPath": "@/components/templates/AboutPageTemplate",
|
|
865
|
+
"category": "template"
|
|
866
|
+
},
|
|
867
|
+
"feature-detail-page-template": {
|
|
868
|
+
"component": "FeatureDetailPageTemplate",
|
|
869
|
+
"importPath": "@/components/templates/FeatureDetailPageTemplate",
|
|
870
|
+
"category": "template"
|
|
871
|
+
},
|
|
872
|
+
"landing-page-template": {
|
|
873
|
+
"component": "LandingPageTemplate",
|
|
874
|
+
"importPath": "@/components/templates/LandingPageTemplate",
|
|
875
|
+
"category": "template"
|
|
876
|
+
},
|
|
877
|
+
"pricing-page-template": {
|
|
878
|
+
"component": "PricingPageTemplate",
|
|
879
|
+
"importPath": "@/components/templates/PricingPageTemplate",
|
|
880
|
+
"category": "template"
|
|
1177
881
|
},
|
|
1178
|
-
"
|
|
1179
|
-
"component": "
|
|
1180
|
-
"importPath": "@/components/atoms/
|
|
882
|
+
"animated-graphic": {
|
|
883
|
+
"component": "AnimatedGraphic",
|
|
884
|
+
"importPath": "@/components/atoms/AnimatedGraphic",
|
|
1181
885
|
"category": "component"
|
|
1182
886
|
},
|
|
1183
|
-
"
|
|
1184
|
-
"component": "
|
|
1185
|
-
"importPath": "@/components/atoms/
|
|
887
|
+
"animated-reveal": {
|
|
888
|
+
"component": "AnimatedReveal",
|
|
889
|
+
"importPath": "@/components/atoms/AnimatedReveal",
|
|
1186
890
|
"category": "component"
|
|
1187
891
|
},
|
|
1188
|
-
"
|
|
1189
|
-
"component": "
|
|
1190
|
-
"importPath": "@/components/atoms/
|
|
892
|
+
"pattern-tile": {
|
|
893
|
+
"component": "PatternTile",
|
|
894
|
+
"importPath": "@/components/atoms/PatternTile",
|
|
895
|
+
"category": "game"
|
|
896
|
+
},
|
|
897
|
+
"edge-decoration": {
|
|
898
|
+
"component": "EdgeDecoration",
|
|
899
|
+
"importPath": "@/components/molecules/EdgeDecoration",
|
|
1191
900
|
"category": "component"
|
|
1192
901
|
},
|
|
1193
|
-
"
|
|
1194
|
-
"component": "
|
|
1195
|
-
"importPath": "@/components/
|
|
902
|
+
"geometric-pattern": {
|
|
903
|
+
"component": "GeometricPattern",
|
|
904
|
+
"importPath": "@/components/molecules/GeometricPattern",
|
|
1196
905
|
"category": "component"
|
|
1197
906
|
},
|
|
1198
|
-
"
|
|
1199
|
-
"component": "
|
|
1200
|
-
"importPath": "@/components/
|
|
907
|
+
"cta-banner": {
|
|
908
|
+
"component": "CTABanner",
|
|
909
|
+
"importPath": "@/components/molecules/CTABanner",
|
|
910
|
+
"category": "navigation"
|
|
911
|
+
},
|
|
912
|
+
"ui-slot-renderer": {
|
|
913
|
+
"component": "UISlotRenderer",
|
|
914
|
+
"importPath": "@/components/organisms/UISlotRenderer",
|
|
915
|
+
"category": "layout"
|
|
916
|
+
},
|
|
917
|
+
"trait-frame": {
|
|
918
|
+
"component": "TraitFrame",
|
|
919
|
+
"importPath": "@/components/atoms/TraitFrame",
|
|
1201
920
|
"category": "component"
|
|
1202
921
|
},
|
|
1203
|
-
"
|
|
1204
|
-
"component": "
|
|
1205
|
-
"importPath": "@/components/
|
|
922
|
+
"file-tree": {
|
|
923
|
+
"component": "FileTree",
|
|
924
|
+
"importPath": "@/components/molecules/FileTree",
|
|
1206
925
|
"category": "component"
|
|
1207
926
|
},
|
|
1208
|
-
"
|
|
1209
|
-
"component": "
|
|
1210
|
-
"importPath": "@/components/atoms/
|
|
927
|
+
"filter-pill": {
|
|
928
|
+
"component": "FilterPill",
|
|
929
|
+
"importPath": "@/components/atoms/FilterPill",
|
|
930
|
+
"category": "filter"
|
|
931
|
+
},
|
|
932
|
+
"likert-scale": {
|
|
933
|
+
"component": "LikertScale",
|
|
934
|
+
"importPath": "@/components/molecules/LikertScale",
|
|
1211
935
|
"category": "component"
|
|
1212
936
|
},
|
|
1213
|
-
"
|
|
1214
|
-
"component": "
|
|
1215
|
-
"importPath": "@/components/
|
|
937
|
+
"matrix-question": {
|
|
938
|
+
"component": "MatrixQuestion",
|
|
939
|
+
"importPath": "@/components/molecules/MatrixQuestion",
|
|
1216
940
|
"category": "component"
|
|
1217
941
|
},
|
|
1218
|
-
"
|
|
1219
|
-
"component": "
|
|
1220
|
-
"importPath": "@/components/
|
|
942
|
+
"qr-scanner": {
|
|
943
|
+
"component": "QrScanner",
|
|
944
|
+
"importPath": "@/components/molecules/QrScanner",
|
|
1221
945
|
"category": "component"
|
|
1222
946
|
},
|
|
1223
|
-
"
|
|
1224
|
-
"component": "
|
|
1225
|
-
"importPath": "@/components/
|
|
947
|
+
"vote-stack": {
|
|
948
|
+
"component": "VoteStack",
|
|
949
|
+
"importPath": "@/components/molecules/VoteStack",
|
|
1226
950
|
"category": "component"
|
|
1227
951
|
},
|
|
1228
|
-
"
|
|
1229
|
-
"component": "
|
|
1230
|
-
"importPath": "@/components/
|
|
952
|
+
"branching-logic-builder": {
|
|
953
|
+
"component": "BranchingLogicBuilder",
|
|
954
|
+
"importPath": "@/components/molecules/BranchingLogicBuilder",
|
|
1231
955
|
"category": "display"
|
|
1232
956
|
},
|
|
1233
|
-
"
|
|
1234
|
-
"component": "
|
|
1235
|
-
"importPath": "@/components/
|
|
1236
|
-
"category": "
|
|
957
|
+
"reply-tree": {
|
|
958
|
+
"component": "ReplyTree",
|
|
959
|
+
"importPath": "@/components/molecules/ReplyTree",
|
|
960
|
+
"category": "display"
|
|
961
|
+
},
|
|
962
|
+
"rich-block-editor": {
|
|
963
|
+
"component": "RichBlockEditor",
|
|
964
|
+
"importPath": "@/components/molecules/RichBlockEditor",
|
|
965
|
+
"category": "display"
|
|
966
|
+
},
|
|
967
|
+
"version-diff": {
|
|
968
|
+
"component": "VersionDiff",
|
|
969
|
+
"importPath": "@/components/molecules/VersionDiff",
|
|
970
|
+
"category": "display"
|
|
1237
971
|
},
|
|
1238
|
-
"
|
|
1239
|
-
"component": "
|
|
1240
|
-
"importPath": "@/components/
|
|
972
|
+
"option-constraint-group": {
|
|
973
|
+
"component": "OptionConstraintGroup",
|
|
974
|
+
"importPath": "@/components/molecules/OptionConstraintGroup",
|
|
1241
975
|
"category": "component"
|
|
1242
976
|
},
|
|
977
|
+
"positioned-canvas": {
|
|
978
|
+
"component": "PositionedCanvas",
|
|
979
|
+
"importPath": "@/components/molecules/PositionedCanvas",
|
|
980
|
+
"category": "game"
|
|
981
|
+
},
|
|
982
|
+
"action-button": {
|
|
983
|
+
"component": "ActionButton",
|
|
984
|
+
"importPath": "@/components/atoms/ActionButton",
|
|
985
|
+
"category": "game"
|
|
986
|
+
},
|
|
987
|
+
"choice-button": {
|
|
988
|
+
"component": "ChoiceButton",
|
|
989
|
+
"importPath": "@/components/atoms/ChoiceButton",
|
|
990
|
+
"category": "game"
|
|
991
|
+
},
|
|
992
|
+
"combo-counter": {
|
|
993
|
+
"component": "ComboCounter",
|
|
994
|
+
"importPath": "@/components/atoms/ComboCounter",
|
|
995
|
+
"category": "game"
|
|
996
|
+
},
|
|
997
|
+
"control-button": {
|
|
998
|
+
"component": "ControlButton",
|
|
999
|
+
"importPath": "@/components/atoms/ControlButton",
|
|
1000
|
+
"category": "game"
|
|
1001
|
+
},
|
|
1002
|
+
"damage-number": {
|
|
1003
|
+
"component": "DamageNumber",
|
|
1004
|
+
"importPath": "@/components/atoms/DamageNumber",
|
|
1005
|
+
"category": "game"
|
|
1006
|
+
},
|
|
1007
|
+
"dialogue-bubble": {
|
|
1008
|
+
"component": "DialogueBubble",
|
|
1009
|
+
"importPath": "@/components/atoms/DialogueBubble",
|
|
1010
|
+
"category": "game"
|
|
1011
|
+
},
|
|
1012
|
+
"health-bar": {
|
|
1013
|
+
"component": "HealthBar",
|
|
1014
|
+
"importPath": "@/components/atoms/HealthBar",
|
|
1015
|
+
"category": "game"
|
|
1016
|
+
},
|
|
1017
|
+
"item-slot": {
|
|
1018
|
+
"component": "ItemSlot",
|
|
1019
|
+
"importPath": "@/components/atoms/ItemSlot",
|
|
1020
|
+
"category": "game"
|
|
1021
|
+
},
|
|
1022
|
+
"mini-map": {
|
|
1023
|
+
"component": "MiniMap",
|
|
1024
|
+
"importPath": "@/components/atoms/MiniMap",
|
|
1025
|
+
"category": "game"
|
|
1026
|
+
},
|
|
1027
|
+
"resource-counter": {
|
|
1028
|
+
"component": "ResourceCounter",
|
|
1029
|
+
"importPath": "@/components/atoms/ResourceCounter",
|
|
1030
|
+
"category": "game"
|
|
1031
|
+
},
|
|
1032
|
+
"score-display": {
|
|
1033
|
+
"component": "ScoreDisplay",
|
|
1034
|
+
"importPath": "@/components/atoms/ScoreDisplay",
|
|
1035
|
+
"category": "game"
|
|
1036
|
+
},
|
|
1037
|
+
"sprite": {
|
|
1038
|
+
"component": "Sprite",
|
|
1039
|
+
"importPath": "@/components/atoms/Sprite",
|
|
1040
|
+
"category": "game"
|
|
1041
|
+
},
|
|
1042
|
+
"state-indicator": {
|
|
1043
|
+
"component": "StateIndicator",
|
|
1044
|
+
"importPath": "@/components/atoms/StateIndicator",
|
|
1045
|
+
"category": "game"
|
|
1046
|
+
},
|
|
1047
|
+
"status-effect": {
|
|
1048
|
+
"component": "StatusEffect",
|
|
1049
|
+
"importPath": "@/components/atoms/StatusEffect",
|
|
1050
|
+
"category": "game"
|
|
1051
|
+
},
|
|
1052
|
+
"timer-display": {
|
|
1053
|
+
"component": "TimerDisplay",
|
|
1054
|
+
"importPath": "@/components/atoms/TimerDisplay",
|
|
1055
|
+
"category": "game"
|
|
1056
|
+
},
|
|
1057
|
+
"turn-indicator": {
|
|
1058
|
+
"component": "TurnIndicator",
|
|
1059
|
+
"importPath": "@/components/atoms/TurnIndicator",
|
|
1060
|
+
"category": "game"
|
|
1061
|
+
},
|
|
1062
|
+
"waypoint-marker": {
|
|
1063
|
+
"component": "WaypointMarker",
|
|
1064
|
+
"importPath": "@/components/atoms/WaypointMarker",
|
|
1065
|
+
"category": "game"
|
|
1066
|
+
},
|
|
1067
|
+
"xp-bar": {
|
|
1068
|
+
"component": "XPBar",
|
|
1069
|
+
"importPath": "@/components/atoms/XPBar",
|
|
1070
|
+
"category": "game"
|
|
1071
|
+
},
|
|
1243
1072
|
"svg-branch": {
|
|
1244
1073
|
"component": "SvgBranch",
|
|
1245
1074
|
"importPath": "@/components/atoms/SvgBranch",
|
|
@@ -1300,26 +1129,6 @@
|
|
|
1300
1129
|
"importPath": "@/components/atoms/SvgStack",
|
|
1301
1130
|
"category": "component"
|
|
1302
1131
|
},
|
|
1303
|
-
"article-section": {
|
|
1304
|
-
"component": "ArticleSection",
|
|
1305
|
-
"importPath": "@/components/molecules/ArticleSection",
|
|
1306
|
-
"category": "component"
|
|
1307
|
-
},
|
|
1308
|
-
"case-study-card": {
|
|
1309
|
-
"component": "CaseStudyCard",
|
|
1310
|
-
"importPath": "@/components/molecules/CaseStudyCard",
|
|
1311
|
-
"category": "display"
|
|
1312
|
-
},
|
|
1313
|
-
"code-example": {
|
|
1314
|
-
"component": "CodeExample",
|
|
1315
|
-
"importPath": "@/components/molecules/CodeExample",
|
|
1316
|
-
"category": "component"
|
|
1317
|
-
},
|
|
1318
|
-
"community-links": {
|
|
1319
|
-
"component": "CommunityLinks",
|
|
1320
|
-
"importPath": "@/components/molecules/CommunityLinks",
|
|
1321
|
-
"category": "component"
|
|
1322
|
-
},
|
|
1323
1132
|
"doc-breadcrumb": {
|
|
1324
1133
|
"component": "DocBreadcrumb",
|
|
1325
1134
|
"importPath": "@/components/molecules/DocBreadcrumb",
|
|
@@ -1345,510 +1154,340 @@
|
|
|
1345
1154
|
"importPath": "@/components/molecules/DocSidebar",
|
|
1346
1155
|
"category": "navigation"
|
|
1347
1156
|
},
|
|
1348
|
-
"
|
|
1349
|
-
"component": "
|
|
1350
|
-
"importPath": "@/components/molecules/
|
|
1351
|
-
"category": "
|
|
1352
|
-
},
|
|
1353
|
-
"feature-grid": {
|
|
1354
|
-
"component": "FeatureGrid",
|
|
1355
|
-
"importPath": "@/components/molecules/FeatureGrid",
|
|
1356
|
-
"category": "display"
|
|
1157
|
+
"doc-toc": {
|
|
1158
|
+
"component": "DocTOC",
|
|
1159
|
+
"importPath": "@/components/molecules/DocTOC",
|
|
1160
|
+
"category": "component"
|
|
1357
1161
|
},
|
|
1358
1162
|
"gradient-divider": {
|
|
1359
1163
|
"component": "GradientDivider",
|
|
1360
1164
|
"importPath": "@/components/molecules/GradientDivider",
|
|
1361
1165
|
"category": "component"
|
|
1362
1166
|
},
|
|
1363
|
-
"hero-section": {
|
|
1364
|
-
"component": "HeroSection",
|
|
1365
|
-
"importPath": "@/components/molecules/HeroSection",
|
|
1366
|
-
"category": "header"
|
|
1367
|
-
},
|
|
1368
|
-
"install-box": {
|
|
1369
|
-
"component": "InstallBox",
|
|
1370
|
-
"importPath": "@/components/molecules/InstallBox",
|
|
1371
|
-
"category": "component"
|
|
1372
|
-
},
|
|
1373
|
-
"marketing-footer": {
|
|
1374
|
-
"component": "MarketingFooter",
|
|
1375
|
-
"importPath": "@/components/molecules/MarketingFooter",
|
|
1376
|
-
"category": "component"
|
|
1377
|
-
},
|
|
1378
|
-
"pricing-card": {
|
|
1379
|
-
"component": "PricingCard",
|
|
1380
|
-
"importPath": "@/components/molecules/PricingCard",
|
|
1381
|
-
"category": "display"
|
|
1382
|
-
},
|
|
1383
|
-
"pricing-grid": {
|
|
1384
|
-
"component": "PricingGrid",
|
|
1385
|
-
"importPath": "@/components/molecules/PricingGrid",
|
|
1386
|
-
"category": "display"
|
|
1387
|
-
},
|
|
1388
1167
|
"pull-quote": {
|
|
1389
1168
|
"component": "PullQuote",
|
|
1390
1169
|
"importPath": "@/components/molecules/PullQuote",
|
|
1391
1170
|
"category": "component"
|
|
1392
1171
|
},
|
|
1393
|
-
"
|
|
1394
|
-
"component": "
|
|
1395
|
-
"importPath": "@/components/molecules/
|
|
1396
|
-
"category": "component"
|
|
1397
|
-
},
|
|
1398
|
-
"showcase-card": {
|
|
1399
|
-
"component": "ShowcaseCard",
|
|
1400
|
-
"importPath": "@/components/molecules/ShowcaseCard",
|
|
1401
|
-
"category": "display"
|
|
1402
|
-
},
|
|
1403
|
-
"social-proof": {
|
|
1404
|
-
"component": "SocialProof",
|
|
1405
|
-
"importPath": "@/components/molecules/SocialProof",
|
|
1406
|
-
"category": "component"
|
|
1407
|
-
},
|
|
1408
|
-
"split-section": {
|
|
1409
|
-
"component": "SplitSection",
|
|
1410
|
-
"importPath": "@/components/molecules/SplitSection",
|
|
1411
|
-
"category": "layout"
|
|
1412
|
-
},
|
|
1413
|
-
"stats-grid": {
|
|
1414
|
-
"component": "StatsGrid",
|
|
1415
|
-
"importPath": "@/components/molecules/StatsGrid",
|
|
1416
|
-
"category": "display"
|
|
1417
|
-
},
|
|
1418
|
-
"step-item": {
|
|
1419
|
-
"component": "StepItem",
|
|
1420
|
-
"importPath": "@/components/molecules/StepItem",
|
|
1421
|
-
"category": "component"
|
|
1422
|
-
},
|
|
1423
|
-
"tag-cloud": {
|
|
1424
|
-
"component": "TagCloud",
|
|
1425
|
-
"importPath": "@/components/molecules/TagCloud",
|
|
1426
|
-
"category": "component"
|
|
1427
|
-
},
|
|
1428
|
-
"team-card": {
|
|
1429
|
-
"component": "TeamCard",
|
|
1430
|
-
"importPath": "@/components/molecules/TeamCard",
|
|
1431
|
-
"category": "display"
|
|
1432
|
-
},
|
|
1433
|
-
"avl-closed-circuit": {
|
|
1434
|
-
"component": "AvlClosedCircuit",
|
|
1435
|
-
"importPath": "@/components/molecules/AvlClosedCircuit",
|
|
1436
|
-
"category": "component"
|
|
1437
|
-
},
|
|
1438
|
-
"avl-emit-listen": {
|
|
1439
|
-
"component": "AvlEmitListen",
|
|
1440
|
-
"importPath": "@/components/molecules/AvlEmitListen",
|
|
1441
|
-
"category": "display"
|
|
1442
|
-
},
|
|
1443
|
-
"avl-expr-tree": {
|
|
1444
|
-
"component": "AvlExprTree",
|
|
1445
|
-
"importPath": "@/components/molecules/AvlExprTree",
|
|
1446
|
-
"category": "component"
|
|
1447
|
-
},
|
|
1448
|
-
"avl-orbital-unit": {
|
|
1449
|
-
"component": "AvlOrbitalUnit",
|
|
1450
|
-
"importPath": "@/components/molecules/AvlOrbitalUnit",
|
|
1172
|
+
"behavior-view": {
|
|
1173
|
+
"component": "BehaviorView",
|
|
1174
|
+
"importPath": "@/components/molecules/BehaviorView",
|
|
1451
1175
|
"category": "component"
|
|
1452
1176
|
},
|
|
1453
|
-
"
|
|
1454
|
-
"component": "
|
|
1455
|
-
"importPath": "@/components/molecules/
|
|
1456
|
-
"category": "layout"
|
|
1457
|
-
},
|
|
1458
|
-
"avl-state-machine": {
|
|
1459
|
-
"component": "AvlStateMachine",
|
|
1460
|
-
"importPath": "@/components/molecules/AvlStateMachine",
|
|
1461
|
-
"category": "display"
|
|
1462
|
-
},
|
|
1463
|
-
"case-study-organism": {
|
|
1464
|
-
"component": "CaseStudyOrganism",
|
|
1465
|
-
"importPath": "@/components/organisms/CaseStudyOrganism",
|
|
1466
|
-
"category": "display"
|
|
1467
|
-
},
|
|
1468
|
-
"feature-grid-organism": {
|
|
1469
|
-
"component": "FeatureGridOrganism",
|
|
1470
|
-
"importPath": "@/components/organisms/FeatureGridOrganism",
|
|
1471
|
-
"category": "display"
|
|
1472
|
-
},
|
|
1473
|
-
"hero-organism": {
|
|
1474
|
-
"component": "HeroOrganism",
|
|
1475
|
-
"importPath": "@/components/organisms/HeroOrganism",
|
|
1476
|
-
"category": "header"
|
|
1477
|
-
},
|
|
1478
|
-
"pricing-organism": {
|
|
1479
|
-
"component": "PricingOrganism",
|
|
1480
|
-
"importPath": "@/components/organisms/PricingOrganism",
|
|
1481
|
-
"category": "display"
|
|
1482
|
-
},
|
|
1483
|
-
"showcase-organism": {
|
|
1484
|
-
"component": "ShowcaseOrganism",
|
|
1485
|
-
"importPath": "@/components/organisms/ShowcaseOrganism",
|
|
1177
|
+
"module-card": {
|
|
1178
|
+
"component": "ModuleCard",
|
|
1179
|
+
"importPath": "@/components/molecules/ModuleCard",
|
|
1486
1180
|
"category": "display"
|
|
1487
1181
|
},
|
|
1488
|
-
"
|
|
1489
|
-
"component": "
|
|
1490
|
-
"importPath": "@/components/
|
|
1491
|
-
"category": "
|
|
1182
|
+
"action-buttons": {
|
|
1183
|
+
"component": "ActionButtons",
|
|
1184
|
+
"importPath": "@/components/molecules/ActionButtons",
|
|
1185
|
+
"category": "game"
|
|
1492
1186
|
},
|
|
1493
|
-
"
|
|
1494
|
-
"component": "
|
|
1495
|
-
"importPath": "@/components/
|
|
1496
|
-
"category": "
|
|
1187
|
+
"combat-log": {
|
|
1188
|
+
"component": "CombatLog",
|
|
1189
|
+
"importPath": "@/components/molecules/CombatLog",
|
|
1190
|
+
"category": "game"
|
|
1497
1191
|
},
|
|
1498
|
-
"
|
|
1499
|
-
"component": "
|
|
1500
|
-
"importPath": "@/components/
|
|
1501
|
-
"category": "
|
|
1192
|
+
"crafting-recipe": {
|
|
1193
|
+
"component": "CraftingRecipe",
|
|
1194
|
+
"importPath": "@/components/molecules/CraftingRecipe",
|
|
1195
|
+
"category": "game"
|
|
1502
1196
|
},
|
|
1503
|
-
"
|
|
1504
|
-
"component": "
|
|
1505
|
-
"importPath": "@/components/
|
|
1506
|
-
"category": "
|
|
1197
|
+
"d-pad": {
|
|
1198
|
+
"component": "DPad",
|
|
1199
|
+
"importPath": "@/components/molecules/DPad",
|
|
1200
|
+
"category": "game"
|
|
1507
1201
|
},
|
|
1508
|
-
"
|
|
1509
|
-
"component": "
|
|
1510
|
-
"importPath": "@/components/
|
|
1511
|
-
"category": "
|
|
1202
|
+
"dialogue-box": {
|
|
1203
|
+
"component": "DialogueBox",
|
|
1204
|
+
"importPath": "@/components/molecules/DialogueBox",
|
|
1205
|
+
"category": "game"
|
|
1512
1206
|
},
|
|
1513
|
-
"
|
|
1514
|
-
"component": "
|
|
1515
|
-
"importPath": "@/components/
|
|
1516
|
-
"category": "
|
|
1207
|
+
"enemy-plate": {
|
|
1208
|
+
"component": "EnemyPlate",
|
|
1209
|
+
"importPath": "@/components/molecules/EnemyPlate",
|
|
1210
|
+
"category": "game"
|
|
1517
1211
|
},
|
|
1518
|
-
"
|
|
1519
|
-
"component": "
|
|
1520
|
-
"importPath": "@/components/
|
|
1521
|
-
"category": "
|
|
1212
|
+
"game-canvas-2d": {
|
|
1213
|
+
"component": "GameCanvas2D",
|
|
1214
|
+
"importPath": "@/components/molecules/GameCanvas2D",
|
|
1215
|
+
"category": "game"
|
|
1522
1216
|
},
|
|
1523
|
-
"
|
|
1524
|
-
"component": "
|
|
1525
|
-
"importPath": "@/components/
|
|
1526
|
-
"category": "
|
|
1217
|
+
"game-hud": {
|
|
1218
|
+
"component": "GameHud",
|
|
1219
|
+
"importPath": "@/components/molecules/GameHud",
|
|
1220
|
+
"category": "game"
|
|
1527
1221
|
},
|
|
1528
|
-
"
|
|
1529
|
-
"component": "
|
|
1530
|
-
"importPath": "@/components/
|
|
1531
|
-
"category": "
|
|
1222
|
+
"game-menu": {
|
|
1223
|
+
"component": "GameMenu",
|
|
1224
|
+
"importPath": "@/components/molecules/GameMenu",
|
|
1225
|
+
"category": "game"
|
|
1532
1226
|
},
|
|
1533
|
-
"
|
|
1534
|
-
"component": "
|
|
1535
|
-
"importPath": "@/components/
|
|
1536
|
-
"category": "
|
|
1227
|
+
"game-over-screen": {
|
|
1228
|
+
"component": "GameOverScreen",
|
|
1229
|
+
"importPath": "@/components/molecules/GameOverScreen",
|
|
1230
|
+
"category": "game"
|
|
1537
1231
|
},
|
|
1538
|
-
"
|
|
1539
|
-
"component": "
|
|
1540
|
-
"importPath": "@/components/
|
|
1541
|
-
"category": "
|
|
1232
|
+
"health-panel": {
|
|
1233
|
+
"component": "HealthPanel",
|
|
1234
|
+
"importPath": "@/components/molecules/HealthPanel",
|
|
1235
|
+
"category": "game"
|
|
1542
1236
|
},
|
|
1543
|
-
"
|
|
1544
|
-
"component": "
|
|
1545
|
-
"importPath": "@/components/
|
|
1546
|
-
"category": "
|
|
1237
|
+
"inventory-grid": {
|
|
1238
|
+
"component": "InventoryGrid",
|
|
1239
|
+
"importPath": "@/components/molecules/InventoryGrid",
|
|
1240
|
+
"category": "game"
|
|
1547
1241
|
},
|
|
1548
|
-
"
|
|
1549
|
-
"component": "
|
|
1550
|
-
"importPath": "@/components/
|
|
1551
|
-
"category": "
|
|
1242
|
+
"inventory-panel": {
|
|
1243
|
+
"component": "InventoryPanel",
|
|
1244
|
+
"importPath": "@/components/molecules/InventoryPanel",
|
|
1245
|
+
"category": "game"
|
|
1552
1246
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"component": "
|
|
1555
|
-
"importPath": "@/components/
|
|
1556
|
-
"category": "
|
|
1247
|
+
"isometric-canvas": {
|
|
1248
|
+
"component": "IsometricCanvas",
|
|
1249
|
+
"importPath": "@/components/molecules/IsometricCanvas",
|
|
1250
|
+
"category": "game"
|
|
1557
1251
|
},
|
|
1558
|
-
"
|
|
1559
|
-
"component": "
|
|
1560
|
-
"importPath": "@/components/
|
|
1252
|
+
"platformer-canvas": {
|
|
1253
|
+
"component": "PlatformerCanvas",
|
|
1254
|
+
"importPath": "@/components/molecules/PlatformerCanvas",
|
|
1561
1255
|
"category": "game"
|
|
1562
1256
|
},
|
|
1563
|
-
"
|
|
1564
|
-
"component": "
|
|
1565
|
-
"importPath": "@/components/molecules/
|
|
1566
|
-
"category": "
|
|
1257
|
+
"powerup-slots": {
|
|
1258
|
+
"component": "PowerupSlots",
|
|
1259
|
+
"importPath": "@/components/molecules/PowerupSlots",
|
|
1260
|
+
"category": "game"
|
|
1567
1261
|
},
|
|
1568
|
-
"
|
|
1569
|
-
"component": "
|
|
1570
|
-
"importPath": "@/components/molecules/
|
|
1571
|
-
"category": "
|
|
1262
|
+
"quest-tracker": {
|
|
1263
|
+
"component": "QuestTracker",
|
|
1264
|
+
"importPath": "@/components/molecules/QuestTracker",
|
|
1265
|
+
"category": "game"
|
|
1572
1266
|
},
|
|
1573
|
-
"
|
|
1574
|
-
"component": "
|
|
1575
|
-
"importPath": "@/components/molecules/
|
|
1576
|
-
"category": "
|
|
1267
|
+
"resource-bar": {
|
|
1268
|
+
"component": "ResourceBar",
|
|
1269
|
+
"importPath": "@/components/molecules/ResourceBar",
|
|
1270
|
+
"category": "game"
|
|
1577
1271
|
},
|
|
1578
|
-
"
|
|
1579
|
-
"component": "
|
|
1580
|
-
"importPath": "@/components/molecules/
|
|
1581
|
-
"category": "
|
|
1272
|
+
"score-board": {
|
|
1273
|
+
"component": "ScoreBoard",
|
|
1274
|
+
"importPath": "@/components/molecules/ScoreBoard",
|
|
1275
|
+
"category": "game"
|
|
1582
1276
|
},
|
|
1583
|
-
"
|
|
1584
|
-
"component": "
|
|
1585
|
-
"importPath": "@/components/molecules/
|
|
1586
|
-
"category": "
|
|
1277
|
+
"stat-badge": {
|
|
1278
|
+
"component": "StatBadge",
|
|
1279
|
+
"importPath": "@/components/molecules/StatBadge",
|
|
1280
|
+
"category": "game"
|
|
1587
1281
|
},
|
|
1588
|
-
"
|
|
1589
|
-
"component": "
|
|
1590
|
-
"importPath": "@/components/molecules/
|
|
1591
|
-
"category": "
|
|
1282
|
+
"turn-panel": {
|
|
1283
|
+
"component": "TurnPanel",
|
|
1284
|
+
"importPath": "@/components/molecules/TurnPanel",
|
|
1285
|
+
"category": "game"
|
|
1592
1286
|
},
|
|
1593
|
-
"
|
|
1594
|
-
"component": "
|
|
1595
|
-
"importPath": "@/components/molecules/
|
|
1596
|
-
"category": "
|
|
1287
|
+
"unit-command-bar": {
|
|
1288
|
+
"component": "UnitCommandBar",
|
|
1289
|
+
"importPath": "@/components/molecules/UnitCommandBar",
|
|
1290
|
+
"category": "game"
|
|
1597
1291
|
},
|
|
1598
|
-
"
|
|
1599
|
-
"component": "
|
|
1600
|
-
"importPath": "@/components/
|
|
1292
|
+
"book-chapter-view": {
|
|
1293
|
+
"component": "BookChapterView",
|
|
1294
|
+
"importPath": "@/components/organisms/BookChapterView",
|
|
1601
1295
|
"category": "display"
|
|
1602
1296
|
},
|
|
1603
|
-
"
|
|
1604
|
-
"component": "
|
|
1605
|
-
"importPath": "@/components/
|
|
1297
|
+
"book-cover-page": {
|
|
1298
|
+
"component": "BookCoverPage",
|
|
1299
|
+
"importPath": "@/components/organisms/BookCoverPage",
|
|
1606
1300
|
"category": "display"
|
|
1607
1301
|
},
|
|
1608
|
-
"
|
|
1609
|
-
"component": "
|
|
1610
|
-
"importPath": "@/components/
|
|
1611
|
-
"category": "component"
|
|
1612
|
-
},
|
|
1613
|
-
"flow-canvas": {
|
|
1614
|
-
"component": "FlowCanvas",
|
|
1615
|
-
"importPath": "@/components/organisms/FlowCanvas",
|
|
1616
|
-
"category": "game"
|
|
1617
|
-
},
|
|
1618
|
-
"zoom-breadcrumb": {
|
|
1619
|
-
"component": "ZoomBreadcrumb",
|
|
1620
|
-
"importPath": "@/components/organisms/ZoomBreadcrumb",
|
|
1302
|
+
"book-nav-bar": {
|
|
1303
|
+
"component": "BookNavBar",
|
|
1304
|
+
"importPath": "@/components/organisms/BookNavBar",
|
|
1621
1305
|
"category": "navigation"
|
|
1622
1306
|
},
|
|
1623
|
-
"
|
|
1624
|
-
"component": "
|
|
1625
|
-
"importPath": "@/components/organisms/
|
|
1307
|
+
"book-table-of-contents": {
|
|
1308
|
+
"component": "BookTableOfContents",
|
|
1309
|
+
"importPath": "@/components/organisms/BookTableOfContents",
|
|
1626
1310
|
"category": "display"
|
|
1627
1311
|
},
|
|
1628
|
-
"
|
|
1629
|
-
"component": "
|
|
1630
|
-
"importPath": "@/components/
|
|
1631
|
-
"category": "component"
|
|
1632
|
-
},
|
|
1633
|
-
"avl-3d-tooltip": {
|
|
1634
|
-
"component": "Avl3DTooltip",
|
|
1635
|
-
"importPath": "@/components/atoms/Avl3DTooltip",
|
|
1636
|
-
"category": "component"
|
|
1637
|
-
},
|
|
1638
|
-
"xp-bar": {
|
|
1639
|
-
"component": "XPBar",
|
|
1640
|
-
"importPath": "@/components/atoms/XPBar",
|
|
1641
|
-
"category": "component"
|
|
1642
|
-
},
|
|
1643
|
-
"cta-banner": {
|
|
1644
|
-
"component": "CTABanner",
|
|
1645
|
-
"importPath": "@/components/molecules/CTABanner",
|
|
1646
|
-
"category": "navigation"
|
|
1647
|
-
},
|
|
1648
|
-
"doc-toc": {
|
|
1649
|
-
"component": "DocTOC",
|
|
1650
|
-
"importPath": "@/components/molecules/DocTOC",
|
|
1651
|
-
"category": "component"
|
|
1652
|
-
},
|
|
1653
|
-
"avl-3d-cross-wire": {
|
|
1654
|
-
"component": "Avl3DCrossWire",
|
|
1655
|
-
"importPath": "@/components/molecules/Avl3DCrossWire",
|
|
1656
|
-
"category": "component"
|
|
1657
|
-
},
|
|
1658
|
-
"avl-3d-entity-core": {
|
|
1659
|
-
"component": "Avl3DEntityCore",
|
|
1660
|
-
"importPath": "@/components/molecules/Avl3DEntityCore",
|
|
1661
|
-
"category": "component"
|
|
1662
|
-
},
|
|
1663
|
-
"avl-3d-expr-tree": {
|
|
1664
|
-
"component": "Avl3DExprTree",
|
|
1665
|
-
"importPath": "@/components/molecules/Avl3DExprTree",
|
|
1666
|
-
"category": "component"
|
|
1667
|
-
},
|
|
1668
|
-
"avl-3d-orbital-node": {
|
|
1669
|
-
"component": "Avl3DOrbitalNode",
|
|
1670
|
-
"importPath": "@/components/molecules/Avl3DOrbitalNode",
|
|
1671
|
-
"category": "component"
|
|
1672
|
-
},
|
|
1673
|
-
"avl-3d-state-node": {
|
|
1674
|
-
"component": "Avl3DStateNode",
|
|
1675
|
-
"importPath": "@/components/molecules/Avl3DStateNode",
|
|
1312
|
+
"book-viewer": {
|
|
1313
|
+
"component": "BookViewer",
|
|
1314
|
+
"importPath": "@/components/organisms/BookViewer",
|
|
1676
1315
|
"category": "display"
|
|
1677
1316
|
},
|
|
1678
|
-
"
|
|
1679
|
-
"component": "
|
|
1680
|
-
"importPath": "@/components/
|
|
1681
|
-
"category": "
|
|
1317
|
+
"battle-board": {
|
|
1318
|
+
"component": "BattleBoard",
|
|
1319
|
+
"importPath": "@/components/organisms/BattleBoard",
|
|
1320
|
+
"category": "game"
|
|
1682
1321
|
},
|
|
1683
|
-
"
|
|
1684
|
-
"component": "
|
|
1685
|
-
"importPath": "@/components/
|
|
1322
|
+
"canvas-effect": {
|
|
1323
|
+
"component": "CanvasEffect",
|
|
1324
|
+
"importPath": "@/components/organisms/CanvasEffect",
|
|
1686
1325
|
"category": "game"
|
|
1687
1326
|
},
|
|
1688
|
-
"
|
|
1689
|
-
"component": "
|
|
1690
|
-
"importPath": "@/components/organisms/
|
|
1691
|
-
"category": "
|
|
1327
|
+
"castle-board": {
|
|
1328
|
+
"component": "CastleBoard",
|
|
1329
|
+
"importPath": "@/components/organisms/CastleBoard",
|
|
1330
|
+
"category": "game"
|
|
1692
1331
|
},
|
|
1693
|
-
"
|
|
1694
|
-
"component": "
|
|
1695
|
-
"importPath": "@/components/organisms/
|
|
1696
|
-
"category": "
|
|
1332
|
+
"game-audio-provider": {
|
|
1333
|
+
"component": "GameAudioProvider",
|
|
1334
|
+
"importPath": "@/components/organisms/GameAudioProvider",
|
|
1335
|
+
"category": "game"
|
|
1697
1336
|
},
|
|
1698
|
-
"
|
|
1699
|
-
"component": "
|
|
1700
|
-
"importPath": "@/components/organisms/
|
|
1701
|
-
"category": "
|
|
1337
|
+
"game-audio-toggle": {
|
|
1338
|
+
"component": "GameAudioToggle",
|
|
1339
|
+
"importPath": "@/components/organisms/GameAudioToggle",
|
|
1340
|
+
"category": "game"
|
|
1702
1341
|
},
|
|
1703
|
-
"
|
|
1704
|
-
"component": "
|
|
1705
|
-
"importPath": "@/components/organisms/
|
|
1706
|
-
"category": "
|
|
1342
|
+
"trait-slot": {
|
|
1343
|
+
"component": "TraitSlot",
|
|
1344
|
+
"importPath": "@/components/organisms/TraitSlot",
|
|
1345
|
+
"category": "game"
|
|
1707
1346
|
},
|
|
1708
|
-
"
|
|
1709
|
-
"component": "
|
|
1710
|
-
"importPath": "@/components/organisms/
|
|
1711
|
-
"category": "
|
|
1347
|
+
"trait-state-viewer": {
|
|
1348
|
+
"component": "TraitStateViewer",
|
|
1349
|
+
"importPath": "@/components/organisms/TraitStateViewer",
|
|
1350
|
+
"category": "game"
|
|
1712
1351
|
},
|
|
1713
|
-
"
|
|
1714
|
-
"component": "
|
|
1715
|
-
"importPath": "@/components/organisms/
|
|
1716
|
-
"category": "
|
|
1352
|
+
"uncontrolled-battle-board": {
|
|
1353
|
+
"component": "UncontrolledBattleBoard",
|
|
1354
|
+
"importPath": "@/components/organisms/UncontrolledBattleBoard",
|
|
1355
|
+
"category": "game"
|
|
1717
1356
|
},
|
|
1718
|
-
"
|
|
1719
|
-
"component": "
|
|
1720
|
-
"importPath": "@/components/organisms/
|
|
1721
|
-
"category": "
|
|
1357
|
+
"world-map-board": {
|
|
1358
|
+
"component": "WorldMapBoard",
|
|
1359
|
+
"importPath": "@/components/organisms/WorldMapBoard",
|
|
1360
|
+
"category": "game"
|
|
1722
1361
|
},
|
|
1723
|
-
"
|
|
1724
|
-
"component": "
|
|
1725
|
-
"importPath": "
|
|
1362
|
+
"simulation-canvas": {
|
|
1363
|
+
"component": "SimulationCanvas",
|
|
1364
|
+
"importPath": "@/components/organisms/SimulationCanvas",
|
|
1726
1365
|
"category": "game"
|
|
1727
1366
|
},
|
|
1728
|
-
"
|
|
1729
|
-
"component": "
|
|
1730
|
-
"importPath": "@/components/organisms/
|
|
1731
|
-
"category": "
|
|
1367
|
+
"simulation-controls": {
|
|
1368
|
+
"component": "SimulationControls",
|
|
1369
|
+
"importPath": "@/components/organisms/SimulationControls",
|
|
1370
|
+
"category": "game"
|
|
1732
1371
|
},
|
|
1733
|
-
"
|
|
1734
|
-
"component": "
|
|
1735
|
-
"importPath": "@/components/organisms/
|
|
1736
|
-
"category": "
|
|
1372
|
+
"simulation-graph": {
|
|
1373
|
+
"component": "SimulationGraph",
|
|
1374
|
+
"importPath": "@/components/organisms/SimulationGraph",
|
|
1375
|
+
"category": "game"
|
|
1737
1376
|
},
|
|
1738
|
-
"
|
|
1739
|
-
"component": "
|
|
1740
|
-
"importPath": "@/components/organisms/
|
|
1741
|
-
"category": "
|
|
1377
|
+
"builder-board": {
|
|
1378
|
+
"component": "BuilderBoard",
|
|
1379
|
+
"importPath": "@/components/organisms/BuilderBoard",
|
|
1380
|
+
"category": "game"
|
|
1742
1381
|
},
|
|
1743
|
-
"
|
|
1744
|
-
"component": "
|
|
1745
|
-
"importPath": "@/components/organisms/
|
|
1382
|
+
"classifier-board": {
|
|
1383
|
+
"component": "ClassifierBoard",
|
|
1384
|
+
"importPath": "@/components/organisms/ClassifierBoard",
|
|
1746
1385
|
"category": "game"
|
|
1747
1386
|
},
|
|
1748
|
-
"
|
|
1749
|
-
"component": "
|
|
1750
|
-
"importPath": "@/components/organisms/
|
|
1387
|
+
"debugger-board": {
|
|
1388
|
+
"component": "DebuggerBoard",
|
|
1389
|
+
"importPath": "@/components/organisms/DebuggerBoard",
|
|
1751
1390
|
"category": "game"
|
|
1752
1391
|
},
|
|
1753
|
-
"
|
|
1754
|
-
"component": "
|
|
1755
|
-
"importPath": "@/components/organisms/
|
|
1756
|
-
"category": "
|
|
1392
|
+
"event-handler-board": {
|
|
1393
|
+
"component": "EventHandlerBoard",
|
|
1394
|
+
"importPath": "@/components/organisms/EventHandlerBoard",
|
|
1395
|
+
"category": "game"
|
|
1757
1396
|
},
|
|
1758
|
-
"
|
|
1759
|
-
"component": "
|
|
1760
|
-
"importPath": "@/components/organisms/
|
|
1761
|
-
"category": "
|
|
1397
|
+
"event-log": {
|
|
1398
|
+
"component": "EventLog",
|
|
1399
|
+
"importPath": "@/components/organisms/EventLog",
|
|
1400
|
+
"category": "game"
|
|
1762
1401
|
},
|
|
1763
|
-
"
|
|
1764
|
-
"component": "
|
|
1765
|
-
"importPath": "@/components/
|
|
1766
|
-
"category": "
|
|
1402
|
+
"object-rule-panel": {
|
|
1403
|
+
"component": "ObjectRulePanel",
|
|
1404
|
+
"importPath": "@/components/organisms/ObjectRulePanel",
|
|
1405
|
+
"category": "game"
|
|
1767
1406
|
},
|
|
1768
|
-
"
|
|
1769
|
-
"component": "
|
|
1770
|
-
"importPath": "@/components/
|
|
1771
|
-
"category": "
|
|
1407
|
+
"rule-editor": {
|
|
1408
|
+
"component": "RuleEditor",
|
|
1409
|
+
"importPath": "@/components/organisms/RuleEditor",
|
|
1410
|
+
"category": "game"
|
|
1772
1411
|
},
|
|
1773
|
-
"
|
|
1774
|
-
"component": "
|
|
1775
|
-
"importPath": "@/components/
|
|
1776
|
-
"category": "
|
|
1412
|
+
"negotiator-board": {
|
|
1413
|
+
"component": "NegotiatorBoard",
|
|
1414
|
+
"importPath": "@/components/organisms/NegotiatorBoard",
|
|
1415
|
+
"category": "game"
|
|
1777
1416
|
},
|
|
1778
|
-
"
|
|
1779
|
-
"component": "
|
|
1780
|
-
"importPath": "@/components/organisms/
|
|
1781
|
-
"category": "
|
|
1417
|
+
"action-palette": {
|
|
1418
|
+
"component": "ActionPalette",
|
|
1419
|
+
"importPath": "@/components/organisms/ActionPalette",
|
|
1420
|
+
"category": "game"
|
|
1782
1421
|
},
|
|
1783
|
-
"
|
|
1784
|
-
"component": "
|
|
1785
|
-
"importPath": "@/components/
|
|
1786
|
-
"category": "
|
|
1422
|
+
"action-tile": {
|
|
1423
|
+
"component": "ActionTile",
|
|
1424
|
+
"importPath": "@/components/organisms/ActionTile",
|
|
1425
|
+
"category": "game"
|
|
1787
1426
|
},
|
|
1788
|
-
"
|
|
1789
|
-
"component": "
|
|
1790
|
-
"importPath": "@/components/
|
|
1791
|
-
"category": "
|
|
1427
|
+
"sequence-bar": {
|
|
1428
|
+
"component": "SequenceBar",
|
|
1429
|
+
"importPath": "@/components/organisms/SequenceBar",
|
|
1430
|
+
"category": "game"
|
|
1792
1431
|
},
|
|
1793
|
-
"
|
|
1794
|
-
"component": "
|
|
1795
|
-
"importPath": "@/components/organisms/
|
|
1796
|
-
"category": "
|
|
1432
|
+
"sequencer-board": {
|
|
1433
|
+
"component": "SequencerBoard",
|
|
1434
|
+
"importPath": "@/components/organisms/SequencerBoard",
|
|
1435
|
+
"category": "game"
|
|
1797
1436
|
},
|
|
1798
|
-
"
|
|
1799
|
-
"component": "
|
|
1800
|
-
"importPath": "@/components/
|
|
1801
|
-
"category": "
|
|
1437
|
+
"simulator-board": {
|
|
1438
|
+
"component": "SimulatorBoard",
|
|
1439
|
+
"importPath": "@/components/organisms/SimulatorBoard",
|
|
1440
|
+
"category": "game"
|
|
1802
1441
|
},
|
|
1803
|
-
"
|
|
1804
|
-
"component": "
|
|
1805
|
-
"importPath": "@/components/
|
|
1806
|
-
"category": "
|
|
1442
|
+
"code-view": {
|
|
1443
|
+
"component": "CodeView",
|
|
1444
|
+
"importPath": "@/components/organisms/CodeView",
|
|
1445
|
+
"category": "game"
|
|
1807
1446
|
},
|
|
1808
|
-
"
|
|
1809
|
-
"component": "
|
|
1810
|
-
"importPath": "@/components/
|
|
1811
|
-
"category": "
|
|
1447
|
+
"state-architect-board": {
|
|
1448
|
+
"component": "StateArchitectBoard",
|
|
1449
|
+
"importPath": "@/components/organisms/StateArchitectBoard",
|
|
1450
|
+
"category": "game"
|
|
1812
1451
|
},
|
|
1813
|
-
"
|
|
1814
|
-
"component": "
|
|
1815
|
-
"importPath": "@/components/
|
|
1816
|
-
"category": "
|
|
1452
|
+
"state-node": {
|
|
1453
|
+
"component": "StateNode",
|
|
1454
|
+
"importPath": "@/components/organisms/StateNode",
|
|
1455
|
+
"category": "game"
|
|
1817
1456
|
},
|
|
1818
|
-
"
|
|
1819
|
-
"component": "
|
|
1820
|
-
"importPath": "@/components/
|
|
1821
|
-
"category": "
|
|
1457
|
+
"transition-arrow": {
|
|
1458
|
+
"component": "TransitionArrow",
|
|
1459
|
+
"importPath": "@/components/organisms/TransitionArrow",
|
|
1460
|
+
"category": "game"
|
|
1822
1461
|
},
|
|
1823
|
-
"
|
|
1824
|
-
"component": "
|
|
1825
|
-
"importPath": "@/components/organisms/
|
|
1826
|
-
"category": "
|
|
1462
|
+
"variable-panel": {
|
|
1463
|
+
"component": "VariablePanel",
|
|
1464
|
+
"importPath": "@/components/organisms/VariablePanel",
|
|
1465
|
+
"category": "game"
|
|
1827
1466
|
},
|
|
1828
|
-
"
|
|
1829
|
-
"component": "
|
|
1830
|
-
"importPath": "
|
|
1831
|
-
"category": "
|
|
1467
|
+
"feature-renderer": {
|
|
1468
|
+
"component": "FeatureRenderer",
|
|
1469
|
+
"importPath": "@almadar/ui/components/organisms/game/three",
|
|
1470
|
+
"category": "game"
|
|
1832
1471
|
},
|
|
1833
|
-
"
|
|
1834
|
-
"component": "
|
|
1835
|
-
"importPath": "@/components/organisms/
|
|
1836
|
-
"category": "
|
|
1472
|
+
"dashboard-grid": {
|
|
1473
|
+
"component": "DashboardGrid",
|
|
1474
|
+
"importPath": "@/components/organisms/DashboardGrid",
|
|
1475
|
+
"category": "game"
|
|
1837
1476
|
},
|
|
1838
|
-
"
|
|
1839
|
-
"component": "
|
|
1840
|
-
"importPath": "@/components/organisms/
|
|
1841
|
-
"category": "
|
|
1477
|
+
"split-pane": {
|
|
1478
|
+
"component": "SplitPane",
|
|
1479
|
+
"importPath": "@/components/organisms/SplitPane",
|
|
1480
|
+
"category": "layout"
|
|
1842
1481
|
},
|
|
1843
|
-
"
|
|
1844
|
-
"component": "
|
|
1845
|
-
"importPath": "@/components/
|
|
1846
|
-
"category": "
|
|
1482
|
+
"tabbed-container": {
|
|
1483
|
+
"component": "TabbedContainer",
|
|
1484
|
+
"importPath": "@/components/organisms/TabbedContainer",
|
|
1485
|
+
"category": "navigation"
|
|
1847
1486
|
},
|
|
1848
|
-
"
|
|
1849
|
-
"component": "
|
|
1850
|
-
"importPath": "@/components/
|
|
1851
|
-
"category": "
|
|
1487
|
+
"master-detail-layout": {
|
|
1488
|
+
"component": "MasterDetailLayout",
|
|
1489
|
+
"importPath": "@/components/organisms/MasterDetailLayout",
|
|
1490
|
+
"category": "display"
|
|
1852
1491
|
},
|
|
1853
1492
|
"heading": {
|
|
1854
1493
|
"component": "Typography",
|