mozrest-sdk-react-dev 0.2.35 → 0.2.36
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 +9 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -43877,6 +43877,7 @@ const DetailMobile = ({
|
|
|
43877
43877
|
id: id2,
|
|
43878
43878
|
reply: reply2,
|
|
43879
43879
|
reviewer: reviewer2,
|
|
43880
|
+
title: title2,
|
|
43880
43881
|
comment: comment2,
|
|
43881
43882
|
rating,
|
|
43882
43883
|
platform: platform2,
|
|
@@ -43929,7 +43930,13 @@ const DetailMobile = ({
|
|
|
43929
43930
|
style: { fontWeight: "bold" }
|
|
43930
43931
|
}, t2("KITCHEN"), ": ", meta.cooking), meta.standing && /* @__PURE__ */ React__default.createElement("p", {
|
|
43931
43932
|
style: { fontWeight: "bold" }
|
|
43932
|
-
}, t2("SERVICE"), ": ", meta.standing)),
|
|
43933
|
+
}, t2("SERVICE"), ": ", meta.standing)), title2 && /* @__PURE__ */ React__default.createElement("div", {
|
|
43934
|
+
style: { marginBottom: 10 }
|
|
43935
|
+
}, /* @__PURE__ */ React__default.createElement("h4", {
|
|
43936
|
+
style: { fontWeight: "bold" }
|
|
43937
|
+
}, t2("TITLE")), /* @__PURE__ */ React__default.createElement("p", {
|
|
43938
|
+
className: styles$1G.comment
|
|
43939
|
+
}, title2)), comment2 && /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(Comment, {
|
|
43933
43940
|
showTranslation,
|
|
43934
43941
|
setShowTranslation,
|
|
43935
43942
|
locale: locale2
|
|
@@ -44191,6 +44198,7 @@ const Review = ({
|
|
|
44191
44198
|
id: id2,
|
|
44192
44199
|
reply: reply2,
|
|
44193
44200
|
reviewer: reviewer2,
|
|
44201
|
+
title: title2,
|
|
44194
44202
|
comment: comment2,
|
|
44195
44203
|
rating,
|
|
44196
44204
|
platform: platform2,
|