semiotic 3.8.4 → 3.8.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.
- package/CLAUDE.md +6 -3
- package/README.md +44 -38
- package/ai/componentMetadata.cjs +1 -1
- package/ai/dist/mcp-server.js +4 -2
- package/ai/examples.md +167 -0
- package/ai/schema.json +1004 -1
- package/ai/surface-manifest.json +6 -4
- package/ai/system-prompt.md +1 -1
- package/dist/chunk-chartContainerDataAudit-74TLKIP6.module.min.js +2 -0
- package/dist/{chunk-chunk-LQBSXO7K.module.min.js → chunk-chunk-4AANPFOX.module.min.js} +1 -1
- package/dist/{chunk-chunk-N6VKKF3A.module.min.js → chunk-chunk-5I3UZV4Q.module.min.js} +1 -1
- package/dist/chunk-chunk-74CCPVXB.module.min.js +1 -0
- package/dist/{chunk-chunk-6TPGFL7M.module.min.js → chunk-chunk-BANTPINB.module.min.js} +1 -1
- package/dist/chunk-chunk-CKMD5NV3.module.min.js +2 -0
- package/dist/chunk-chunk-CO5KQMGH.module.min.js +1 -0
- package/dist/{chunk-chunk-BFHUYEOS.module.min.js → chunk-chunk-CWQ5YIHX.module.min.js} +1 -1
- package/dist/chunk-chunk-E6TXX6MI.module.min.js +1 -0
- package/dist/{chunk-chunk-JDXT6ORT.module.min.js → chunk-chunk-I36PJ4OC.module.min.js} +1 -1
- package/dist/chunk-chunk-K3DMEW22.module.min.js +1 -0
- package/dist/chunk-chunk-KT2VAZMZ.module.min.js +1 -0
- package/dist/{chunk-chunk-AQPQN2HH.module.min.js → chunk-chunk-L6EA5V3G.module.min.js} +1 -1
- package/dist/{chunk-chunk-FBGHXL72.module.min.js → chunk-chunk-LJLS6DY7.module.min.js} +1 -1
- package/dist/chunk-chunk-LJPCLYSC.module.min.js +2 -0
- package/dist/{chunk-chunk-7RYBCTK5.module.min.js → chunk-chunk-N5DDKCCF.module.min.js} +1 -1
- package/dist/chunk-chunk-NLO44TOS.module.min.js +2 -0
- package/dist/{chunk-chunk-F5V4UIE6.module.min.js → chunk-chunk-PZJ2SBLL.module.min.js} +1 -1
- package/dist/chunk-chunk-QUJ6TTLY.module.min.js +1 -0
- package/dist/chunk-chunk-RBIDBUT4.module.min.js +2 -0
- package/dist/chunk-chunk-RFLAG356.module.min.js +1 -0
- package/dist/{chunk-chunk-7KZJUTKP.module.min.js → chunk-chunk-RPU4IZAV.module.min.js} +1 -1
- package/dist/{chunk-chunk-PLIDPQNG.module.min.js → chunk-chunk-SKMBCFIL.module.min.js} +1 -1
- package/dist/{chunk-chunk-SR4ZXOWR.module.min.js → chunk-chunk-TAE7W424.module.min.js} +1 -1
- package/dist/{chunk-chunk-KQ546MKE.module.min.js → chunk-chunk-TMWIZL3K.module.min.js} +1 -1
- package/dist/chunk-chunk-TUBMTZMU.module.min.js +2 -0
- package/dist/chunk-chunk-UFFEXJQY.module.min.js +1 -0
- package/dist/chunk-chunk-XSCHTS4D.module.min.js +2 -0
- package/dist/{chunk-chunk-F7WFPD4O.module.min.js → chunk-chunk-XXWSHGPL.module.min.js} +1 -1
- package/dist/chunk-chunk-ZXIXAPRE.module.min.js +2 -0
- package/dist/components/ChartContainer.d.ts +10 -0
- package/dist/components/ai/chartCapabilities.d.ts +2 -1
- package/dist/components/ai/chartCapabilityTypes.d.ts +14 -0
- package/dist/components/chartContainerDataAudit.d.ts +10 -0
- package/dist/components/charts/geo/DistanceCartogram.d.ts +29 -3
- package/dist/components/charts/index.d.ts +1 -0
- package/dist/components/charts/network/ForceDirectedGraph.d.ts +36 -1
- package/dist/components/charts/physics/CrucibleChart.capability.d.ts +8 -0
- package/dist/components/charts/physics/CrucibleChart.d.ts +63 -0
- package/dist/components/charts/physics/crucibleBodyRenderers.d.ts +27 -0
- package/dist/components/charts/physics/crucibleChartProps.d.ts +90 -0
- package/dist/components/charts/physics/crucibleChrome.d.ts +47 -0
- package/dist/components/charts/physics/crucibleController.d.ts +59 -0
- package/dist/components/charts/physics/crucibleEffects.d.ts +30 -0
- package/dist/components/charts/physics/cruciblePhysics.d.ts +54 -0
- package/dist/components/charts/physics/crucibleProgram.d.ts +38 -0
- package/dist/components/charts/physics/crucibleTypes.d.ts +415 -0
- package/dist/components/charts/shared/chartSpecCore.d.ts +8 -0
- package/dist/components/charts/shared/crucibleWireSchema.d.ts +5 -0
- package/dist/components/charts/shared/diagnoseTypes.d.ts +10 -0
- package/dist/components/charts/shared/knownChartComponents.d.ts +1 -1
- package/dist/components/data/auditData.d.ts +51 -0
- package/dist/components/data/dataAuditPresentation.d.ts +18 -0
- package/dist/components/data/dataAuditSources.d.ts +9 -0
- package/dist/components/data/numericContracts.d.ts +59 -0
- package/dist/components/data/numericFieldProfiler.d.ts +23 -0
- package/dist/components/recipes/netEnsembleLayout.d.ts +167 -0
- package/dist/components/recipes/netEnsembleOverlays.d.ts +20 -0
- package/dist/components/recipes/wordTrails.d.ts +156 -0
- package/dist/components/recipes/wordTrailsProgressiveReveal.d.ts +42 -0
- package/dist/components/semiotic-ai-core.d.ts +3 -0
- package/dist/components/semiotic-ai-data-audit.d.ts +4 -0
- package/dist/components/semiotic-ai.d.ts +7 -5
- package/dist/components/semiotic-physics.d.ts +1 -0
- package/dist/components/semiotic-recipes-core.d.ts +4 -0
- package/dist/components/semiotic-utils-core.d.ts +3 -0
- package/dist/components/semiotic.d.ts +1 -1
- package/dist/components/server/renderEvidence.d.ts +27 -0
- package/dist/components/server/serverChartConfigs.d.ts +1 -0
- package/dist/components/server/serverChartConfigsPhysics.d.ts +9 -0
- package/dist/components/server/staticAnnotations.d.ts +12 -0
- package/dist/components/stream/GeoPipelineStore.d.ts +1 -0
- package/dist/components/stream/GeoSVGOverlay.d.ts +7 -0
- package/dist/components/stream/geoCartogram.d.ts +7 -0
- package/dist/components/stream/geoTypes.d.ts +17 -2
- package/dist/components/stream/networkFrameHandleTypes.d.ts +4 -0
- package/dist/components/stream/physics/PhysicsSettledSVG.d.ts +8 -0
- package/dist/components/useChartContainerDataAudit.d.ts +7 -0
- package/dist/geo.min.js +1 -1
- package/dist/geo.module.min.js +1 -1
- package/dist/network.min.js +1 -1
- package/dist/network.module.min.js +1 -1
- package/dist/ordinal.module.min.js +1 -1
- package/dist/physics.min.js +1 -1
- package/dist/physics.module.min.js +1 -1
- package/dist/realtime.min.js +1 -1
- package/dist/realtime.module.min.js +1 -1
- package/dist/semiotic-ai-core.d.ts +3 -0
- package/dist/semiotic-ai-core.min.js +1 -1
- package/dist/semiotic-ai-core.module.min.js +1 -1
- package/dist/semiotic-ai.d.ts +7 -5
- package/dist/semiotic-ai.min.js +1 -1
- package/dist/semiotic-ai.module.min.js +1 -1
- package/dist/semiotic-experimental.min.js +1 -1
- package/dist/semiotic-experimental.module.min.js +1 -1
- package/dist/semiotic-physics.d.ts +1 -0
- package/dist/semiotic-realtime-core.min.js +1 -1
- package/dist/semiotic-realtime-core.module.min.js +1 -1
- package/dist/semiotic-recipes-core.d.ts +4 -0
- package/dist/semiotic-recipes-core.min.js +1 -1
- package/dist/semiotic-recipes-core.module.min.js +1 -1
- package/dist/semiotic-recipes.min.js +1 -1
- package/dist/semiotic-recipes.module.min.js +1 -1
- package/dist/semiotic-server-edge.min.js +1 -1
- package/dist/semiotic-server-edge.module.min.js +1 -1
- package/dist/semiotic-server-node.min.js +1 -1
- package/dist/semiotic-server-node.module.min.js +1 -1
- package/dist/semiotic-utils-core.d.ts +3 -0
- package/dist/semiotic-utils-core.min.js +1 -1
- package/dist/semiotic-utils-core.module.min.js +1 -1
- package/dist/semiotic-utils.min.js +1 -1
- package/dist/semiotic-utils.module.min.js +1 -1
- package/dist/semiotic.d.ts +1 -1
- package/dist/semiotic.min.js +1 -1
- package/dist/semiotic.module.min.js +1 -1
- package/dist/server.min.js +1 -1
- package/dist/server.module.min.js +1 -1
- package/dist/xy.module.min.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-chunk-3ILKBVVQ.module.min.js +0 -1
- package/dist/chunk-chunk-ASKSE5F5.module.min.js +0 -1
- package/dist/chunk-chunk-B3DRZPBK.module.min.js +0 -2
- package/dist/chunk-chunk-FP44FHFO.module.min.js +0 -2
- package/dist/chunk-chunk-HKXUAEPJ.module.min.js +0 -2
- package/dist/chunk-chunk-ICEXPNDC.module.min.js +0 -2
- package/dist/chunk-chunk-JMVEIZXP.module.min.js +0 -1
- package/dist/chunk-chunk-KHCOJMGK.module.min.js +0 -1
- package/dist/chunk-chunk-MFHF4J2Z.module.min.js +0 -1
- package/dist/chunk-chunk-NKZ75IM5.module.min.js +0 -2
- package/dist/chunk-chunk-QGZGZI4X.module.min.js +0 -1
- package/dist/chunk-chunk-RP7WTID5.module.min.js +0 -1
- package/dist/chunk-chunk-S7KLNUO6.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,angleScale as l,arcLayout as h,arcPath as a,arrivalReplay as s,axisFixedForceLayout as d,axisFixedForcePositions as f,bandLabel as k,betweenness as p,bfsDistances as j,bobaLayout as g,boundsOf as y,boxEdgeAnchors as v,buildAdjacency as I,buildTooltipEntries as x,bulletLayout as O,calendarLayout as Z,circularLayout as A,closeness as C,clustering as D,collidersFromScales as L,comparePhysicsTrace as Q,createProcessJourneyLedger as R,cubicPath as X,cubicPoint as J,cubicTangent as S,curvedEdgePath as $,cyclicRangeContains as w,dagreLayout as z,degree as B,demandForecastRows as G,egoNetwork as N,estimateLabelWidth as P,extractTooltipDatum as T,fanOutBend as U,flextreeLayout as W,forceLayoutAsync as Y,formatMw as K,formatReservePct as _,formatTooltipValue as E,galtonPegs as F,geoAreaHitTarget as H,geoHitTarget as M,gridEventAnnotations as V,hatchFill as b,hitTargetPoint as q,hitTargetRect as oo,hullFromBoxes as no,intervalLanesLayout as ro,isometricLandmarkLayout as to,isotypeBoltGlyph as io,isotypeBusGlyph as eo,isotypeChipGlyph as co,isotypeGhost as mo,isotypeInk as uo,isotypeNetworkGlyphs as lo,isotypePaper as ho,isotypePersonGlyph as ao,isotypePersonPath as so,isotypeServerGlyph as fo,layoutChipStrip as ko,layoutSequence as po,legendGroupsFrom as jo,legendSwatches as go,lineageDagLayout as yo,linearAxis as vo,marimekkoLayout as Io,markCallout as xo,mermaidDagLayout as Oo,mobileAnnotationStrategy as Zo,mobileAreaChartRecipe as Ao,mobileBrushAlternatives as Co,mobileChartFamilyRecipe as Do,mobileGeoChartRecipe as Lo,mobileLineChartRecipe as Qo,mobileNetworkChartRecipe as Ro,mobileOrdinalChartRecipe as Xo,mobileScatterplotRecipe as Jo,mobileSmallMultipleRecipe as So,networkHitTarget as $o,normalizePoint as wo,normalizeScores as zo,orderByGroupDegree as Bo,orthogonalEdgePath as Go,packIntervals as No,packSpanLevels as Po,packedClusterMatrix as To,parallelCoordinatesLayout as Uo,partitionSharedEdges as Wo,physicsReferenceEnvelope as Yo,pointMagnitude as Ko,polarToXY as _o,processChrome as Eo,processJourneyRows as Fo,proximityProblem as Ho,radiusScale as Mo,rectCollide as Vo,reserveAnnotationBands as bo,reserveMarginPct as qo,reserveSeries as on,ringArcPath as nn,roundedEnclosure as rn,runLengthEncode as tn,runs as en,scaleArcBand as cn,scalePoint as mn,sedimentBake as un,selectCyclicRange as ln,selectIsometricLandmarks as hn,shortestArcDelta as an,shortestPath as sn,spanArcPath as dn,spanArcPeakY as fn,spawnFromTokens as kn,stackFuelSeries as pn,subtractPoints as jn,summarizeOperatingPoint as gn,thresholdBandsForReserve as yn,tightestHours as vn,tokenLayer as In,updateProcessJourney as xn,waffleLayout as On,wrapValue as Zn,xyToAngle as An}from"./chunk-chunk-QGZGZI4X.module.min.js";import{composePhysicsControllers as Cn,createCapacityQueueController as Dn,createDependencyGateController as Ln,createPortalController as Qn,createServiceLevelController as Rn,createServiceResourcePoolController as Xn}from"./chunk-chunk-GMQ5AYTD.module.min.js";import{LayoutCache as Jn,clamp as Sn,diagnoseTokenEncoding as $n,dimFor as wn,forceLayout as zn,generateTokens as Bn,groupBy as Gn,layoutTokenGrid as Nn,makeShade as Pn,matchesHighlight as Tn,mean as Un,nonNegativeFinite as Wn,normalizeTokenEncoding as Yn,readField as Kn,shade as _n,signatureKey as En,suggestTokenEncoding as Fn,tokenTaskIntentToCapabilityIntents as Hn,unitize as Mn,unitizeRange as Vn,unwrapDatum as bn,withAlpha as qn}from"./chunk-chunk-2CXCXRB4.module.min.js";import"./chunk-chunk-ZOAQDIJO.module.min.js";import"./chunk-chunk-SV4XAZ3Q.module.min.js";import{absorbRegion as or,aggregateRegionCounts as nr,bodyGroupSpec as rr,capacitatedRegion as tr,chargeGateRegion as ir,forceFieldRegion as er,groupCompletionRows as cr,membraneRegion as mr,portalRegion as ur,pressureFieldRegion as lr,processLaneWalls as hr,processStageLayout as ar,processStageRegions as sr,processVolumePolygons as dr,regionCountsToProjectionRows as fr,routeSurfaceRegion as kr,stageTargetInVolume as pr}from"./chunk-chunk-LRIFN2HK.module.min.js";import{mulberry32 as jr}from"./chunk-chunk-SIRIJ3DY.module.min.js";import{useCustomLayoutSelection as gr}from"./chunk-chunk-C4YA6TDR.module.min.js";import{DEFAULT_GLYPH_ANCHOR as yr,DEFAULT_GLYPH_VIEWBOX as vr,SYMBOL_SEQUENCE as Ir,annotationLayout as xr,glyphExtent as Or,glyphFractionClipRect as Zr,glyphPlacement as Ar,resolveGlyphPaint as Cr,symbolExtent as Dr,symbolPathString as Lr,symbolRadius as Qr}from"./chunk-chunk-5RKXZQ2P.module.min.js";import{DEFAULT_AREA_PER_ANNOTATION as Rr,annotationBudget as Xr,annotationDensity as Jr}from"./chunk-chunk-U66USBWU.module.min.js";import"./chunk-chunk-JJ2OOIET.module.min.js";import*as Sr from"react";import{Fragment as $r,jsx as wr,jsxs as zr}from"react/jsx-runtime";function Br({def:o,color:n,accent:r,paintOverride:t}){return wr($r,{children:o.parts.map((o,i)=>{const e=t?"none"===o.fill?void 0:t:Cr(o.fill,n,r),c=t?o.stroke&&"none"!==o.stroke?t:void 0:Cr(o.stroke??"none",n,r);return e||c?wr("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 Gr({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=Sr.useId();if(!o?.parts?.length)return null;const[,d]=o.viewBox??vr,f=n/(d>0?d:1);if(0>=f)return null;const k=Zr(o,i,e,c),p=k?"glyph-clip"+s.replace(/[^A-Za-z0-9_-]/g,"_"):void 0;return zr("g",{className:a,transform:`translate(${u} ${l}) scale(${f})`,opacity:h,"aria-hidden":"true",children:[k&&p&&wr("clipPath",{id:p,children:wr("rect",{x:k.x,y:k.y,width:k.width,height:k.height})}),k&&m?wr(Br,{def:o,color:r,accent:t,paintOverride:m}):null,k&&p?wr("g",{clipPath:`url(#${p})`,children:wr(Br,{def:o,color:r,accent:t})}):wr(Br,{def:o,color:r,accent:t})]})}export{Rr as DEFAULT_AREA_PER_ANNOTATION,yr as DEFAULT_GLYPH_ANCHOR,vr 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,Gr as Glyph,Jn as LayoutCache,Ir as SYMBOL_SEQUENCE,i as TAU,or as absorbRegion,e as activeCountOverDomain,c as addPoints,m as adjacencyMatrix,nr as aggregateRegionCounts,u as allocateCells,l as angleScale,Xr as annotationBudget,Jr as annotationDensity,xr as annotationLayout,h as arcLayout,a as arcPath,s as arrivalReplay,d as axisFixedForceLayout,f as axisFixedForcePositions,k as bandLabel,p as betweenness,j as bfsDistances,g as bobaLayout,rr as bodyGroupSpec,y as boundsOf,v as boxEdgeAnchors,I as buildAdjacency,x as buildTooltipEntries,O as bulletLayout,Z as calendarLayout,tr as capacitatedRegion,ir as chargeGateRegion,A as circularLayout,Sn as clamp,C as closeness,D as clustering,L as collidersFromScales,Q as comparePhysicsTrace,Cn as composePhysicsControllers,Dn as createCapacityQueueController,Ln as createDependencyGateController,Qn as createPortalController,R as createProcessJourneyLedger,Rn as createServiceLevelController,Xn as createServiceResourcePoolController,X as cubicPath,J as cubicPoint,S as cubicTangent,$ as curvedEdgePath,w as cyclicRangeContains,z as dagreLayout,B as degree,G as demandForecastRows,$n as diagnoseTokenEncoding,wn as dimFor,N as egoNetwork,P as estimateLabelWidth,T as extractTooltipDatum,U as fanOutBend,W as flextreeLayout,er as forceFieldRegion,zn as forceLayout,Y as forceLayoutAsync,K as formatMw,_ as formatReservePct,E as formatTooltipValue,F as galtonPegs,Bn as generateTokens,H as geoAreaHitTarget,M as geoHitTarget,Or as glyphExtent,Zr as glyphFractionClipRect,Ar as glyphPlacement,V as gridEventAnnotations,Gn as groupBy,cr as groupCompletionRows,b as hatchFill,q as hitTargetPoint,oo as hitTargetRect,no as hullFromBoxes,ro as intervalLanesLayout,to as isometricLandmarkLayout,io as isotypeBoltGlyph,eo as isotypeBusGlyph,co as isotypeChipGlyph,mo as isotypeGhost,uo as isotypeInk,lo as isotypeNetworkGlyphs,ho as isotypePaper,ao as isotypePersonGlyph,so as isotypePersonPath,fo as isotypeServerGlyph,ko as layoutChipStrip,po as layoutSequence,Nn as layoutTokenGrid,jo as legendGroupsFrom,go as legendSwatches,yo as lineageDagLayout,vo as linearAxis,Pn as makeShade,Io as marimekkoLayout,xo as markCallout,Tn as matchesHighlight,Un as mean,mr as membraneRegion,Oo as mermaidDagLayout,Zo as mobileAnnotationStrategy,Ao as mobileAreaChartRecipe,Co as mobileBrushAlternatives,Do as mobileChartFamilyRecipe,Lo as mobileGeoChartRecipe,Qo as mobileLineChartRecipe,Ro as mobileNetworkChartRecipe,Xo as mobileOrdinalChartRecipe,Jo as mobileScatterplotRecipe,So as mobileSmallMultipleRecipe,jr as mulberry32,$o as networkHitTarget,Wn as nonNegativeFinite,wo as normalizePoint,zo as normalizeScores,Yn as normalizeTokenEncoding,Bo as orderByGroupDegree,Go as orthogonalEdgePath,No as packIntervals,Po as packSpanLevels,To as packedClusterMatrix,Uo as parallelCoordinatesLayout,Wo as partitionSharedEdges,Yo as physicsReferenceEnvelope,Ko as pointMagnitude,_o as polarToXY,ur as portalRegion,lr as pressureFieldRegion,Eo as processChrome,Fo as processJourneyRows,hr as processLaneWalls,ar as processStageLayout,sr as processStageRegions,dr as processVolumePolygons,Ho as proximityProblem,Mo as radiusScale,Kn as readField,Vo as rectCollide,fr as regionCountsToProjectionRows,bo as reserveAnnotationBands,qo as reserveMarginPct,on as reserveSeries,nn as ringArcPath,rn as roundedEnclosure,kr as routeSurfaceRegion,tn as runLengthEncode,en as runs,cn as scaleArcBand,mn as scalePoint,un as sedimentBake,ln as selectCyclicRange,hn as selectIsometricLandmarks,_n as shade,an as shortestArcDelta,sn as shortestPath,En as signatureKey,dn as spanArcPath,fn as spanArcPeakY,kn as spawnFromTokens,pn as stackFuelSeries,pr as stageTargetInVolume,jn as subtractPoints,Fn as suggestTokenEncoding,gn as summarizeOperatingPoint,Dr as symbolExtent,Lr as symbolPathString,Qr as symbolRadius,yn as thresholdBandsForReserve,vn as tightestHours,In as tokenLayer,Hn as tokenTaskIntentToCapabilityIntents,Mn as unitize,Vn as unitizeRange,bn as unwrapDatum,xn as updateProcessJourney,gr as useCustomLayoutSelection,On as waffleLayout,qn as withAlpha,Zn as wrapValue,An 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 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};
|