@marimo-team/islands 0.22.5-dev8 → 0.22.5

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 (32) hide show
  1. package/dist/{ConnectedDataExplorerComponent-mLj6D01z.js → ConnectedDataExplorerComponent-D08JKcQg.js} +1 -1
  2. package/dist/{chat-ui-X5KPeHrU.js → chat-ui-BXYRQ5MH.js} +3 -3
  3. package/dist/main.js +212 -131
  4. package/dist/{mermaid-B93TKi2g.js → mermaid-BZ2YHhbi.js} +1 -1
  5. package/dist/{process-output-C0tmJosY.js → process-output-D_uZ0o1x.js} +2097 -2090
  6. package/dist/style.css +1 -1
  7. package/dist/{toDate-D1_ZulwM.js → toDate-D0QaHNwR.js} +8 -7
  8. package/dist/{useAsyncData-C9ez7Ilo.js → useAsyncData-BG3ULuDU.js} +1 -1
  9. package/dist/{useDeepCompareMemoize-BvvMxigY.js → useDeepCompareMemoize-CkSq3l3_.js} +1 -1
  10. package/dist/{vega-component-Bzzut3-P.js → vega-component-z4WGXPkf.js} +3 -3
  11. package/package.json +2 -2
  12. package/src/components/data-table/__tests__/columns.test.tsx +92 -13
  13. package/src/components/data-table/column-header.tsx +81 -56
  14. package/src/components/data-table/columns.tsx +25 -32
  15. package/src/components/data-table/data-table.tsx +8 -1
  16. package/src/components/data-table/renderers.tsx +19 -6
  17. package/src/components/data-table/types.ts +4 -0
  18. package/src/components/editor/Output.tsx +1 -1
  19. package/src/components/editor/__tests__/Output.test.tsx +36 -1
  20. package/src/core/cells/__tests__/cells.test.ts +41 -0
  21. package/src/core/cells/__tests__/collapseConsoleOutputs.test.ts +38 -0
  22. package/src/core/cells/cells.ts +1 -1
  23. package/src/core/cells/collapseConsoleOutputs.tsx +3 -0
  24. package/src/core/cells/document-changes.ts +12 -0
  25. package/src/core/runtime/__tests__/runtime.test.ts +138 -2
  26. package/src/core/runtime/runtime.ts +25 -5
  27. package/src/core/saving/file-state.ts +16 -0
  28. package/src/hooks/useAsyncData.ts +1 -1
  29. package/src/mount.tsx +17 -1
  30. package/src/plugins/impl/DataTablePlugin.tsx +1 -1
  31. package/src/plugins/impl/plotly/__tests__/selection.test.ts +22 -0
  32. package/src/plugins/impl/plotly/selection.ts +1 -0
