optimized-react-component-library-xyz123 0.18.3 → 0.18.4
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +17 -0
package/dist/index.js
CHANGED
|
@@ -627,6 +627,7 @@ var ExploreFiles = ({
|
|
|
627
627
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
628
628
|
"button",
|
|
629
629
|
{
|
|
630
|
+
id: `question-${questionObject.id}`,
|
|
630
631
|
ref: buttonInputRef,
|
|
631
632
|
onClick: handleKeyOrClick,
|
|
632
633
|
className: (0, import_clsx.default)(
|
|
@@ -1014,9 +1015,8 @@ var AddFiles = ({
|
|
|
1014
1015
|
const handleRemoveErrors = () => {
|
|
1015
1016
|
setErrorMessageAddingFile([]);
|
|
1016
1017
|
};
|
|
1017
|
-
const questionId = `question-${questionObject.id}`;
|
|
1018
1018
|
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_jsx_runtime11.Fragment, { children: [
|
|
1019
|
-
!showPreview && visible && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", {
|
|
1019
|
+
!showPreview && visible && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "root-question addFile-question-container", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { role: "group", children: [
|
|
1020
1020
|
questionObject.aboutText && /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
1021
1021
|
"p",
|
|
1022
1022
|
{
|