@almadar/patterns 2.5.0 → 2.6.2
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 +121 -1
- package/dist/event-contracts.json +2 -2
- package/dist/index.d.ts +8586 -5659
- package/dist/index.js +1433 -179
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1213 -78
- package/dist/registry.json +1213 -78
- 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-12T02:35:44.580Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1090,6 +1090,126 @@
|
|
|
1090
1090
|
"importPath": "@/components/molecules/SwipeableRow",
|
|
1091
1091
|
"category": "component"
|
|
1092
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
|
+
},
|
|
1093
1213
|
"heading": {
|
|
1094
1214
|
"component": "Typography",
|
|
1095
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-12T02:35:44.580Z",
|
|
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": [
|