semiotic 3.8.5 → 3.8.6

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 (176) hide show
  1. package/CLAUDE.md +5 -4
  2. package/README.md +42 -42
  3. package/ai/behaviorContracts.cjs +2 -2
  4. package/ai/componentMetadata.cjs +1 -1
  5. package/ai/dist/mcp-server.js +2 -0
  6. package/ai/examples.md +44 -2
  7. package/ai/schema.json +385 -14
  8. package/ai/surface-manifest.json +6 -4
  9. package/ai/system-prompt.md +1 -1
  10. package/dist/{chunk-chartContainerDataAudit-74TLKIP6.module.min.js → chunk-chartContainerDataAudit-FEOD5GTQ.module.min.js} +1 -1
  11. package/dist/chunk-chunk-2CHN2TA3.module.min.js +1 -0
  12. package/dist/chunk-chunk-2JGJ5GUG.module.min.js +1 -0
  13. package/dist/chunk-chunk-3NGIKFD6.module.min.js +1 -0
  14. package/dist/chunk-chunk-3SHB24AG.module.min.js +1 -0
  15. package/dist/chunk-chunk-4MMOOYTX.module.min.js +2 -0
  16. package/dist/{chunk-chunk-KT2VAZMZ.module.min.js → chunk-chunk-75OTQSXS.module.min.js} +1 -1
  17. package/dist/chunk-chunk-A5GRQUOF.module.min.js +1 -0
  18. package/dist/chunk-chunk-AAF5LZAU.module.min.js +2 -0
  19. package/dist/{chunk-chunk-4AANPFOX.module.min.js → chunk-chunk-ARZGA4LJ.module.min.js} +1 -1
  20. package/dist/chunk-chunk-CAFLML4L.module.min.js +2 -0
  21. package/dist/chunk-chunk-FHBN7OEB.module.min.js +2 -0
  22. package/dist/{chunk-chunk-TMWIZL3K.module.min.js → chunk-chunk-GFTVACTO.module.min.js} +1 -1
  23. package/dist/chunk-chunk-IP2UE74X.module.min.js +1 -0
  24. package/dist/chunk-chunk-ITDWLZXV.module.min.js +2 -0
  25. package/dist/chunk-chunk-LPSPATPC.module.min.js +1 -0
  26. package/dist/chunk-chunk-OM6NWS4H.module.min.js +2 -0
  27. package/dist/chunk-chunk-PX5YQGDP.module.min.js +2 -0
  28. package/dist/chunk-chunk-Q2BS46W2.module.min.js +2 -0
  29. package/dist/{chunk-chunk-LJLS6DY7.module.min.js → chunk-chunk-RA7JCG7D.module.min.js} +1 -1
  30. package/dist/chunk-chunk-RNUHEXZA.module.min.js +2 -0
  31. package/dist/chunk-chunk-ROZWKEUG.module.min.js +1 -0
  32. package/dist/chunk-chunk-SMVD3EQJ.module.min.js +2 -0
  33. package/dist/chunk-chunk-T2FKJD4O.module.min.js +2 -0
  34. package/dist/{chunk-chunk-K3DMEW22.module.min.js → chunk-chunk-UDREYOLV.module.min.js} +1 -1
  35. package/dist/chunk-chunk-VOWE3SAP.module.min.js +2 -0
  36. package/dist/chunk-chunk-VQPNBUSW.module.min.js +2 -0
  37. package/dist/{chunk-chunk-N5DDKCCF.module.min.js → chunk-chunk-WAWCIHFJ.module.min.js} +1 -1
  38. package/dist/{chunk-chunk-XXWSHGPL.module.min.js → chunk-chunk-WYARAXHR.module.min.js} +1 -1
  39. package/dist/{chunk-chunk-I36PJ4OC.module.min.js → chunk-chunk-XP3OHHFX.module.min.js} +1 -1
  40. package/dist/chunk-chunk-XV3KGYTR.module.min.js +2 -0
  41. package/dist/chunk-chunk-YC2IVEPX.module.min.js +1 -0
  42. package/dist/components/ai/chartCapabilities.d.ts +2 -1
  43. package/dist/components/charts/custom/XYCustomChart.d.ts +3 -0
  44. package/dist/components/charts/geo/DistanceCartogram.d.ts +1 -1
  45. package/dist/components/charts/index.d.ts +3 -0
  46. package/dist/components/charts/ordinal/BarChart.d.ts +7 -14
  47. package/dist/components/charts/ordinal/GaugeChart.d.ts +3 -0
  48. package/dist/components/charts/ordinal/GroupedBarChart.d.ts +3 -0
  49. package/dist/components/charts/ordinal/StackedBarChart.d.ts +3 -0
  50. package/dist/components/charts/ordinal/SwimlaneChart.d.ts +4 -14
  51. package/dist/components/charts/shared/chartSpecCore.d.ts +2 -4
  52. package/dist/components/charts/shared/gaugeGradient.d.ts +4 -8
  53. package/dist/components/charts/shared/gradient.d.ts +35 -0
  54. package/dist/components/charts/shared/hatchFill.d.ts +3 -10
  55. package/dist/components/charts/shared/hooks.d.ts +2 -50
  56. package/dist/components/charts/shared/knownChartComponents.d.ts +1 -1
  57. package/dist/components/charts/shared/streamPropsHelpers.d.ts +1 -2
  58. package/dist/components/charts/shared/useChartLegend.d.ts +58 -0
  59. package/dist/components/charts/shared/useChartSetup.d.ts +5 -0
  60. package/dist/components/charts/shared/useCustomChartSetup.d.ts +6 -1
  61. package/dist/components/charts/shared/useNetworkChartSetup.d.ts +1 -0
  62. package/dist/components/charts/shared/useStreamingLegend.d.ts +1 -1
  63. package/dist/components/charts/xy/AreaChart.d.ts +25 -42
  64. package/dist/components/charts/xy/BumpChart.capability.d.ts +11 -0
  65. package/dist/components/charts/xy/BumpChart.d.ts +161 -0
  66. package/dist/components/charts/xy/DifferenceChart.d.ts +3 -10
  67. package/dist/components/charts/xy/Heatmap.d.ts +3 -0
  68. package/dist/components/charts/xy/LineChart.d.ts +6 -8
  69. package/dist/components/geometry/bumpRibbonGeometry.d.ts +36 -0
  70. package/dist/components/legendLayout.d.ts +19 -1
  71. package/dist/components/semiotic-ai.d.ts +2 -1
  72. package/dist/components/semiotic-geo.d.ts +1 -0
  73. package/dist/components/semiotic-network.d.ts +1 -0
  74. package/dist/components/semiotic-ordinal.d.ts +2 -0
  75. package/dist/components/semiotic-physics.d.ts +1 -0
  76. package/dist/components/semiotic-realtime-core.d.ts +1 -0
  77. package/dist/components/semiotic-server-edge.d.ts +1 -1
  78. package/dist/components/semiotic-server.d.ts +1 -1
  79. package/dist/components/semiotic-xy.d.ts +4 -0
  80. package/dist/components/semiotic.d.ts +4 -4
  81. package/dist/components/server/serverChartConfigs.d.ts +1 -0
  82. package/dist/components/server/serverChartConfigsXY.d.ts +1 -0
  83. package/dist/components/server/staticLegend.d.ts +4 -2
  84. package/dist/components/server/staticSVGChrome.d.ts +4 -4
  85. package/dist/components/stream/GeoSVGOverlay.d.ts +4 -10
  86. package/dist/components/stream/NetworkSVGOverlay.d.ts +2 -6
  87. package/dist/components/stream/OrdinalSVGOverlay.d.ts +2 -6
  88. package/dist/components/stream/SVGOverlay.d.ts +2 -6
  89. package/dist/components/stream/StalenessBadge.d.ts +2 -6
  90. package/dist/components/stream/geoTypes.d.ts +3 -6
  91. package/dist/components/stream/legendRenderer.d.ts +2 -6
  92. package/dist/components/stream/ordinalTypes.d.ts +7 -31
  93. package/dist/components/stream/physics/PhysicsKernel.d.ts +1 -0
  94. package/dist/components/stream/physics/PhysicsSVGOverlay.d.ts +2 -6
  95. package/dist/components/stream/physics/StreamPhysicsTypes.d.ts +2 -6
  96. package/dist/components/stream/pipelineConfig.d.ts +7 -15
  97. package/dist/components/stream/renderers/canvasRenderHelpers.d.ts +9 -69
  98. package/dist/components/stream/renderers/cornerRadii.d.ts +2 -9
  99. package/dist/components/stream/renderers/thresholdLineSegments.d.ts +12 -0
  100. package/dist/components/stream/sceneToSVGShared.d.ts +3 -5
  101. package/dist/components/stream/types.d.ts +32 -56
  102. package/dist/components/stream/xySceneBuilders/areaGradient.d.ts +4 -20
  103. package/dist/components/stream/xySceneBuilders/types.d.ts +6 -6
  104. package/dist/components/types/legendTypes.d.ts +15 -6
  105. package/dist/geo.min.js +1 -1
  106. package/dist/geo.module.min.js +1 -1
  107. package/dist/network.min.js +1 -1
  108. package/dist/network.module.min.js +1 -1
  109. package/dist/ordinal.min.js +1 -1
  110. package/dist/ordinal.module.min.js +1 -1
  111. package/dist/physics.min.js +1 -1
  112. package/dist/physics.module.min.js +1 -1
  113. package/dist/physicsWorker.js +1 -1
  114. package/dist/realtime.min.js +1 -1
  115. package/dist/realtime.module.min.js +1 -1
  116. package/dist/semiotic-ai-core.min.js +1 -1
  117. package/dist/semiotic-ai-core.module.min.js +1 -1
  118. package/dist/semiotic-ai.d.ts +2 -1
  119. package/dist/semiotic-ai.min.js +1 -1
  120. package/dist/semiotic-ai.module.min.js +1 -1
  121. package/dist/semiotic-experimental.min.js +1 -1
  122. package/dist/semiotic-experimental.module.min.js +1 -1
  123. package/dist/semiotic-geo.d.ts +1 -0
  124. package/dist/semiotic-network.d.ts +1 -0
  125. package/dist/semiotic-ordinal.d.ts +2 -0
  126. package/dist/semiotic-physics.d.ts +1 -0
  127. package/dist/semiotic-realtime-core.d.ts +1 -0
  128. package/dist/semiotic-realtime-core.min.js +1 -1
  129. package/dist/semiotic-realtime-core.module.min.js +1 -1
  130. package/dist/semiotic-recipes-core.module.min.js +1 -1
  131. package/dist/semiotic-recipes.module.min.js +1 -1
  132. package/dist/semiotic-server-edge.d.ts +1 -1
  133. package/dist/semiotic-server-edge.min.js +1 -1
  134. package/dist/semiotic-server-edge.module.min.js +1 -1
  135. package/dist/semiotic-server-node.min.js +1 -1
  136. package/dist/semiotic-server-node.module.min.js +1 -1
  137. package/dist/semiotic-server.d.ts +1 -1
  138. package/dist/semiotic-utils-core.min.js +1 -1
  139. package/dist/semiotic-utils-core.module.min.js +1 -1
  140. package/dist/semiotic-utils.min.js +1 -1
  141. package/dist/semiotic-utils.module.min.js +1 -1
  142. package/dist/semiotic-xy.d.ts +4 -0
  143. package/dist/semiotic.d.ts +4 -4
  144. package/dist/semiotic.min.js +1 -1
  145. package/dist/semiotic.module.min.js +1 -1
  146. package/dist/server.min.js +1 -1
  147. package/dist/server.module.min.js +1 -1
  148. package/dist/xy.min.js +1 -1
  149. package/dist/xy.module.min.js +1 -1
  150. package/package.json +1 -1
  151. package/dist/chunk-chunk-5I3UZV4Q.module.min.js +0 -2
  152. package/dist/chunk-chunk-74CCPVXB.module.min.js +0 -1
  153. package/dist/chunk-chunk-ANYDWOZF.module.min.js +0 -1
  154. package/dist/chunk-chunk-AVBI6GDT.module.min.js +0 -1
  155. package/dist/chunk-chunk-BANTPINB.module.min.js +0 -2
  156. package/dist/chunk-chunk-C57LR3YG.module.min.js +0 -1
  157. package/dist/chunk-chunk-CKMD5NV3.module.min.js +0 -2
  158. package/dist/chunk-chunk-CWQ5YIHX.module.min.js +0 -2
  159. package/dist/chunk-chunk-E6TXX6MI.module.min.js +0 -1
  160. package/dist/chunk-chunk-L6EA5V3G.module.min.js +0 -2
  161. package/dist/chunk-chunk-LJPCLYSC.module.min.js +0 -2
  162. package/dist/chunk-chunk-LRIFN2HK.module.min.js +0 -1
  163. package/dist/chunk-chunk-NEVE562N.module.min.js +0 -1
  164. package/dist/chunk-chunk-NLO44TOS.module.min.js +0 -2
  165. package/dist/chunk-chunk-PZJ2SBLL.module.min.js +0 -2
  166. package/dist/chunk-chunk-QUJ6TTLY.module.min.js +0 -1
  167. package/dist/chunk-chunk-RBIDBUT4.module.min.js +0 -2
  168. package/dist/chunk-chunk-RFLAG356.module.min.js +0 -1
  169. package/dist/chunk-chunk-RPU4IZAV.module.min.js +0 -2
  170. package/dist/chunk-chunk-SKMBCFIL.module.min.js +0 -2
  171. package/dist/chunk-chunk-TAE7W424.module.min.js +0 -2
  172. package/dist/chunk-chunk-TUBMTZMU.module.min.js +0 -2
  173. package/dist/chunk-chunk-UFFEXJQY.module.min.js +0 -1
  174. package/dist/chunk-chunk-XSCHTS4D.module.min.js +0 -2
  175. package/dist/chunk-statisticalOverlays-QGDLRUHX.module.min.js +0 -1
  176. package/dist/chunk-statisticalOverlays-T77OKLDY.module.min.js +0 -1
