@blerp/design 1.2.58 → 1.2.60
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 +16 -12
- package/dist/index.esm.js +16 -12
- package/dist/index.umd.js +16 -12
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1894,7 +1894,8 @@ var AddedToIcons = function AddedToIcons(_ref2) {
|
|
|
1894
1894
|
};
|
|
1895
1895
|
|
|
1896
1896
|
var RatingInfoItem = function RatingInfoItem(_ref3) {
|
|
1897
|
-
var
|
|
1897
|
+
var hovering = _ref3.hovering,
|
|
1898
|
+
tooltipText = _ref3.tooltipText,
|
|
1898
1899
|
displayText = _ref3.displayText;
|
|
1899
1900
|
return /*#__PURE__*/React__default['default'].createElement(Tooltip, {
|
|
1900
1901
|
title: tooltipText
|
|
@@ -1904,9 +1905,10 @@ var RatingInfoItem = function RatingInfoItem(_ref3) {
|
|
|
1904
1905
|
fontWeight: "600",
|
|
1905
1906
|
backgroundColor: "white.override",
|
|
1906
1907
|
borderRadius: "2px",
|
|
1907
|
-
border: "4px solid transparent",
|
|
1908
|
+
border: hovering ? "none" : "4px solid transparent",
|
|
1908
1909
|
borderColor: "#000000a7",
|
|
1909
1910
|
color: "notBlack.override",
|
|
1911
|
+
margin: "0 4px 4px 0",
|
|
1910
1912
|
padding: "1px 2px",
|
|
1911
1913
|
height: "auto",
|
|
1912
1914
|
width: "fit-content"
|
|
@@ -1936,7 +1938,7 @@ var RatingInfo = function RatingInfo(_ref4) {
|
|
|
1936
1938
|
alignItems: "start",
|
|
1937
1939
|
sx: {
|
|
1938
1940
|
transition: "0.2s",
|
|
1939
|
-
flex:
|
|
1941
|
+
flex: 2,
|
|
1940
1942
|
flexWrap: "wrap",
|
|
1941
1943
|
marginTop: hovering ? "35px" : "0"
|
|
1942
1944
|
}
|
|
@@ -1962,7 +1964,8 @@ var RatingInfo = function RatingInfo(_ref4) {
|
|
|
1962
1964
|
|
|
1963
1965
|
return /*#__PURE__*/React__default['default'].createElement(RatingInfoItem, {
|
|
1964
1966
|
tooltipText: ratingText.tooltipText,
|
|
1965
|
-
displayText: ratingText.text
|
|
1967
|
+
displayText: ratingText.text,
|
|
1968
|
+
hovering: hovering
|
|
1966
1969
|
});
|
|
1967
1970
|
}));
|
|
1968
1971
|
} else if (bite !== null && bite !== void 0 && bite.audienceRating) {
|
|
@@ -2000,7 +2003,8 @@ var RatingInfo = function RatingInfo(_ref4) {
|
|
|
2000
2003
|
}
|
|
2001
2004
|
}, /*#__PURE__*/React__default['default'].createElement(RatingInfoItem, {
|
|
2002
2005
|
tooltipText: ratingText.tooltipText,
|
|
2003
|
-
displayText: ratingText.text
|
|
2006
|
+
displayText: ratingText.text,
|
|
2007
|
+
hovering: hovering
|
|
2004
2008
|
}));
|
|
2005
2009
|
};
|
|
2006
2010
|
|
|
@@ -2122,7 +2126,7 @@ var BlerpTopRow = function BlerpTopRow(_ref6) {
|
|
|
2122
2126
|
setAddToOpen = _ref6.setAddToOpen,
|
|
2123
2127
|
renderAddContentButton = _ref6.renderAddContentButton,
|
|
2124
2128
|
hoveringAddTo = _ref6.hoveringAddTo,
|
|
2125
|
-
|
|
2129
|
+
setHovering = _ref6.setHovering;
|
|
2126
2130
|
return /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2127
2131
|
direction: "row",
|
|
2128
2132
|
justifyContent: "space-between",
|
|
@@ -2156,7 +2160,7 @@ var BlerpTopRow = function BlerpTopRow(_ref6) {
|
|
|
2156
2160
|
addToOpen: addToOpen,
|
|
2157
2161
|
setAddToOpen: setAddToOpen,
|
|
2158
2162
|
hoveringAddTo: hoveringAddTo,
|
|
2159
|
-
|
|
2163
|
+
setHovering: setHovering,
|
|
2160
2164
|
onPlusClick: onPlusClick,
|
|
2161
2165
|
onOptionClicked: function onOptionClicked(option) {
|
|
2162
2166
|
return _onOptionClicked(option);
|
|
@@ -2166,7 +2170,7 @@ var BlerpTopRow = function BlerpTopRow(_ref6) {
|
|
|
2166
2170
|
};
|
|
2167
2171
|
|
|
2168
2172
|
var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
2169
|
-
var _bite$whitelistContex, _bite$channelPointsCo, _bite$walkOnChannelCo, _bite$soundEmotesCont, _bite$
|
|
2173
|
+
var _bite$whitelistContex, _bite$channelPointsCo, _bite$walkOnChannelCo, _bite$soundEmotesCont, _bite$blacklistContex, _bite$blacklistContex2, _bite$image, _bite$image$original, _titleRef$current, _titleRef$current$get;
|
|
2170
2174
|
|
|
2171
2175
|
var Waveform = _ref7.Waveform,
|
|
2172
2176
|
bite = _ref7.bite,
|
|
@@ -2210,8 +2214,8 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2210
2214
|
|
|
2211
2215
|
var _useState9 = React.useState(false),
|
|
2212
2216
|
_useState10 = _slicedToArray__default['default'](_useState9, 2),
|
|
2213
|
-
hoveringAddTo = _useState10[0]
|
|
2214
|
-
|
|
2217
|
+
hoveringAddTo = _useState10[0];
|
|
2218
|
+
_useState10[1];
|
|
2215
2219
|
|
|
2216
2220
|
var _useState11 = React.useState(false),
|
|
2217
2221
|
_useState12 = _slicedToArray__default['default'](_useState11, 2),
|
|
@@ -2219,7 +2223,7 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2219
2223
|
setAddToOpen = _useState12[1];
|
|
2220
2224
|
|
|
2221
2225
|
var titleRef = React.useRef(null);
|
|
2222
|
-
var addedToPlace = (bite === null || bite === void 0 ? void 0 : (_bite$whitelistContex = bite.whitelistContext) === null || _bite$whitelistContex === void 0 ? void 0 : _bite$whitelistContex._id) || (bite === null || bite === void 0 ? void 0 : (_bite$channelPointsCo = bite.channelPointsContext) === null || _bite$channelPointsCo === void 0 ? void 0 : _bite$channelPointsCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$walkOnChannelCo = bite.walkOnChannelContext) === null || _bite$walkOnChannelCo === void 0 ? void 0 : _bite$walkOnChannelCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$soundEmotesCont = bite.soundEmotesContext) === null || _bite$soundEmotesCont === void 0 ? void 0 : _bite$soundEmotesCont.hasAdded)
|
|
2226
|
+
var addedToPlace = (bite === null || bite === void 0 ? void 0 : (_bite$whitelistContex = bite.whitelistContext) === null || _bite$whitelistContex === void 0 ? void 0 : _bite$whitelistContex._id) || (bite === null || bite === void 0 ? void 0 : (_bite$channelPointsCo = bite.channelPointsContext) === null || _bite$channelPointsCo === void 0 ? void 0 : _bite$channelPointsCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$walkOnChannelCo = bite.walkOnChannelContext) === null || _bite$walkOnChannelCo === void 0 ? void 0 : _bite$walkOnChannelCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$soundEmotesCont = bite.soundEmotesContext) === null || _bite$soundEmotesCont === void 0 ? void 0 : _bite$soundEmotesCont.hasAdded);
|
|
2223
2227
|
var showWarning = (bite === null || bite === void 0 ? void 0 : (_bite$blacklistContex = bite.blacklistContext) === null || _bite$blacklistContex === void 0 ? void 0 : _bite$blacklistContex._id) || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "URGENT" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "SUPER_URGENT" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "REVIEWED_BLACKLISTED" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "APPEALING";
|
|
2224
2228
|
|
|
2225
2229
|
var renderPlayStateIcon = function renderPlayStateIcon() {
|
|
@@ -2365,7 +2369,7 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2365
2369
|
addToOpen: addToOpen,
|
|
2366
2370
|
setAddToOpen: setAddToOpen,
|
|
2367
2371
|
hoveringAddTo: hoveringAddTo,
|
|
2368
|
-
|
|
2372
|
+
setHovering: setHovering
|
|
2369
2373
|
}), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2370
2374
|
sx: {
|
|
2371
2375
|
transition: "0.3s",
|
package/dist/index.esm.js
CHANGED
|
@@ -1817,7 +1817,8 @@ var AddedToIcons = function AddedToIcons(_ref2) {
|
|
|
1817
1817
|
};
|
|
1818
1818
|
|
|
1819
1819
|
var RatingInfoItem = function RatingInfoItem(_ref3) {
|
|
1820
|
-
var
|
|
1820
|
+
var hovering = _ref3.hovering,
|
|
1821
|
+
tooltipText = _ref3.tooltipText,
|
|
1821
1822
|
displayText = _ref3.displayText;
|
|
1822
1823
|
return /*#__PURE__*/React__default.createElement(Tooltip, {
|
|
1823
1824
|
title: tooltipText
|
|
@@ -1827,9 +1828,10 @@ var RatingInfoItem = function RatingInfoItem(_ref3) {
|
|
|
1827
1828
|
fontWeight: "600",
|
|
1828
1829
|
backgroundColor: "white.override",
|
|
1829
1830
|
borderRadius: "2px",
|
|
1830
|
-
border: "4px solid transparent",
|
|
1831
|
+
border: hovering ? "none" : "4px solid transparent",
|
|
1831
1832
|
borderColor: "#000000a7",
|
|
1832
1833
|
color: "notBlack.override",
|
|
1834
|
+
margin: "0 4px 4px 0",
|
|
1833
1835
|
padding: "1px 2px",
|
|
1834
1836
|
height: "auto",
|
|
1835
1837
|
width: "fit-content"
|
|
@@ -1859,7 +1861,7 @@ var RatingInfo = function RatingInfo(_ref4) {
|
|
|
1859
1861
|
alignItems: "start",
|
|
1860
1862
|
sx: {
|
|
1861
1863
|
transition: "0.2s",
|
|
1862
|
-
flex:
|
|
1864
|
+
flex: 2,
|
|
1863
1865
|
flexWrap: "wrap",
|
|
1864
1866
|
marginTop: hovering ? "35px" : "0"
|
|
1865
1867
|
}
|
|
@@ -1885,7 +1887,8 @@ var RatingInfo = function RatingInfo(_ref4) {
|
|
|
1885
1887
|
|
|
1886
1888
|
return /*#__PURE__*/React__default.createElement(RatingInfoItem, {
|
|
1887
1889
|
tooltipText: ratingText.tooltipText,
|
|
1888
|
-
displayText: ratingText.text
|
|
1890
|
+
displayText: ratingText.text,
|
|
1891
|
+
hovering: hovering
|
|
1889
1892
|
});
|
|
1890
1893
|
}));
|
|
1891
1894
|
} else if (bite !== null && bite !== void 0 && bite.audienceRating) {
|
|
@@ -1923,7 +1926,8 @@ var RatingInfo = function RatingInfo(_ref4) {
|
|
|
1923
1926
|
}
|
|
1924
1927
|
}, /*#__PURE__*/React__default.createElement(RatingInfoItem, {
|
|
1925
1928
|
tooltipText: ratingText.tooltipText,
|
|
1926
|
-
displayText: ratingText.text
|
|
1929
|
+
displayText: ratingText.text,
|
|
1930
|
+
hovering: hovering
|
|
1927
1931
|
}));
|
|
1928
1932
|
};
|
|
1929
1933
|
|
|
@@ -2045,7 +2049,7 @@ var BlerpTopRow = function BlerpTopRow(_ref6) {
|
|
|
2045
2049
|
setAddToOpen = _ref6.setAddToOpen,
|
|
2046
2050
|
renderAddContentButton = _ref6.renderAddContentButton,
|
|
2047
2051
|
hoveringAddTo = _ref6.hoveringAddTo,
|
|
2048
|
-
|
|
2052
|
+
setHovering = _ref6.setHovering;
|
|
2049
2053
|
return /*#__PURE__*/React__default.createElement(Stack, {
|
|
2050
2054
|
direction: "row",
|
|
2051
2055
|
justifyContent: "space-between",
|
|
@@ -2079,7 +2083,7 @@ var BlerpTopRow = function BlerpTopRow(_ref6) {
|
|
|
2079
2083
|
addToOpen: addToOpen,
|
|
2080
2084
|
setAddToOpen: setAddToOpen,
|
|
2081
2085
|
hoveringAddTo: hoveringAddTo,
|
|
2082
|
-
|
|
2086
|
+
setHovering: setHovering,
|
|
2083
2087
|
onPlusClick: onPlusClick,
|
|
2084
2088
|
onOptionClicked: function onOptionClicked(option) {
|
|
2085
2089
|
return _onOptionClicked(option);
|
|
@@ -2089,7 +2093,7 @@ var BlerpTopRow = function BlerpTopRow(_ref6) {
|
|
|
2089
2093
|
};
|
|
2090
2094
|
|
|
2091
2095
|
var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
2092
|
-
var _bite$whitelistContex, _bite$channelPointsCo, _bite$walkOnChannelCo, _bite$soundEmotesCont, _bite$
|
|
2096
|
+
var _bite$whitelistContex, _bite$channelPointsCo, _bite$walkOnChannelCo, _bite$soundEmotesCont, _bite$blacklistContex, _bite$blacklistContex2, _bite$image, _bite$image$original, _titleRef$current, _titleRef$current$get;
|
|
2093
2097
|
|
|
2094
2098
|
var Waveform = _ref7.Waveform,
|
|
2095
2099
|
bite = _ref7.bite,
|
|
@@ -2133,8 +2137,8 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2133
2137
|
|
|
2134
2138
|
var _useState9 = useState(false),
|
|
2135
2139
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
2136
|
-
hoveringAddTo = _useState10[0]
|
|
2137
|
-
|
|
2140
|
+
hoveringAddTo = _useState10[0];
|
|
2141
|
+
_useState10[1];
|
|
2138
2142
|
|
|
2139
2143
|
var _useState11 = useState(false),
|
|
2140
2144
|
_useState12 = _slicedToArray(_useState11, 2),
|
|
@@ -2142,7 +2146,7 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2142
2146
|
setAddToOpen = _useState12[1];
|
|
2143
2147
|
|
|
2144
2148
|
var titleRef = useRef(null);
|
|
2145
|
-
var addedToPlace = (bite === null || bite === void 0 ? void 0 : (_bite$whitelistContex = bite.whitelistContext) === null || _bite$whitelistContex === void 0 ? void 0 : _bite$whitelistContex._id) || (bite === null || bite === void 0 ? void 0 : (_bite$channelPointsCo = bite.channelPointsContext) === null || _bite$channelPointsCo === void 0 ? void 0 : _bite$channelPointsCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$walkOnChannelCo = bite.walkOnChannelContext) === null || _bite$walkOnChannelCo === void 0 ? void 0 : _bite$walkOnChannelCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$soundEmotesCont = bite.soundEmotesContext) === null || _bite$soundEmotesCont === void 0 ? void 0 : _bite$soundEmotesCont.hasAdded)
|
|
2149
|
+
var addedToPlace = (bite === null || bite === void 0 ? void 0 : (_bite$whitelistContex = bite.whitelistContext) === null || _bite$whitelistContex === void 0 ? void 0 : _bite$whitelistContex._id) || (bite === null || bite === void 0 ? void 0 : (_bite$channelPointsCo = bite.channelPointsContext) === null || _bite$channelPointsCo === void 0 ? void 0 : _bite$channelPointsCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$walkOnChannelCo = bite.walkOnChannelContext) === null || _bite$walkOnChannelCo === void 0 ? void 0 : _bite$walkOnChannelCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$soundEmotesCont = bite.soundEmotesContext) === null || _bite$soundEmotesCont === void 0 ? void 0 : _bite$soundEmotesCont.hasAdded);
|
|
2146
2150
|
var showWarning = (bite === null || bite === void 0 ? void 0 : (_bite$blacklistContex = bite.blacklistContext) === null || _bite$blacklistContex === void 0 ? void 0 : _bite$blacklistContex._id) || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "URGENT" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "SUPER_URGENT" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "REVIEWED_BLACKLISTED" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "APPEALING";
|
|
2147
2151
|
|
|
2148
2152
|
var renderPlayStateIcon = function renderPlayStateIcon() {
|
|
@@ -2288,7 +2292,7 @@ var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
|
2288
2292
|
addToOpen: addToOpen,
|
|
2289
2293
|
setAddToOpen: setAddToOpen,
|
|
2290
2294
|
hoveringAddTo: hoveringAddTo,
|
|
2291
|
-
|
|
2295
|
+
setHovering: setHovering
|
|
2292
2296
|
}), /*#__PURE__*/React__default.createElement(Stack, {
|
|
2293
2297
|
sx: {
|
|
2294
2298
|
transition: "0.3s",
|
package/dist/index.umd.js
CHANGED
|
@@ -1836,7 +1836,8 @@
|
|
|
1836
1836
|
};
|
|
1837
1837
|
|
|
1838
1838
|
var RatingInfoItem = function RatingInfoItem(_ref3) {
|
|
1839
|
-
var
|
|
1839
|
+
var hovering = _ref3.hovering,
|
|
1840
|
+
tooltipText = _ref3.tooltipText,
|
|
1840
1841
|
displayText = _ref3.displayText;
|
|
1841
1842
|
return /*#__PURE__*/React__default['default'].createElement(Tooltip, {
|
|
1842
1843
|
title: tooltipText
|
|
@@ -1846,9 +1847,10 @@
|
|
|
1846
1847
|
fontWeight: "600",
|
|
1847
1848
|
backgroundColor: "white.override",
|
|
1848
1849
|
borderRadius: "2px",
|
|
1849
|
-
border: "4px solid transparent",
|
|
1850
|
+
border: hovering ? "none" : "4px solid transparent",
|
|
1850
1851
|
borderColor: "#000000a7",
|
|
1851
1852
|
color: "notBlack.override",
|
|
1853
|
+
margin: "0 4px 4px 0",
|
|
1852
1854
|
padding: "1px 2px",
|
|
1853
1855
|
height: "auto",
|
|
1854
1856
|
width: "fit-content"
|
|
@@ -1878,7 +1880,7 @@
|
|
|
1878
1880
|
alignItems: "start",
|
|
1879
1881
|
sx: {
|
|
1880
1882
|
transition: "0.2s",
|
|
1881
|
-
flex:
|
|
1883
|
+
flex: 2,
|
|
1882
1884
|
flexWrap: "wrap",
|
|
1883
1885
|
marginTop: hovering ? "35px" : "0"
|
|
1884
1886
|
}
|
|
@@ -1904,7 +1906,8 @@
|
|
|
1904
1906
|
|
|
1905
1907
|
return /*#__PURE__*/React__default['default'].createElement(RatingInfoItem, {
|
|
1906
1908
|
tooltipText: ratingText.tooltipText,
|
|
1907
|
-
displayText: ratingText.text
|
|
1909
|
+
displayText: ratingText.text,
|
|
1910
|
+
hovering: hovering
|
|
1908
1911
|
});
|
|
1909
1912
|
}));
|
|
1910
1913
|
} else if (bite !== null && bite !== void 0 && bite.audienceRating) {
|
|
@@ -1942,7 +1945,8 @@
|
|
|
1942
1945
|
}
|
|
1943
1946
|
}, /*#__PURE__*/React__default['default'].createElement(RatingInfoItem, {
|
|
1944
1947
|
tooltipText: ratingText.tooltipText,
|
|
1945
|
-
displayText: ratingText.text
|
|
1948
|
+
displayText: ratingText.text,
|
|
1949
|
+
hovering: hovering
|
|
1946
1950
|
}));
|
|
1947
1951
|
};
|
|
1948
1952
|
|
|
@@ -2064,7 +2068,7 @@
|
|
|
2064
2068
|
setAddToOpen = _ref6.setAddToOpen,
|
|
2065
2069
|
renderAddContentButton = _ref6.renderAddContentButton,
|
|
2066
2070
|
hoveringAddTo = _ref6.hoveringAddTo,
|
|
2067
|
-
|
|
2071
|
+
setHovering = _ref6.setHovering;
|
|
2068
2072
|
return /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2069
2073
|
direction: "row",
|
|
2070
2074
|
justifyContent: "space-between",
|
|
@@ -2098,7 +2102,7 @@
|
|
|
2098
2102
|
addToOpen: addToOpen,
|
|
2099
2103
|
setAddToOpen: setAddToOpen,
|
|
2100
2104
|
hoveringAddTo: hoveringAddTo,
|
|
2101
|
-
|
|
2105
|
+
setHovering: setHovering,
|
|
2102
2106
|
onPlusClick: onPlusClick,
|
|
2103
2107
|
onOptionClicked: function onOptionClicked(option) {
|
|
2104
2108
|
return _onOptionClicked(option);
|
|
@@ -2108,7 +2112,7 @@
|
|
|
2108
2112
|
};
|
|
2109
2113
|
|
|
2110
2114
|
var NewBlerp$1 = function NewBlerp(_ref7) {
|
|
2111
|
-
var _bite$whitelistContex, _bite$channelPointsCo, _bite$walkOnChannelCo, _bite$soundEmotesCont, _bite$
|
|
2115
|
+
var _bite$whitelistContex, _bite$channelPointsCo, _bite$walkOnChannelCo, _bite$soundEmotesCont, _bite$blacklistContex, _bite$blacklistContex2, _bite$image, _bite$image$original, _titleRef$current, _titleRef$current$get;
|
|
2112
2116
|
|
|
2113
2117
|
var Waveform = _ref7.Waveform,
|
|
2114
2118
|
bite = _ref7.bite,
|
|
@@ -2152,8 +2156,8 @@
|
|
|
2152
2156
|
|
|
2153
2157
|
var _useState9 = React.useState(false),
|
|
2154
2158
|
_useState10 = _slicedToArray__default['default'](_useState9, 2),
|
|
2155
|
-
hoveringAddTo = _useState10[0]
|
|
2156
|
-
|
|
2159
|
+
hoveringAddTo = _useState10[0];
|
|
2160
|
+
_useState10[1];
|
|
2157
2161
|
|
|
2158
2162
|
var _useState11 = React.useState(false),
|
|
2159
2163
|
_useState12 = _slicedToArray__default['default'](_useState11, 2),
|
|
@@ -2161,7 +2165,7 @@
|
|
|
2161
2165
|
setAddToOpen = _useState12[1];
|
|
2162
2166
|
|
|
2163
2167
|
var titleRef = React.useRef(null);
|
|
2164
|
-
var addedToPlace = (bite === null || bite === void 0 ? void 0 : (_bite$whitelistContex = bite.whitelistContext) === null || _bite$whitelistContex === void 0 ? void 0 : _bite$whitelistContex._id) || (bite === null || bite === void 0 ? void 0 : (_bite$channelPointsCo = bite.channelPointsContext) === null || _bite$channelPointsCo === void 0 ? void 0 : _bite$channelPointsCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$walkOnChannelCo = bite.walkOnChannelContext) === null || _bite$walkOnChannelCo === void 0 ? void 0 : _bite$walkOnChannelCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$soundEmotesCont = bite.soundEmotesContext) === null || _bite$soundEmotesCont === void 0 ? void 0 : _bite$soundEmotesCont.hasAdded)
|
|
2168
|
+
var addedToPlace = (bite === null || bite === void 0 ? void 0 : (_bite$whitelistContex = bite.whitelistContext) === null || _bite$whitelistContex === void 0 ? void 0 : _bite$whitelistContex._id) || (bite === null || bite === void 0 ? void 0 : (_bite$channelPointsCo = bite.channelPointsContext) === null || _bite$channelPointsCo === void 0 ? void 0 : _bite$channelPointsCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$walkOnChannelCo = bite.walkOnChannelContext) === null || _bite$walkOnChannelCo === void 0 ? void 0 : _bite$walkOnChannelCo._id) || (bite === null || bite === void 0 ? void 0 : (_bite$soundEmotesCont = bite.soundEmotesContext) === null || _bite$soundEmotesCont === void 0 ? void 0 : _bite$soundEmotesCont.hasAdded);
|
|
2165
2169
|
var showWarning = (bite === null || bite === void 0 ? void 0 : (_bite$blacklistContex = bite.blacklistContext) === null || _bite$blacklistContex === void 0 ? void 0 : _bite$blacklistContex._id) || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "URGENT" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "SUPER_URGENT" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "REVIEWED_BLACKLISTED" || (bite === null || bite === void 0 ? void 0 : bite.reportedContentStatus) === "APPEALING";
|
|
2166
2170
|
|
|
2167
2171
|
var renderPlayStateIcon = function renderPlayStateIcon() {
|
|
@@ -2307,7 +2311,7 @@
|
|
|
2307
2311
|
addToOpen: addToOpen,
|
|
2308
2312
|
setAddToOpen: setAddToOpen,
|
|
2309
2313
|
hoveringAddTo: hoveringAddTo,
|
|
2310
|
-
|
|
2314
|
+
setHovering: setHovering
|
|
2311
2315
|
}), /*#__PURE__*/React__default['default'].createElement(Stack, {
|
|
2312
2316
|
sx: {
|
|
2313
2317
|
transition: "0.3s",
|