@apexcura/ui-components 0.0.15-Beta75 → 0.0.15-Beta76
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.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1111,7 +1111,7 @@ var FileUpload = (props) => {
|
|
|
1111
1111
|
onSuccess("ok");
|
|
1112
1112
|
}, 0);
|
|
1113
1113
|
};
|
|
1114
|
-
return /* @__PURE__ */ import_react26.default.createElement(
|
|
1114
|
+
return /* @__PURE__ */ import_react26.default.createElement("div", null, /* @__PURE__ */ import_react26.default.createElement(
|
|
1115
1115
|
Dragger,
|
|
1116
1116
|
{
|
|
1117
1117
|
action: "",
|
|
@@ -1126,7 +1126,7 @@ var FileUpload = (props) => {
|
|
|
1126
1126
|
},
|
|
1127
1127
|
/* @__PURE__ */ import_react26.default.createElement("p", null, /* @__PURE__ */ import_react26.default.createElement(import_icons5.InboxOutlined, null)),
|
|
1128
1128
|
/* @__PURE__ */ import_react26.default.createElement("p", null, "Click or drag file to upload")
|
|
1129
|
-
);
|
|
1129
|
+
));
|
|
1130
1130
|
};
|
|
1131
1131
|
|
|
1132
1132
|
// src/Components/TabsElement.tsx
|
package/dist/index.mjs
CHANGED
|
@@ -1042,7 +1042,7 @@ var FileUpload = (props) => {
|
|
|
1042
1042
|
onSuccess("ok");
|
|
1043
1043
|
}, 0);
|
|
1044
1044
|
};
|
|
1045
|
-
return /* @__PURE__ */ React25.createElement(
|
|
1045
|
+
return /* @__PURE__ */ React25.createElement("div", null, /* @__PURE__ */ React25.createElement(
|
|
1046
1046
|
Dragger,
|
|
1047
1047
|
{
|
|
1048
1048
|
action: "",
|
|
@@ -1057,7 +1057,7 @@ var FileUpload = (props) => {
|
|
|
1057
1057
|
},
|
|
1058
1058
|
/* @__PURE__ */ React25.createElement("p", null, /* @__PURE__ */ React25.createElement(InboxOutlined, null)),
|
|
1059
1059
|
/* @__PURE__ */ React25.createElement("p", null, "Click or drag file to upload")
|
|
1060
|
-
);
|
|
1060
|
+
));
|
|
1061
1061
|
};
|
|
1062
1062
|
|
|
1063
1063
|
// src/Components/TabsElement.tsx
|