mozrest-sdk-react-dev 0.2.34 → 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 +19 -2
- 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
|
|
@@ -43982,6 +43989,7 @@ const DetailDesktop = ({
|
|
|
43982
43989
|
id: id2,
|
|
43983
43990
|
reply: reply2,
|
|
43984
43991
|
reviewer: reviewer2,
|
|
43992
|
+
title: title2,
|
|
43985
43993
|
comment: comment2,
|
|
43986
43994
|
locale: locale2,
|
|
43987
43995
|
meta,
|
|
@@ -44008,7 +44016,13 @@ const DetailDesktop = ({
|
|
|
44008
44016
|
style: { fontWeight: "bold" }
|
|
44009
44017
|
}, t2("KITCHEN"), ": ", meta.cooking), meta.standing && /* @__PURE__ */ React__default.createElement("p", {
|
|
44010
44018
|
style: { fontWeight: "bold" }
|
|
44011
|
-
}, t2("SERVICE"), ": ", meta.standing)),
|
|
44019
|
+
}, t2("SERVICE"), ": ", meta.standing)), title2 && /* @__PURE__ */ React__default.createElement("div", {
|
|
44020
|
+
style: { marginBottom: 10 }
|
|
44021
|
+
}, /* @__PURE__ */ React__default.createElement("h4", {
|
|
44022
|
+
style: { fontWeight: "bold" }
|
|
44023
|
+
}, t2("TITLE")), /* @__PURE__ */ React__default.createElement("p", {
|
|
44024
|
+
className: styles$1D.comment
|
|
44025
|
+
}, title2)), comment2 && /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(Comment, {
|
|
44012
44026
|
showTranslation,
|
|
44013
44027
|
setShowTranslation,
|
|
44014
44028
|
locale: locale2
|
|
@@ -44080,6 +44094,7 @@ const Review = ({
|
|
|
44080
44094
|
id: id2,
|
|
44081
44095
|
reply: reply2,
|
|
44082
44096
|
reviewer: reviewer2,
|
|
44097
|
+
title: title2,
|
|
44083
44098
|
comment: comment2,
|
|
44084
44099
|
rating,
|
|
44085
44100
|
platform: platform2,
|
|
@@ -44183,6 +44198,7 @@ const Review = ({
|
|
|
44183
44198
|
id: id2,
|
|
44184
44199
|
reply: reply2,
|
|
44185
44200
|
reviewer: reviewer2,
|
|
44201
|
+
title: title2,
|
|
44186
44202
|
comment: comment2,
|
|
44187
44203
|
rating,
|
|
44188
44204
|
platform: platform2,
|
|
@@ -44200,6 +44216,7 @@ const Review = ({
|
|
|
44200
44216
|
id: id2,
|
|
44201
44217
|
reply: reply2,
|
|
44202
44218
|
reviewer: reviewer2,
|
|
44219
|
+
title: title2,
|
|
44203
44220
|
comment: comment2,
|
|
44204
44221
|
rating,
|
|
44205
44222
|
platform: platform2,
|