hellfire 0.31.0 → 0.31.1
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/CHANGELOG.md +4 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.31.1](http://10.16.100.57/diffusion/115/paladin/compare/v0.31.0...v0.31.1) (2025-10-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
# [0.31.0](http://10.16.100.57/diffusion/115/paladin/compare/v0.30.13...v0.31.0) (2025-10-20)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -47439,11 +47439,11 @@ var DicomToolMobileThreeModeBottom = /*#__PURE__*/function (_Component) {
|
|
|
47439
47439
|
}
|
|
47440
47440
|
|
|
47441
47441
|
if (MPR) {
|
|
47442
|
-
phoneTools = ["Rotate", "Length", "Reset", "Tool"];
|
|
47442
|
+
phoneTools = ["Zoom", "Rotate", "Length", "Reset", "Tool"];
|
|
47443
47443
|
}
|
|
47444
47444
|
|
|
47445
47445
|
if (VR) {
|
|
47446
|
-
phoneTools = ["MprSwitchPerspective", "Rotate", "Length", "Reset", "Tool"];
|
|
47446
|
+
phoneTools = ["Zoom", "MprSwitchPerspective", "Rotate", "Length", "Reset", "Tool"];
|
|
47447
47447
|
}
|
|
47448
47448
|
|
|
47449
47449
|
var fixWidth = 58 * phoneToolsFixed.length + 2;
|