zakeke-configurator-react 0.0.184 → 0.0.185

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -56493,6 +56493,7 @@ var SceneViewer = /*#__PURE__*/function () {
56493
56493
  button.width = "65px";
56494
56494
  button.height = "25px";
56495
56495
  button.color = "transparent";
56496
+ button.hoverCursor = "pointer";
56496
56497
  button.onPointerClickObservable.add(function () {
56497
56498
  window.open("https://www.zakeke.com/");
56498
56499
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zakeke-configurator-react",
3
- "version": "0.0.184",
3
+ "version": "0.0.185",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/declarations/composer/Module/src/index.d.ts",