@almadar/patterns 2.8.11 → 2.8.13
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 +183 -183
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +8937 -8030
- package/dist/index.js +7441 -7054
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +7103 -6716
- package/dist/registry.json +7103 -6716
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-03-
|
|
3
|
+
"exportedAt": "2026-03-28T13:39:00.733Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -530,11 +530,6 @@
|
|
|
530
530
|
"importPath": "@/components/organisms/ToastSlot",
|
|
531
531
|
"category": "layout"
|
|
532
532
|
},
|
|
533
|
-
"u-i-slot-renderer": {
|
|
534
|
-
"component": "UISlotRenderer",
|
|
535
|
-
"importPath": "@/components/organisms/UISlotRenderer",
|
|
536
|
-
"category": "layout"
|
|
537
|
-
},
|
|
538
533
|
"split-pane": {
|
|
539
534
|
"component": "SplitPane",
|
|
540
535
|
"importPath": "@/components/organisms/SplitPane",
|
|
@@ -650,11 +645,6 @@
|
|
|
650
645
|
"importPath": "@/components/organisms/CastleBoard",
|
|
651
646
|
"category": "game"
|
|
652
647
|
},
|
|
653
|
-
"game-canvas3-d": {
|
|
654
|
-
"component": "GameCanvas3D",
|
|
655
|
-
"importPath": "@almadar/ui/components/organisms/game/three",
|
|
656
|
-
"category": "game"
|
|
657
|
-
},
|
|
658
648
|
"world-map-board": {
|
|
659
649
|
"component": "WorldMapBoard",
|
|
660
650
|
"importPath": "@/components/organisms/WorldMapBoard",
|
|
@@ -665,51 +655,16 @@
|
|
|
665
655
|
"importPath": "@/components/organisms/CollapsibleSection",
|
|
666
656
|
"category": "display"
|
|
667
657
|
},
|
|
668
|
-
"camera3-d": {
|
|
669
|
-
"component": "Camera3D",
|
|
670
|
-
"importPath": "@/components/organisms/Camera3D",
|
|
671
|
-
"category": "display"
|
|
672
|
-
},
|
|
673
|
-
"lighting3-d": {
|
|
674
|
-
"component": "Lighting3D",
|
|
675
|
-
"importPath": "@/components/organisms/Lighting3D",
|
|
676
|
-
"category": "display"
|
|
677
|
-
},
|
|
678
|
-
"scene3-d": {
|
|
679
|
-
"component": "Scene3D",
|
|
680
|
-
"importPath": "@/components/organisms/Scene3D",
|
|
681
|
-
"category": "display"
|
|
682
|
-
},
|
|
683
|
-
"canvas3-d-error-boundary": {
|
|
684
|
-
"component": "Canvas3DErrorBoundary",
|
|
685
|
-
"importPath": "@/components/organisms/Canvas3DErrorBoundary",
|
|
686
|
-
"category": "state"
|
|
687
|
-
},
|
|
688
|
-
"canvas3-d-loading-state": {
|
|
689
|
-
"component": "Canvas3DLoadingState",
|
|
690
|
-
"importPath": "@/components/organisms/Canvas3DLoadingState",
|
|
691
|
-
"category": "display"
|
|
692
|
-
},
|
|
693
658
|
"model-loader": {
|
|
694
659
|
"component": "ModelLoader",
|
|
695
660
|
"importPath": "@/components/organisms/ModelLoader",
|
|
696
661
|
"category": "display"
|
|
697
662
|
},
|
|
698
|
-
"physics-object3-d": {
|
|
699
|
-
"component": "PhysicsObject3D",
|
|
700
|
-
"importPath": "@/components/organisms/PhysicsObject3D",
|
|
701
|
-
"category": "display"
|
|
702
|
-
},
|
|
703
663
|
"feature-renderer": {
|
|
704
664
|
"component": "FeatureRenderer",
|
|
705
665
|
"importPath": "@/components/organisms/FeatureRenderer",
|
|
706
666
|
"category": "display"
|
|
707
667
|
},
|
|
708
|
-
"feature-renderer3-d": {
|
|
709
|
-
"component": "FeatureRenderer3D",
|
|
710
|
-
"importPath": "@/components/organisms/FeatureRenderer3D",
|
|
711
|
-
"category": "display"
|
|
712
|
-
},
|
|
713
668
|
"tile-renderer": {
|
|
714
669
|
"component": "TileRenderer",
|
|
715
670
|
"importPath": "@/components/organisms/TileRenderer",
|
|
@@ -720,21 +675,6 @@
|
|
|
720
675
|
"importPath": "@/components/organisms/UnitRenderer",
|
|
721
676
|
"category": "display"
|
|
722
677
|
},
|
|
723
|
-
"game-canvas3-d-battle-template": {
|
|
724
|
-
"component": "GameCanvas3DBattleTemplate",
|
|
725
|
-
"importPath": "@/components/templates/GameCanvas3DBattleTemplate",
|
|
726
|
-
"category": "template"
|
|
727
|
-
},
|
|
728
|
-
"game-canvas3-d-castle-template": {
|
|
729
|
-
"component": "GameCanvas3DCastleTemplate",
|
|
730
|
-
"importPath": "@/components/templates/GameCanvas3DCastleTemplate",
|
|
731
|
-
"category": "template"
|
|
732
|
-
},
|
|
733
|
-
"game-canvas3-d-world-map-template": {
|
|
734
|
-
"component": "GameCanvas3DWorldMapTemplate",
|
|
735
|
-
"importPath": "@/components/templates/GameCanvas3DWorldMapTemplate",
|
|
736
|
-
"category": "template"
|
|
737
|
-
},
|
|
738
678
|
"state-indicator": {
|
|
739
679
|
"component": "StateIndicator",
|
|
740
680
|
"importPath": "@/components/atoms/StateIndicator",
|
|
@@ -1150,11 +1090,6 @@
|
|
|
1150
1090
|
"importPath": "@/components/atoms/WaypointMarker",
|
|
1151
1091
|
"category": "component"
|
|
1152
1092
|
},
|
|
1153
|
-
"x-p-bar": {
|
|
1154
|
-
"component": "XPBar",
|
|
1155
|
-
"importPath": "@/components/atoms/XPBar",
|
|
1156
|
-
"category": "component"
|
|
1157
|
-
},
|
|
1158
1093
|
"crafting-recipe": {
|
|
1159
1094
|
"component": "CraftingRecipe",
|
|
1160
1095
|
"importPath": "@/components/molecules/CraftingRecipe",
|
|
@@ -1165,11 +1100,6 @@
|
|
|
1165
1100
|
"importPath": "@/components/molecules/EnemyPlate",
|
|
1166
1101
|
"category": "component"
|
|
1167
1102
|
},
|
|
1168
|
-
"game-canvas2-d": {
|
|
1169
|
-
"component": "GameCanvas2D",
|
|
1170
|
-
"importPath": "@/components/molecules/GameCanvas2D",
|
|
1171
|
-
"category": "game"
|
|
1172
|
-
},
|
|
1173
1103
|
"health-panel": {
|
|
1174
1104
|
"component": "HealthPanel",
|
|
1175
1105
|
"importPath": "@/components/molecules/HealthPanel",
|
|
@@ -1375,11 +1305,6 @@
|
|
|
1375
1305
|
"importPath": "@/components/molecules/ArticleSection",
|
|
1376
1306
|
"category": "component"
|
|
1377
1307
|
},
|
|
1378
|
-
"c-t-a-banner": {
|
|
1379
|
-
"component": "CTABanner",
|
|
1380
|
-
"importPath": "@/components/molecules/CTABanner",
|
|
1381
|
-
"category": "navigation"
|
|
1382
|
-
},
|
|
1383
1308
|
"case-study-card": {
|
|
1384
1309
|
"component": "CaseStudyCard",
|
|
1385
1310
|
"importPath": "@/components/molecules/CaseStudyCard",
|
|
@@ -1420,11 +1345,6 @@
|
|
|
1420
1345
|
"importPath": "@/components/molecules/DocSidebar",
|
|
1421
1346
|
"category": "navigation"
|
|
1422
1347
|
},
|
|
1423
|
-
"doc-t-o-c": {
|
|
1424
|
-
"component": "DocTOC",
|
|
1425
|
-
"importPath": "@/components/molecules/DocTOC",
|
|
1426
|
-
"category": "component"
|
|
1427
|
-
},
|
|
1428
1348
|
"feature-card": {
|
|
1429
1349
|
"component": "FeatureCard",
|
|
1430
1350
|
"importPath": "@/components/molecules/FeatureCard",
|
|
@@ -1540,86 +1460,6 @@
|
|
|
1540
1460
|
"importPath": "@/components/molecules/AvlStateMachine",
|
|
1541
1461
|
"category": "display"
|
|
1542
1462
|
},
|
|
1543
|
-
"a-i-generates": {
|
|
1544
|
-
"component": "AIGenerates",
|
|
1545
|
-
"importPath": "@/components/molecules/AIGenerates",
|
|
1546
|
-
"category": "component"
|
|
1547
|
-
},
|
|
1548
|
-
"closed-circuit": {
|
|
1549
|
-
"component": "ClosedCircuit",
|
|
1550
|
-
"importPath": "@/components/molecules/ClosedCircuit",
|
|
1551
|
-
"category": "component"
|
|
1552
|
-
},
|
|
1553
|
-
"community-ownership": {
|
|
1554
|
-
"component": "CommunityOwnership",
|
|
1555
|
-
"importPath": "@/components/molecules/CommunityOwnership",
|
|
1556
|
-
"category": "component"
|
|
1557
|
-
},
|
|
1558
|
-
"compile-anywhere": {
|
|
1559
|
-
"component": "CompileAnywhere",
|
|
1560
|
-
"importPath": "@/components/molecules/CompileAnywhere",
|
|
1561
|
-
"category": "component"
|
|
1562
|
-
},
|
|
1563
|
-
"composable-models": {
|
|
1564
|
-
"component": "ComposableModels",
|
|
1565
|
-
"importPath": "@/components/molecules/ComposableModels",
|
|
1566
|
-
"category": "component"
|
|
1567
|
-
},
|
|
1568
|
-
"describe-prove-deploy": {
|
|
1569
|
-
"component": "DescribeProveDeploy",
|
|
1570
|
-
"importPath": "@/components/molecules/DescribeProveDeploy",
|
|
1571
|
-
"category": "component"
|
|
1572
|
-
},
|
|
1573
|
-
"domain-grid": {
|
|
1574
|
-
"component": "DomainGrid",
|
|
1575
|
-
"importPath": "@/components/molecules/DomainGrid",
|
|
1576
|
-
"category": "display"
|
|
1577
|
-
},
|
|
1578
|
-
"event-bus": {
|
|
1579
|
-
"component": "EventBus",
|
|
1580
|
-
"importPath": "@/components/molecules/EventBus",
|
|
1581
|
-
"category": "component"
|
|
1582
|
-
},
|
|
1583
|
-
"orbital-unit": {
|
|
1584
|
-
"component": "OrbitalUnit",
|
|
1585
|
-
"importPath": "@/components/molecules/OrbitalUnit",
|
|
1586
|
-
"category": "component"
|
|
1587
|
-
},
|
|
1588
|
-
"plan-verify-remember": {
|
|
1589
|
-
"component": "PlanVerifyRemember",
|
|
1590
|
-
"importPath": "@/components/molecules/PlanVerifyRemember",
|
|
1591
|
-
"category": "component"
|
|
1592
|
-
},
|
|
1593
|
-
"prove-correct": {
|
|
1594
|
-
"component": "ProveCorrect",
|
|
1595
|
-
"importPath": "@/components/molecules/ProveCorrect",
|
|
1596
|
-
"category": "component"
|
|
1597
|
-
},
|
|
1598
|
-
"service-layers": {
|
|
1599
|
-
"component": "ServiceLayers",
|
|
1600
|
-
"importPath": "@/components/molecules/ServiceLayers",
|
|
1601
|
-
"category": "component"
|
|
1602
|
-
},
|
|
1603
|
-
"shared-reality": {
|
|
1604
|
-
"component": "SharedReality",
|
|
1605
|
-
"importPath": "@/components/molecules/SharedReality",
|
|
1606
|
-
"category": "component"
|
|
1607
|
-
},
|
|
1608
|
-
"standard-library": {
|
|
1609
|
-
"component": "StandardLibrary",
|
|
1610
|
-
"importPath": "@/components/molecules/StandardLibrary",
|
|
1611
|
-
"category": "component"
|
|
1612
|
-
},
|
|
1613
|
-
"state-machine": {
|
|
1614
|
-
"component": "StateMachine",
|
|
1615
|
-
"importPath": "@/components/molecules/StateMachine",
|
|
1616
|
-
"category": "display"
|
|
1617
|
-
},
|
|
1618
|
-
"world-model": {
|
|
1619
|
-
"component": "WorldModel",
|
|
1620
|
-
"importPath": "@/components/molecules/WorldModel",
|
|
1621
|
-
"category": "component"
|
|
1622
|
-
},
|
|
1623
1463
|
"case-study-organism": {
|
|
1624
1464
|
"component": "CaseStudyOrganism",
|
|
1625
1465
|
"importPath": "@/components/organisms/CaseStudyOrganism",
|
|
@@ -1660,11 +1500,6 @@
|
|
|
1660
1500
|
"importPath": "@/components/organisms/TeamOrganism",
|
|
1661
1501
|
"category": "display"
|
|
1662
1502
|
},
|
|
1663
|
-
"avl-application-scene": {
|
|
1664
|
-
"component": "AvlApplicationScene",
|
|
1665
|
-
"importPath": "@/components/organisms/AvlApplicationScene",
|
|
1666
|
-
"category": "display"
|
|
1667
|
-
},
|
|
1668
1503
|
"avl-click-target": {
|
|
1669
1504
|
"component": "AvlClickTarget",
|
|
1670
1505
|
"importPath": "@/components/organisms/AvlClickTarget",
|
|
@@ -1680,11 +1515,6 @@
|
|
|
1680
1515
|
"importPath": "@/components/organisms/AvlLegend",
|
|
1681
1516
|
"category": "display"
|
|
1682
1517
|
},
|
|
1683
|
-
"avl-orbital-scene": {
|
|
1684
|
-
"component": "AvlOrbitalScene",
|
|
1685
|
-
"importPath": "@/components/organisms/AvlOrbitalScene",
|
|
1686
|
-
"category": "display"
|
|
1687
|
-
},
|
|
1688
1518
|
"avl-trait-scene": {
|
|
1689
1519
|
"component": "AvlTraitScene",
|
|
1690
1520
|
"importPath": "@/components/organisms/AvlTraitScene",
|
|
@@ -1715,66 +1545,236 @@
|
|
|
1715
1545
|
"importPath": "@/components/templates/PricingPageTemplate",
|
|
1716
1546
|
"category": "template"
|
|
1717
1547
|
},
|
|
1718
|
-
"
|
|
1548
|
+
"animated-graphic": {
|
|
1549
|
+
"component": "AnimatedGraphic",
|
|
1550
|
+
"importPath": "@/components/atoms/AnimatedGraphic",
|
|
1551
|
+
"category": "component"
|
|
1552
|
+
},
|
|
1553
|
+
"animated-reveal": {
|
|
1554
|
+
"component": "AnimatedReveal",
|
|
1555
|
+
"importPath": "@/components/atoms/AnimatedReveal",
|
|
1556
|
+
"category": "component"
|
|
1557
|
+
},
|
|
1558
|
+
"pattern-tile": {
|
|
1559
|
+
"component": "PatternTile",
|
|
1560
|
+
"importPath": "@/components/atoms/PatternTile",
|
|
1561
|
+
"category": "game"
|
|
1562
|
+
},
|
|
1563
|
+
"edge-decoration": {
|
|
1564
|
+
"component": "EdgeDecoration",
|
|
1565
|
+
"importPath": "@/components/molecules/EdgeDecoration",
|
|
1566
|
+
"category": "component"
|
|
1567
|
+
},
|
|
1568
|
+
"geometric-pattern": {
|
|
1569
|
+
"component": "GeometricPattern",
|
|
1570
|
+
"importPath": "@/components/molecules/GeometricPattern",
|
|
1571
|
+
"category": "component"
|
|
1572
|
+
},
|
|
1573
|
+
"avl-behavior-glyph": {
|
|
1574
|
+
"component": "AvlBehaviorGlyph",
|
|
1575
|
+
"importPath": "@/components/molecules/AvlBehaviorGlyph",
|
|
1576
|
+
"category": "component"
|
|
1577
|
+
},
|
|
1578
|
+
"avl-swim-lane": {
|
|
1579
|
+
"component": "AvlSwimLane",
|
|
1580
|
+
"importPath": "@/components/molecules/AvlSwimLane",
|
|
1581
|
+
"category": "component"
|
|
1582
|
+
},
|
|
1583
|
+
"avl-transition-lane": {
|
|
1584
|
+
"component": "AvlTransitionLane",
|
|
1585
|
+
"importPath": "@/components/molecules/AvlTransitionLane",
|
|
1586
|
+
"category": "component"
|
|
1587
|
+
},
|
|
1588
|
+
"behavior-view": {
|
|
1589
|
+
"component": "BehaviorView",
|
|
1590
|
+
"importPath": "@/components/molecules/BehaviorView",
|
|
1591
|
+
"category": "component"
|
|
1592
|
+
},
|
|
1593
|
+
"detail-view": {
|
|
1594
|
+
"component": "DetailView",
|
|
1595
|
+
"importPath": "@/components/molecules/DetailView",
|
|
1596
|
+
"category": "display"
|
|
1597
|
+
},
|
|
1598
|
+
"mini-state-machine": {
|
|
1599
|
+
"component": "MiniStateMachine",
|
|
1600
|
+
"importPath": "@/components/molecules/MiniStateMachine",
|
|
1601
|
+
"category": "display"
|
|
1602
|
+
},
|
|
1603
|
+
"module-card": {
|
|
1604
|
+
"component": "ModuleCard",
|
|
1605
|
+
"importPath": "@/components/molecules/ModuleCard",
|
|
1606
|
+
"category": "display"
|
|
1607
|
+
},
|
|
1608
|
+
"system-node": {
|
|
1609
|
+
"component": "SystemNode",
|
|
1610
|
+
"importPath": "@/components/molecules/SystemNode",
|
|
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",
|
|
1621
|
+
"category": "navigation"
|
|
1622
|
+
},
|
|
1623
|
+
"zoom-legend": {
|
|
1624
|
+
"component": "ZoomLegend",
|
|
1625
|
+
"importPath": "@/components/organisms/ZoomLegend",
|
|
1626
|
+
"category": "display"
|
|
1627
|
+
},
|
|
1628
|
+
"avl-3d-label": {
|
|
1719
1629
|
"component": "Avl3DLabel",
|
|
1720
1630
|
"importPath": "@/components/atoms/Avl3DLabel",
|
|
1721
1631
|
"category": "component"
|
|
1722
1632
|
},
|
|
1723
|
-
"
|
|
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": {
|
|
1724
1654
|
"component": "Avl3DCrossWire",
|
|
1725
1655
|
"importPath": "@/components/molecules/Avl3DCrossWire",
|
|
1726
1656
|
"category": "component"
|
|
1727
1657
|
},
|
|
1728
|
-
"
|
|
1658
|
+
"avl-3d-entity-core": {
|
|
1729
1659
|
"component": "Avl3DEntityCore",
|
|
1730
1660
|
"importPath": "@/components/molecules/Avl3DEntityCore",
|
|
1731
1661
|
"category": "component"
|
|
1732
1662
|
},
|
|
1733
|
-
"
|
|
1663
|
+
"avl-3d-expr-tree": {
|
|
1734
1664
|
"component": "Avl3DExprTree",
|
|
1735
1665
|
"importPath": "@/components/molecules/Avl3DExprTree",
|
|
1736
1666
|
"category": "component"
|
|
1737
1667
|
},
|
|
1738
|
-
"
|
|
1668
|
+
"avl-3d-orbital-node": {
|
|
1739
1669
|
"component": "Avl3DOrbitalNode",
|
|
1740
1670
|
"importPath": "@/components/molecules/Avl3DOrbitalNode",
|
|
1741
1671
|
"category": "component"
|
|
1742
1672
|
},
|
|
1743
|
-
"
|
|
1673
|
+
"avl-3d-state-node": {
|
|
1744
1674
|
"component": "Avl3DStateNode",
|
|
1745
1675
|
"importPath": "@/components/molecules/Avl3DStateNode",
|
|
1746
1676
|
"category": "display"
|
|
1747
1677
|
},
|
|
1748
|
-
"
|
|
1678
|
+
"avl-3d-transition-arc": {
|
|
1749
1679
|
"component": "Avl3DTransitionArc",
|
|
1750
1680
|
"importPath": "@/components/molecules/Avl3DTransitionArc",
|
|
1751
1681
|
"category": "component"
|
|
1752
1682
|
},
|
|
1753
|
-
"
|
|
1683
|
+
"game-canvas-2d": {
|
|
1684
|
+
"component": "GameCanvas2D",
|
|
1685
|
+
"importPath": "@/components/molecules/GameCanvas2D",
|
|
1686
|
+
"category": "game"
|
|
1687
|
+
},
|
|
1688
|
+
"ui-slot-renderer": {
|
|
1689
|
+
"component": "UISlotRenderer",
|
|
1690
|
+
"importPath": "@/components/organisms/UISlotRenderer",
|
|
1691
|
+
"category": "layout"
|
|
1692
|
+
},
|
|
1693
|
+
"avl-3d-application-scene": {
|
|
1754
1694
|
"component": "Avl3DApplicationScene",
|
|
1755
1695
|
"importPath": "@/components/organisms/Avl3DApplicationScene",
|
|
1756
1696
|
"category": "display"
|
|
1757
1697
|
},
|
|
1758
|
-
"
|
|
1698
|
+
"avl-3d-effects": {
|
|
1699
|
+
"component": "Avl3DEffects",
|
|
1700
|
+
"importPath": "@/components/organisms/Avl3DEffects",
|
|
1701
|
+
"category": "display"
|
|
1702
|
+
},
|
|
1703
|
+
"avl-3d-orbital-scene": {
|
|
1759
1704
|
"component": "Avl3DOrbitalScene",
|
|
1760
1705
|
"importPath": "@/components/organisms/Avl3DOrbitalScene",
|
|
1761
1706
|
"category": "display"
|
|
1762
1707
|
},
|
|
1763
|
-
"
|
|
1708
|
+
"avl-3d-trait-scene": {
|
|
1764
1709
|
"component": "Avl3DTraitScene",
|
|
1765
1710
|
"importPath": "@/components/organisms/Avl3DTraitScene",
|
|
1766
1711
|
"category": "display"
|
|
1767
1712
|
},
|
|
1768
|
-
"
|
|
1713
|
+
"avl-3d-transition-scene": {
|
|
1769
1714
|
"component": "Avl3DTransitionScene",
|
|
1770
1715
|
"importPath": "@/components/organisms/Avl3DTransitionScene",
|
|
1771
1716
|
"category": "display"
|
|
1772
1717
|
},
|
|
1773
|
-
"
|
|
1718
|
+
"avl-3d-viewer": {
|
|
1774
1719
|
"component": "Avl3DViewer",
|
|
1775
1720
|
"importPath": "@/components/organisms/Avl3DViewer",
|
|
1776
1721
|
"category": "display"
|
|
1777
1722
|
},
|
|
1723
|
+
"game-canvas-3d": {
|
|
1724
|
+
"component": "GameCanvas3D",
|
|
1725
|
+
"importPath": "@/components/organisms/GameCanvas3D",
|
|
1726
|
+
"category": "game"
|
|
1727
|
+
},
|
|
1728
|
+
"camera-3d": {
|
|
1729
|
+
"component": "Camera3D",
|
|
1730
|
+
"importPath": "@/components/organisms/Camera3D",
|
|
1731
|
+
"category": "display"
|
|
1732
|
+
},
|
|
1733
|
+
"lighting-3d": {
|
|
1734
|
+
"component": "Lighting3D",
|
|
1735
|
+
"importPath": "@/components/organisms/Lighting3D",
|
|
1736
|
+
"category": "display"
|
|
1737
|
+
},
|
|
1738
|
+
"scene-3d": {
|
|
1739
|
+
"component": "Scene3D",
|
|
1740
|
+
"importPath": "@/components/organisms/Scene3D",
|
|
1741
|
+
"category": "display"
|
|
1742
|
+
},
|
|
1743
|
+
"canvas-3d-error-boundary": {
|
|
1744
|
+
"component": "Canvas3DErrorBoundary",
|
|
1745
|
+
"importPath": "@/components/organisms/Canvas3DErrorBoundary",
|
|
1746
|
+
"category": "game"
|
|
1747
|
+
},
|
|
1748
|
+
"canvas-3d-loading-state": {
|
|
1749
|
+
"component": "Canvas3DLoadingState",
|
|
1750
|
+
"importPath": "@/components/organisms/Canvas3DLoadingState",
|
|
1751
|
+
"category": "game"
|
|
1752
|
+
},
|
|
1753
|
+
"physics-object-3d": {
|
|
1754
|
+
"component": "PhysicsObject3D",
|
|
1755
|
+
"importPath": "@/components/organisms/PhysicsObject3D",
|
|
1756
|
+
"category": "display"
|
|
1757
|
+
},
|
|
1758
|
+
"feature-renderer-3d": {
|
|
1759
|
+
"component": "FeatureRenderer3D",
|
|
1760
|
+
"importPath": "@/components/organisms/FeatureRenderer3D",
|
|
1761
|
+
"category": "display"
|
|
1762
|
+
},
|
|
1763
|
+
"game-canvas-3d-battle-template": {
|
|
1764
|
+
"component": "GameCanvas3DBattleTemplate",
|
|
1765
|
+
"importPath": "@/components/templates/GameCanvas3DBattleTemplate",
|
|
1766
|
+
"category": "template"
|
|
1767
|
+
},
|
|
1768
|
+
"game-canvas-3d-castle-template": {
|
|
1769
|
+
"component": "GameCanvas3DCastleTemplate",
|
|
1770
|
+
"importPath": "@/components/templates/GameCanvas3DCastleTemplate",
|
|
1771
|
+
"category": "template"
|
|
1772
|
+
},
|
|
1773
|
+
"game-canvas-3d-world-map-template": {
|
|
1774
|
+
"component": "GameCanvas3DWorldMapTemplate",
|
|
1775
|
+
"importPath": "@/components/templates/GameCanvas3DWorldMapTemplate",
|
|
1776
|
+
"category": "template"
|
|
1777
|
+
},
|
|
1778
1778
|
"heading": {
|
|
1779
1779
|
"component": "Typography",
|
|
1780
1780
|
"importPath": "@/components/atoms/Typography",
|