optimized-react-component-library-xyz123 0.1.62 → 0.1.64
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 +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -878,9 +878,8 @@ var ExploreFiles = ({
|
|
|
878
878
|
let addFilesInfoText = numberOfFiles > 0 ? activatedLanguage === "sv" ? `${numberOfFiles} filer valda (max ${allowedNumberOfFiles})` : `${numberOfFiles} files chosed (max ${allowedNumberOfFiles})` : activatedLanguage === "sv" ? "Ingen fil vald" : "No file chosen";
|
|
879
879
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_jsx_runtime8.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("div", { className: "inputContainer", children: [
|
|
880
880
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
881
|
-
"
|
|
881
|
+
"div",
|
|
882
882
|
{
|
|
883
|
-
tabIndex: -1,
|
|
884
883
|
className: (0, import_clsx2.default)(
|
|
885
884
|
["form-control"],
|
|
886
885
|
"filePickLabel",
|
package/dist/index.mjs
CHANGED
|
@@ -813,9 +813,8 @@ var ExploreFiles = ({
|
|
|
813
813
|
let addFilesInfoText = numberOfFiles > 0 ? activatedLanguage === "sv" ? `${numberOfFiles} filer valda (max ${allowedNumberOfFiles})` : `${numberOfFiles} files chosed (max ${allowedNumberOfFiles})` : activatedLanguage === "sv" ? "Ingen fil vald" : "No file chosen";
|
|
814
814
|
return /* @__PURE__ */ jsx8(Fragment8, { children: /* @__PURE__ */ jsxs7("div", { className: "inputContainer", children: [
|
|
815
815
|
/* @__PURE__ */ jsxs7(
|
|
816
|
-
"
|
|
816
|
+
"div",
|
|
817
817
|
{
|
|
818
|
-
tabIndex: -1,
|
|
819
818
|
className: clsx2(
|
|
820
819
|
["form-control"],
|
|
821
820
|
"filePickLabel",
|
package/package.json
CHANGED