@marimo-team/islands 0.23.7-dev16 → 0.23.7-dev17

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.
Files changed (56) hide show
  1. package/dist/{ConnectedDataExplorerComponent-DnRhpPMJ.js → ConnectedDataExplorerComponent-2lBNiUv6.js} +13 -13
  2. package/dist/{ErrorBoundary-Da4UeYxT.js → ErrorBoundary-D3wrPNma.js} +1 -1
  3. package/dist/{any-language-editor-DDubl8YH.js → any-language-editor-VWs_7v27.js} +5 -5
  4. package/dist/{button-CA5pI2YF.js → button-Dj4BTre0.js} +5 -0
  5. package/dist/{capabilities-6laDasij.js → capabilities-C9rrYCzf.js} +1 -1
  6. package/dist/{chat-ui-BmWZZ3mE.js → chat-ui-Cf4tuQ8s.js} +16 -16
  7. package/dist/{check-CFM2mVDr.js → check-BcUIXnUT.js} +1 -1
  8. package/dist/{code-visibility-BTdq0PKn.js → code-visibility-god-8ESC.js} +21 -21
  9. package/dist/{copy-TGGAUEWp.js → copy-DLf4aN7I.js} +2 -2
  10. package/dist/{dist-ESg7xyoD.js → dist-D3ZI9nhS.js} +2 -2
  11. package/dist/{error-banner-DnBPzEWg.js → error-banner-CVkfBUT3.js} +2 -2
  12. package/dist/{esm-Dd1z1auZ.js → esm-CWp0KQeK.js} +1 -1
  13. package/dist/{extends-CzJgxo2J.js → extends-vAi97cpa.js} +4 -4
  14. package/dist/{formats-CgaK7Gmx.js → formats-CpgZM9BM.js} +3 -3
  15. package/dist/{glide-data-editor-B-3A3G02.js → glide-data-editor-BK9s_dqy.js} +9 -9
  16. package/dist/{html-to-image-BwZL1Pkk.js → html-to-image-q0T1ijn_.js} +2213 -2143
  17. package/dist/{input-BAOe64zx.js → input-Cc1Vvw9A.js} +6 -6
  18. package/dist/{label-BCWi-Oqu.js → label-BLqV33b1.js} +2 -2
  19. package/dist/{loader-BvW0-YWZ.js → loader-Dr8Qem8p.js} +1 -1
  20. package/dist/main.js +33 -33
  21. package/dist/{mermaid-cXSZ1pfD.js → mermaid-DO-Daq7u.js} +5 -5
  22. package/dist/{process-output-lpVrk7d5.js → process-output-DTKS9bKk.js} +3 -3
  23. package/dist/{reveal-component-CMK1wxUM.js → reveal-component-vPlC5Eve.js} +9 -9
  24. package/dist/{spec-DSIuqd3f.js → spec-hVaaZsY5.js} +4 -4
  25. package/dist/{strings-B_FOH6eV.js → strings-BiIhGaI8.js} +4 -4
  26. package/dist/{swiper-component-BHs0PWwp.js → swiper-component-DlD2GU2g.js} +2 -2
  27. package/dist/{toDate-CHtl9vts.js → toDate-CJWlVNGD.js} +3 -3
  28. package/dist/{tooltip-B0mtKTXm.js → tooltip-DRaMBu06.js} +3 -3
  29. package/dist/{types-DBtDeUKD.js → types-Dzuoc3LN.js} +1 -1
  30. package/dist/{useAsyncData-B6hCGywC.js → useAsyncData-C56Khv_R.js} +1 -1
  31. package/dist/{useDateFormatter-B3mCQMP3.js → useDateFormatter-B_9k85Ex.js} +2 -2
  32. package/dist/{useDeepCompareMemoize-CmwDuYUH.js → useDeepCompareMemoize-Dt98v2ua.js} +1 -1
  33. package/dist/{useIframeCapabilities-DbdLoEDm.js → useIframeCapabilities-BkYHTrss.js} +1 -1
  34. package/dist/{useLifecycle-CjMjllqy.js → useLifecycle-BF6-z62y.js} +3 -3
  35. package/dist/{useTheme-CByZUW0p.js → useTheme-DykuNHR2.js} +2 -2
  36. package/dist/{vega-component-C2BYPkfd.js → vega-component-BtvQ-Kc4.js} +10 -10
  37. package/dist/{zod-BxdsqRPd.js → zod-BWkcDORu.js} +1 -1
  38. package/package.json +1 -1
  39. package/src/components/editor/actions/useNotebookActions.tsx +3 -1
  40. package/src/components/editor/controls/Controls.tsx +3 -1
  41. package/src/components/editor/navigation/__tests__/clipboard.test.ts +107 -0
  42. package/src/components/editor/navigation/__tests__/navigation.test.ts +70 -0
  43. package/src/components/editor/navigation/clipboard.ts +101 -23
  44. package/src/components/editor/navigation/navigation.ts +15 -1
  45. package/src/components/editor/notebook-cell.tsx +3 -0
  46. package/src/core/cells/__tests__/cells.test.ts +187 -0
  47. package/src/core/cells/__tests__/pending-cut-service.test.tsx +145 -0
  48. package/src/core/cells/cells.ts +102 -17
  49. package/src/core/cells/document-changes.ts +6 -1
  50. package/src/core/cells/pending-cut-service.ts +64 -0
  51. package/src/core/cells/utils.ts +11 -0
  52. package/src/core/codemirror/cells/extensions.ts +10 -0
  53. package/src/core/hotkeys/hotkeys.ts +5 -0
  54. package/src/css/app/Cell.css +13 -0
  55. package/src/utils/__tests__/id-tree.test.ts +71 -0
  56. package/src/utils/id-tree.tsx +89 -0
