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