@portnet/ui 5.0.16 → 5.0.17
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.
|
@@ -2390,41 +2390,6 @@ const ReclamationsList = _ref5 => {
|
|
|
2390
2390
|
},
|
|
2391
2391
|
children: selectedReclamation === null || selectedReclamation === void 0 ? void 0 : selectedReclamation.description
|
|
2392
2392
|
})]
|
|
2393
|
-
}), (selectedReclamation === null || selectedReclamation === void 0 ? void 0 : selectedReclamation.response) && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
2394
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Typography, {
|
|
2395
|
-
component: "div",
|
|
2396
|
-
sx: {
|
|
2397
|
-
fontSize: "11px",
|
|
2398
|
-
color: "#999",
|
|
2399
|
-
fontWeight: "500",
|
|
2400
|
-
marginBottom: "6px",
|
|
2401
|
-
textTransform: "uppercase",
|
|
2402
|
-
letterSpacing: "0.5px",
|
|
2403
|
-
fontFamily: WIDGET_FONT,
|
|
2404
|
-
display: "flex",
|
|
2405
|
-
alignItems: "center",
|
|
2406
|
-
gap: "6px"
|
|
2407
|
-
},
|
|
2408
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactFontawesome.FontAwesomeIcon, {
|
|
2409
|
-
icon: _freeSolidSvgIcons.faReply,
|
|
2410
|
-
style: {
|
|
2411
|
-
color: "#6c757d",
|
|
2412
|
-
fontSize: "12px"
|
|
2413
|
-
}
|
|
2414
|
-
}), "R\xE9ponse"]
|
|
2415
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
2416
|
-
style: {
|
|
2417
|
-
fontSize: "14px",
|
|
2418
|
-
color: "#333",
|
|
2419
|
-
lineHeight: "1.6",
|
|
2420
|
-
backgroundColor: "#f5f6f7",
|
|
2421
|
-
padding: "12px",
|
|
2422
|
-
borderRadius: "8px",
|
|
2423
|
-
border: "2px solid #6c757d",
|
|
2424
|
-
whiteSpace: "pre-line"
|
|
2425
|
-
},
|
|
2426
|
-
children: selectedReclamation === null || selectedReclamation === void 0 ? void 0 : selectedReclamation.response
|
|
2427
|
-
})]
|
|
2428
2393
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
2429
2394
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
|
|
2430
2395
|
component: "div",
|
|
@@ -2659,6 +2624,29 @@ const ReclamationsList = _ref5 => {
|
|
|
2659
2624
|
whiteSpace: "pre-line"
|
|
2660
2625
|
},
|
|
2661
2626
|
children: entry.commentaire
|
|
2627
|
+
}), entry.reponse && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
2628
|
+
style: {
|
|
2629
|
+
marginTop: "8px",
|
|
2630
|
+
fontSize: "13px",
|
|
2631
|
+
color: "#333",
|
|
2632
|
+
lineHeight: "1.5",
|
|
2633
|
+
fontFamily: WIDGET_FONT,
|
|
2634
|
+
backgroundColor: "#f0f4ff",
|
|
2635
|
+
padding: "8px 10px",
|
|
2636
|
+
borderRadius: "6px",
|
|
2637
|
+
border: "1px solid #c5d0f0",
|
|
2638
|
+
whiteSpace: "pre-line"
|
|
2639
|
+
},
|
|
2640
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
2641
|
+
style: {
|
|
2642
|
+
fontSize: "11px",
|
|
2643
|
+
fontWeight: "600",
|
|
2644
|
+
color: "#555",
|
|
2645
|
+
display: "block",
|
|
2646
|
+
marginBottom: "4px"
|
|
2647
|
+
},
|
|
2648
|
+
children: "\uD83D\uDCAC R\xE9ponse"
|
|
2649
|
+
}), entry.reponse]
|
|
2662
2650
|
}), ((_entry$documents = entry.documents) === null || _entry$documents === void 0 ? void 0 : _entry$documents.length) > 0 && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
2663
2651
|
style: {
|
|
2664
2652
|
marginTop: "8px",
|