Comparing version 1.1.3 to 2.0.0-beta.0
@@ -47,2 +47,3 @@ declare module "grid-plan" { | ||
fontFamily?: string | ||
grid3dPosition?: "top" | "bottom" | ||
gridFill?: string | ||
@@ -61,2 +62,3 @@ gridHeight?: number | ||
showCrosshair?: boolean | ||
showGrid3d?: boolean | ||
showInventory?: boolean | ||
@@ -63,0 +65,0 @@ tooltipColor?: string |
{ | ||
"name": "grid-plan", | ||
"version": "1.1.3", | ||
"version": "2.0.0-beta.0", | ||
"private": false, | ||
@@ -11,2 +11,3 @@ "type": "module", | ||
"2d grid", | ||
"3d", | ||
"plan", | ||
@@ -54,4 +55,3 @@ "blueprint", | ||
"devDependencies": { | ||
"vue": "^3.4.29", | ||
"@vitejs/plugin-vue": "^5.0.5", | ||
"@vitejs/plugin-vue": "^5.2.1", | ||
"@vue/test-utils": "^2.4.6", | ||
@@ -61,5 +61,10 @@ "cypress": "^13.12.0", | ||
"start-server-and-test": "^2.0.4", | ||
"vite": "^5.3.1", | ||
"vitest": "^1.6.0" | ||
"vite": "^6.1.0", | ||
"vitest": "^3.0.5", | ||
"vue": "^3.5.13", | ||
"three": "^0.173.0" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0" | ||
} | ||
} |
@@ -243,2 +243,3 @@ <p align="center"> | ||
| fontFamily | string | "Arial" | Font used for all elements in the component | | ||
| grid3dPosition | "top" OR "bottom" | "top" | Display 3d blueprint on top or below | | ||
| gridFill | string | "#3A3A3A" | Background color of unused blueprint cells | | ||
@@ -256,2 +257,3 @@ | gridHeight | number | 20 | The height of the blueprint in cell units | | ||
| showCrosshair | boolean | true | Show crosshair when hovering available cells | | ||
| showGrid3d | boolean | true | Show the 3d blueprint | | ||
| showInventory | boolean | true | Show inventory of placed components inside a details HTML element | | ||
@@ -258,0 +260,0 @@ | tooltipColor | string | "#FFFFFF" | The tooltip text color | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
722264
16792
420
1
9
1
1