architwin 1.16.3 → 1.16.4

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.
@@ -2635,7 +2635,7 @@ function handleMarkFloor() {
2635
2635
  return path;
2636
2636
  });
2637
2637
  renderPolygon(updatedPath);
2638
- notyf.success("Updated the current partition's floor level");
2638
+ notyf.success(`${i18n.t('SuccessUpdatedFloorLevel')}`);
2639
2639
  }
2640
2640
  else {
2641
2641
  log.warn("No matching uuid for the polygon");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.16.3",
3
+ "version": "1.16.4",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.js",
6
6
  "types": "./lib/architwin.d.ts",