designertool 0.51.0 → 0.53.0
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/designertool.js +3 -3
- package/package.json +1 -1
package/dist/designertool.js
CHANGED
|
@@ -7521,7 +7521,7 @@ const defaultConfig = {
|
|
|
7521
7521
|
}
|
|
7522
7522
|
],
|
|
7523
7523
|
api: {
|
|
7524
|
-
base_url: "https://
|
|
7524
|
+
base_url: "https://designertool.io/api",
|
|
7525
7525
|
project_id: 1,
|
|
7526
7526
|
user_id: 2
|
|
7527
7527
|
},
|
|
@@ -26944,13 +26944,13 @@ const _hoisted_1$M = ["is-dragging"], _sfc_main$N = /* @__PURE__ */ defineCompon
|
|
|
26944
26944
|
}),
|
|
26945
26945
|
er[3] || (er[3] = createBaseVNode("p", { class: "wbg-dt-text-sm wbg-dt-text-wbg-dt-secondary-600" }, [
|
|
26946
26946
|
createBaseVNode("span", { class: "wbg-dt-font-semibold wbg-dt-text-wbg-dt-primary-700" }, "Click to upload"),
|
|
26947
|
-
createTextVNode(" or drag and drop SVG, PNG, JPG
|
|
26947
|
+
createTextVNode(" or drag and drop SVG, PNG, JPG ")
|
|
26948
26948
|
], -1)),
|
|
26949
26949
|
createBaseVNode("input", {
|
|
26950
26950
|
ref_key: "fileInput",
|
|
26951
26951
|
ref: ft,
|
|
26952
26952
|
type: "file",
|
|
26953
|
-
accept: "image/jpg,image/png,image/svg+xml
|
|
26953
|
+
accept: "image/jpg,image/png,image/svg+xml",
|
|
26954
26954
|
hidden: "",
|
|
26955
26955
|
onChange: qt
|
|
26956
26956
|
}, null, 544)
|