@@ -15,7 +15,7 @@ import { b as createStore, g as useAtomValue, m as Provider, n as useTheme, y as
15
15
  import { t as invariant } from "./invariant-e8eBgdux.js";
16
16
  import "./vega-loader.browser-DqEcFOPD.js";
17
17
  import { a as getContainerWidth, n as vegaLoadData, s as tooltipHandler } from "./loader-Bd1kgLn7.js";
18
- import { t as useAsyncData } from "./useAsyncData-C9ez7Ilo.js";
18
+ import { t as useAsyncData } from "./useAsyncData-BG3ULuDU.js";
19
19
  import { n as q, r as contains } from "./react-vega-CzRAIHrv.js";
20
20
  import "./defaultLocale-qS7DaAmi.js";
21
21
  import "./defaultLocale-Bxoo2-30.js";
@@ -5,12 +5,12 @@ import { s as __toESM, t as __commonJSMin } from "./chunk-BNovOVIE.js";
5
5
  import { t as require_react } from "./react-Bs6Z0kvn.js";
6
6
  import { t as require_compiler_runtime } from "./compiler-runtime-B_OLMU9S.js";
7
7
  import { r as toast } from "./copy-BRF7ryOP.js";
8
- import { $t as singleFacet, A as MarimoIncomingMessageEvent, Bt as PluralWord, C as contextToXml, D as AccordionContent, E as Accordion, Fn as Info, Gt as allTablesAtom, I as ChatBubbleIcon, In as File$1, Kt as dataSourceConnectionsAtom, Nn as LoaderCircle, O as AccordionItem, On as Wrench, Ot as createVariableInfoElement, Q as cellErrorsAtom, Rt as jotaiJsonStorage, S as Sections, Sn as Anchor2, T as AIContextRegistry, U as deserializeBlob, Vn as CircleX, W as base64ToDataURL, Yt as getRequestClient, Z as renderHTML, a as toPng, bn as atomWithStorage, d as Spinner, f as Popover, g as isOutputEmpty, h as PopoverTrigger, in as ZodLocalStorage, jt as moveToEndOfEditor, k as AccordionTrigger, kn as Trash2, ln as CellOutputId, m as PopoverContent, n as blobToString, nt as notebookAtom, o as MarkdownRenderer, qt as getTableType, t as processOutput, w as AIContextProvider, x as Boosts, xt as displayCellName, y as DatasourceContextProvider, zt as variablesAtom } from "./process-output-C0tmJosY.js";
8
+ import { $t as singleFacet, A as MarimoIncomingMessageEvent, Bt as PluralWord, C as contextToXml, D as AccordionContent, E as Accordion, Fn as Info, Gt as allTablesAtom, I as ChatBubbleIcon, In as File$1, Kt as dataSourceConnectionsAtom, Nn as LoaderCircle, O as AccordionItem, On as Wrench, Ot as createVariableInfoElement, Q as cellErrorsAtom, Rt as jotaiJsonStorage, S as Sections, Sn as Anchor2, T as AIContextRegistry, U as deserializeBlob, Vn as CircleX, W as base64ToDataURL, Yt as getRequestClient, Z as renderHTML, a as toPng, bn as atomWithStorage, d as Spinner, f as Popover, g as isOutputEmpty, h as PopoverTrigger, in as ZodLocalStorage, jt as moveToEndOfEditor, k as AccordionTrigger, kn as Trash2, ln as CellOutputId, m as PopoverContent, n as blobToString, nt as notebookAtom, o as MarkdownRenderer, qt as getTableType, t as processOutput, w as AIContextProvider, x as Boosts, xt as displayCellName, y as DatasourceContextProvider, zt as variablesAtom } from "./process-output-D_uZ0o1x.js";
9
9
  import "./chunk-5FQGJX7Z-C428iZBW.js";
10
10
  import { u as createLucideIcon } from "./dist-D56NKWim.js";
11
11
  import { C as logNever, I as X, n as Strings, t as Label } from "./label-CIR53v8V.js";
12
12
  import { a as NumberField, b as DropdownMenuTrigger, d as DropdownMenuContent, p as DropdownMenuItem, r as Input, u as DropdownMenu } from "./input-SSWXiS6n.js";
13
- import { g as CircleQuestionMark } from "./toDate-D1_ZulwM.js";
13
+ import { g as CircleQuestionMark } from "./toDate-D0QaHNwR.js";
14
14
  import { c as Objects, g as Logger, l as useEventListener, t as Button, y as cn } from "./button-DNlNlZY_.js";
15
15
  import "./react-dom-BSUuJjCR.js";
16
16
  import { t as require_jsx_runtime } from "./jsx-runtime-9hcJiI23.js";
@@ -29,7 +29,7 @@ import "./dist-Ci0CXEFt.js";
29
29
  import "./dist-DJ9F1eHs.js";
30
30
  import "./dist-DAfcmt-d.js";
31
31
  import "./purify.es-hTCfRGdl.js";
32
- import { t as useAsyncData } from "./useAsyncData-C9ez7Ilo.js";
32
+ import { t as useAsyncData } from "./useAsyncData-BG3ULuDU.js";
33
33
  var BotMessageSquare = createLucideIcon("bot-message-square", [
34
34
  ["path", {
35
35
  d: "M12 6V2H8",