ablok-components 0.3.2 → 0.3.3

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.
@@ -37338,7 +37338,7 @@ function ST(t = null, e) {
37338
37338
  }).catch((Q) => {
37339
37339
  console.error("Error", Q);
37340
37340
  });
37341
- return n.value = !1, `${t.baseResponsePath === "/media" && y.path.endsWith(".svg") ? "/api/v1/assets" : t.baseResponsePath}/${y.path}`;
37341
+ return n.value = !1, `${t.baseResponsePath || "/api/v1/assets"}/${y.path}`;
37342
37342
  }
37343
37343
  function u(w) {
37344
37344
  const B = typeof w == "string" ? parseInt(w, 10) : w, v = Array.isArray(t.modelValue) && t.modelValue.length > 0, y = Array.isArray(r.value) && r.value.length > 0;
@@ -37472,7 +37472,7 @@ const BX = ["src"], yX = ["onClick"], bX = ["onClick"], CX = ["for"], EX = ["inn
37472
37472
  customFetch: null,
37473
37473
  baseResponsePath: {
37474
37474
  type: String,
37475
- default: "/media"
37475
+ default: "/api/v1/assets"
37476
37476
  },
37477
37477
  enablePreview: {
37478
37478
  type: Boolean,
@@ -37622,7 +37622,7 @@ const BX = ["src"], yX = ["onClick"], bX = ["onClick"], CX = ["for"], EX = ["inn
37622
37622
  customFetch: null,
37623
37623
  baseResponsePath: {
37624
37624
  type: String,
37625
- default: "/media"
37625
+ default: "/api/v1/assets"
37626
37626
  },
37627
37627
  previewWidth: {
37628
37628
  type: Number,
@@ -37787,7 +37787,7 @@ const BX = ["src"], yX = ["onClick"], bX = ["onClick"], CX = ["for"], EX = ["inn
37787
37787
  },
37788
37788
  baseResponsePath: {
37789
37789
  type: String,
37790
- default: "/media"
37790
+ default: "/api/v1/assets"
37791
37791
  },
37792
37792
  previewWidth: {
37793
37793
  type: Number,
@@ -47283,7 +47283,7 @@ const iAe = {
47283
47283
  customFetch: null,
47284
47284
  baseResponsePath: {
47285
47285
  type: String,
47286
- default: "/media"
47286
+ default: "/api/v1/assets"
47287
47287
  },
47288
47288
  enablePreview: {
47289
47289
  type: Boolean,