@marimo-team/islands 0.22.6-dev2 → 0.22.6-dev3
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.
|
@@ -7038,6 +7038,7 @@ function resourceExtension(e18) {
|
|
|
7038
7038
|
}) }),
|
|
7039
7039
|
Prec.high(keymap.of([{
|
|
7040
7040
|
key: "Tab",
|
|
7041
|
+
preventDefault: true,
|
|
7041
7042
|
run: (e19) => acceptCompletion(e19)
|
|
7042
7043
|
}])),
|
|
7043
7044
|
contextCallbacks.of({ addAttachment: (e19) => y == null ? void 0 : y([e19]) }),
|
package/dist/main.js
CHANGED
|
@@ -37125,7 +37125,7 @@ ${E}`,
|
|
|
37125
37125
|
};
|
|
37126
37126
|
}
|
|
37127
37127
|
};
|
|
37128
|
-
var LazyChatbot = import_react.lazy(() => import("./chat-ui-
|
|
37128
|
+
var LazyChatbot = import_react.lazy(() => import("./chat-ui-B9oZ19ii.js").then((e) => ({
|
|
37129
37129
|
default: e.Chatbot
|
|
37130
37130
|
}))), messageSchema = array(object({
|
|
37131
37131
|
id: string(),
|
|
@@ -65633,7 +65633,7 @@ ${c}
|
|
|
65633
65633
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
65634
65634
|
}
|
|
65635
65635
|
}
|
|
65636
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.22.6-
|
|
65636
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.22.6-dev3"), showCodeInRunModeAtom = atom(true);
|
|
65637
65637
|
atom(null);
|
|
65638
65638
|
var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
|
|
65639
65639
|
constructor() {
|
package/package.json
CHANGED