hellfire 0.17.9 → 0.17.10
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.17.10](http://10.16.100.57/diffusion/115/paladin/compare/v0.17.9...v0.17.10) (2021-12-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.17.9](http://10.16.100.57/diffusion/115/paladin/compare/v0.17.8...v0.17.9) (2021-12-30)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -43284,7 +43284,7 @@ var DicomToolFlattenMode = /*#__PURE__*/function (_Component) {
|
|
|
43284
43284
|
padding: '5px 5px 6px 5px',
|
|
43285
43285
|
position: 'relative'
|
|
43286
43286
|
}
|
|
43287
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
43287
|
+
}, IODisconnect && /*#__PURE__*/React__default.createElement("div", {
|
|
43288
43288
|
className: "paladin-tool-go-line",
|
|
43289
43289
|
onClick: toggleToolMode
|
|
43290
43290
|
}, /*#__PURE__*/React__default.createElement(PopperBox, {
|
|
@@ -43567,7 +43567,7 @@ var DicomToolFlattenMode$1 = /*#__PURE__*/function (_Component) {
|
|
|
43567
43567
|
var centesisTools = ['CentesisStart', 'CentesisEnd', 'CentesisSave'];
|
|
43568
43568
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
43569
43569
|
className: "paladin-tool-flatten-hor-wrapper"
|
|
43570
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
43570
|
+
}, IODisconnect && /*#__PURE__*/React__default.createElement("div", {
|
|
43571
43571
|
className: "paladin-flatten-hor-go-line",
|
|
43572
43572
|
onClick: toggleToolMode
|
|
43573
43573
|
}, /*#__PURE__*/React__default.createElement(PopperBox, {
|