@marimo-team/islands 0.23.2-dev14 → 0.23.2-dev15

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/main.js CHANGED
@@ -68835,7 +68835,7 @@ ${c}
68835
68835
  return Logger.warn("Failed to get version from mount config"), null;
68836
68836
  }
68837
68837
  }
68838
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-dev14"), showCodeInRunModeAtom = atom(true);
68838
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-dev15"), showCodeInRunModeAtom = atom(true);
68839
68839
  atom(null);
68840
68840
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
68841
68841
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.23.2-dev14",
3
+ "version": "0.23.2-dev15",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -270,6 +270,7 @@ const CellEditorInternal = ({
270
270
  userConfig.language_servers,
271
271
  userConfig.display,
272
272
  userConfig.diagnostics,
273
+ userConfig.ai?.inline_tooltip,
273
274
  aiEnabled,
274
275
  theme,
275
276
  showPlaceholder,