terra-draw 0.0.1-alpha.62 → 0.0.1-alpha.63

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/e2e/src/index.ts CHANGED
@@ -81,7 +81,7 @@ const example = {
81
81
  draggable: true,
82
82
  coordinates: {
83
83
  draggable: true,
84
- resizable: "opposite-fixed",
84
+ resizable: "opposite-web-mercator",
85
85
  },
86
86
  },
87
87
  },
@@ -90,7 +90,7 @@ const example = {
90
90
  draggable: true,
91
91
  coordinates: {
92
92
  draggable: true,
93
- resizable: "center-fixed",
93
+ resizable: "center-web-mercator",
94
94
  },
95
95
  },
96
96
  },
@@ -352,7 +352,7 @@ test.describe("select mode", () => {
352
352
  await page.mouse.click(mapDiv.width - 10, mapDiv.height / 2);
353
353
 
354
354
  // Dragged the square up and to the left
355
- await expectGroupPosition({ page, x: 584, y: 304 });
355
+ await expectGroupPosition({ page, x: 490, y: 408 });
356
356
  });
357
357
 
358
358
  test("selected circle can has it's shape maintained from center origin when coordinates are dragged", async ({
@@ -384,7 +384,7 @@ test.describe("select mode", () => {
384
384
  await page.mouse.click(mapDiv.width - 10, mapDiv.height / 2);
385
385
 
386
386
  // Dragged the square up and to the left
387
- await expectGroupPosition({ page, x: 430, y: 150 });
387
+ await expectGroupPosition({ page, x: 447, y: 138 });
388
388
  });
389
389
  });
390
390
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terra-draw",
3
- "version": "0.0.1-alpha.62",
3
+ "version": "0.0.1-alpha.63",
4
4
  "description": "Frictionless map drawing across mapping provider",
5
5
  "scripts": {
6
6
  "docs": "typedoc",