mozrest-sdk-react-dev 0.1.37 → 0.1.38
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 -10
- package/package.json +1 -1
- package/style.css +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -51228,12 +51228,14 @@ const Media = ({ values, venueListingId, reload }) => {
|
|
|
51228
51228
|
reload
|
|
51229
51229
|
}));
|
|
51230
51230
|
};
|
|
51231
|
-
const wrap_links = "
|
|
51231
|
+
const wrap_links = "_wrap_links_icmte_1";
|
|
51232
|
+
const link = "_link_icmte_5";
|
|
51232
51233
|
var styles$T = {
|
|
51233
|
-
wrap_links
|
|
51234
|
+
wrap_links,
|
|
51235
|
+
link
|
|
51234
51236
|
};
|
|
51235
51237
|
const CardLinks = ({ onClickEdit, values }) => {
|
|
51236
|
-
var _a2
|
|
51238
|
+
var _a2;
|
|
51237
51239
|
const { t: t2 } = useTranslation();
|
|
51238
51240
|
return /* @__PURE__ */ React__default.createElement(Card, {
|
|
51239
51241
|
header: {
|
|
@@ -51248,22 +51250,20 @@ const CardLinks = ({ onClickEdit, values }) => {
|
|
|
51248
51250
|
mode: "vertical"
|
|
51249
51251
|
}, values.urlWebsite && /* @__PURE__ */ React__default.createElement("a", {
|
|
51250
51252
|
href: values.urlWebsite,
|
|
51251
|
-
target: "_blank"
|
|
51253
|
+
target: "_blank",
|
|
51254
|
+
className: styles$T.link
|
|
51252
51255
|
}, /* @__PURE__ */ React__default.createElement(Item$1, {
|
|
51253
51256
|
label: "Website",
|
|
51254
51257
|
text: values.urlWebsite
|
|
51255
51258
|
})), (_a2 = values.attributesLinks) == null ? void 0 : _a2.map(({ displayName, value: value2 }, key2) => /* @__PURE__ */ React__default.createElement("a", {
|
|
51256
51259
|
href: value2,
|
|
51257
|
-
target: "_blank"
|
|
51260
|
+
target: "_blank",
|
|
51261
|
+
className: styles$T.link
|
|
51258
51262
|
}, /* @__PURE__ */ React__default.createElement(Item$1, {
|
|
51259
51263
|
label: displayName,
|
|
51260
51264
|
key: key2,
|
|
51261
51265
|
text: value2
|
|
51262
|
-
}))), (
|
|
51263
|
-
icon: "website",
|
|
51264
|
-
key: link,
|
|
51265
|
-
text: link
|
|
51266
|
-
}))), (values.urlFacebook || values.urlTwitter) && /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement("div", {
|
|
51266
|
+
})))), (values.urlFacebook || values.urlTwitter) && /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement("div", {
|
|
51267
51267
|
style: { borderBottom: "1px solid black", margin: "1rem 0" }
|
|
51268
51268
|
}), /* @__PURE__ */ React__default.createElement("div", {
|
|
51269
51269
|
style: { display: "flex", gap: "1rem" }
|