@almadar/patterns 2.3.0 → 2.6.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 +213 -3
- package/dist/event-contracts.json +2 -2
- package/dist/index.d.ts +13431 -7150
- package/dist/index.js +2857 -158
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +2558 -69
- package/dist/registry.json +2558 -69
- 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-11T04:10:55.563Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -457,7 +457,12 @@
|
|
|
457
457
|
},
|
|
458
458
|
"stat-badge": {
|
|
459
459
|
"component": "StatBadge",
|
|
460
|
-
"importPath": "@/components/molecules/StatBadge",
|
|
460
|
+
"importPath": "@/components/molecules/game/StatBadge",
|
|
461
|
+
"category": "game"
|
|
462
|
+
},
|
|
463
|
+
"stat-display": {
|
|
464
|
+
"component": "StatDisplay",
|
|
465
|
+
"importPath": "@/components/molecules/StatDisplay",
|
|
461
466
|
"category": "display"
|
|
462
467
|
},
|
|
463
468
|
"button-pattern": {
|
|
@@ -577,7 +582,7 @@
|
|
|
577
582
|
},
|
|
578
583
|
"meter": {
|
|
579
584
|
"component": "Meter",
|
|
580
|
-
"importPath": "
|
|
585
|
+
"importPath": "@/components/molecules/Meter",
|
|
581
586
|
"category": "visualization"
|
|
582
587
|
},
|
|
583
588
|
"timeline": {
|
|
@@ -1000,6 +1005,211 @@
|
|
|
1000
1005
|
"importPath": "@/components/molecules/ProgressDots",
|
|
1001
1006
|
"category": "component"
|
|
1002
1007
|
},
|
|
1008
|
+
"platformer-canvas": {
|
|
1009
|
+
"component": "PlatformerCanvas",
|
|
1010
|
+
"importPath": "@/components/organisms/PlatformerCanvas",
|
|
1011
|
+
"category": "form"
|
|
1012
|
+
},
|
|
1013
|
+
"map-view": {
|
|
1014
|
+
"component": "MapView",
|
|
1015
|
+
"importPath": "@/components/molecules/MapView",
|
|
1016
|
+
"category": "component"
|
|
1017
|
+
},
|
|
1018
|
+
"range-slider": {
|
|
1019
|
+
"component": "RangeSlider",
|
|
1020
|
+
"importPath": "@/components/atoms/RangeSlider",
|
|
1021
|
+
"category": "component"
|
|
1022
|
+
},
|
|
1023
|
+
"status-dot": {
|
|
1024
|
+
"component": "StatusDot",
|
|
1025
|
+
"importPath": "@/components/atoms/StatusDot",
|
|
1026
|
+
"category": "display"
|
|
1027
|
+
},
|
|
1028
|
+
"trend-indicator": {
|
|
1029
|
+
"component": "TrendIndicator",
|
|
1030
|
+
"importPath": "@/components/atoms/TrendIndicator",
|
|
1031
|
+
"category": "component"
|
|
1032
|
+
},
|
|
1033
|
+
"lightbox": {
|
|
1034
|
+
"component": "Lightbox",
|
|
1035
|
+
"importPath": "@/components/molecules/Lightbox",
|
|
1036
|
+
"category": "component"
|
|
1037
|
+
},
|
|
1038
|
+
"number-stepper": {
|
|
1039
|
+
"component": "NumberStepper",
|
|
1040
|
+
"importPath": "@/components/molecules/NumberStepper",
|
|
1041
|
+
"category": "component"
|
|
1042
|
+
},
|
|
1043
|
+
"star-rating": {
|
|
1044
|
+
"component": "StarRating",
|
|
1045
|
+
"importPath": "@/components/molecules/StarRating",
|
|
1046
|
+
"category": "component"
|
|
1047
|
+
},
|
|
1048
|
+
"upload-drop-zone": {
|
|
1049
|
+
"component": "UploadDropZone",
|
|
1050
|
+
"importPath": "@/components/molecules/UploadDropZone",
|
|
1051
|
+
"category": "component"
|
|
1052
|
+
},
|
|
1053
|
+
"animated-counter": {
|
|
1054
|
+
"component": "AnimatedCounter",
|
|
1055
|
+
"importPath": "@/components/atoms/AnimatedCounter",
|
|
1056
|
+
"category": "component"
|
|
1057
|
+
},
|
|
1058
|
+
"confetti-effect": {
|
|
1059
|
+
"component": "ConfettiEffect",
|
|
1060
|
+
"importPath": "@/components/atoms/ConfettiEffect",
|
|
1061
|
+
"category": "component"
|
|
1062
|
+
},
|
|
1063
|
+
"infinite-scroll-sentinel": {
|
|
1064
|
+
"component": "InfiniteScrollSentinel",
|
|
1065
|
+
"importPath": "@/components/atoms/InfiniteScrollSentinel",
|
|
1066
|
+
"category": "component"
|
|
1067
|
+
},
|
|
1068
|
+
"typewriter-text": {
|
|
1069
|
+
"component": "TypewriterText",
|
|
1070
|
+
"importPath": "@/components/atoms/TypewriterText",
|
|
1071
|
+
"category": "component"
|
|
1072
|
+
},
|
|
1073
|
+
"carousel": {
|
|
1074
|
+
"component": "Carousel",
|
|
1075
|
+
"importPath": "@/components/molecules/Carousel",
|
|
1076
|
+
"category": "component"
|
|
1077
|
+
},
|
|
1078
|
+
"pull-to-refresh": {
|
|
1079
|
+
"component": "PullToRefresh",
|
|
1080
|
+
"importPath": "@/components/molecules/PullToRefresh",
|
|
1081
|
+
"category": "component"
|
|
1082
|
+
},
|
|
1083
|
+
"sortable-list": {
|
|
1084
|
+
"component": "SortableList",
|
|
1085
|
+
"importPath": "@/components/molecules/SortableList",
|
|
1086
|
+
"category": "display"
|
|
1087
|
+
},
|
|
1088
|
+
"swipeable-row": {
|
|
1089
|
+
"component": "SwipeableRow",
|
|
1090
|
+
"importPath": "@/components/molecules/SwipeableRow",
|
|
1091
|
+
"category": "component"
|
|
1092
|
+
},
|
|
1093
|
+
"action-button": {
|
|
1094
|
+
"component": "ActionButton",
|
|
1095
|
+
"importPath": "@/components/atoms/ActionButton",
|
|
1096
|
+
"category": "component"
|
|
1097
|
+
},
|
|
1098
|
+
"choice-button": {
|
|
1099
|
+
"component": "ChoiceButton",
|
|
1100
|
+
"importPath": "@/components/atoms/ChoiceButton",
|
|
1101
|
+
"category": "component"
|
|
1102
|
+
},
|
|
1103
|
+
"combo-counter": {
|
|
1104
|
+
"component": "ComboCounter",
|
|
1105
|
+
"importPath": "@/components/atoms/ComboCounter",
|
|
1106
|
+
"category": "component"
|
|
1107
|
+
},
|
|
1108
|
+
"damage-number": {
|
|
1109
|
+
"component": "DamageNumber",
|
|
1110
|
+
"importPath": "@/components/atoms/DamageNumber",
|
|
1111
|
+
"category": "component"
|
|
1112
|
+
},
|
|
1113
|
+
"dialogue-bubble": {
|
|
1114
|
+
"component": "DialogueBubble",
|
|
1115
|
+
"importPath": "@/components/atoms/DialogueBubble",
|
|
1116
|
+
"category": "game"
|
|
1117
|
+
},
|
|
1118
|
+
"item-slot": {
|
|
1119
|
+
"component": "ItemSlot",
|
|
1120
|
+
"importPath": "@/components/atoms/ItemSlot",
|
|
1121
|
+
"category": "layout"
|
|
1122
|
+
},
|
|
1123
|
+
"mini-map": {
|
|
1124
|
+
"component": "MiniMap",
|
|
1125
|
+
"importPath": "@/components/atoms/MiniMap",
|
|
1126
|
+
"category": "component"
|
|
1127
|
+
},
|
|
1128
|
+
"resource-counter": {
|
|
1129
|
+
"component": "ResourceCounter",
|
|
1130
|
+
"importPath": "@/components/atoms/ResourceCounter",
|
|
1131
|
+
"category": "component"
|
|
1132
|
+
},
|
|
1133
|
+
"status-effect": {
|
|
1134
|
+
"component": "StatusEffect",
|
|
1135
|
+
"importPath": "@/components/atoms/StatusEffect",
|
|
1136
|
+
"category": "display"
|
|
1137
|
+
},
|
|
1138
|
+
"timer-display": {
|
|
1139
|
+
"component": "TimerDisplay",
|
|
1140
|
+
"importPath": "@/components/atoms/TimerDisplay",
|
|
1141
|
+
"category": "component"
|
|
1142
|
+
},
|
|
1143
|
+
"turn-indicator": {
|
|
1144
|
+
"component": "TurnIndicator",
|
|
1145
|
+
"importPath": "@/components/atoms/TurnIndicator",
|
|
1146
|
+
"category": "component"
|
|
1147
|
+
},
|
|
1148
|
+
"waypoint-marker": {
|
|
1149
|
+
"component": "WaypointMarker",
|
|
1150
|
+
"importPath": "@/components/atoms/WaypointMarker",
|
|
1151
|
+
"category": "component"
|
|
1152
|
+
},
|
|
1153
|
+
"x-p-bar": {
|
|
1154
|
+
"component": "XPBar",
|
|
1155
|
+
"importPath": "@/components/atoms/XPBar",
|
|
1156
|
+
"category": "component"
|
|
1157
|
+
},
|
|
1158
|
+
"crafting-recipe": {
|
|
1159
|
+
"component": "CraftingRecipe",
|
|
1160
|
+
"importPath": "@/components/molecules/CraftingRecipe",
|
|
1161
|
+
"category": "component"
|
|
1162
|
+
},
|
|
1163
|
+
"enemy-plate": {
|
|
1164
|
+
"component": "EnemyPlate",
|
|
1165
|
+
"importPath": "@/components/molecules/EnemyPlate",
|
|
1166
|
+
"category": "component"
|
|
1167
|
+
},
|
|
1168
|
+
"game-canvas2-d": {
|
|
1169
|
+
"component": "GameCanvas2D",
|
|
1170
|
+
"importPath": "@/components/molecules/GameCanvas2D",
|
|
1171
|
+
"category": "game"
|
|
1172
|
+
},
|
|
1173
|
+
"health-panel": {
|
|
1174
|
+
"component": "HealthPanel",
|
|
1175
|
+
"importPath": "@/components/molecules/HealthPanel",
|
|
1176
|
+
"category": "component"
|
|
1177
|
+
},
|
|
1178
|
+
"inventory-grid": {
|
|
1179
|
+
"component": "InventoryGrid",
|
|
1180
|
+
"importPath": "@/components/molecules/InventoryGrid",
|
|
1181
|
+
"category": "game"
|
|
1182
|
+
},
|
|
1183
|
+
"powerup-slots": {
|
|
1184
|
+
"component": "PowerupSlots",
|
|
1185
|
+
"importPath": "@/components/molecules/PowerupSlots",
|
|
1186
|
+
"category": "layout"
|
|
1187
|
+
},
|
|
1188
|
+
"quest-tracker": {
|
|
1189
|
+
"component": "QuestTracker",
|
|
1190
|
+
"importPath": "@/components/molecules/QuestTracker",
|
|
1191
|
+
"category": "component"
|
|
1192
|
+
},
|
|
1193
|
+
"resource-bar": {
|
|
1194
|
+
"component": "ResourceBar",
|
|
1195
|
+
"importPath": "@/components/molecules/ResourceBar",
|
|
1196
|
+
"category": "component"
|
|
1197
|
+
},
|
|
1198
|
+
"score-board": {
|
|
1199
|
+
"component": "ScoreBoard",
|
|
1200
|
+
"importPath": "@/components/molecules/ScoreBoard",
|
|
1201
|
+
"category": "game"
|
|
1202
|
+
},
|
|
1203
|
+
"turn-panel": {
|
|
1204
|
+
"component": "TurnPanel",
|
|
1205
|
+
"importPath": "@/components/molecules/TurnPanel",
|
|
1206
|
+
"category": "component"
|
|
1207
|
+
},
|
|
1208
|
+
"unit-command-bar": {
|
|
1209
|
+
"component": "UnitCommandBar",
|
|
1210
|
+
"importPath": "@/components/molecules/UnitCommandBar",
|
|
1211
|
+
"category": "component"
|
|
1212
|
+
},
|
|
1003
1213
|
"heading": {
|
|
1004
1214
|
"component": "Typography",
|
|
1005
1215
|
"importPath": "@/components/atoms/Typography",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-03-
|
|
3
|
+
"exportedAt": "2026-03-11T04:10:55.563Z",
|
|
4
4
|
"contracts": {
|
|
5
5
|
"form": {
|
|
6
6
|
"emits": [
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
}
|
|
1133
1133
|
],
|
|
1134
1134
|
"requires": [],
|
|
1135
|
-
"entityAware":
|
|
1135
|
+
"entityAware": false
|
|
1136
1136
|
},
|
|
1137
1137
|
"trait-slot": {
|
|
1138
1138
|
"emits": [
|