@marimo-team/islands 0.23.2-dev33 → 0.23.2-dev37
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/{chat-ui-CVKwVnwD.js → chat-ui-CqkLwgnX.js} +1 -1
- package/dist/main.js +233 -80
- package/dist/{process-output-BX1UfKIX.js → process-output-Db_3pJA4.js} +2115 -2111
- package/package.json +1 -1
- package/src/components/data-table/__tests__/sentinel-cell.test.tsx +83 -0
- package/src/components/data-table/__tests__/utils.test.ts +128 -0
- package/src/components/data-table/column-header.tsx +11 -2
- package/src/components/data-table/columns.tsx +16 -2
- package/src/components/data-table/sentinel-cell.tsx +90 -0
- package/src/components/data-table/types.ts +23 -0
- package/src/components/data-table/utils.ts +74 -1
- package/src/components/ui/toast.tsx +16 -7
|
@@ -6,7 +6,7 @@ import { _ as Logger, c as Objects, g as cn, l as useEventListener, t as Button
|
|
|
6
6
|
import { t as require_react } from "./react-DA-nE2FX.js";
|
|
7
7
|
import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
8
8
|
import { r as toast } from "./copy-Bp6CK_Fg.js";
|
|
9
|
-
import { A as MarimoIncomingMessageEvent, An as Trash2, Bt as variablesAtom, C as contextToXml, Cn as Anchor2, D as AccordionContent, E as Accordion, Hn as CircleX, I as ChatBubbleIcon, In as Info, Jt as getTableType, Kt as allTablesAtom, Ln as File$1, Mt as moveToEndOfEditor, O as AccordionItem, Pn as LoaderCircle, Q as cellErrorsAtom, S as Sections, St as displayCellName, T as AIContextRegistry, U as deserializeBlob, Vt as PluralWord, W as base64ToDataURL, Xt as getRequestClient, Z as renderHTML, a as toPng, an as ZodLocalStorage, d as Spinner, en as singleFacet, f as Popover, g as isOutputEmpty, h as PopoverTrigger, k as AccordionTrigger, kn as Wrench, kt as createVariableInfoElement, m as PopoverContent, n as blobToString, nt as notebookAtom, o as MarkdownRenderer, qt as dataSourceConnectionsAtom, t as processOutput, un as CellOutputId, w as AIContextProvider, x as Boosts, xn as atomWithStorage, y as DatasourceContextProvider, zt as jotaiJsonStorage } from "./process-output-
|
|
9
|
+
import { A as MarimoIncomingMessageEvent, An as Trash2, Bt as variablesAtom, C as contextToXml, Cn as Anchor2, D as AccordionContent, E as Accordion, Hn as CircleX, I as ChatBubbleIcon, In as Info, Jt as getTableType, Kt as allTablesAtom, Ln as File$1, Mt as moveToEndOfEditor, O as AccordionItem, Pn as LoaderCircle, Q as cellErrorsAtom, S as Sections, St as displayCellName, T as AIContextRegistry, U as deserializeBlob, Vt as PluralWord, W as base64ToDataURL, Xt as getRequestClient, Z as renderHTML, a as toPng, an as ZodLocalStorage, d as Spinner, en as singleFacet, f as Popover, g as isOutputEmpty, h as PopoverTrigger, k as AccordionTrigger, kn as Wrench, kt as createVariableInfoElement, m as PopoverContent, n as blobToString, nt as notebookAtom, o as MarkdownRenderer, qt as dataSourceConnectionsAtom, t as processOutput, un as CellOutputId, w as AIContextProvider, x as Boosts, xn as atomWithStorage, y as DatasourceContextProvider, zt as jotaiJsonStorage } from "./process-output-Db_3pJA4.js";
|
|
10
10
|
import "./chunk-5FQGJX7Z-DDhYtPiB.js";
|
|
11
11
|
import { u as createLucideIcon } from "./dist-CTtLBPLZ.js";
|
|
12
12
|
import { C as logNever, I as X, n as Strings, t as Label } from "./label-DAH3oYXB.js";
|