@@ -1 +1 @@
1
- import{DEFAULT_HIT_RADIUS as o,DEFAULT_ISOMETRIC_SPRITE_SIZES as n,GRID_FUEL_KEYS as r,GRID_FUEL_LABELS as t,TAU as i,activeCountOverDomain as e,addPoints as c,adjacencyMatrix as m,allocateCells as u,analyzeNetEnsemble as l,angleScale as h,arcLayout as a,arcPath as s,arrivalReplay as d,axisFixedForceLayout as f,axisFixedForcePositions as k,bandLabel as p,betweenness as j,bfsDistances as g,bobaLayout as y,boundsOf as v,boxEdgeAnchors as x,buildAdjacency as A,buildTooltipEntries as I,bulletLayout as O,calendarLayout as Z,circularLayout as C,closeness as D,clustering as L,collidersFromScales as R,comparePhysicsTrace as J,createProcessJourneyLedger as Q,cubicPath as S,cubicPoint as T,cubicTangent as X,curvedEdgePath as $,cyclicRangeContains as w,dagreLayout as z,degree as B,demandForecastRows as K,egoNetwork as N,estimateLabelWidth as P,extractTooltipDatum as U,fanOutBend as W,flextreeLayout as Y,forceLayoutAsync as M,formatMw as V,formatReservePct as _,formatTooltipValue as E,galtonPegs as F,geoAreaHitTarget as G,geoHitTarget as H,gridEventAnnotations as b,hatchFill as q,hitTargetPoint as oo,hitTargetRect as no,hullFromBoxes as ro,intervalLanesLayout as to,isometricLandmarkLayout as io,isotypeBoltGlyph as eo,isotypeBusGlyph as co,isotypeChipGlyph as mo,isotypeGhost as uo,isotypeInk as lo,isotypeNetworkGlyphs as ho,isotypePaper as ao,isotypePersonGlyph as so,isotypePersonPath as fo,isotypeServerGlyph as ko,layoutChipStrip as po,layoutSequence as jo,legendGroupsFrom as go,legendSwatches as yo,lineageDagLayout as vo,linearAxis as xo,marimekkoLayout as Ao,markCallout as Io,mermaidDagLayout as Oo,mobileAnnotationStrategy as Zo,mobileAreaChartRecipe as Co,mobileBrushAlternatives as Do,mobileChartFamilyRecipe as Lo,mobileGeoChartRecipe as Ro,mobileLineChartRecipe as Jo,mobileNetworkChartRecipe as Qo,mobileOrdinalChartRecipe as So,mobileScatterplotRecipe as To,mobileSmallMultipleRecipe as Xo,netEnsembleLayout as $o,networkHitTarget as wo,normalizePoint as zo,normalizeScores as Bo,orderByGroupDegree as Ko,orthogonalEdgePath as No,packIntervals as Po,packSpanLevels as Uo,packedClusterMatrix as Wo,parallelCoordinatesLayout as Yo,partitionSharedEdges as Mo,physicsReferenceEnvelope as Vo,pointMagnitude as _o,polarToXY as Eo,processChrome as Fo,processJourneyRows as Go,proximityProblem as Ho,radiusScale as bo,rectCollide as qo,reserveAnnotationBands as on,reserveMarginPct as nn,reserveSeries as rn,ringArcPath as tn,roundedEnclosure as en,runLengthEncode as cn,runs as mn,scaleArcBand as un,scalePoint as ln,sedimentBake as hn,selectCyclicRange as an,selectIsometricLandmarks as sn,shortestArcDelta as dn,shortestPath as fn,spanArcPath as kn,spanArcPeakY as pn,spawnFromTokens as jn,stackFuelSeries as gn,subtractPoints as yn,summarizeOperatingPoint as vn,thresholdBandsForReserve as xn,tightestHours as An,tokenLayer as In,updateProcessJourney as On,waffleLayout as Zn,wordTrailsLayout as Cn,wordTrailsProgressiveReveal as Dn,wrapValue as Ln,xyToAngle as Rn}from"./chunk-chunk-KT2VAZMZ.module.min.js";import{composePhysicsControllers as Jn,createCapacityQueueController as Qn,createDependencyGateController as Sn,createPortalController as Tn,createServiceLevelController as Xn,createServiceResourcePoolController as $n}from"./chunk-chunk-GMQ5AYTD.module.min.js";import{LayoutCache as wn,clamp as zn,diagnoseTokenEncoding as Bn,dimFor as Kn,forceLayout as Nn,generateTokens as Pn,groupBy as Un,layoutTokenGrid as Wn,makeShade as Yn,matchesHighlight as Mn,mean as Vn,nonNegativeFinite as _n,normalizeTokenEncoding as En,readField as Fn,shade as Gn,signatureKey as Hn,suggestTokenEncoding as bn,tokenTaskIntentToCapabilityIntents as qn,unitize as or,unitizeRange as nr,unwrapDatum as rr,withAlpha as tr}from"./chunk-chunk-2CXCXRB4.module.min.js";import"./chunk-chunk-ZOAQDIJO.module.min.js";import"./chunk-chunk-SV4XAZ3Q.module.min.js";import{absorbRegion as ir,aggregateRegionCounts as er,bodyGroupSpec as cr,capacitatedRegion as mr,chargeGateRegion as ur,forceFieldRegion as lr,groupCompletionRows as hr,membraneRegion as ar,portalRegion as sr,pressureFieldRegion as dr,processLaneWalls as fr,processStageLayout as kr,processStageRegions as pr,processVolumePolygons as jr,regionCountsToProjectionRows as gr,routeSurfaceRegion as yr,stageTargetInVolume as vr}from"./chunk-chunk-LRIFN2HK.module.min.js";import{mulberry32 as xr}from"./chunk-chunk-SIRIJ3DY.module.min.js";import{useCustomLayoutSelection as Ar}from"./chunk-chunk-C4YA6TDR.module.min.js";import{DEFAULT_GLYPH_ANCHOR as Ir,DEFAULT_GLYPH_VIEWBOX as Or,SYMBOL_SEQUENCE as Zr,annotationLayout as Cr,glyphExtent as Dr,glyphFractionClipRect as Lr,glyphPlacement as Rr,resolveGlyphPaint as Jr,symbolExtent as Qr,symbolPathString as Sr,symbolRadius as Tr}from"./chunk-chunk-5RKXZQ2P.module.min.js";import{DEFAULT_AREA_PER_ANNOTATION as Xr,annotationBudget as $r,annotationDensity as wr}from"./chunk-chunk-U66USBWU.module.min.js";import"./chunk-chunk-JJ2OOIET.module.min.js";import*as zr from"react";import{Fragment as Br,jsx as Kr,jsxs as Nr}from"react/jsx-runtime";function Pr({def:o,color:n,accent:r,paintOverride:t}){return Kr(Br,{children:o.parts.map((o,i)=>{const e=t?"none"===o.fill?void 0:t:Jr(o.fill,n,r),c=t?o.stroke&&"none"!==o.stroke?t:void 0:Jr(o.stroke??"none",n,r);return e||c?Kr("path",{d:o.d,fill:e??"none",stroke:c,strokeWidth:c?o.strokeWidth??1:void 0,strokeLinecap:o.strokeLinecap,strokeLinejoin:o.strokeLinejoin,opacity:o.opacity},i):null})})}function Ur({def:o,size:n=24,color:r="currentColor",accent:t="#ffffff",fraction:i=1,fractionStart:e=0,fractionDirection:c="horizontal",ghostColor:m,x:u=0,y:l=0,opacity:h,className:a}){const s=zr.useId();if(!o?.parts?.length)return null;const[,d]=o.viewBox??Or,f=n/(d>0?d:1);if(0>=f)return null;const k=Lr(o,i,e,c),p=k?"glyph-clip"+s.replace(/[^A-Za-z0-9_-]/g,"_"):void 0;return Nr("g",{className:a,transform:`translate(${u} ${l}) scale(${f})`,opacity:h,"aria-hidden":"true",children:[k&&p&&Kr("clipPath",{id:p,children:Kr("rect",{x:k.x,y:k.y,width:k.width,height:k.height})}),k&&m?Kr(Pr,{def:o,color:r,accent:t,paintOverride:m}):null,k&&p?Kr("g",{clipPath:`url(#${p})`,children:Kr(Pr,{def:o,color:r,accent:t})}):Kr(Pr,{def:o,color:r,accent:t})]})}export{Xr as DEFAULT_AREA_PER_ANNOTATION,Ir as DEFAULT_GLYPH_ANCHOR,Or as DEFAULT_GLYPH_VIEWBOX,o as DEFAULT_HIT_RADIUS,n as DEFAULT_ISOMETRIC_SPRITE_SIZES,r as GRID_FUEL_KEYS,t as GRID_FUEL_LABELS,Ur as Glyph,wn as LayoutCache,Zr as SYMBOL_SEQUENCE,i as TAU,ir as absorbRegion,e as activeCountOverDomain,c as addPoints,m as adjacencyMatrix,er as aggregateRegionCounts,u as allocateCells,l as analyzeNetEnsemble,h as angleScale,$r as annotationBudget,wr as annotationDensity,Cr as annotationLayout,a as arcLayout,s as arcPath,d as arrivalReplay,f as axisFixedForceLayout,k as axisFixedForcePositions,p as bandLabel,j as betweenness,g as bfsDistances,y as bobaLayout,cr as bodyGroupSpec,v as boundsOf,x as boxEdgeAnchors,A as buildAdjacency,I as buildTooltipEntries,O as bulletLayout,Z as calendarLayout,mr as capacitatedRegion,ur as chargeGateRegion,C as circularLayout,zn as clamp,D as closeness,L as clustering,R as collidersFromScales,J as comparePhysicsTrace,Jn as composePhysicsControllers,Qn as createCapacityQueueController,Sn as createDependencyGateController,Tn as createPortalController,Q as createProcessJourneyLedger,Xn as createServiceLevelController,$n as createServiceResourcePoolController,S as cubicPath,T as cubicPoint,X as cubicTangent,$ as curvedEdgePath,w as cyclicRangeContains,z as dagreLayout,B as degree,K as demandForecastRows,Bn as diagnoseTokenEncoding,Kn as dimFor,N as egoNetwork,P as estimateLabelWidth,U as extractTooltipDatum,W as fanOutBend,Y as flextreeLayout,lr as forceFieldRegion,Nn as forceLayout,M as forceLayoutAsync,V as formatMw,_ as formatReservePct,E as formatTooltipValue,F as galtonPegs,Pn as generateTokens,G as geoAreaHitTarget,H as geoHitTarget,Dr as glyphExtent,Lr as glyphFractionClipRect,Rr as glyphPlacement,b as gridEventAnnotations,Un as groupBy,hr as groupCompletionRows,q as hatchFill,oo as hitTargetPoint,no as hitTargetRect,ro as hullFromBoxes,to as intervalLanesLayout,io as isometricLandmarkLayout,eo as isotypeBoltGlyph,co as isotypeBusGlyph,mo as isotypeChipGlyph,uo as isotypeGhost,lo as isotypeInk,ho as isotypeNetworkGlyphs,ao as isotypePaper,so as isotypePersonGlyph,fo as isotypePersonPath,ko as isotypeServerGlyph,po as layoutChipStrip,jo as layoutSequence,Wn as layoutTokenGrid,go as legendGroupsFrom,yo as legendSwatches,vo as lineageDagLayout,xo as linearAxis,Yn as makeShade,Ao as marimekkoLayout,Io as markCallout,Mn as matchesHighlight,Vn as mean,ar as membraneRegion,Oo as mermaidDagLayout,Zo as mobileAnnotationStrategy,Co as mobileAreaChartRecipe,Do as mobileBrushAlternatives,Lo as mobileChartFamilyRecipe,Ro as mobileGeoChartRecipe,Jo as mobileLineChartRecipe,Qo as mobileNetworkChartRecipe,So as mobileOrdinalChartRecipe,To as mobileScatterplotRecipe,Xo as mobileSmallMultipleRecipe,xr as mulberry32,$o as netEnsembleLayout,wo as networkHitTarget,_n as nonNegativeFinite,zo as normalizePoint,Bo as normalizeScores,En as normalizeTokenEncoding,Ko as orderByGroupDegree,No as orthogonalEdgePath,Po as packIntervals,Uo as packSpanLevels,Wo as packedClusterMatrix,Yo as parallelCoordinatesLayout,Mo as partitionSharedEdges,Vo as physicsReferenceEnvelope,_o as pointMagnitude,Eo as polarToXY,sr as portalRegion,dr as pressureFieldRegion,Fo as processChrome,Go as processJourneyRows,fr as processLaneWalls,kr as processStageLayout,pr as processStageRegions,jr as processVolumePolygons,Ho as proximityProblem,bo as radiusScale,Fn as readField,qo as rectCollide,gr as regionCountsToProjectionRows,on as reserveAnnotationBands,nn as reserveMarginPct,rn as reserveSeries,tn as ringArcPath,en as roundedEnclosure,yr as routeSurfaceRegion,cn as runLengthEncode,mn as runs,un as scaleArcBand,ln as scalePoint,hn as sedimentBake,an as selectCyclicRange,sn as selectIsometricLandmarks,Gn as shade,dn as shortestArcDelta,fn as shortestPath,Hn as signatureKey,kn as spanArcPath,pn as spanArcPeakY,jn as spawnFromTokens,gn as stackFuelSeries,vr as stageTargetInVolume,yn as subtractPoints,bn as suggestTokenEncoding,vn as summarizeOperatingPoint,Qr as symbolExtent,Sr as symbolPathString,Tr as symbolRadius,xn as thresholdBandsForReserve,An as tightestHours,In as tokenLayer,qn as tokenTaskIntentToCapabilityIntents,or as unitize,nr as unitizeRange,rr as unwrapDatum,On as updateProcessJourney,Ar as useCustomLayoutSelection,Zn as waffleLayout,tr as withAlpha,Cn as wordTrailsLayout,Dn as wordTrailsProgressiveReveal,Ln as wrapValue,Rn as xyToAngle};
1
+ import{DEFAULT_HIT_RADIUS as o,DEFAULT_ISOMETRIC_SPRITE_SIZES as n,GRID_FUEL_KEYS as r,GRID_FUEL_LABELS as t,TAU as i,activeCountOverDomain as e,addPoints as c,adjacencyMatrix as m,allocateCells as u,analyzeNetEnsemble as l,angleScale as h,arcLayout as a,arcPath as s,arrivalReplay as d,axisFixedForceLayout as f,axisFixedForcePositions as k,bandLabel as p,betweenness as j,bfsDistances as g,bobaLayout as y,boundsOf as v,boxEdgeAnchors as O,buildAdjacency as S,buildTooltipEntries as x,bulletLayout as A,calendarLayout as C,circularLayout as P,closeness as D,clustering as I,collidersFromScales as L,comparePhysicsTrace as Q,createProcessJourneyLedger as T,cubicPath as X,cubicPoint as J,cubicTangent as R,curvedEdgePath as Z,cyclicRangeContains as $,dagreLayout as w,degree as z,demandForecastRows as B,egoNetwork as U,estimateLabelWidth as W,extractTooltipDatum as Y,fanOutBend as N,flextreeLayout as _,forceLayoutAsync as E,formatMw as G,formatReservePct as K,formatTooltipValue as M,galtonPegs as V,geoAreaHitTarget as b,geoHitTarget as q,gridEventAnnotations as F,hatchFill as H,hitTargetPoint as oo,hitTargetRect as no,hullFromBoxes as ro,intervalLanesLayout as to,isometricLandmarkLayout as io,isotypeBoltGlyph as eo,isotypeBusGlyph as co,isotypeChipGlyph as mo,isotypeGhost as uo,isotypeInk as lo,isotypeNetworkGlyphs as ho,isotypePaper as ao,isotypePersonGlyph as so,isotypePersonPath as fo,isotypeServerGlyph as ko,layoutChipStrip as po,layoutSequence as jo,legendGroupsFrom as go,legendSwatches as yo,lineageDagLayout as vo,linearAxis as Oo,marimekkoLayout as So,markCallout as xo,mermaidDagLayout as Ao,mobileAnnotationStrategy as Co,mobileAreaChartRecipe as Po,mobileBrushAlternatives as Do,mobileChartFamilyRecipe as Io,mobileGeoChartRecipe as Lo,mobileLineChartRecipe as Qo,mobileNetworkChartRecipe as To,mobileOrdinalChartRecipe as Xo,mobileScatterplotRecipe as Jo,mobileSmallMultipleRecipe as Ro,netEnsembleLayout as Zo,networkHitTarget as $o,normalizePoint as wo,normalizeScores as zo,orderByGroupDegree as Bo,orthogonalEdgePath as Uo,packIntervals as Wo,packSpanLevels as Yo,packedClusterMatrix as No,parallelCoordinatesLayout as _o,partitionSharedEdges as Eo,physicsReferenceEnvelope as Go,pointMagnitude as Ko,polarToXY as Mo,processChrome as Vo,processJourneyRows as bo,proximityProblem as qo,radiusScale as Fo,rectCollide as Ho,reserveAnnotationBands as on,reserveMarginPct as nn,reserveSeries as rn,ringArcPath as tn,roundedEnclosure as en,runLengthEncode as cn,runs as mn,scaleArcBand as un,scalePoint as ln,sedimentBake as hn,selectCyclicRange as an,selectIsometricLandmarks as sn,shortestArcDelta as dn,shortestPath as fn,spanArcPath as kn,spanArcPeakY as pn,spawnFromTokens as jn,stackFuelSeries as gn,subtractPoints as yn,summarizeOperatingPoint as vn,thresholdBandsForReserve as On,tightestHours as Sn,tokenLayer as xn,updateProcessJourney as An,waffleLayout as Cn,wordTrailsLayout as Pn,wordTrailsProgressiveReveal as Dn,wrapValue as In,xyToAngle as Ln}from"./chunk-chunk-75OTQSXS.module.min.js";import{composePhysicsControllers as Qn,createCapacityQueueController as Tn,createDependencyGateController as Xn,createPortalController as Jn,createServiceLevelController as Rn,createServiceResourcePoolController as Zn}from"./chunk-chunk-GMQ5AYTD.module.min.js";import{LayoutCache as $n,clamp as wn,diagnoseTokenEncoding as zn,dimFor as Bn,forceLayout as Un,generateTokens as Wn,groupBy as Yn,layoutTokenGrid as Nn,makeShade as _n,matchesHighlight as En,mean as Gn,nonNegativeFinite as Kn,normalizeTokenEncoding as Mn,readField as Vn,shade as bn,signatureKey as qn,suggestTokenEncoding as Fn,tokenTaskIntentToCapabilityIntents as Hn,unitize as or,unitizeRange as nr,unwrapDatum as rr,withAlpha as tr}from"./chunk-chunk-2CXCXRB4.module.min.js";import"./chunk-chunk-ZOAQDIJO.module.min.js";import"./chunk-chunk-SV4XAZ3Q.module.min.js";import{absorbRegion as ir,aggregateRegionCounts as er,bodyGroupSpec as cr,capacitatedRegion as mr,chargeGateRegion as ur,forceFieldRegion as lr,groupCompletionRows as hr,membraneRegion as ar,portalRegion as sr,pressureFieldRegion as dr,processLaneWalls as fr,processStageLayout as kr,processStageRegions as pr,processVolumePolygons as jr,regionCountsToProjectionRows as gr,routeSurfaceRegion as yr,stageTargetInVolume as vr}from"./chunk-chunk-LPSPATPC.module.min.js";import{mulberry32 as Or}from"./chunk-chunk-SIRIJ3DY.module.min.js";import{useCustomLayoutSelection as Sr}from"./chunk-chunk-C4YA6TDR.module.min.js";import{DEFAULT_GLYPH_ANCHOR as xr,DEFAULT_GLYPH_VIEWBOX as Ar,SYMBOL_SEQUENCE as Cr,annotationLayout as Pr,glyphExtent as Dr,glyphFractionClipRect as Ir,glyphPlacement as Lr,resolveGlyphPaint as Qr,symbolExtent as Tr,symbolPathString as Xr,symbolRadius as Jr}from"./chunk-chunk-5RKXZQ2P.module.min.js";import{DEFAULT_AREA_PER_ANNOTATION as Rr,annotationBudget as Zr,annotationDensity as $r}from"./chunk-chunk-U66USBWU.module.min.js";import"./chunk-chunk-JJ2OOIET.module.min.js";import*as wr from"react";import{Fragment as zr,jsx as Br,jsxs as Ur}from"react/jsx-runtime";function Wr({def:o,color:n,accent:r,paintOverride:t}){return Br(zr,{children:o.parts.map((o,i)=>{const e=t?"none"===o.fill?void 0:t:Qr(o.fill,n,r),c=t?o.stroke&&"none"!==o.stroke?t:void 0:Qr(o.stroke??"none",n,r);return e||c?Br("path",{d:o.d,fill:e??"none",stroke:c,strokeWidth:c?o.strokeWidth??1:void 0,strokeLinecap:o.strokeLinecap,strokeLinejoin:o.strokeLinejoin,opacity:o.opacity},i):null})})}function Yr({def:o,size:n=24,color:r="currentColor",accent:t="#ffffff",fraction:i=1,fractionStart:e=0,fractionDirection:c="horizontal",ghostColor:m,x:u=0,y:l=0,opacity:h,className:a}){const s=wr.useId();if(!o?.parts?.length)return null;const[,d]=o.viewBox??Ar,f=n/(d>0?d:1);if(0>=f)return null;const k=Ir(o,i,e,c),p=k?"glyph-clip"+s.replace(/[^A-Za-z0-9_-]/g,"_"):void 0;return Ur("g",{className:a,transform:`translate(${u} ${l}) scale(${f})`,opacity:h,"aria-hidden":"true",children:[k&&p&&Br("clipPath",{id:p,children:Br("rect",{x:k.x,y:k.y,width:k.width,height:k.height})}),k&&m?Br(Wr,{def:o,color:r,accent:t,paintOverride:m}):null,k&&p?Br("g",{clipPath:`url(#${p})`,children:Br(Wr,{def:o,color:r,accent:t})}):Br(Wr,{def:o,color:r,accent:t})]})}export{Rr as DEFAULT_AREA_PER_ANNOTATION,xr as DEFAULT_GLYPH_ANCHOR,Ar as DEFAULT_GLYPH_VIEWBOX,o as DEFAULT_HIT_RADIUS,n as DEFAULT_ISOMETRIC_SPRITE_SIZES,r as GRID_FUEL_KEYS,t as GRID_FUEL_LABELS,Yr as Glyph,$n as LayoutCache,Cr as SYMBOL_SEQUENCE,i as TAU,ir as absorbRegion,e as activeCountOverDomain,c as addPoints,m as adjacencyMatrix,er as aggregateRegionCounts,u as allocateCells,l as analyzeNetEnsemble,h as angleScale,Zr as annotationBudget,$r as annotationDensity,Pr as annotationLayout,a as arcLayout,s as arcPath,d as arrivalReplay,f as axisFixedForceLayout,k as axisFixedForcePositions,p as bandLabel,j as betweenness,g as bfsDistances,y as bobaLayout,cr as bodyGroupSpec,v as boundsOf,O as boxEdgeAnchors,S as buildAdjacency,x as buildTooltipEntries,A as bulletLayout,C as calendarLayout,mr as capacitatedRegion,ur as chargeGateRegion,P as circularLayout,wn as clamp,D as closeness,I as clustering,L as collidersFromScales,Q as comparePhysicsTrace,Qn as composePhysicsControllers,Tn as createCapacityQueueController,Xn as createDependencyGateController,Jn as createPortalController,T as createProcessJourneyLedger,Rn as createServiceLevelController,Zn as createServiceResourcePoolController,X as cubicPath,J as cubicPoint,R as cubicTangent,Z as curvedEdgePath,$ as cyclicRangeContains,w as dagreLayout,z as degree,B as demandForecastRows,zn as diagnoseTokenEncoding,Bn as dimFor,U as egoNetwork,W as estimateLabelWidth,Y as extractTooltipDatum,N as fanOutBend,_ as flextreeLayout,lr as forceFieldRegion,Un as forceLayout,E as forceLayoutAsync,G as formatMw,K as formatReservePct,M as formatTooltipValue,V as galtonPegs,Wn as generateTokens,b as geoAreaHitTarget,q as geoHitTarget,Dr as glyphExtent,Ir as glyphFractionClipRect,Lr as glyphPlacement,F as gridEventAnnotations,Yn as groupBy,hr as groupCompletionRows,H as hatchFill,oo as hitTargetPoint,no as hitTargetRect,ro as hullFromBoxes,to as intervalLanesLayout,io as isometricLandmarkLayout,eo as isotypeBoltGlyph,co as isotypeBusGlyph,mo as isotypeChipGlyph,uo as isotypeGhost,lo as isotypeInk,ho as isotypeNetworkGlyphs,ao as isotypePaper,so as isotypePersonGlyph,fo as isotypePersonPath,ko as isotypeServerGlyph,po as layoutChipStrip,jo as layoutSequence,Nn as layoutTokenGrid,go as legendGroupsFrom,yo as legendSwatches,vo as lineageDagLayout,Oo as linearAxis,_n as makeShade,So as marimekkoLayout,xo as markCallout,En as matchesHighlight,Gn as mean,ar as membraneRegion,Ao as mermaidDagLayout,Co as mobileAnnotationStrategy,Po as mobileAreaChartRecipe,Do as mobileBrushAlternatives,Io as mobileChartFamilyRecipe,Lo as mobileGeoChartRecipe,Qo as mobileLineChartRecipe,To as mobileNetworkChartRecipe,Xo as mobileOrdinalChartRecipe,Jo as mobileScatterplotRecipe,Ro as mobileSmallMultipleRecipe,Or as mulberry32,Zo as netEnsembleLayout,$o as networkHitTarget,Kn as nonNegativeFinite,wo as normalizePoint,zo as normalizeScores,Mn as normalizeTokenEncoding,Bo as orderByGroupDegree,Uo as orthogonalEdgePath,Wo as packIntervals,Yo as packSpanLevels,No as packedClusterMatrix,_o as parallelCoordinatesLayout,Eo as partitionSharedEdges,Go as physicsReferenceEnvelope,Ko as pointMagnitude,Mo as polarToXY,sr as portalRegion,dr as pressureFieldRegion,Vo as processChrome,bo as processJourneyRows,fr as processLaneWalls,kr as processStageLayout,pr as processStageRegions,jr as processVolumePolygons,qo as proximityProblem,Fo as radiusScale,Vn as readField,Ho as rectCollide,gr as regionCountsToProjectionRows,on as reserveAnnotationBands,nn as reserveMarginPct,rn as reserveSeries,tn as ringArcPath,en as roundedEnclosure,yr as routeSurfaceRegion,cn as runLengthEncode,mn as runs,un as scaleArcBand,ln as scalePoint,hn as sedimentBake,an as selectCyclicRange,sn as selectIsometricLandmarks,bn as shade,dn as shortestArcDelta,fn as shortestPath,qn as signatureKey,kn as spanArcPath,pn as spanArcPeakY,jn as spawnFromTokens,gn as stackFuelSeries,vr as stageTargetInVolume,yn as subtractPoints,Fn as suggestTokenEncoding,vn as summarizeOperatingPoint,Tr as symbolExtent,Xr as symbolPathString,Jr as symbolRadius,On as thresholdBandsForReserve,Sn as tightestHours,xn as tokenLayer,Hn as tokenTaskIntentToCapabilityIntents,or as unitize,nr as unitizeRange,rr as unwrapDatum,An as updateProcessJourney,Sr as useCustomLayoutSelection,Cn as waffleLayout,tr as withAlpha,Pn as wordTrailsLayout,Dn as wordTrailsProgressiveReveal,In as wrapValue,Ln as xyToAngle};
@@ -2,7 +2,7 @@ export { renderToStaticSVG, renderXYToStaticSVG, renderOrdinalToStaticSVG, rende
2
2
  export { generateFrameSVGs, generatePhysicsFrameSVGs, generateFrameSequence } from "./components/server/animatedGif";
3
3
  export type { RenderEvidence } from "./components/server/renderEvidence";
4
4
  export type { DashboardChart, DashboardLayout, RenderDashboardOptions, } from "./components/server/renderToStaticSVG";
5
- export type { LegendLayout } from "./components/types/legendTypes";
5
+ export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./components/types/legendTypes";
6
6
  export type { AnimatedGifOptions, PhysicsGifFrameProps, PhysicsGifOptions, } from "./components/server/animatedGif";
7
7
  export { resolveTheme, themeStyles } from "./components/server/themeResolver";
8
8
  export type { ThemeInput } from "./components/server/themeResolver";