@marimo-team/frontend 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/frontend",
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",