@@ -371,35 +371,35 @@ The numbers below are **first-party artifact cost**: the gzip size of Semiotic's
371371
372372| Entry Point | gzip | What's inside |
373373| ---| ---| ---|
374- | ` semiotic/xy ` | ** 134 KB** | LineChart, AreaChart, Scatterplot, Heatmap, + 8 more XY charts |
375- | ` semiotic/ordinal ` | ** 115 KB** | BarChart, PieChart, BoxPlot, Histogram, + 11 more categorical charts |
376- | ` semiotic/network ` | ** 121 KB** | ForceDirectedGraph, SankeyDiagram, ProcessSankey, Treemap, + 4 more |
377- | ` semiotic/geo ` | ** 94 KB** | ChoroplethMap, FlowMap, DistanceCartogram, ProportionalSymbolMap |
378- | ` semiotic/realtime ` | ** 147 KB** | RealtimeLineChart, RealtimeHistogram, + 4 streaming charts |
379- | ` semiotic/realtime/core ` | ** 140 KB** | Streaming chart types, HOCs, and buffer helpers |
374+ | ` semiotic/xy ` | ** 136 KB** | LineChart, AreaChart, Scatterplot, Heatmap, + 8 more XY charts |
375+ | ` semiotic/ordinal ` | ** 116 KB** | BarChart, PieChart, BoxPlot, Histogram, + 11 more categorical charts |
376+ | ` semiotic/network ` | ** 122 KB** | ForceDirectedGraph, SankeyDiagram, ProcessSankey, Treemap, + 4 more |
377+ | ` semiotic/geo ` | ** 95 KB** | ChoroplethMap, FlowMap, DistanceCartogram, ProportionalSymbolMap |
378+ | ` semiotic/realtime ` | ** 148 KB** | RealtimeLineChart, RealtimeHistogram, + 4 streaming charts |
379+ | ` semiotic/realtime/core ` | ** 143 KB** | Streaming chart types, HOCs, and buffer helpers |
380380| ` semiotic/realtime/react ` | ** 1 KB** | Stream status and synced push hooks |
381- | ` semiotic/server ` | ** 125 KB** | renderChart, renderDashboard, renderToImage, renderToAnimatedGif |
382- | ` semiotic/server/node ` | ** 125 KB** | renderChart, renderDashboard, renderToImage, renderToAnimatedGif |
383- | ` semiotic/server/edge ` | ** 143 KB** | renderChart, renderChartWithEvidence, renderToStaticSVG, renderDashboard |
381+ | ` semiotic/server ` | ** 134 KB** | renderChart, renderDashboard, renderToImage, renderToAnimatedGif |
382+ | ` semiotic/server/node ` | ** 134 KB** | renderChart, renderDashboard, renderToImage, renderToAnimatedGif |
383+ | ` semiotic/server/edge ` | ** 157 KB** | renderChart, renderChartWithEvidence, renderToStaticSVG, renderDashboard |
384384| ` semiotic/utils ` | ** 75 KB** | ThemeProvider, validators, serialization — no chart components |
385- | ` semiotic/utils/core ` | ** 73 KB** | Theme helpers and serialization utilities |
385+ | ` semiotic/utils/core ` | ** 74 KB** | Theme helpers and serialization utilities |
386386| ` semiotic/utils/react ` | ** 6 KB** | ThemeProvider, useTheme, useReducedMotion, useHighContrast, useStreamStatus |
387- | ` semiotic/recipes ` | ** 74 KB** | Pure layout functions (waffle, marimekko, flextree, dagre, …) |
387+ | ` semiotic/recipes ` | ** 75 KB** | Pure layout functions (waffle, marimekko, flextree, dagre, …) |
388388| ` semiotic/recipes/core ` | ** 74 KB** | Pure layout functions (waffle, marimekko, flextree, dagre, …) |
389389| ` semiotic/recipes/react ` | ** 2 KB** | Glyph and React layout-selection helpers |
390390| ` semiotic/themes ` | ** 7 KB** | Theme presets only (tufte, carbon, etc.) |
391391| ` semiotic/themes/core ` | ** 7 KB** | Theme presets and token helpers |
392392| ` semiotic/themes/react ` | ** 6 KB** | ThemeProvider/useTheme and hooks |
393393| ` semiotic/data ` | ** 4 KB** | bin, rollup, groupBy, pivot, fromVegaLite |
394394| ` semiotic/value ` | ** 8 KB** | BigNumber — focal-value KPI / scorecard (SingleValueFrame POC) |
395- | ` semiotic/physics ` | ** 132 KB** | GaltonBoardChart, EventDropChart, PhysicsPileChart, CollisionSwarmChart, PhysicalFlowChart, PhysicsCustomChart |
395+ | ` semiotic/physics ` | ** 133 KB** | GaltonBoardChart, EventDropChart, PhysicsPileChart, CollisionSwarmChart, PhysicalFlowChart, PhysicsCustomChart |
396396| ` semiotic/physics/matter ` | ** 1 KB** | Matter.js migration helpers + optional peer guard (no chart components) |
397397| ` semiotic/physics/rapier ` | ** 1 KB** | Rapier peer guard + adapter decision metadata (no chart components) |
398- | ` semiotic/ai ` | ** 429 KB** | All schema-backed charts + validation — optimized for LLM code generation |
398+ | ` semiotic/ai ` | ** 430 KB** | All schema-backed charts + validation — optimized for LLM code generation |
399399| ` semiotic/ai/core ` | ** 68 KB** | suggestCharts, validateProps, describeChart, repairChartConfig, tool adapters — no chart components |
400400| ` semiotic/controls ` | ** 12 KB** | DirectManipulationControl, CircularBrush, MobileStandardControls, auditVisualizationControls — no frame renderer |
401401| ` semiotic/rough ` | ** 3 KB** | Optional deterministic Rough.js paint backend — exact Semiotic geometry remains authoritative |
402- | ` semiotic ` | ** 346 KB** | Everything below (full bundle) |
402+ | ` semiotic ` | ** 347 KB** | Everything below (full bundle) |
403403
404404<!-- semiotic-bundle-sizes:end -->
405405
@@ -420,23 +420,23 @@ Method: fresh `npm pack --ignore-scripts` tarball → temporary consumer → min
420420
421421| Public named import | Runtime | gzip cold-consumer bundle |
422422| ---| ---:| ---:|
423- | ` import { LineChart } from "semiotic" ` | browser | ** 145 .9 KiB** |
424- | ` import { LineChart } from "semiotic/xy" ` | browser | ** 145 .9 KiB** |
425- | ` import { BarChart } from "semiotic/ordinal" ` | browser | ** 120.6 KiB** |
426- | ` import { SankeyDiagram } from "semiotic/network" ` | browser | ** 125.7 KiB** |
427- | ` import { RealtimeLineChart } from "semiotic/realtime" ` | browser | ** 118.3 KiB** |
428- | ` import { RingBuffer } from "semiotic/realtime/core" ` | browser | ** 166.2 KiB** |
423+ | ` import { LineChart } from "semiotic" ` | browser | ** 146 .9 KiB** |
424+ | ` import { LineChart } from "semiotic/xy" ` | browser | ** 146 .9 KiB** |
425+ | ` import { BarChart } from "semiotic/ordinal" ` | browser | ** 121.4 KiB** |
426+ | ` import { SankeyDiagram } from "semiotic/network" ` | browser | ** 126.0 KiB** |
427+ | ` import { RealtimeLineChart } from "semiotic/realtime" ` | browser | ** 120.8 KiB** |
428+ | ` import { RingBuffer } from "semiotic/realtime/core" ` | browser | ** 168.9 KiB** |
429429| ` import { useStreamStatus } from "semiotic/realtime/react" ` | browser | ** 0.6 KiB** |
430- | ` import { GaltonBoardChart } from "semiotic/physics" ` | browser | ** 114.7 KiB** |
430+ | ` import { GaltonBoardChart } from "semiotic/physics" ` | browser | ** 115.8 KiB** |
431431| ` import { MATTER_PHYSICS_CAPABILITIES } from "semiotic/physics/matter" ` | browser | ** 0.2 KiB** |
432432| ` import { RAPIER_PHYSICS_CAPABILITIES } from "semiotic/physics/rapier" ` | browser | ** 0.2 KiB** |
433- | ` import { renderChart } from "semiotic/server" ` | node | ** 165 .0 KiB** |
434- | ` import { generateFrameSVGs } from "semiotic/server/edge" ` | node | ** 80.9 KiB** |
435- | ` import { renderToImage } from "semiotic/server/node" ` | node | ** 165.4 KiB** |
436- | ` import { suggestCharts } from "semiotic/ai" ` | browser | ** 204.9 KiB** |
433+ | ` import { renderChart } from "semiotic/server" ` | node | ** 177 .0 KiB** |
434+ | ` import { generateFrameSVGs } from "semiotic/server/edge" ` | node | ** 84.3 KiB** |
435+ | ` import { renderToImage } from "semiotic/server/node" ` | node | ** 177.5 KiB** |
436+ | ` import { suggestCharts } from "semiotic/ai" ` | browser | ** 205.8 KiB** |
437437| ` import { suggestCharts } from "semiotic/ai/core" ` | browser | ** 31.1 KiB** |
438438| ` import { bin } from "semiotic/data" ` | browser | ** 0.4 KiB** |
439- | ` import { ChoroplethMap } from "semiotic/geo" ` | browser | ** 105.2 KiB** |
439+ | ` import { ChoroplethMap } from "semiotic/geo" ` | browser | ** 105.6 KiB** |
440440| ` import { createRoughRenderMode } from "semiotic/rough" ` | browser | ** 3.3 KiB** |
441441| ` import { resolveThemePreset } from "semiotic/themes" ` | browser | ** 3.4 KiB** |
442442| ` import { resolveThemePreset } from "semiotic/themes/core" ` | browser | ** 3.4 KiB** |
0 commit comments