@marimo-team/islands 0.19.5-dev0 → 0.19.5-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.
package/dist/main.js CHANGED
@@ -30456,13 +30456,6 @@ ${c.sqlString}
30456
30456
  tooltip: "Chat & Agents",
30457
30457
  defaultSection: "sidebar"
30458
30458
  },
30459
- {
30460
- type: "snippets",
30461
- Icon: SquareDashedBottomCode,
30462
- label: "Snippets",
30463
- tooltip: "Snippets",
30464
- defaultSection: "developer-panel"
30465
- },
30466
30459
  {
30467
30460
  type: "outline",
30468
30461
  Icon: ScrollText,
@@ -30529,6 +30522,13 @@ ${c.sqlString}
30529
30522
  defaultSection: "developer-panel",
30530
30523
  requiredCapability: "terminal"
30531
30524
  },
30525
+ {
30526
+ type: "snippets",
30527
+ Icon: SquareDashedBottomCode,
30528
+ label: "Snippets",
30529
+ tooltip: "Snippets",
30530
+ defaultSection: "developer-panel"
30531
+ },
30532
30532
  {
30533
30533
  type: "cache",
30534
30534
  Icon: DatabaseZap,
@@ -101061,7 +101061,7 @@ Defaulting to \`null\`.`;
101061
101061
  return Logger.warn("Failed to get version from mount config"), null;
101062
101062
  }
101063
101063
  }
101064
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.5-dev0"), showCodeInRunModeAtom = atom(true);
101064
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.5-dev3"), showCodeInRunModeAtom = atom(true);
101065
101065
  atom(null);
101066
101066
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
101067
101067
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.19.5-dev0",
3
+ "version": "0.19.5-dev3",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -95,13 +95,6 @@ export const PANELS: PanelDescriptor[] = [
95
95
  tooltip: "Chat & Agents",
96
96
  defaultSection: "sidebar",
97
97
  },
98
- {
99
- type: "snippets",
100
- Icon: SquareDashedBottomCodeIcon,
101
- label: "Snippets",
102
- tooltip: "Snippets",
103
- defaultSection: "developer-panel",
104
- },
105
98
  {
106
99
  type: "outline",
107
100
  Icon: ScrollTextIcon,
@@ -169,6 +162,13 @@ export const PANELS: PanelDescriptor[] = [
169
162
  defaultSection: "developer-panel",
170
163
  requiredCapability: "terminal",
171
164
  },
165
+ {
166
+ type: "snippets",
167
+ Icon: SquareDashedBottomCodeIcon,
168
+ label: "Snippets",
169
+ tooltip: "Snippets",
170
+ defaultSection: "developer-panel",
171
+ },
172
172
  {
173
173
  type: "cache",
174
174
  Icon: DatabaseZapIcon,