@marimo-team/islands 0.22.4 → 0.22.5-dev4

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
@@ -65552,7 +65552,7 @@ ${c}
65552
65552
  return Logger.warn("Failed to get version from mount config"), null;
65553
65553
  }
65554
65554
  }
65555
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.22.4"), showCodeInRunModeAtom = atom(true);
65555
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.22.5-dev4"), showCodeInRunModeAtom = atom(true);
65556
65556
  atom(null);
65557
65557
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
65558
65558
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.22.4",
3
+ "version": "0.22.5-dev4",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -17,7 +17,6 @@ import {
17
17
  EyeOffIcon,
18
18
  FastForwardIcon,
19
19
  FileIcon,
20
- FilePlus2Icon,
21
20
  Files,
22
21
  FileTextIcon,
23
22
  FolderDownIcon,
@@ -44,6 +43,7 @@ import {
44
43
  } from "lucide-react";
45
44
  import { settingDialogAtom } from "@/components/app-config/state";
46
45
  import { MarkdownIcon } from "@/components/editor/cell/code/icons";
46
+ import { MarimoPlusIcon } from "@/components/icons/marimo-icons";
47
47
  import { useImperativeModal } from "@/components/modal/ImperativeModal";
48
48
  import { renderShortcut } from "@/components/shortcuts/renderShortcut";
49
49
  import { PairWithAgentModal } from "@/components/editor/actions/pair-with-agent-modal";
@@ -640,7 +640,7 @@ export function useNotebookActions() {
640
640
  },
641
641
 
642
642
  {
643
- icon: <FilePlus2Icon size={14} strokeWidth={1.5} />,
643
+ icon: <MarimoPlusIcon size={14} strokeWidth={1.5} />,
644
644
  label: "New notebook",
645
645
  // If file is in the url, then we ran `marimo edit`
646
646
  // without a specific file