@weavy/uikit-react 28.0.0 → 28.0.1
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/build/weavy.mjs
CHANGED
|
@@ -24460,7 +24460,7 @@ function sE(n, t, e = en.Unknown, i, s) {
|
|
|
24460
24460
|
n.fetch(`/api/apps/${t}`)
|
|
24461
24461
|
) : r.push(
|
|
24462
24462
|
// Get, update or create app using app uid
|
|
24463
|
-
n.fetch(`/api/apps/${t}`, { method: "PUT", body: JSON.stringify({
|
|
24463
|
+
n.fetch(`/api/apps/${t}`, { method: "PUT", body: JSON.stringify({ type: e, members: i, ...s }) })
|
|
24464
24464
|
);
|
|
24465
24465
|
const a = (await Promise.allSettled(r)).findLast(
|
|
24466
24466
|
(l) => {
|
|
@@ -29123,7 +29123,7 @@ const wm = (Ye = class {
|
|
|
29123
29123
|
_(this, mm, !0), console.info(this.weavyId, "was destroyed");
|
|
29124
29124
|
}
|
|
29125
29125
|
}, h(Ye, "he"), Ye);
|
|
29126
|
-
O1 = /* @__PURE__ */ new WeakMap(), b1 = /* @__PURE__ */ new WeakMap(), or = /* @__PURE__ */ new WeakMap(), mm = /* @__PURE__ */ new WeakMap(), u(wm, "WeavyClient"), wm.version = "28.0.
|
|
29126
|
+
O1 = /* @__PURE__ */ new WeakMap(), b1 = /* @__PURE__ */ new WeakMap(), or = /* @__PURE__ */ new WeakMap(), mm = /* @__PURE__ */ new WeakMap(), u(wm, "WeavyClient"), wm.version = "28.0.1", wm.sourceName = "@weavy/uikit-web", wm.defaults = {
|
|
29127
29127
|
// StrictWeavyOptions
|
|
29128
29128
|
cloudFilePickerUrl: "https://filebrowser.weavy.io/v14/",
|
|
29129
29129
|
disableEnvironmentImports: !1,
|
|
@@ -45169,7 +45169,7 @@ const ot = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
45169
45169
|
return Mn;
|
|
45170
45170
|
}
|
|
45171
45171
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
45172
|
-
Qe.version = "28.0.
|
|
45172
|
+
Qe.version = "28.0.1";
|
|
45173
45173
|
Qe.sourceName = "@weavy/uikit-react";
|
|
45174
45174
|
const bY = yZ(null);
|
|
45175
45175
|
function WG(n, t = []) {
|