hellfire 0.28.3 → 0.28.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.
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.28.4](http://10.16.100.57/diffusion/115/paladin/compare/v0.28.3...v0.28.4) (2024-09-14)
6
+
7
+
8
+
5
9
  ## [0.28.3](http://10.16.100.57/diffusion/115/paladin/compare/v0.28.2...v0.28.3) (2024-09-12)
6
10
 
7
11
 
package/dist/index.js CHANGED
@@ -42004,6 +42004,9 @@ var DicomToolItemPlus = /*#__PURE__*/function (_Component) {
42004
42004
  height: '100%'
42005
42005
  }
42006
42006
  }, /*#__PURE__*/React__default.createElement("div", {
42007
+ style: {
42008
+ width: data.moreComponent ? 'calc(100% - 15px)' : '100%'
42009
+ },
42007
42010
  className: "paladin-flex-col paladin-flex-1 paladin-tool-item-plus-main ".concat(this.checkMainButtonActive(data))
42008
42011
  }, /*#__PURE__*/React__default.createElement(PopperBox, {
42009
42012
  tooltip: data.tooltip,