@blerp/design 1.2.45 → 1.2.46

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/dist/index.cjs.js CHANGED
@@ -1846,7 +1846,8 @@ var AddedToIcons = function AddedToIcons(_ref2) {
1846
1846
  direction: "row",
1847
1847
  sx: {
1848
1848
  transition: "0.3s",
1849
- opacity: hide ? "0" : hovering ? "1" : "0"
1849
+ opacity: hide ? "0" : hovering ? "1" : "0",
1850
+ alignItems: "center"
1850
1851
  }
1851
1852
  }, (item === null || item === void 0 ? void 0 : (_item$channelPointsCo = item.channelPointsContext) === null || _item$channelPointsCo === void 0 ? void 0 : _item$channelPointsCo._id) && /*#__PURE__*/React__default['default'].createElement(Tooltip, {
1852
1853
  title: "Added to Channel Points"
package/dist/index.esm.js CHANGED
@@ -1771,7 +1771,8 @@ var AddedToIcons = function AddedToIcons(_ref2) {
1771
1771
  direction: "row",
1772
1772
  sx: {
1773
1773
  transition: "0.3s",
1774
- opacity: hide ? "0" : hovering ? "1" : "0"
1774
+ opacity: hide ? "0" : hovering ? "1" : "0",
1775
+ alignItems: "center"
1775
1776
  }
1776
1777
  }, (item === null || item === void 0 ? void 0 : (_item$channelPointsCo = item.channelPointsContext) === null || _item$channelPointsCo === void 0 ? void 0 : _item$channelPointsCo._id) && /*#__PURE__*/React__default.createElement(Tooltip, {
1777
1778
  title: "Added to Channel Points"
package/dist/index.umd.js CHANGED
@@ -1792,7 +1792,8 @@
1792
1792
  direction: "row",
1793
1793
  sx: {
1794
1794
  transition: "0.3s",
1795
- opacity: hide ? "0" : hovering ? "1" : "0"
1795
+ opacity: hide ? "0" : hovering ? "1" : "0",
1796
+ alignItems: "center"
1796
1797
  }
1797
1798
  }, (item === null || item === void 0 ? void 0 : (_item$channelPointsCo = item.channelPointsContext) === null || _item$channelPointsCo === void 0 ? void 0 : _item$channelPointsCo._id) && /*#__PURE__*/React__default['default'].createElement(Tooltip, {
1798
1799
  title: "Added to Channel Points"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.2.45",
3
+ "version": "1.2.46",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {