fui-material 2.3.1 → 2.3.2
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/f-ui-kit.es.js +4 -13
- package/dist/f-ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/f-ui-kit.es.js
CHANGED
|
@@ -2580,8 +2580,6 @@ const styles$g = {
|
|
|
2580
2580
|
"custom-file-input": "_custom-file-input_6r9j2_9",
|
|
2581
2581
|
"custom-file-dropzone": "_custom-file-dropzone_6r9j2_24",
|
|
2582
2582
|
"custom-file-label": "_custom-file-label_6r9j2_24",
|
|
2583
|
-
"svg-icon": "_svg-icon_6r9j2_35",
|
|
2584
|
-
"icon-md": "_icon-md_6r9j2_49",
|
|
2585
2583
|
"custom-files-preview": "_custom-files-preview_6r9j2_71"
|
|
2586
2584
|
};
|
|
2587
2585
|
const FInputFileForm = ({
|
|
@@ -2734,17 +2732,10 @@ const FInputFileForm = ({
|
|
|
2734
2732
|
}
|
|
2735
2733
|
),
|
|
2736
2734
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("label", { htmlFor: id, className: styles$g["custom-file-label"], style: disabled2 ? { backgroundColor: "#F3F3F3", border: "1px dashed #C4C4C4" } : void 0, children: [
|
|
2737
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
2738
|
-
"
|
|
2739
|
-
{
|
|
2740
|
-
|
|
2741
|
-
focusable: "false",
|
|
2742
|
-
role: "img",
|
|
2743
|
-
viewBox: "0 0 36 35",
|
|
2744
|
-
style: disabled2 ? { color: "#888888" } : void 0,
|
|
2745
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M19.035 16.465a1.458 1.458 0 0 0-2.041 0l-4.376 4.229a1.459 1.459 0 1 0 2.013 2.1l1.91-1.852v8.225a1.458 1.458 0 1 0 2.917 0v-8.152l1.881 1.895a1.459 1.459 0 0 0 2.071 0 1.457 1.457 0 1 0 0-2.07 4.375 4.375 0 0 1 3.282-7.292h.145a1.458 1.458 0 0 0 1.459-1.167 5.833 5.833 0 0 1 11.433 0 1.458 1.458 0 0 0 1.458 1.167h.088a4.375 4.375 0 0 1 3.281 7.292 1.457 1.457 0 1 0 .131 2.07 1.458 1.458 0 0 0 1.563.235c.189-.085.357-.21.494-.366a7.292 7.292 0 0 0-4.491-12.06z" })
|
|
2746
|
-
}
|
|
2747
|
-
),
|
|
2735
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { width: "30", height: "30", fill: "currentColor", viewBox: "0 0 16 16", children: [
|
|
2736
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("path", { "fill-rule": "evenodd", d: "M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708z" }),
|
|
2737
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z" })
|
|
2738
|
+
] }),
|
|
2748
2739
|
/* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
|
|
2749
2740
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { style: disabled2 ? { color: "#C4C4C4" } : void 0, children: [
|
|
2750
2741
|
/* @__PURE__ */ jsxRuntimeExports.jsx("b", { style: disabled2 ? { color: "#888888" } : void 0, children: "Выберите" }),
|