@gamepark/react-game 7.0.2 → 7.1.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/components/material/DraggableMaterial.d.ts +2 -1
- package/dist/components/material/DraggableMaterial.js +9 -5
- package/dist/components/material/DraggableMaterial.js.map +1 -1
- package/dist/components/material/GameTable/DropPreview.d.ts +4 -2
- package/dist/components/material/GameTable/DropPreview.js +5 -3
- package/dist/components/material/GameTable/DropPreview.js.map +1 -1
- package/dist/components/material/GameTable/DynamicItemsDisplay.d.ts +3 -3
- package/dist/components/material/GameTable/DynamicItemsDisplay.js +2 -2
- package/dist/components/material/GameTable/DynamicItemsDisplay.js.map +1 -1
- package/dist/components/material/GameTable/GameMaterialDisplay.d.ts +7 -6
- package/dist/components/material/GameTable/GameMaterialDisplay.js +3 -6
- package/dist/components/material/GameTable/GameMaterialDisplay.js.map +1 -1
- package/dist/components/material/GameTable/GameTable.js +2 -1
- package/dist/components/material/GameTable/GameTable.js.map +1 -1
- package/dist/components/material/GameTable/StaticItemsDisplay.d.ts +3 -3
- package/dist/components/material/GameTable/StaticItemsDisplay.js +7 -4
- package/dist/components/material/GameTable/StaticItemsDisplay.js.map +1 -1
- package/dist/components/material/GameTable/StaticLocationsDisplay.d.ts +3 -3
- package/dist/components/material/GameTable/StaticLocationsDisplay.js +5 -3
- package/dist/components/material/GameTable/StaticLocationsDisplay.js.map +1 -1
- package/dist/components/material/animations/CreateItemAnimations.d.ts +2 -2
- package/dist/components/material/animations/CreateItemAnimations.js +14 -4
- package/dist/components/material/animations/CreateItemAnimations.js.map +1 -1
- package/dist/components/material/animations/DeleteItemAnimations.d.ts +2 -2
- package/dist/components/material/animations/DeleteItemAnimations.js +14 -4
- package/dist/components/material/animations/DeleteItemAnimations.js.map +1 -1
- package/dist/components/material/animations/ItemAnimations.d.ts +2 -2
- package/dist/components/material/animations/ItemAnimations.js +1 -1
- package/dist/components/material/animations/ItemAnimations.js.map +1 -1
- package/dist/components/material/animations/MaterialAnimations.d.ts +2 -2
- package/dist/components/material/animations/MaterialAnimations.js +2 -2
- package/dist/components/material/animations/MaterialAnimations.js.map +1 -1
- package/dist/components/material/animations/MaterialGameAnimations.d.ts +3 -2
- package/dist/components/material/animations/MaterialGameAnimations.js +6 -3
- package/dist/components/material/animations/MaterialGameAnimations.js.map +1 -1
- package/dist/components/material/animations/MoveItemAnimations.d.ts +3 -3
- package/dist/components/material/animations/MoveItemAnimations.js +16 -7
- package/dist/components/material/animations/MoveItemAnimations.js.map +1 -1
- package/dist/components/material/animations/MoveItemAtOnceAnimations.d.ts +3 -3
- package/dist/components/material/animations/MoveItemAtOnceAnimations.js +13 -3
- package/dist/components/material/animations/MoveItemAtOnceAnimations.js.map +1 -1
- package/dist/components/material/animations/getFirstStockItemTransforms.util.d.ts +2 -0
- package/dist/components/material/animations/getFirstStockItemTransforms.util.js +8 -0
- package/dist/components/material/animations/getFirstStockItemTransforms.util.js.map +1 -1
- package/dist/locators/DelegateLocator.d.ts +10 -0
- package/dist/locators/DelegateLocator.js +13 -0
- package/dist/locators/DelegateLocator.js.map +1 -0
- package/dist/locators/LocationOrigin.d.ts +17 -0
- package/dist/locators/LocationOrigin.js +35 -0
- package/dist/locators/LocationOrigin.js.map +1 -0
- package/dist/locators/Locator.d.ts +16 -0
- package/dist/locators/Locator.js +22 -0
- package/dist/locators/Locator.js.map +1 -1
- package/dist/locators/PlaceholderLocator.d.ts +9 -0
- package/dist/locators/PlaceholderLocator.js +13 -0
- package/dist/locators/PlaceholderLocator.js.map +1 -0
- package/dist/locators/index.d.ts +3 -0
- package/dist/locators/index.js +3 -0
- package/dist/locators/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gamepark/react-game",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components & tools to create a Board Game user interface for Game Park",
|
|
6
6
|
"author": "Romain Fromi <romain@game-park.com> (https://game-park.com/)",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@datadog/browser-logs": "^6.19.0",
|
|
25
25
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
26
26
|
"@gamepark/avataaars": "~3.0.0",
|
|
27
|
-
"@gamepark/react-client": "~7.
|
|
27
|
+
"@gamepark/react-client": "~7.1.0",
|
|
28
28
|
"dayjs": "^1.11.18",
|
|
29
29
|
"fscreen": "^1.2.0",
|
|
30
30
|
"graphql": "^16.11.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@fortawesome/free-regular-svg-icons": "^7.0.1",
|
|
47
47
|
"@fortawesome/free-solid-svg-icons": "^7.0.1",
|
|
48
48
|
"@fortawesome/react-fontawesome": "^3.0.2",
|
|
49
|
-
"@gamepark/rules-api": "
|
|
49
|
+
"@gamepark/rules-api": "^7.1.0",
|
|
50
50
|
"@types/fscreen": "^1.0.4",
|
|
51
51
|
"@types/node": "^24.5.0",
|
|
52
52
|
"@types/react": "^19.1.13",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@fortawesome/free-regular-svg-icons": "^7.0.1",
|
|
67
67
|
"@fortawesome/free-solid-svg-icons": "^7.0.1",
|
|
68
68
|
"@fortawesome/react-fontawesome": "^3.0.2",
|
|
69
|
-
"@gamepark/rules-api": "^7.
|
|
69
|
+
"@gamepark/rules-api": "^7.1.0",
|
|
70
70
|
"es-toolkit": "^1.39.10",
|
|
71
71
|
"i18next": "^25.5.2",
|
|
72
72
|
"react": "^19.1.1",
|