@@ -3,18 +3,18 @@ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { en
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  var _a;
5
5
  import { s as __toESM } from "./chunk-BNovOVIE.js";
6
- import { _ as Logger, d as createSlot, g as cn, h as Events, m as useComposedRefs, p as composeRefs } from "./button-CA5pI2YF.js";
6
+ import { _ as Logger, d as createSlot, g as cn, h as Events, m as useComposedRefs, p as composeRefs } from "./button-Dj4BTre0.js";
7
7
  import { t as require_react } from "./react-DA-nE2FX.js";
8
8
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
9
- import { a as createPopperScope, i as Root2$1, n as Arrow, r as Content, t as Anchor, u as createLucideIcon } from "./dist-ESg7xyoD.js";
10
- import { t as Check } from "./check-CFM2mVDr.js";
11
- import { C as $a916eb452884faea$export$b7a616150fdb9f44, F as X, I as ChevronUp, L as ChevronDown, N as useDirection, O as $b5e257d569688ac6$export$619500959fc48b26, P as createCollection, T as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, _ as menuItemVariants, b as menuSubTriggerVariants, g as menuControlVariants, h as menuControlCheckVariants, m as menuContentCommon, v as menuLabelVariants, w as $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5, y as menuSeparatorVariants } from "./strings-B_FOH6eV.js";
9
+ import { a as createPopperScope, i as Root2$1, n as Arrow, r as Content, t as Anchor, u as createLucideIcon } from "./dist-D3ZI9nhS.js";
10
+ import { t as Check } from "./check-BcUIXnUT.js";
11
+ import { C as $a916eb452884faea$export$b7a616150fdb9f44, F as X, I as ChevronUp, L as ChevronDown, N as useDirection, O as $b5e257d569688ac6$export$619500959fc48b26, P as createCollection, T as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, _ as menuItemVariants, b as menuSubTriggerVariants, g as menuControlVariants, h as menuControlCheckVariants, m as menuContentCommon, v as menuLabelVariants, w as $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5, y as menuSeparatorVariants } from "./strings-BiIhGaI8.js";
12
12
  import { n as clsx_default } from "./clsx-CyyyQ8Ue.js";
13
13
  import { t as require_react_dom } from "./react-dom-BWRJ_g_k.js";
14
14
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
15
- import { $ as StyleNamespace, X as withFullScreenAsRoot, Y as MAX_HEIGHT_OFFSET, Z as withSmartCollisionBoundary, _t as Primitive, at as FocusScope, dt as Presence, et as hideOthers, ft as useControllableState, gt as createContextScope, it as Portal, lt as useCallbackRef, mt as composeEventHandlers, rt as useFocusGuards, st as DismissableLayer, tt as Combination_default, ut as useId, vt as dispatchDiscreteCustomEvent } from "./zod-BxdsqRPd.js";
15
+ import { $ as StyleNamespace, X as withFullScreenAsRoot, Y as MAX_HEIGHT_OFFSET, Z as withSmartCollisionBoundary, _t as Primitive, at as FocusScope, dt as Presence, et as hideOthers, ft as useControllableState, gt as createContextScope, it as Portal, lt as useCallbackRef, mt as composeEventHandlers, rt as useFocusGuards, st as DismissableLayer, tt as Combination_default, ut as useId, vt as dispatchDiscreteCustomEvent } from "./zod-BWkcDORu.js";
16
16
  import { i as debounce_default } from "./constants-D0gkYoE2.js";
17
- import { w as useEvent_default } from "./useTheme-CByZUW0p.js";
17
+ import { w as useEvent_default } from "./useTheme-DykuNHR2.js";
18
18
  import { t as memoizeLastValue } from "./once-rJImu7SE.js";
19
19
  var ChevronRight = createLucideIcon("chevron-right", [["path", {
20
20
  d: "m9 18 6-6-6-6",
@@ -1,9 +1,9 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { g as cn, r as cva } from "./button-CA5pI2YF.js";
2
+ import { g as cn, r as cva } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
5
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
6
- import { _t as Primitive } from "./zod-BxdsqRPd.js";
6
+ import { _t as Primitive } from "./zod-BWkcDORu.js";
7
7
  var import_react = /* @__PURE__ */ __toESM(require_react(), 1), import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime(), 1), NAME = "Label", Label$1 = import_react.forwardRef((e, c) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Primitive.label, {
8
8
  ...e,
9
9
  ref: c,
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  var _a, _b, _c, _d, _e;
5
- import { _ as Logger, c as Objects } from "./button-CA5pI2YF.js";
5
+ import { _ as Logger, c as Objects } from "./button-Dj4BTre0.js";
6
6
  import { St as isObject, a as loader, c as typeParsers$1, gt as isArray, o as read$1, wt as isString } from "./vega-loader.browser-3_z8GoFC.js";
7
7
  var pkg = { version: "1.1.0" };
8
8
  function formatValue(m2, U, G, K) {
package/dist/main.js CHANGED
@@ -18,34 +18,34 @@ var __privateWrapper = (obj, member, setter, getter) => ({
18
18
  }
19
19
  });
20
20
  import { a as __toCommonJS, n as __esmMin, r as __export, s as __toESM, t as __commonJSMin } from "./chunk-BNovOVIE.js";
21
- import { _ as Logger, c as Objects, g as cn, h as Events, i as NOT_SET, l as useEventListener, m as useComposedRefs, n as buttonVariants, o as isPlatformMac, p as composeRefs, r as cva, t as Button, u as Slot, v as Functions, y as throwNotImplemented } from "./button-CA5pI2YF.js";
21
+ import { _ as Logger, c as Objects, g as cn, h as Events, i as NOT_SET, l as useEventListener, m as useComposedRefs, n as buttonVariants, o as isPlatformMac, p as composeRefs, r as cva, t as Button, u as Slot, v as Functions, y as throwNotImplemented } from "./button-Dj4BTre0.js";
22
22
  import { t as require_react } from "./react-DA-nE2FX.js";
23
23
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
24
- import { n as Copy, r as toast, t as copyToClipboard } from "./copy-TGGAUEWp.js";
25
- import { $ as useCellActions, At as DeferredRequestRegistry, B as safeExtractSetUIElementMessageBuffers, Bn as Braces, Bt as getDataTypeColor, C as AccordionContent, Cn as Root2$1, Ct as customPythonLanguageSupport, Dn as Table2, Dt as Paths, E as BorderAllIcon, En as Trash2, Et as PathBuilder, F as base64ToDataView, Fn as Eye, Ft as jotaiJsonStorage, Gt as convertStatsName, H as getMarimoExportContext, In as Database, J as getCellNames, Jt as useRequestClient, K as createActions, Kt as getRequestClient, L as dataViewToBase64, Ln as Columns2, Mn as Layers, Nn as Info, Nt as repl, On as PaintRoller, Pn as FileText, Q as reducer, Rt as PluralWords, S as Accordion, Sn as Item$1, St as Checkbox, T as AccordionTrigger, U as hasTrustedExportContext, V as renderHTML, Vt as require_client, W as hasRunAnyCellAtom, X as notebookOutline, Y as notebookAtom, Yt as isUninstantiated, Z as numColumnsAtom, _n as atomWithStorage, a as useLastFocusedCellId, an as parseInitialValue, bt as isInternalCellName, ct as kioskModeAtom, dn as OBJECT_ID_ATTR, dt as outputIsLoading, en as NotebookScopedLocalStorage, et as useCellIds, f as isOutputEmpty, fn as RANDOM_ID_ATTR, ft as outputIsStale, gn as atomWithReducer, i as useCellFocusActions, in as parseDataset, jn as LoaderCircle, jt as generateUUID, k as ChevronDownIcon, ln as UIElementId, mt as headingToIdentifier, nt as createCell, o as maybeAddAltairImport, ot as getInitialAppMode, p as useExpandedConsoleOutput, pn as jsonParseWithSpecialChar, pt as isErrorMime, qt as requestClientAtom, r as LazyAnyLanguageCodeMirror, rn as parseAttrValue, s as Spinner, sn as HTMLCellId, st as initialModeAtom, un as findCellId, vn as selectAtom, w as AccordionItem, wn as Trigger2, wt as MarkdownLanguageAdapter, xn as Content2, xt as normalizeName, yt as getValidName, zn as CircleAlert, zt as DATA_TYPE_ICON, __tla as __tla_0 } from "./html-to-image-BwZL1Pkk.js";
24
+ import { n as Copy, r as toast, t as copyToClipboard } from "./copy-DLf4aN7I.js";
25
+ import { $ as useCellActions, At as DeferredRequestRegistry, B as safeExtractSetUIElementMessageBuffers, Bn as Braces, Bt as getDataTypeColor, C as AccordionContent, Cn as Root2$1, Ct as customPythonLanguageSupport, Dn as Table2, Dt as Paths, E as BorderAllIcon, En as Trash2, Et as PathBuilder, F as base64ToDataView, Fn as Eye, Ft as jotaiJsonStorage, Gt as convertStatsName, H as getMarimoExportContext, In as Database, J as getCellNames, Jt as useRequestClient, K as createActions, Kt as getRequestClient, L as dataViewToBase64, Ln as Columns2, Mn as Layers, Nn as Info, Nt as repl, On as PaintRoller, Pn as FileText, Q as reducer, Rt as PluralWords, S as Accordion, Sn as Item$1, St as Checkbox, T as AccordionTrigger, U as hasTrustedExportContext, V as renderHTML, Vt as require_client, W as hasRunAnyCellAtom, X as notebookOutline, Y as notebookAtom, Yt as isUninstantiated, Z as numColumnsAtom, _n as atomWithStorage, a as useLastFocusedCellId, an as parseInitialValue, bt as isInternalCellName, ct as kioskModeAtom, dn as OBJECT_ID_ATTR, dt as outputIsLoading, en as NotebookScopedLocalStorage, et as useCellIds, f as isOutputEmpty, fn as RANDOM_ID_ATTR, ft as outputIsStale, gn as atomWithReducer, i as useCellFocusActions, in as parseDataset, jn as LoaderCircle, jt as generateUUID, k as ChevronDownIcon, ln as UIElementId, mt as headingToIdentifier, nt as createCell, o as maybeAddAltairImport, ot as getInitialAppMode, p as useExpandedConsoleOutput, pn as jsonParseWithSpecialChar, pt as isErrorMime, qt as requestClientAtom, r as LazyAnyLanguageCodeMirror, rn as parseAttrValue, s as Spinner, sn as HTMLCellId, st as initialModeAtom, un as findCellId, vn as selectAtom, w as AccordionItem, wn as Trigger2, wt as MarkdownLanguageAdapter, xn as Content2, xt as normalizeName, yt as getValidName, zn as CircleAlert, zt as DATA_TYPE_ICON, __tla as __tla_0 } from "./html-to-image-q0T1ijn_.js";
26
26
  import { __tla as __tla_1 } from "./chunk-5FQGJX7Z-BOg95xG5.js";
27
- import { o as useSize, s as Root$2, u as createLucideIcon } from "./dist-ESg7xyoD.js";
28
- import { A as SquareFunction, C as DEFAULT_COLOR_SCHEME, D as SCALE_TYPE_DESCRIPTIONS, E as EMPTY_VALUE$1, O as TIME_UNIT_DESCRIPTIONS, S as DEFAULT_AGGREGATION, T as DEFAULT_TIME_UNIT, _ as AGGREGATION_TYPE_DESCRIPTIONS, a as AGGREGATION_FNS$1, b as COLOR_SCHEMES, c as COLOR_BY_FIELDS, d as NONE_VALUE, f as SELECTABLE_DATA_TYPES, g as TIME_UNITS, h as STRING_AGGREGATION_FNS, i as convertDataTypeToSelectable, j as ChartColumn, k as escapeFieldName, l as COMBINED_TIME_UNITS, m as SORT_TYPES, n as createSpecWithoutData, o as BIN_AGGREGATION, p as SINGLE_TIME_UNITS, r as isFieldSet, s as CHART_TYPES, t as augmentSpecWithData, u as ChartType, v as AGGREGATION_TYPE_ICON, w as DEFAULT_MAX_BINS_FACET, x as COUNT_FIELD, y as CHART_TYPE_ICON } from "./spec-DSIuqd3f.js";
29
- import { $ as filtersToFilterGroup, A as contextAwarePanelOwner, At as Funnel, B as TableCell, Bt as ChevronLeft, C as prettifyRowCount, Ct as useOverflowDetection, D as ContextAwarePanelItem, Dt as EmotionCacheProvider, E as ComboboxItem, Et as HtmlOutput, F as Toggle, Ft as Code, G as generateColumns, H as TableHeader, I as Fill, It as ChevronsUpDown, J as ColumnChartContext, K as inferFieldTypes, L as Provider$1, Lt as ChevronsRight, M as isCellAwareAtom, N as SlotNames, Nt as Ellipsis, O as PANEL_TYPES, Ot as TextWrap, P as slotsController, Pt as Download, Q as usePrevious$1, R as Table, Rt as ChevronsLeft, S as prettifyRowColumnCount, St as LazyVegaEmbed, T as Combobox, Tt as Kbd, U as TableRow, V as TableHead, Vt as ArrowDownWideNarrow, W as NAMELESS_COLUMN_PREFIX, X as DelayMount, Y as ColumnChartSpecModel, Z as useIntersectionObserver, _ as downloadBlob, _t as TabsList, at as TOO_MANY_ROWS, b as Progress, bt as ChartInfoState, c as Slide, ct as Command, d as JsonOutput, dt as CommandItem, et as getPageIndexForRow, f as OutputArea, ft as CommandList, g as ADD_PRINTING_CLASS, gt as TabsContent, h as InstallPackageButton, ht as Tabs, it as SELECT_COLUMN_ID, j as contextAwarePanelType, jt as EyeOff, k as contextAwarePanelOpen, kt as GripHorizontal, l as RadioGroup, lt as CommandEmpty, m as DataTable, mt as Maps, n as marimoVersionAtom, nt as loadTableData, o as SLIDE_TYPE_OPTIONS_BY_VALUE, ot as toFieldTypes, p as OutputRenderer, pt as CommandSeparator, q as renderCellValue, r as showCodeInRunModeAtom, rt as INDEX_COLUMN_NAME, st as getMimeValues, t as useNotebookCodeAvailable, tt as loadTableAndRawData, u as RadioGroupItem, ut as CommandInput, v as downloadByURL, vt as TabsTrigger, w as useInternalStateWithSync, wt as RenderTextWithLinks, x as Filenames, xt as ChartLoadingState, y as downloadHTMLAsImage, yt as ChartErrorState, z as TableBody, zt as ChevronsDownUp, __tla as __tla_2 } from "./code-visibility-BTdq0PKn.js";
30
- import { c as Calendar, i as createReducerAndAtoms, n as useOnUnmount, o as ToggleLeft, t as useOnMount } from "./useLifecycle-CjMjllqy.js";
31
- import { n as $fb18d541ea1ad717$export$ad991b66133851cf, r as $5a387cc49350e6db$export$722debc0e56fea39, t as $896ba0a80a8f4d36$export$85fd5fdf27bacc79 } from "./useDateFormatter-B3mCQMP3.js";
32
- import { t as Check } from "./check-CFM2mVDr.js";
33
- import { A as Trigger$1, C as $a916eb452884faea$export$b7a616150fdb9f44, D as $b5e257d569688ac6$export$535bd6ca7f90a273, E as $18f2051aff69b9bf$export$a54013f0d02a8f82, F as X, L as ChevronDown, M as usePrevious$2, N as useDirection, P as createCollection, S as logNever, T as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, a as SelectGroup, c as SelectSeparator, d as NativeSelect, f as selectStyles, i as SelectContent, j as clamp$2, k as Icon, l as SelectTrigger, n as capitalize, o as SelectItem, r as Select, s as SelectLabel, t as Strings, u as SelectValue, w as $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5, x as assertNever } from "./strings-B_FOH6eV.js";
34
- import { $ as $e5be200c675c3b3a$export$aca958c65c314e6c, A as $d2b4bc8c273e7be6$export$24d547caef80ccd1, At as $c87311424ea30a05$export$fedb369cb70207f1, B as $64fa3d84918910a7$export$c62b8e45d58ddad9, Bt as $431fbd86ca7dc216$export$f21a1ffae260145a, C as $a049562f99e7db0e$export$eb2fcfdbd7ba97d4, Ct as $8ae05eaa5c114e9c$export$7f54fc3180508a52, D as $ee014567cb39d3f0$export$ff05c3ac10437e03, Dt as $c87311424ea30a05$export$78551043582a6a98, E as $ee014567cb39d3f0$export$f551688fc98f2e09, Et as $c87311424ea30a05$export$6446a186d09e379e, F as $64fa3d84918910a7$export$2881499e37b75b9a, Ft as $d4ee10de306f2510$export$b4f377a2b6254582, H as $64fa3d84918910a7$export$ef03459518577ad4, Ht as $bdb11010cef70236$export$b4cc09c592e8fdb8, I as $64fa3d84918910a7$export$29f1550f4b0d4415, It as $d4ee10de306f2510$export$cd4e5573fbe2b576, J as $d2e8511e6f209edf$export$e908e06f4b8e3402, K as useDebounceControlledState, L as $64fa3d84918910a7$export$4d86445c2cf5e3, Lt as $d4ee10de306f2510$export$e58f029f0fbfdb29, M as $01b77f81d0f07f68$export$75b6ee27786ba447, Mt as $65484d02dcb7eb3e$export$457c3d6518dd4c6f, N as $01b77f81d0f07f68$export$b04be29aa201d4f5, Nt as $3ef42575df84b30b$export$9d1611c77c2fe928, O as $514c0188e459b4c0$export$5f1af8db9871e1d6, Ot as $c87311424ea30a05$export$9ac100e40613ea10, P as $f39a9eba43920ace$export$b5d7cc18bb8d2b59, Pt as $d4ee10de306f2510$export$4282f70798064fe0, Q as $e5be200c675c3b3a$export$a763b9476acd3eb, R as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, Rt as $f4e2df6bd15f8569$export$98658e8c59125e6a, S as $3985021b0ad6602f$export$f5b8910cec6cf069, St as $e9faafb641e167db$export$90fc3a17d93f704c, T as $d3e0e05bdfcf66bd$export$c24727297075ec6a, Tt as $313b98861ee5dd6c$export$d6875122194c7b44, U as $64fa3d84918910a7$export$fabf2dc03a41866e, Ut as $bdb11010cef70236$export$f680877a34711e37, V as $64fa3d84918910a7$export$df3a06d6289f983e, Vt as $ff5963eb1fccf552$export$e08e3b67e392101e, Wt as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, X as $e93e671b31057976$export$b8473d3665f3a75a, Y as $2baaea4c71418dea$export$294aa081a6c6f55d, Z as $e5be200c675c3b3a$export$75ee7c75d68f5b0e, _t as $9446cca9a3875146$export$7d15b64cf5a3a4c4, a as NumberField, at as $6c7bd7858deea686$export$cd11ab140839f11d, b as DropdownMenuTrigger, bt as $b4b717babfbb907b$export$bebd5a1431fec25d, c as prettyNumber, ct as $6db58dc88e78b024$export$2f817fcdc4b89ae0, d as DropdownMenuContent, dt as $9ab94262bd0047c7$export$420e68273165f4ec, et as $e5be200c675c3b3a$export$dad6ae84456c676a, f as DropdownMenuGroup, fn as Circle, ft as $3ad3f6e1647bc98d$export$80f3e147d781571c, g as DropdownMenuSeparator, gt as $ae1eeba8b9eafd08$export$5165eccb35aaadb5, ht as _class_private_field_init, i as OnBlurredInput, it as $701a24aa0da5b062$export$ea18c227d4417cc3, j as $d2b4bc8c273e7be6$export$353f5b6fc5456de1, jt as $7215afc6de606d6b$export$de79e2c695e052f3, k as $514c0188e459b4c0$export$9afb8bc826b033ea, kt as $c87311424ea30a05$export$a11b0059900ceec8, l as prettyScientificNumber, lt as $5b160d28a433310d$export$c17fa47878dc55b6, m as DropdownMenuLabel, mt as $f6c31cce2adf654f$export$45712eceda6fad21, n as DebouncedNumberInput, nt as $319e236875307eab$export$a9b970dcc4ae71a9, ot as $fca6afa0e843324b$export$87b761675e8eaa10, p as DropdownMenuItem, pn as ChevronRight, pt as $507fabe10e71c6fb$export$630ff653c5ada6a9, q as useDebouncedCallback, r as Input, rt as $f7dceffc5ad7768b$export$4e328f61c538687f, st as $fca6afa0e843324b$export$f12b703ca79dfbb1, t as DebouncedInput, tt as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, u as DropdownMenu, ut as $6179b936705e76d3$export$ae780daf29e6d456, vt as $458b0a5536c1a7cf$export$40bfa8c7b0832715, w as $a049562f99e7db0e$export$f9c6924e160136d1, wt as $df56164dff5785e2$export$4338b53315abf666, x as $3985021b0ad6602f$export$37fb8590cf2c088c, xt as $99facab73266f662$export$5add1d006293d136, yt as $b4b717babfbb907b$export$4c063cf1350e6fed, z as $64fa3d84918910a7$export$c245e6201fed2f75, zt as $431fbd86ca7dc216$export$b204af158042fbac } from "./input-BAOe64zx.js";
35
- import { _ as isWasm, c as asRemoteURL, d as isStaticNotebook, f as appendQueryParams, g as Deferred, m as require_cuid2, u as getStaticVirtualFiles, v as CircleQuestionMark } from "./toDate-CHtl9vts.js";
36
- import { a as MarimoIncomingMessageEvent, c as MarimoValueUpdateEvent, d as File, i as PythonIcon, l as createInputEvent, n as blobToString, o as MarimoValueInputEvent, r as filesToBase64, s as MarimoValueReadyEvent, t as processOutput, u as deserializeBlob } from "./process-output-lpVrk7d5.js";
37
- import { i as Pencil, n as Trash, r as Plus, t as BulkEdit } from "./types-DBtDeUKD.js";
27
+ import { o as useSize, s as Root$2, u as createLucideIcon } from "./dist-D3ZI9nhS.js";
28
+ import { A as SquareFunction, C as DEFAULT_COLOR_SCHEME, D as SCALE_TYPE_DESCRIPTIONS, E as EMPTY_VALUE$1, O as TIME_UNIT_DESCRIPTIONS, S as DEFAULT_AGGREGATION, T as DEFAULT_TIME_UNIT, _ as AGGREGATION_TYPE_DESCRIPTIONS, a as AGGREGATION_FNS$1, b as COLOR_SCHEMES, c as COLOR_BY_FIELDS, d as NONE_VALUE, f as SELECTABLE_DATA_TYPES, g as TIME_UNITS, h as STRING_AGGREGATION_FNS, i as convertDataTypeToSelectable, j as ChartColumn, k as escapeFieldName, l as COMBINED_TIME_UNITS, m as SORT_TYPES, n as createSpecWithoutData, o as BIN_AGGREGATION, p as SINGLE_TIME_UNITS, r as isFieldSet, s as CHART_TYPES, t as augmentSpecWithData, u as ChartType, v as AGGREGATION_TYPE_ICON, w as DEFAULT_MAX_BINS_FACET, x as COUNT_FIELD, y as CHART_TYPE_ICON } from "./spec-hVaaZsY5.js";
29
+ import { $ as filtersToFilterGroup, A as contextAwarePanelOwner, At as Funnel, B as TableCell, Bt as ChevronLeft, C as prettifyRowCount, Ct as useOverflowDetection, D as ContextAwarePanelItem, Dt as EmotionCacheProvider, E as ComboboxItem, Et as HtmlOutput, F as Toggle, Ft as Code, G as generateColumns, H as TableHeader, I as Fill, It as ChevronsUpDown, J as ColumnChartContext, K as inferFieldTypes, L as Provider$1, Lt as ChevronsRight, M as isCellAwareAtom, N as SlotNames, Nt as Ellipsis, O as PANEL_TYPES, Ot as TextWrap, P as slotsController, Pt as Download, Q as usePrevious$1, R as Table, Rt as ChevronsLeft, S as prettifyRowColumnCount, St as LazyVegaEmbed, T as Combobox, Tt as Kbd, U as TableRow, V as TableHead, Vt as ArrowDownWideNarrow, W as NAMELESS_COLUMN_PREFIX, X as DelayMount, Y as ColumnChartSpecModel, Z as useIntersectionObserver, _ as downloadBlob, _t as TabsList, at as TOO_MANY_ROWS, b as Progress, bt as ChartInfoState, c as Slide, ct as Command, d as JsonOutput, dt as CommandItem, et as getPageIndexForRow, f as OutputArea, ft as CommandList, g as ADD_PRINTING_CLASS, gt as TabsContent, h as InstallPackageButton, ht as Tabs, it as SELECT_COLUMN_ID, j as contextAwarePanelType, jt as EyeOff, k as contextAwarePanelOpen, kt as GripHorizontal, l as RadioGroup, lt as CommandEmpty, m as DataTable, mt as Maps, n as marimoVersionAtom, nt as loadTableData, o as SLIDE_TYPE_OPTIONS_BY_VALUE, ot as toFieldTypes, p as OutputRenderer, pt as CommandSeparator, q as renderCellValue, r as showCodeInRunModeAtom, rt as INDEX_COLUMN_NAME, st as getMimeValues, t as useNotebookCodeAvailable, tt as loadTableAndRawData, u as RadioGroupItem, ut as CommandInput, v as downloadByURL, vt as TabsTrigger, w as useInternalStateWithSync, wt as RenderTextWithLinks, x as Filenames, xt as ChartLoadingState, y as downloadHTMLAsImage, yt as ChartErrorState, z as TableBody, zt as ChevronsDownUp, __tla as __tla_2 } from "./code-visibility-god-8ESC.js";
30
+ import { c as Calendar, i as createReducerAndAtoms, n as useOnUnmount, o as ToggleLeft, t as useOnMount } from "./useLifecycle-BF6-z62y.js";
31
+ import { n as $fb18d541ea1ad717$export$ad991b66133851cf, r as $5a387cc49350e6db$export$722debc0e56fea39, t as $896ba0a80a8f4d36$export$85fd5fdf27bacc79 } from "./useDateFormatter-B_9k85Ex.js";
32
+ import { t as Check } from "./check-BcUIXnUT.js";
33
+ import { A as Trigger$1, C as $a916eb452884faea$export$b7a616150fdb9f44, D as $b5e257d569688ac6$export$535bd6ca7f90a273, E as $18f2051aff69b9bf$export$a54013f0d02a8f82, F as X, L as ChevronDown, M as usePrevious$2, N as useDirection, P as createCollection, S as logNever, T as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, a as SelectGroup, c as SelectSeparator, d as NativeSelect, f as selectStyles, i as SelectContent, j as clamp$2, k as Icon, l as SelectTrigger, n as capitalize, o as SelectItem, r as Select, s as SelectLabel, t as Strings, u as SelectValue, w as $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5, x as assertNever } from "./strings-BiIhGaI8.js";
34
+ import { $ as $e5be200c675c3b3a$export$aca958c65c314e6c, A as $d2b4bc8c273e7be6$export$24d547caef80ccd1, At as $c87311424ea30a05$export$fedb369cb70207f1, B as $64fa3d84918910a7$export$c62b8e45d58ddad9, Bt as $431fbd86ca7dc216$export$f21a1ffae260145a, C as $a049562f99e7db0e$export$eb2fcfdbd7ba97d4, Ct as $8ae05eaa5c114e9c$export$7f54fc3180508a52, D as $ee014567cb39d3f0$export$ff05c3ac10437e03, Dt as $c87311424ea30a05$export$78551043582a6a98, E as $ee014567cb39d3f0$export$f551688fc98f2e09, Et as $c87311424ea30a05$export$6446a186d09e379e, F as $64fa3d84918910a7$export$2881499e37b75b9a, Ft as $d4ee10de306f2510$export$b4f377a2b6254582, H as $64fa3d84918910a7$export$ef03459518577ad4, Ht as $bdb11010cef70236$export$b4cc09c592e8fdb8, I as $64fa3d84918910a7$export$29f1550f4b0d4415, It as $d4ee10de306f2510$export$cd4e5573fbe2b576, J as $d2e8511e6f209edf$export$e908e06f4b8e3402, K as useDebounceControlledState, L as $64fa3d84918910a7$export$4d86445c2cf5e3, Lt as $d4ee10de306f2510$export$e58f029f0fbfdb29, M as $01b77f81d0f07f68$export$75b6ee27786ba447, Mt as $65484d02dcb7eb3e$export$457c3d6518dd4c6f, N as $01b77f81d0f07f68$export$b04be29aa201d4f5, Nt as $3ef42575df84b30b$export$9d1611c77c2fe928, O as $514c0188e459b4c0$export$5f1af8db9871e1d6, Ot as $c87311424ea30a05$export$9ac100e40613ea10, P as $f39a9eba43920ace$export$b5d7cc18bb8d2b59, Pt as $d4ee10de306f2510$export$4282f70798064fe0, Q as $e5be200c675c3b3a$export$a763b9476acd3eb, R as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, Rt as $f4e2df6bd15f8569$export$98658e8c59125e6a, S as $3985021b0ad6602f$export$f5b8910cec6cf069, St as $e9faafb641e167db$export$90fc3a17d93f704c, T as $d3e0e05bdfcf66bd$export$c24727297075ec6a, Tt as $313b98861ee5dd6c$export$d6875122194c7b44, U as $64fa3d84918910a7$export$fabf2dc03a41866e, Ut as $bdb11010cef70236$export$f680877a34711e37, V as $64fa3d84918910a7$export$df3a06d6289f983e, Vt as $ff5963eb1fccf552$export$e08e3b67e392101e, Wt as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, X as $e93e671b31057976$export$b8473d3665f3a75a, Y as $2baaea4c71418dea$export$294aa081a6c6f55d, Z as $e5be200c675c3b3a$export$75ee7c75d68f5b0e, _t as $9446cca9a3875146$export$7d15b64cf5a3a4c4, a as NumberField, at as $6c7bd7858deea686$export$cd11ab140839f11d, b as DropdownMenuTrigger, bt as $b4b717babfbb907b$export$bebd5a1431fec25d, c as prettyNumber, ct as $6db58dc88e78b024$export$2f817fcdc4b89ae0, d as DropdownMenuContent, dt as $9ab94262bd0047c7$export$420e68273165f4ec, et as $e5be200c675c3b3a$export$dad6ae84456c676a, f as DropdownMenuGroup, fn as Circle, ft as $3ad3f6e1647bc98d$export$80f3e147d781571c, g as DropdownMenuSeparator, gt as $ae1eeba8b9eafd08$export$5165eccb35aaadb5, ht as _class_private_field_init, i as OnBlurredInput, it as $701a24aa0da5b062$export$ea18c227d4417cc3, j as $d2b4bc8c273e7be6$export$353f5b6fc5456de1, jt as $7215afc6de606d6b$export$de79e2c695e052f3, k as $514c0188e459b4c0$export$9afb8bc826b033ea, kt as $c87311424ea30a05$export$a11b0059900ceec8, l as prettyScientificNumber, lt as $5b160d28a433310d$export$c17fa47878dc55b6, m as DropdownMenuLabel, mt as $f6c31cce2adf654f$export$45712eceda6fad21, n as DebouncedNumberInput, nt as $319e236875307eab$export$a9b970dcc4ae71a9, ot as $fca6afa0e843324b$export$87b761675e8eaa10, p as DropdownMenuItem, pn as ChevronRight, pt as $507fabe10e71c6fb$export$630ff653c5ada6a9, q as useDebouncedCallback, r as Input, rt as $f7dceffc5ad7768b$export$4e328f61c538687f, st as $fca6afa0e843324b$export$f12b703ca79dfbb1, t as DebouncedInput, tt as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, u as DropdownMenu, ut as $6179b936705e76d3$export$ae780daf29e6d456, vt as $458b0a5536c1a7cf$export$40bfa8c7b0832715, w as $a049562f99e7db0e$export$f9c6924e160136d1, wt as $df56164dff5785e2$export$4338b53315abf666, x as $3985021b0ad6602f$export$37fb8590cf2c088c, xt as $99facab73266f662$export$5add1d006293d136, yt as $b4b717babfbb907b$export$4c063cf1350e6fed, z as $64fa3d84918910a7$export$c245e6201fed2f75, zt as $431fbd86ca7dc216$export$b204af158042fbac } from "./input-Cc1Vvw9A.js";
35
+ import { _ as isWasm, c as asRemoteURL, d as isStaticNotebook, f as appendQueryParams, g as Deferred, m as require_cuid2, u as getStaticVirtualFiles, v as CircleQuestionMark } from "./toDate-CJWlVNGD.js";
36
+ import { a as MarimoIncomingMessageEvent, c as MarimoValueUpdateEvent, d as File, i as PythonIcon, l as createInputEvent, n as blobToString, o as MarimoValueInputEvent, r as filesToBase64, s as MarimoValueReadyEvent, t as processOutput, u as deserializeBlob } from "./process-output-DTKS9bKk.js";
37
+ import { i as Pencil, n as Trash, r as Plus, t as BulkEdit } from "./types-Dzuoc3LN.js";
38
38
  import { t as require_react_dom } from "./react-dom-BWRJ_g_k.js";
39
39
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
40
- import { $ as StyleNamespace, A as looseObject, B as union, C as any, F as optional, G as parse$1, I as record, J as prettifyError, K as parseAsync, N as number, O as lazy$2, P as object, Q as isInVscodeExtension, R as string, S as _null, T as boolean, U as ZodError, V as unknown, _ as ZodString, _t as Primitive, a as ZodIssueCode, b as _enum, c as ZodBoolean, d as ZodDiscriminatedUnion, dt as Presence, f as ZodEnum, ft as useControllableState, g as ZodOptional, gt as createContextScope, h as ZodObject, i as string$1, j as nan, k as literal, l as ZodDate, lt as useCallbackRef, m as ZodNumber, mt as composeEventHandlers$1, n as date, nt as __awaiter, o as ZodAny, p as ZodLiteral, pt as useLayoutEffect2, q as $ZodError, r as number$1, s as ZodArray, st as DismissableLayer, t as zod_default, u as ZodDefault, ut as useId$11, v as ZodType, vt as dispatchDiscreteCustomEvent, w as array, x as _instanceof, y as ZodUnion, z as tuple } from "./zod-BxdsqRPd.js";
41
- import { i as prettyError, n as ErrorBanner, r as CellNotInitializedError, t as Banner } from "./error-banner-DnBPzEWg.js";
42
- import { t as Label } from "./label-BCWi-Oqu.js";
43
- import { a as TooltipRoot, i as TooltipProvider, n as TooltipContent, o as TooltipTrigger, r as TooltipPortal, t as Tooltip } from "./tooltip-B0mtKTXm.js";
44
- import { f as CopyClipboardIcon } from "./extends-CzJgxo2J.js";
40
+ import { $ as StyleNamespace, A as looseObject, B as union, C as any, F as optional, G as parse$1, I as record, J as prettifyError, K as parseAsync, N as number, O as lazy$2, P as object, Q as isInVscodeExtension, R as string, S as _null, T as boolean, U as ZodError, V as unknown, _ as ZodString, _t as Primitive, a as ZodIssueCode, b as _enum, c as ZodBoolean, d as ZodDiscriminatedUnion, dt as Presence, f as ZodEnum, ft as useControllableState, g as ZodOptional, gt as createContextScope, h as ZodObject, i as string$1, j as nan, k as literal, l as ZodDate, lt as useCallbackRef, m as ZodNumber, mt as composeEventHandlers$1, n as date, nt as __awaiter, o as ZodAny, p as ZodLiteral, pt as useLayoutEffect2, q as $ZodError, r as number$1, s as ZodArray, st as DismissableLayer, t as zod_default, u as ZodDefault, ut as useId$11, v as ZodType, vt as dispatchDiscreteCustomEvent, w as array, x as _instanceof, y as ZodUnion, z as tuple } from "./zod-BWkcDORu.js";
41
+ import { i as prettyError, n as ErrorBanner, r as CellNotInitializedError, t as Banner } from "./error-banner-CVkfBUT3.js";
42
+ import { t as Label } from "./label-BLqV33b1.js";
43
+ import { a as TooltipRoot, i as TooltipProvider, n as TooltipContent, o as TooltipTrigger, r as TooltipPortal, t as Tooltip } from "./tooltip-DRaMBu06.js";
44
+ import { f as CopyClipboardIcon } from "./extends-vAi97cpa.js";
45
45
  import { a as get_default } from "./hasIn-COs6vImh.js";
46
46
  import { n as _baseSet_default, t as pick_default } from "./pick-CRAXxDYn.js";
47
47
  import { i as debounce_default, r as KnownQueryParams, t as CSSClasses } from "./constants-D0gkYoE2.js";
48
- import { C as dequal, c as AppConfigSchema, g as useAtomValue, h as useAtom, i as autoInstantiateAtom, m as Provider, n as useTheme, o as localeAtom, p as isIslands, s as useResolvedMarimoConfig, u as store, w as useEvent_default, y as atom } from "./useTheme-CByZUW0p.js";
48
+ import { C as dequal, c as AppConfigSchema, g as useAtomValue, h as useAtom, i as autoInstantiateAtom, m as Provider, n as useTheme, o as localeAtom, p as isIslands, s as useResolvedMarimoConfig, u as store, w as useEvent_default, y as atom } from "./useTheme-DykuNHR2.js";
49
49
  import { Z as EditorView } from "./dist-CCADb07R.js";
50
50
  import { t as invariant } from "./invariant-UcGKQEhF.js";
51
51
  import { l as clamp, o as arrayShallowEquals, t as Arrays } from "./arrays-CldYf7p7.js";
@@ -57,16 +57,16 @@ import "./dist-UcOPnRMa.js";
57
57
  import "./dist-BTyJtnNg.js";
58
58
  import "./dist-DGAfI2rB.js";
59
59
  import { r as python } from "./dist-nuW5EDYT.js";
60
- import { n as minimalSetup, t as esm_default } from "./esm-Dd1z1auZ.js";
60
+ import { n as minimalSetup, t as esm_default } from "./esm-CWp0KQeK.js";
61
61
  import "./purify.es-DT70lfR0.js";
62
- import { i as AlertTitle, n as Alert, r as AlertDescription } from "./formats-CgaK7Gmx.js";
63
- import { n as require_prop_types, t as ErrorBoundary } from "./ErrorBoundary-Da4UeYxT.js";
62
+ import { i as AlertTitle, n as Alert, r as AlertDescription } from "./formats-CpgZM9BM.js";
63
+ import { n as require_prop_types, t as ErrorBoundary } from "./ErrorBoundary-D3wrPNma.js";
64
64
  import "./vega-loader.browser-3_z8GoFC.js";
65
- import { a as getContainerWidth, n as vegaLoadData, o as getVegaFieldTypes, s as tooltipHandler } from "./loader-BvW0-YWZ.js";
66
- import { t as useAsyncData } from "./useAsyncData-B6hCGywC.js";
65
+ import { a as getContainerWidth, n as vegaLoadData, o as getVegaFieldTypes, s as tooltipHandler } from "./loader-Dr8Qem8p.js";
66
+ import { t as useAsyncData } from "./useAsyncData-C56Khv_R.js";
67
67
  import "./defaultLocale-BpsHxBd7.js";
68
68
  import "./defaultLocale-DoeErsX2.js";
69
- import { t as useDeepCompareMemoize } from "./useDeepCompareMemoize-CmwDuYUH.js";
69
+ import { t as useDeepCompareMemoize } from "./useDeepCompareMemoize-Dt98v2ua.js";
70
70
  import "./dist-C34oIrQ9.js";
71
71
  import "./dist-B507mf_I.js";
72
72
  import "./dist-BvCfQQQE.js";
@@ -13569,7 +13569,7 @@ let __tla = Promise.all([
13569
13569
  };
13570
13570
  }
13571
13571
  };
13572
- var LazyChatbot = import_react.lazy(() => import("./chat-ui-BmWZZ3mE.js").then((e) => ({
13572
+ var LazyChatbot = import_react.lazy(() => import("./chat-ui-Cf4tuQ8s.js").then((e) => ({
13573
13573
  default: e.Chatbot
13574
13574
  }))), messageSchema = array(object({
13575
13575
  id: string(),
@@ -13713,7 +13713,7 @@ let __tla = Promise.all([
13713
13713
  "time",
13714
13714
  "unknown"
13715
13715
  ];
13716
- var import_compiler_runtime$85 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-B-3A3G02.js").then(async (m) => {
13716
+ var import_compiler_runtime$85 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-BK9s_dqy.js").then(async (m) => {
13717
13717
  await m.__tla;
13718
13718
  return m;
13719
13719
  }));
@@ -23676,7 +23676,7 @@ ${c}
23676
23676
  fullWidth: m,
23677
23677
  children: w
23678
23678
  }), r[19] = m, r[20] = h, r[21] = c, r[22] = w, r[23] = T) : T = r[23], T;
23679
- }, LazyDataExplorerComponent = import_react.lazy(() => import("./ConnectedDataExplorerComponent-DnRhpPMJ.js"));
23679
+ }, LazyDataExplorerComponent = import_react.lazy(() => import("./ConnectedDataExplorerComponent-2lBNiUv6.js"));
23680
23680
  const DataExplorerPlugin = createPlugin("marimo-data-explorer").withData(object({
23681
23681
  label: string().nullish(),
23682
23682
  data: string()
@@ -35030,7 +35030,7 @@ ${c}
35030
35030
  return true;
35031
35031
  }
35032
35032
  }
35033
- var LazyVegaComponent = import_react.lazy(() => import("./vega-component-C2BYPkfd.js")), VegaPlugin = class {
35033
+ var LazyVegaComponent = import_react.lazy(() => import("./vega-component-BtvQ-Kc4.js")), VegaPlugin = class {
35034
35034
  constructor() {
35035
35035
  __publicField(this, "tagName", "marimo-vega");
35036
35036
  __publicField(this, "validator", object({
@@ -35170,7 +35170,7 @@ ${c}
35170
35170
  children: e.children
35171
35171
  });
35172
35172
  }
35173
- }, LazySlidesComponent$1 = import_react.lazy(() => import("./swiper-component-BHs0PWwp.js"));
35173
+ }, LazySlidesComponent$1 = import_react.lazy(() => import("./swiper-component-DlD2GU2g.js"));
35174
35174
  const DownloadPlugin = createPlugin("marimo-download").withData(object({
35175
35175
  data: string(),
35176
35176
  disabled: boolean().default(false),
@@ -35356,7 +35356,7 @@ ${c}
35356
35356
  themeVariables: e.data.theme_variables
35357
35357
  });
35358
35358
  }
35359
- }, LazyMermaid = (0, import_react.lazy)(() => import("./mermaid-cXSZ1pfD.js").then(async (m) => {
35359
+ }, LazyMermaid = (0, import_react.lazy)(() => import("./mermaid-DO-Daq7u.js").then(async (m) => {
35360
35360
  await m.__tla;
35361
35361
  return m;
35362
35362
  })), import_compiler_runtime$20 = require_compiler_runtime();
@@ -44600,7 +44600,7 @@ ${c}
44600
44600
  if (l && l !== "slide") return l;
44601
44601
  if (c == null ? void 0 : c.has(e)) return "skip";
44602
44602
  }
44603
- var LazySlidesComponent = import_react.lazy(() => import("./reveal-component-CMK1wxUM.js"));
44603
+ var LazySlidesComponent = import_react.lazy(() => import("./reveal-component-vPlC5Eve.js"));
44604
44604
  const SlidesLayoutPlugin = {
44605
44605
  type: "slides",
44606
44606
  name: "Slides",
@@ -1,15 +1,15 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { _ as Logger } from "./button-CA5pI2YF.js";
2
+ import { _ as Logger } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
5
  import "./react-dom-BWRJ_g_k.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
7
- import "./zod-BxdsqRPd.js";
8
- import { n as ErrorBanner } from "./error-banner-DnBPzEWg.js";
7
+ import "./zod-BWkcDORu.js";
8
+ import { n as ErrorBanner } from "./error-banner-CVkfBUT3.js";
9
9
  import { t as isEmpty_default } from "./isEmpty-Dd8mx_WL.js";
10
- import { n as useTheme } from "./useTheme-CByZUW0p.js";
10
+ import { n as useTheme } from "./useTheme-DykuNHR2.js";
11
11
  import { t as purify } from "./purify.es-DT70lfR0.js";
12
- import { t as useAsyncData } from "./useAsyncData-B6hCGywC.js";
12
+ import { t as useAsyncData } from "./useAsyncData-C56Khv_R.js";
13
13
  import { a as decodeEntities, f as isDetailedError, g as utils_default, h as removeDirectives, i as cleanAndMerge, o as encodeEntities } from "./chunk-S3R3BYOJ-mQeCz5CE.js";
14
14
  import { a as setLogLevel, i as log, r as __name, t as select_default } from "./src-Bf2iLOlr.js";
15
15
  import { t as package_default } from "./chunk-DR5Q36YT-BflwErH1.js";
@@ -1,8 +1,8 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
3
- import { it as parseHtmlContent, rt as ansiToPlainText } from "./html-to-image-BwZL1Pkk.js";
4
- import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
5
- import { t as Strings } from "./strings-B_FOH6eV.js";
3
+ import { it as parseHtmlContent, rt as ansiToPlainText } from "./html-to-image-q0T1ijn_.js";
4
+ import { u as createLucideIcon } from "./dist-D3ZI9nhS.js";
5
+ import { t as Strings } from "./strings-BiIhGaI8.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
7
7
  import { n as mapWithConcurrency } from "./semaphore-CNDGTzkX.js";
8
8
  var File = createLucideIcon("file", [["path", {
@@ -3,19 +3,19 @@ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { en
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  var _a;
5
5
  import { s as __toESM } from "./chunk-BNovOVIE.js";
6
- import { _ as Logger, g as cn, h as Events, l as useEventListener, t as Button } from "./button-CA5pI2YF.js";
6
+ import { _ as Logger, g as cn, h as Events, l as useEventListener, t as Button } from "./button-Dj4BTre0.js";
7
7
  import { t as require_react } from "./react-DA-nE2FX.js";
8
8
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
9
- import "./html-to-image-BwZL1Pkk.js";
9
+ import "./html-to-image-q0T1ijn_.js";
10
10
  import "./chunk-5FQGJX7Z-BOg95xG5.js";
11
- import { Ft as Code, Mt as Expand, a as DEFAULT_SLIDE_TYPE, c as Slide, i as DEFAULT_DECK_TRANSITION, jt as EyeOff, s as SlideSidebar, t as useNotebookCodeAvailable } from "./code-visibility-BTdq0PKn.js";
12
- import "./input-BAOe64zx.js";
13
- import "./toDate-CHtl9vts.js";
11
+ import { Ft as Code, Mt as Expand, a as DEFAULT_SLIDE_TYPE, c as Slide, i as DEFAULT_DECK_TRANSITION, jt as EyeOff, s as SlideSidebar, t as useNotebookCodeAvailable } from "./code-visibility-god-8ESC.js";
12
+ import "./input-Cc1Vvw9A.js";
13
+ import "./toDate-CJWlVNGD.js";
14
14
  import "./react-dom-BWRJ_g_k.js";
15
15
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
16
- import "./zod-BxdsqRPd.js";
17
- import { t as Tooltip } from "./tooltip-B0mtKTXm.js";
18
- import { p as isIslands, w as useEvent_default } from "./useTheme-CByZUW0p.js";
16
+ import "./zod-BWkcDORu.js";
17
+ import { t as Tooltip } from "./tooltip-DRaMBu06.js";
18
+ import { p as isIslands, w as useEvent_default } from "./useTheme-DykuNHR2.js";
19
19
  import "./dist-CCADb07R.js";
20
20
  import "./main-CThhXnXU.js";
21
21
  import "./dist-Yrfc6L0I.js";
@@ -25,7 +25,7 @@ import "./dist-DGAfI2rB.js";
25
25
  import "./dist-nuW5EDYT.js";
26
26
  import "./purify.es-DT70lfR0.js";
27
27
  import "./vega-loader.browser-3_z8GoFC.js";
28
- import "./loader-BvW0-YWZ.js";
28
+ import "./loader-Dr8Qem8p.js";
29
29
  import "./defaultLocale-BpsHxBd7.js";
30
30
  import "./defaultLocale-DoeErsX2.js";
31
31
  var import_compiler_runtime = require_compiler_runtime(), import_react = /* @__PURE__ */ __toESM(require_react(), 1), pi = Object.defineProperty, vi = Object.defineProperties, mi = Object.getOwnPropertyDescriptors, xt = Object.getOwnPropertySymbols, yi = Object.prototype.hasOwnProperty, bi = Object.prototype.propertyIsEnumerable, qe$1 = (e3, t, n) => t in e3 ? pi(e3, t, {
@@ -1,7 +1,7 @@
1
- import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
2
- import { s as Hash } from "./useLifecycle-CjMjllqy.js";
3
- import { i as Table, o as ChartPie } from "./useDateFormatter-B3mCQMP3.js";
4
- import { S as logNever } from "./strings-B_FOH6eV.js";
1
+ import { u as createLucideIcon } from "./dist-D3ZI9nhS.js";
2
+ import { s as Hash } from "./useLifecycle-BF6-z62y.js";
3
+ import { i as Table, o as ChartPie } from "./useDateFormatter-B_9k85Ex.js";
4
+ import { S as logNever } from "./strings-BiIhGaI8.js";
5
5
  var AlignCenterVertical = createLucideIcon("align-center-vertical", [
6
6
  ["path", {
7
7
  d: "M12 2v20",
@@ -1,12 +1,12 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { _ as Logger, d as createSlot, g as cn, h as Events, m as useComposedRefs, r as cva } from "./button-CA5pI2YF.js";
2
+ import { _ as Logger, d as createSlot, g as cn, h as Events, m as useComposedRefs, r as cva } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
- import { a as createPopperScope, c as VISUALLY_HIDDEN_STYLES, i as Root2$1, n as Arrow, r as Content, t as Anchor, u as createLucideIcon } from "./dist-ESg7xyoD.js";
6
- import { t as Check } from "./check-CFM2mVDr.js";
5
+ import { a as createPopperScope, c as VISUALLY_HIDDEN_STYLES, i as Root2$1, n as Arrow, r as Content, t as Anchor, u as createLucideIcon } from "./dist-D3ZI9nhS.js";
6
+ import { t as Check } from "./check-BcUIXnUT.js";
7
7
  import { t as require_react_dom } from "./react-dom-BWRJ_g_k.js";
8
8
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
9
- import { $ as StyleNamespace, X as withFullScreenAsRoot, Z as withSmartCollisionBoundary, _t as Primitive, at as FocusScope, et as hideOthers, ft as useControllableState, gt as createContextScope, it as Portal, lt as useCallbackRef, mt as composeEventHandlers, pt as useLayoutEffect2, rt as useFocusGuards, st as DismissableLayer, tt as Combination_default, ut as useId } from "./zod-BxdsqRPd.js";
9
+ import { $ as StyleNamespace, X as withFullScreenAsRoot, Z as withSmartCollisionBoundary, _t as Primitive, at as FocusScope, et as hideOthers, ft as useControllableState, gt as createContextScope, it as Portal, lt as useCallbackRef, mt as composeEventHandlers, pt as useLayoutEffect2, rt as useFocusGuards, st as DismissableLayer, tt as Combination_default, ut as useId } from "./zod-BWkcDORu.js";
10
10
  import { t as invariant } from "./invariant-UcGKQEhF.js";
11
11
  var ChevronDown = createLucideIcon("chevron-down", [["path", {
12
12
  d: "m6 9 6 6 6-6",
@@ -1,9 +1,9 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { g as cn, l as useEventListener, t as Button } from "./button-CA5pI2YF.js";
2
+ import { g as cn, l as useEventListener, t as Button } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
5
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
6
- import { t as useIframeCapabilities } from "./useIframeCapabilities-DbdLoEDm.js";
6
+ import { t as useIframeCapabilities } from "./useIframeCapabilities-BkYHTrss.js";
7
7
  var import_compiler_runtime = require_compiler_runtime(), import_react = /* @__PURE__ */ __toESM(require_react(), 1);
8
8
  function isObject$2(t2) {
9
9
  return typeof t2 == "object" && !!t2 && "constructor" in t2 && t2.constructor === Object;
@@ -2,11 +2,11 @@ var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  import { t as __commonJSMin } from "./chunk-BNovOVIE.js";
5
- import { _ as Logger } from "./button-CA5pI2YF.js";
5
+ import { _ as Logger } from "./button-Dj4BTre0.js";
6
6
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
7
- import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
7
+ import { u as createLucideIcon } from "./dist-D3ZI9nhS.js";
8
8
  import { r as KnownQueryParams } from "./constants-D0gkYoE2.js";
9
- import { f as waitFor, p as isIslands, u as store, y as atom } from "./useTheme-CByZUW0p.js";
9
+ import { f as waitFor, p as isIslands, u as store, y as atom } from "./useTheme-DykuNHR2.js";
10
10
  import { t as invariant } from "./invariant-UcGKQEhF.js";
11
11
  var CircleQuestionMark = createLucideIcon("circle-question-mark", [
12
12
  ["circle", {
@@ -1,10 +1,10 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { f as createSlottable, g as cn, m as useComposedRefs } from "./button-CA5pI2YF.js";
2
+ import { f as createSlottable, g as cn, m as useComposedRefs } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
- import { a as createPopperScope, i as Root2, n as Arrow, r as Content, s as Root, t as Anchor } from "./dist-ESg7xyoD.js";
5
+ import { a as createPopperScope, i as Root2, n as Arrow, r as Content, s as Root, t as Anchor } from "./dist-D3ZI9nhS.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
7
- import { $ as StyleNamespace, X as withFullScreenAsRoot, Z as withSmartCollisionBoundary, _t as Primitive, dt as Presence, ft as useControllableState, gt as createContextScope, it as Portal, mt as composeEventHandlers, st as DismissableLayer, ut as useId } from "./zod-BxdsqRPd.js";
7
+ import { $ as StyleNamespace, X as withFullScreenAsRoot, Z as withSmartCollisionBoundary, _t as Primitive, dt as Presence, ft as useControllableState, gt as createContextScope, it as Portal, mt as composeEventHandlers, st as DismissableLayer, ut as useId } from "./zod-BWkcDORu.js";
8
8
  var import_react = /* @__PURE__ */ __toESM(require_react(), 1), import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime(), 1), [createTooltipContext, createTooltipScope] = createContextScope("Tooltip", [createPopperScope]), usePopperScope = createPopperScope(), PROVIDER_NAME = "TooltipProvider", DEFAULT_DELAY_DURATION = 700, TOOLTIP_OPEN = "tooltip.open", [TooltipProviderContextProvider, useTooltipProviderContext] = createTooltipContext(PROVIDER_NAME), TooltipProvider$1 = (n) => {
9
9
  let { __scopeTooltip: j, delayDuration: M = DEFAULT_DELAY_DURATION, skipDelayDuration: N = 300, disableHoverableContent: P = false, children: F } = n, I = import_react.useRef(true), L = import_react.useRef(false), R = import_react.useRef(0);
10
10
  return import_react.useEffect(() => {
@@ -1,4 +1,4 @@
1
- import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
1
+ import { u as createLucideIcon } from "./dist-D3ZI9nhS.js";
2
2
  var Pencil = createLucideIcon("pencil", [["path", {
3
3
  d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
4
4
  key: "1a8usu"
@@ -1,7 +1,7 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_react } from "./react-DA-nE2FX.js";
3
3
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
4
- import { w as useEvent_default } from "./useTheme-CByZUW0p.js";
4
+ import { w as useEvent_default } from "./useTheme-DykuNHR2.js";
5
5
  import { t as invariant } from "./invariant-UcGKQEhF.js";
6
6
  var import_compiler_runtime = require_compiler_runtime(), import_react = /* @__PURE__ */ __toESM(require_react(), 1), Result = {
7
7
  error(e, s) {
@@ -1,7 +1,7 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_react } from "./react-DA-nE2FX.js";
3
- import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
4
- import { T as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./strings-B_FOH6eV.js";
3
+ import { u as createLucideIcon } from "./dist-D3ZI9nhS.js";
4
+ import { T as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./strings-BiIhGaI8.js";
5
5
  var ChartPie = createLucideIcon("chart-pie", [["path", {
6
6
  d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",
7
7
  key: "pzmjnu"
@@ -1,6 +1,6 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_react } from "./react-DA-nE2FX.js";
3
- import { C as dequal } from "./useTheme-CByZUW0p.js";
3
+ import { C as dequal } from "./useTheme-DykuNHR2.js";
4
4
  var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
5
5
  function useDeepCompareMemoize(e) {
6
6
  let i = import_react.useRef(e);
@@ -1,7 +1,7 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_react } from "./react-DA-nE2FX.js";
3
3
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
4
- import { t as getIframeCapabilities } from "./capabilities-6laDasij.js";
4
+ import { t as getIframeCapabilities } from "./capabilities-C9rrYCzf.js";
5
5
  var import_compiler_runtime = require_compiler_runtime();
6
6
  require_react();
7
7
  function useIframeCapabilities() {
@@ -1,10 +1,10 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { _ as Logger, g as cn, r as cva } from "./button-CA5pI2YF.js";
2
+ import { _ as Logger, g as cn, r as cva } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
- import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
5
+ import { u as createLucideIcon } from "./dist-D3ZI9nhS.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
7
- import { _ as useSetAtom, y as atom } from "./useTheme-CByZUW0p.js";
7
+ import { _ as useSetAtom, y as atom } from "./useTheme-DykuNHR2.js";
8
8
  var Calendar = createLucideIcon("calendar", [
9
9
  ["path", {
10
10
  d: "M8 2v4",
@@ -1,8 +1,8 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { _ as Logger, a as OverridingHotkeyProvider, s as resolvePlatform } from "./button-CA5pI2YF.js";
2
+ import { _ as Logger, a as OverridingHotkeyProvider, s as resolvePlatform } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
- import { A as looseObject, B as union, I as record, N as number, P as object, R as string, T as boolean, b as _enum, w as array } from "./zod-BxdsqRPd.js";
5
+ import { A as looseObject, B as union, I as record, N as number, P as object, R as string, T as boolean, b as _enum, w as array } from "./zod-BWkcDORu.js";
6
6
  import { t as merge_default } from "./merge-CHn7Yx0N.js";
7
7
  var import_react = /* @__PURE__ */ __toESM(require_react()), useInsertionEffect = typeof window < "u" ? import_react.useInsertionEffect || import_react.useLayoutEffect : () => {
8
8
  };
@@ -1,24 +1,24 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { _ as Logger, c as Objects, g as cn, h as Events } from "./button-CA5pI2YF.js";
2
+ import { _ as Logger, c as Objects, g as cn, h as Events } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
- import { c as asRemoteURL, v as CircleQuestionMark } from "./toDate-CHtl9vts.js";
5
+ import { c as asRemoteURL, v as CircleQuestionMark } from "./toDate-CJWlVNGD.js";
6
6
  import "./react-dom-BWRJ_g_k.js";
7
7
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
8
- import "./zod-BxdsqRPd.js";
9
- import { n as ErrorBanner } from "./error-banner-DnBPzEWg.js";
10
- import { t as Tooltip } from "./tooltip-B0mtKTXm.js";
8
+ import "./zod-BWkcDORu.js";
9
+ import { n as ErrorBanner } from "./error-banner-CVkfBUT3.js";
10
+ import { t as Tooltip } from "./tooltip-DRaMBu06.js";
11
11
  import { i as debounce_default } from "./constants-D0gkYoE2.js";
12
- import { n as useTheme, w as useEvent_default } from "./useTheme-CByZUW0p.js";
12
+ import { n as useTheme, w as useEvent_default } from "./useTheme-DykuNHR2.js";
13
13
  import { s as uniq } from "./arrays-CldYf7p7.js";
14
- import { a as isValid, i as AlertTitle, n as Alert, t as arrow } from "./formats-CgaK7Gmx.js";
14
+ import { a as isValid, i as AlertTitle, n as Alert, t as arrow } from "./formats-CpgZM9BM.js";
15
15
  import { n as formats } from "./vega-loader.browser-3_z8GoFC.js";
16
- import { a as getContainerWidth, n as vegaLoadData, s as tooltipHandler } from "./loader-BvW0-YWZ.js";
17
- import { t as useAsyncData } from "./useAsyncData-B6hCGywC.js";
16
+ import { a as getContainerWidth, n as vegaLoadData, s as tooltipHandler } from "./loader-Dr8Qem8p.js";
17
+ import { t as useAsyncData } from "./useAsyncData-C56Khv_R.js";
18
18
  import { t as j } from "./react-vega-Dh6-UKKe.js";
19
19
  import "./defaultLocale-BpsHxBd7.js";
20
20
  import "./defaultLocale-DoeErsX2.js";
21
- import { t as useDeepCompareMemoize } from "./useDeepCompareMemoize-CmwDuYUH.js";
21
+ import { t as useDeepCompareMemoize } from "./useDeepCompareMemoize-Dt98v2ua.js";
22
22
  import { t as Semaphore } from "./semaphore-CNDGTzkX.js";
23
23
  var import_compiler_runtime = require_compiler_runtime(), import_react = /* @__PURE__ */ __toESM(require_react(), 1);
24
24
  function fixRelativeUrl(e) {
@@ -1,5 +1,5 @@
1
1
  import { r as __export, s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { d as createSlot, l as useEventListener, m as useComposedRefs } from "./button-CA5pI2YF.js";
2
+ import { d as createSlot, l as useEventListener, m as useComposedRefs } from "./button-Dj4BTre0.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
5
  import { t as require_react_dom } from "./react-dom-BWRJ_g_k.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.23.7-dev16",
3
+ "version": "0.23.7-dev17",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -53,6 +53,7 @@ import {
53
53
  canUndoDeletesAtom,
54
54
  getNotebook,
55
55
  hasDisabledCellsAtom,
56
+ undoLabelAtom,
56
57
  useCellActions,
57
58
  } from "@/core/cells/cells";
58
59
  import { disabledCellIds } from "@/core/cells/utils";
@@ -137,6 +138,7 @@ export function useNotebookActions() {
137
138
 
138
139
  const hasDisabledCells = useAtomValue(hasDisabledCellsAtom);
139
140
  const canUndoDeletes = useAtomValue(canUndoDeletesAtom);
141
+ const undoLabel = useAtomValue(undoLabelAtom);
140
142
  const { selectedLayout } = useLayoutState();
141
143
  const { setLayoutView } = useLayoutActions();
142
144
  const togglePresenting = useTogglePresenting();
@@ -525,7 +527,7 @@ export function useNotebookActions() {
525
527
  },
526
528
  {
527
529
  icon: <Undo2Icon size={14} strokeWidth={1.5} />,
528
- label: "Undo cell deletion",
530
+ label: undoLabel,
529
531
  hidden: !canUndoDeletes || kioskMode,
530
532
  handle: () => {
531
533
  undoDeleteCell();
@@ -27,6 +27,7 @@ import { Functions } from "@/utils/functions";
27
27
  import {
28
28
  canUndoDeletesAtom,
29
29
  needsRunAtom,
30
+ undoLabelAtom,
30
31
  useCellActions,
31
32
  } from "../../../core/cells/cells";
32
33
  import { ConfigButton } from "../../app-config/app-config-button";
@@ -56,6 +57,7 @@ export const Controls = ({
56
57
  running,
57
58
  }: ControlsProps): JSX.Element => {
58
59
  const undoAvailable = useAtomValue(canUndoDeletesAtom);
60
+ const undoLabel = useAtomValue(undoLabelAtom);
59
61
  const needsRun = useAtomValue(needsRunAtom);
60
62
  const { undoDeleteCell } = useCellActions();
61
63
  const closed = connectionState === WebSocketState.CLOSED;
@@ -63,7 +65,7 @@ export const Controls = ({
63
65
  let undoControl: JSX.Element | null = null;
64
66
  if (!closed && undoAvailable) {
65
67
  undoControl = (
66
- <Tooltip content="Undo cell deletion">
68
+ <Tooltip content={undoLabel}>
67
69
  <Button
68
70
  data-testid="undo-delete-cell"
69
71
  size="medium"