@marimo-team/islands 0.22.1-dev30 → 0.22.1-dev32

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
@@ -65423,7 +65423,7 @@ ${c}
65423
65423
  return Logger.warn("Failed to get version from mount config"), null;
65424
65424
  }
65425
65425
  }
65426
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.22.1-dev30"), showCodeInRunModeAtom = atom(true);
65426
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.22.1-dev32"), showCodeInRunModeAtom = atom(true);
65427
65427
  atom(null);
65428
65428
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
65429
65429
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.22.1-dev30",
3
+ "version": "0.22.1-dev32",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -15,10 +15,7 @@ export interface PlotlyClickSelection {
15
15
  selections: unknown[];
16
16
  }
17
17
 
18
- const CLICK_SELECTABLE_TRACE_TYPES = new Set([
19
- "heatmap",
20
- "histogram",
21
- ]);
18
+ const CLICK_SELECTABLE_TRACE_TYPES = new Set(["heatmap", "histogram"]);
22
19
 
23
20
  const STANDARD_POINT_KEYS: string[] = [
24
21
  "x",