contentoh-components-library 21.5.20 → 21.5.21
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.
|
@@ -37,6 +37,8 @@ var _GalleryElement = require("../../molecules/GalleryElement");
|
|
|
37
37
|
|
|
38
38
|
var _fileSaver = require("file-saver");
|
|
39
39
|
|
|
40
|
+
var _Commentary = require("../../atoms/Commentary");
|
|
41
|
+
|
|
40
42
|
var _data2 = require("../../../global-files/data");
|
|
41
43
|
|
|
42
44
|
var _GalleryHeader = require("../../molecules/GalleryHeader");
|
|
@@ -2364,7 +2366,7 @@ var RetailerProductEdition = function RetailerProductEdition(_ref3) {
|
|
|
2364
2366
|
})]
|
|
2365
2367
|
}) : /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
2366
2368
|
className: "feedback-box",
|
|
2367
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(Commentary, {
|
|
2369
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Commentary.Commentary, {
|
|
2368
2370
|
comment: comment === null || comment === void 0 ? void 0 : (_comment$message = comment.message) === null || _comment$message === void 0 ? void 0 : _comment$message.replace(/<.*?\/?>/gm, ""),
|
|
2369
2371
|
reviewed: crossComment
|
|
2370
2372
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
package/package.json
CHANGED
|
@@ -8,6 +8,7 @@ import { InputGroup } from "../../organisms/InputGroup";
|
|
|
8
8
|
import { useEffect, useReducer, useState, useCallback } from "react";
|
|
9
9
|
import { GalleryElement } from "../../molecules/GalleryElement";
|
|
10
10
|
import { saveAs } from "file-saver";
|
|
11
|
+
import { Commentary } from "../../atoms/Commentary";
|
|
11
12
|
import {
|
|
12
13
|
getRetailerServices,
|
|
13
14
|
getPercentage,
|