@marimo-team/frontend 0.23.10-dev54 → 0.23.10-dev56

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.23.10-dev54",
3
+ "version": "0.23.10-dev56",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -1,3 +1,4 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
1
2
  .mo-code-placeholder {
2
3
  --mo-skeleton-bar: color-mix(in srgb, var(--muted), var(--foreground) 18%);
3
4
  cursor: default;
@@ -1,3 +1,4 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
1
2
  import "./code-placeholder.css";
2
3
  import { Skeleton } from "@/components/ui/skeleton";
3
4
  import { cn } from "@/utils/cn";
@@ -1,3 +1,4 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
1
2
  import { describe, expect, it } from "vitest";
2
3
  import { createEditorMountScheduler } from "../editor-mount-scheduler";
3
4
 
@@ -1,3 +1,4 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
1
2
  import {
2
3
  scheduleTask as defaultScheduleTask,
3
4
  type ScheduleTaskFn,
@@ -1,3 +1,4 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
1
2
  /**
2
3
  * Schedules `callback` to run as a fresh task once the current task finishes,
3
4
  * letting the browser paint and handle input in between. Used to spread heavy