@blerp/design 1.2.44 → 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"
@@ -1908,7 +1909,7 @@ var RatingInfo = function RatingInfo(_ref3) {
1908
1909
  borderColor: "#000000c7",
1909
1910
  color: "notBlack.override",
1910
1911
  padding: "1px 2px",
1911
- height: "14px",
1912
+ height: "auto",
1912
1913
  width: "fit-content",
1913
1914
  marginBottom: "12px"
1914
1915
  }
@@ -1927,7 +1928,7 @@ var RatingInfo = function RatingInfo(_ref3) {
1927
1928
  borderColor: "#000000a7",
1928
1929
  color: "notBlack.override",
1929
1930
  padding: "1px 2px",
1930
- height: "14px",
1931
+ height: "auto",
1931
1932
  width: "fit-content",
1932
1933
  marginBottom: "12px"
1933
1934
  }
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"
@@ -1833,7 +1834,7 @@ var RatingInfo = function RatingInfo(_ref3) {
1833
1834
  borderColor: "#000000c7",
1834
1835
  color: "notBlack.override",
1835
1836
  padding: "1px 2px",
1836
- height: "14px",
1837
+ height: "auto",
1837
1838
  width: "fit-content",
1838
1839
  marginBottom: "12px"
1839
1840
  }
@@ -1852,7 +1853,7 @@ var RatingInfo = function RatingInfo(_ref3) {
1852
1853
  borderColor: "#000000a7",
1853
1854
  color: "notBlack.override",
1854
1855
  padding: "1px 2px",
1855
- height: "14px",
1856
+ height: "auto",
1856
1857
  width: "fit-content",
1857
1858
  marginBottom: "12px"
1858
1859
  }
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"
@@ -1854,7 +1855,7 @@
1854
1855
  borderColor: "#000000c7",
1855
1856
  color: "notBlack.override",
1856
1857
  padding: "1px 2px",
1857
- height: "14px",
1858
+ height: "auto",
1858
1859
  width: "fit-content",
1859
1860
  marginBottom: "12px"
1860
1861
  }
@@ -1873,7 +1874,7 @@
1873
1874
  borderColor: "#000000a7",
1874
1875
  color: "notBlack.override",
1875
1876
  padding: "1px 2px",
1876
- height: "14px",
1877
+ height: "auto",
1877
1878
  width: "fit-content",
1878
1879
  marginBottom: "12px"
1879
1880
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.2.44",
3
+ "version": "1.2.46",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {