@panoramax/web-viewer 4.4.0-develop-28f9687f → 4.4.0-develop-7bfc5026
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.
|
@@ -8,7 +8,7 @@ import PACKAGE_JSON from "../../../package.json" with { type: "json" };
|
|
|
8
8
|
import BasicStyles from "./Basic.css" with { type: "css" };
|
|
9
9
|
document.adoptedStyleSheets.push(BasicStyles);
|
|
10
10
|
|
|
11
|
-
const __COMMIT_HASH__ = "
|
|
11
|
+
const __COMMIT_HASH__ = "7bfc502";
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Event for overlaying menu opening
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|