mozrest-sdk-react-dev 0.2.34 → 0.2.35
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/mozrest-sdk.es.js +10 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -43982,6 +43982,7 @@ const DetailDesktop = ({
|
|
|
43982
43982
|
id: id2,
|
|
43983
43983
|
reply: reply2,
|
|
43984
43984
|
reviewer: reviewer2,
|
|
43985
|
+
title: title2,
|
|
43985
43986
|
comment: comment2,
|
|
43986
43987
|
locale: locale2,
|
|
43987
43988
|
meta,
|
|
@@ -44008,7 +44009,13 @@ const DetailDesktop = ({
|
|
|
44008
44009
|
style: { fontWeight: "bold" }
|
|
44009
44010
|
}, t2("KITCHEN"), ": ", meta.cooking), meta.standing && /* @__PURE__ */ React__default.createElement("p", {
|
|
44010
44011
|
style: { fontWeight: "bold" }
|
|
44011
|
-
}, t2("SERVICE"), ": ", meta.standing)),
|
|
44012
|
+
}, t2("SERVICE"), ": ", meta.standing)), title2 && /* @__PURE__ */ React__default.createElement("div", {
|
|
44013
|
+
style: { marginBottom: 10 }
|
|
44014
|
+
}, /* @__PURE__ */ React__default.createElement("h4", {
|
|
44015
|
+
style: { fontWeight: "bold" }
|
|
44016
|
+
}, t2("TITLE")), /* @__PURE__ */ React__default.createElement("p", {
|
|
44017
|
+
className: styles$1D.comment
|
|
44018
|
+
}, title2)), comment2 && /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(Comment, {
|
|
44012
44019
|
showTranslation,
|
|
44013
44020
|
setShowTranslation,
|
|
44014
44021
|
locale: locale2
|
|
@@ -44080,6 +44087,7 @@ const Review = ({
|
|
|
44080
44087
|
id: id2,
|
|
44081
44088
|
reply: reply2,
|
|
44082
44089
|
reviewer: reviewer2,
|
|
44090
|
+
title: title2,
|
|
44083
44091
|
comment: comment2,
|
|
44084
44092
|
rating,
|
|
44085
44093
|
platform: platform2,
|
|
@@ -44200,6 +44208,7 @@ const Review = ({
|
|
|
44200
44208
|
id: id2,
|
|
44201
44209
|
reply: reply2,
|
|
44202
44210
|
reviewer: reviewer2,
|
|
44211
|
+
title: title2,
|
|
44203
44212
|
comment: comment2,
|
|
44204
44213
|
rating,
|
|
44205
44214
|
platform: platform2,
|