@marimo-team/islands 0.22.6-dev26 → 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-BXYRQ5MH.js").then((e) => ({
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-dev26"), showCodeInRunModeAtom = atom(true);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.22.6-dev26",
3
+ "version": "0.22.6-dev3",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -72,6 +72,7 @@ export function resourceExtension(opts: {
72
72
  keymap.of([
73
73
  {
74
74
  key: "Tab",
75
+ preventDefault: true,
75
76
  run: (view: EditorView) => {
76
77
  return acceptCompletion(view);
77
78
  },