semiotic 3.8.5 → 3.8.7
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 +37 -10
- package/README.md +83 -56
- package/ai/behaviorContracts.cjs +88 -3
- package/ai/componentMetadata.cjs +5 -10
- package/ai/dist/mcp-server.js +99 -10
- package/ai/examples.md +198 -9
- package/ai/schema.json +2002 -165
- package/ai/surface-manifest.json +14 -10
- package/ai/system-prompt.md +9 -3
- package/dist/{chunk-chartContainerDataAudit-74TLKIP6.module.min.js → chunk-chartContainerDataAudit-JDSVSKGM.module.min.js} +1 -1
- package/dist/chunk-chunk-2JGJ5GUG.module.min.js +1 -0
- package/dist/chunk-chunk-2YAZHXL4.module.min.js +2 -0
- package/dist/chunk-chunk-3NGIKFD6.module.min.js +1 -0
- package/dist/{chunk-chunk-G7WFWHAD.module.min.js → chunk-chunk-4ITOQRXM.module.min.js} +1 -1
- package/dist/chunk-chunk-5SD6BHVW.module.min.js +2 -0
- package/dist/chunk-chunk-6V5VQVCT.module.min.js +2 -0
- package/dist/chunk-chunk-7TTBHSAG.module.min.js +2 -0
- package/dist/chunk-chunk-7ZDJSYKI.module.min.js +2 -0
- package/dist/chunk-chunk-BGHPD3RA.module.min.js +1 -0
- package/dist/chunk-chunk-BMRZ2SPU.module.min.js +2 -0
- package/dist/chunk-chunk-BNGBEY7N.module.min.js +2 -0
- package/dist/chunk-chunk-C7APLVQD.module.min.js +2 -0
- package/dist/chunk-chunk-DGWFBOGB.module.min.js +1 -0
- package/dist/chunk-chunk-DIVE2DRA.module.min.js +2 -0
- package/dist/chunk-chunk-FBUNUIPV.module.min.js +2 -0
- package/dist/chunk-chunk-FQPKOAIH.module.min.js +2 -0
- package/dist/chunk-chunk-FRO4TRXK.module.min.js +2 -0
- package/dist/chunk-chunk-G7QVPZUD.module.min.js +2 -0
- package/dist/chunk-chunk-GBPYV4FP.module.min.js +2 -0
- package/dist/chunk-chunk-GU2EJIDJ.module.min.js +2 -0
- package/dist/chunk-chunk-J5QD4RAM.module.min.js +2 -0
- package/dist/{chunk-chunk-LJLS6DY7.module.min.js → chunk-chunk-JWXLNZSM.module.min.js} +1 -1
- package/dist/chunk-chunk-KXAFCCDB.module.min.js +2 -0
- package/dist/chunk-chunk-LG7YKJAK.module.min.js +2 -0
- package/dist/{chunk-chunk-I36PJ4OC.module.min.js → chunk-chunk-LVHDZAT3.module.min.js} +1 -1
- package/dist/chunk-chunk-LWITSR2O.module.min.js +2 -0
- package/dist/chunk-chunk-MX35T6RX.module.min.js +2 -0
- package/dist/chunk-chunk-NH4MEAKP.module.min.js +2 -0
- package/dist/chunk-chunk-NJETWX42.module.min.js +2 -0
- package/dist/chunk-chunk-NW25WGLS.module.min.js +2 -0
- package/dist/{chunk-chunk-TMWIZL3K.module.min.js → chunk-chunk-OI7R7EJB.module.min.js} +1 -1
- package/dist/chunk-chunk-ONMLEXHR.module.min.js +2 -0
- package/dist/chunk-chunk-OY66GCE6.module.min.js +1 -0
- package/dist/chunk-chunk-PZFT457G.module.min.js +1 -0
- package/dist/chunk-chunk-Q3WW6JGR.module.min.js +1 -0
- package/dist/chunk-chunk-Q6XKQTOQ.module.min.js +1 -0
- package/dist/chunk-chunk-RJRM2E6P.module.min.js +1 -0
- package/dist/chunk-chunk-RPL7WYXI.module.min.js +1 -0
- package/dist/chunk-chunk-SV4XAZ3Q.module.min.js +1 -0
- package/dist/chunk-chunk-TSCFL235.module.min.js +1 -0
- package/dist/chunk-chunk-UOQRPGPK.module.min.js +2 -0
- package/dist/chunk-chunk-V3OAKG32.module.min.js +1 -0
- package/dist/chunk-chunk-WLOIUMWG.module.min.js +2 -0
- package/dist/chunk-chunk-XEGXX4F7.module.min.js +1 -0
- package/dist/chunk-chunk-XFRBLXYM.module.min.js +1 -0
- package/dist/chunk-chunk-Z2AJERX5.module.min.js +2 -0
- package/dist/chunk-chunk-ZXYDYAB7.module.min.js +2 -0
- package/dist/components/ai/SemioticVACPBridge.d.ts +22 -0
- package/dist/components/ai/chartCapabilities.d.ts +5 -3
- package/dist/components/ai/conversationArc.d.ts +2 -176
- package/dist/components/ai/conversationArcTypes.d.ts +202 -0
- package/dist/components/ai/readerGrounding.d.ts +12 -0
- package/dist/components/ai/vacpAdapter.d.ts +13 -0
- package/dist/components/ai/vacpAdapterActions.d.ts +2 -0
- package/dist/components/ai/vacpAdapterModel.d.ts +7 -0
- package/dist/components/ai/vacpAdapterRuntime.d.ts +26 -0
- package/dist/components/ai/vacpAdapterState.d.ts +3 -0
- package/dist/components/ai/vacpAdapterTypes.d.ts +169 -0
- package/dist/components/ai/vacpTypes.d.ts +160 -0
- package/dist/components/charts/custom/XYCustomChart.d.ts +3 -0
- package/dist/components/charts/geo/DistanceCartogram.d.ts +1 -1
- package/dist/components/charts/index.d.ts +7 -4
- package/dist/components/charts/ordinal/BarChart.d.ts +7 -14
- package/dist/components/charts/ordinal/GaugeChart.d.ts +3 -0
- package/dist/components/charts/ordinal/GroupedBarChart.d.ts +3 -0
- package/dist/components/charts/ordinal/StackedBarChart.d.ts +3 -0
- package/dist/components/charts/ordinal/SwimlaneChart.d.ts +4 -14
- package/dist/components/charts/physics/ChainReactionChart.capability.d.ts +9 -0
- package/dist/components/charts/physics/ChainReactionChart.d.ts +29 -0
- package/dist/components/charts/physics/CollisionSwarmChart.d.ts +1 -1
- package/dist/components/charts/physics/EventDropChart.d.ts +7 -2
- package/dist/components/charts/physics/GaltonBoardChart.d.ts +1 -1
- package/dist/components/charts/physics/{PhysicsPileChart.capability.d.ts → PacketFlowChart.capability.d.ts} +1 -1
- package/dist/components/charts/physics/{PhysicalFlowChart.d.ts → PacketFlowChart.d.ts} +22 -6
- package/dist/components/charts/physics/PhysicsCustomChart.d.ts +1 -1
- package/dist/components/charts/physics/ProcessFlowChart.d.ts +7 -4
- package/dist/components/charts/physics/{PhysicalFlowChart.capability.d.ts → UnitPileChart.capability.d.ts} +1 -1
- package/dist/components/charts/physics/{PhysicsPileChart.d.ts → UnitPileChart.d.ts} +19 -6
- package/dist/components/charts/physics/crucibleChartProps.d.ts +1 -1
- package/dist/components/charts/physics/crucibleChartUtils.d.ts +9 -0
- package/dist/components/charts/physics/gauntletChartProps.d.ts +6 -1
- package/dist/components/charts/physics/gauntletTerminal.d.ts +61 -0
- package/dist/components/charts/physics/packetFlowSemantics.d.ts +6 -0
- package/dist/components/charts/physics/physicsHocUtils.d.ts +45 -2
- package/dist/components/charts/shared/auditAccessibilityStyles.d.ts +9 -0
- package/dist/components/charts/shared/chartSpecCore.d.ts +2 -4
- package/dist/components/charts/shared/gaugeGradient.d.ts +4 -8
- package/dist/components/charts/shared/gradient.d.ts +35 -0
- package/dist/components/charts/shared/hatchFill.d.ts +3 -10
- package/dist/components/charts/shared/hooks.d.ts +2 -50
- package/dist/components/charts/shared/knownChartComponents.d.ts +1 -1
- package/dist/components/charts/shared/streamPropsHelpers.d.ts +1 -2
- package/dist/components/charts/shared/useChartLegend.d.ts +65 -0
- package/dist/components/charts/shared/useChartSetup.d.ts +12 -0
- package/dist/components/charts/shared/useCustomChartSetup.d.ts +6 -1
- package/dist/components/charts/shared/useNetworkChartSetup.d.ts +1 -0
- package/dist/components/charts/shared/useStreamingLegend.d.ts +1 -1
- package/dist/components/charts/xy/AreaChart.d.ts +25 -42
- package/dist/components/charts/xy/BumpChart.capability.d.ts +11 -0
- package/dist/components/charts/xy/BumpChart.d.ts +161 -0
- package/dist/components/charts/xy/DifferenceChart.d.ts +3 -10
- package/dist/components/charts/xy/Heatmap.d.ts +3 -0
- package/dist/components/charts/xy/LineChart.d.ts +6 -8
- package/dist/components/data/portability/capabilityBinding.d.ts +41 -0
- package/dist/components/data/portability/index.d.ts +2 -0
- package/dist/components/geometry/bumpRibbonGeometry.d.ts +36 -0
- package/dist/components/legendLayout.d.ts +75 -1
- package/dist/components/recipes/geographicDotGrid.d.ts +82 -0
- package/dist/components/recipes/geographicGrid.d.ts +100 -0
- package/dist/components/recipes/physics.d.ts +2 -0
- package/dist/components/recipes/physicsStageGeography.d.ts +137 -0
- package/dist/components/semiotic-ai.d.ts +6 -4
- package/dist/components/semiotic-experimental-vacp.d.ts +11 -0
- package/dist/components/semiotic-experimental.d.ts +6 -3
- package/dist/components/semiotic-geo.d.ts +5 -0
- package/dist/components/semiotic-network.d.ts +1 -0
- package/dist/components/semiotic-ordinal.d.ts +2 -0
- package/dist/components/semiotic-physics.d.ts +10 -6
- package/dist/components/semiotic-realtime-core.d.ts +1 -0
- package/dist/components/semiotic-recipes-core.d.ts +6 -1
- package/dist/components/semiotic-server-edge.d.ts +1 -1
- package/dist/components/semiotic-server.d.ts +1 -1
- package/dist/components/semiotic-xy.d.ts +4 -0
- package/dist/components/semiotic.d.ts +4 -4
- package/dist/components/server/renderEvidence.d.ts +1 -1
- package/dist/components/server/renderToStaticSVG.d.ts +2 -1
- package/dist/components/server/serverChartConfigHeatmap.d.ts +6 -0
- package/dist/components/server/serverChartConfigNetworkStyles.d.ts +12 -0
- package/dist/components/server/serverChartConfigShared.d.ts +16 -0
- package/dist/components/server/serverChartConfigs.d.ts +3 -2
- package/dist/components/server/serverChartConfigsPhysics.d.ts +2 -2
- package/dist/components/server/serverChartConfigsXY.d.ts +1 -1
- package/dist/components/server/staticLegend.d.ts +10 -2
- package/dist/components/server/staticSVGChrome.d.ts +14 -6
- package/dist/components/server/staticValue.d.ts +8 -0
- package/dist/components/stream/GeoSVGOverlay.d.ts +4 -10
- package/dist/components/stream/NetworkSVGOverlay.d.ts +2 -6
- package/dist/components/stream/OrdinalSVGOverlay.d.ts +2 -6
- package/dist/components/stream/SVGOverlay.d.ts +2 -6
- package/dist/components/stream/StalenessBadge.d.ts +2 -6
- package/dist/components/stream/geoPipelineConfig.d.ts +10 -0
- package/dist/components/stream/geoTypes.d.ts +3 -6
- package/dist/components/stream/legendRenderer.d.ts +10 -6
- package/dist/components/stream/ordinalTypes.d.ts +7 -31
- package/dist/components/stream/physics/PhysicsEvidence.d.ts +37 -0
- package/dist/components/stream/physics/PhysicsKernel.d.ts +1 -0
- package/dist/components/stream/physics/PhysicsPipelineStore.d.ts +9 -0
- package/dist/components/stream/physics/PhysicsSVGOverlay.d.ts +2 -6
- package/dist/components/stream/physics/PhysicsSettledScene.d.ts +5 -0
- package/dist/components/stream/physics/StreamPhysicsTypes.d.ts +2 -6
- package/dist/components/stream/physics/physicsFramePipelineConfig.d.ts +19 -0
- package/dist/components/stream/physics/physicsPipelineSettle.d.ts +52 -0
- package/dist/components/stream/physics/physicsRegionRuntime.d.ts +23 -0
- package/dist/components/stream/pipelineConfig.d.ts +7 -15
- package/dist/components/stream/renderers/canvasRenderHelpers.d.ts +9 -69
- package/dist/components/stream/renderers/cornerRadii.d.ts +2 -9
- package/dist/components/stream/renderers/thresholdLineSegments.d.ts +12 -0
- package/dist/components/stream/sceneToSVGShared.d.ts +3 -5
- package/dist/components/stream/types.d.ts +34 -56
- package/dist/components/stream/xySceneBuilders/areaGradient.d.ts +4 -20
- package/dist/components/stream/xySceneBuilders/types.d.ts +6 -6
- package/dist/components/types/legendTypes.d.ts +31 -6
- package/dist/controls.min.js +1 -1
- package/dist/controls.module.min.js +1 -1
- 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.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/physicsWorker.js +1 -1
- package/dist/realtime.min.js +1 -1
- package/dist/realtime.module.min.js +1 -1
- 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 +6 -4
- package/dist/semiotic-ai.min.js +1 -1
- package/dist/semiotic-ai.module.min.js +1 -1
- package/dist/semiotic-data.module.min.js +1 -1
- package/dist/semiotic-experimental-vacp.d.ts +11 -0
- package/dist/semiotic-experimental-vacp.min.js +1 -0
- package/dist/semiotic-experimental-vacp.module.min.js +1 -0
- package/dist/semiotic-experimental.d.ts +6 -3
- package/dist/semiotic-experimental.min.js +2 -1
- package/dist/semiotic-experimental.module.min.js +2 -1
- package/dist/semiotic-geo.d.ts +5 -0
- package/dist/semiotic-network.d.ts +1 -0
- package/dist/semiotic-ordinal.d.ts +2 -0
- package/dist/semiotic-physics.d.ts +10 -6
- package/dist/semiotic-realtime-core.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 +6 -1
- 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.d.ts +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-server.d.ts +1 -1
- 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-xy.d.ts +4 -0
- package/dist/semiotic.d.ts +4 -4
- 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.min.js +1 -1
- package/dist/xy.module.min.js +1 -1
- package/package.json +18 -2
- package/spec/README.md +94 -2
- package/spec/bindings/README.md +14 -3
- package/spec/v0.1/examples/annotation-provenance-reviewed-revision.json +27 -0
- package/spec/v0.1/examples/annotation-provenance-watcher-threshold.json +21 -0
- package/spec/v0.1/examples/audience-profile-executive-review.json +24 -0
- package/spec/v0.1/examples/audience-profile-incident-operators.json +42 -0
- package/spec/v0.1/examples/chart-capability-bar-comparison.json +48 -0
- package/spec/v0.1/examples/chart-capability-service-flow.json +54 -0
- package/dist/chunk-chunk-4AANPFOX.module.min.js +0 -2
- package/dist/chunk-chunk-5I3UZV4Q.module.min.js +0 -2
- package/dist/chunk-chunk-5RKXZQ2P.module.min.js +0 -1
- package/dist/chunk-chunk-74CCPVXB.module.min.js +0 -1
- package/dist/chunk-chunk-7ALTGHK6.module.min.js +0 -1
- package/dist/chunk-chunk-ANYDWOZF.module.min.js +0 -1
- package/dist/chunk-chunk-AVBI6GDT.module.min.js +0 -1
- package/dist/chunk-chunk-BANTPINB.module.min.js +0 -2
- package/dist/chunk-chunk-C4YA6TDR.module.min.js +0 -1
- package/dist/chunk-chunk-C57LR3YG.module.min.js +0 -1
- package/dist/chunk-chunk-CKMD5NV3.module.min.js +0 -2
- package/dist/chunk-chunk-CO5KQMGH.module.min.js +0 -1
- package/dist/chunk-chunk-CWQ5YIHX.module.min.js +0 -2
- package/dist/chunk-chunk-E6TXX6MI.module.min.js +0 -1
- package/dist/chunk-chunk-GMQ5AYTD.module.min.js +0 -1
- package/dist/chunk-chunk-JCG72SGW.module.min.js +0 -2
- package/dist/chunk-chunk-K3DMEW22.module.min.js +0 -1
- package/dist/chunk-chunk-KT2VAZMZ.module.min.js +0 -1
- package/dist/chunk-chunk-L6EA5V3G.module.min.js +0 -2
- package/dist/chunk-chunk-LJPCLYSC.module.min.js +0 -2
- package/dist/chunk-chunk-LRIFN2HK.module.min.js +0 -1
- package/dist/chunk-chunk-N5DDKCCF.module.min.js +0 -1
- package/dist/chunk-chunk-NEVE562N.module.min.js +0 -1
- package/dist/chunk-chunk-NLO44TOS.module.min.js +0 -2
- package/dist/chunk-chunk-PZJ2SBLL.module.min.js +0 -2
- package/dist/chunk-chunk-QSQVBIJA.module.min.js +0 -1
- package/dist/chunk-chunk-QUJ6TTLY.module.min.js +0 -1
- package/dist/chunk-chunk-RBIDBUT4.module.min.js +0 -2
- package/dist/chunk-chunk-RCF52Z42.module.min.js +0 -2
- package/dist/chunk-chunk-RFLAG356.module.min.js +0 -1
- package/dist/chunk-chunk-RPU4IZAV.module.min.js +0 -2
- package/dist/chunk-chunk-SKMBCFIL.module.min.js +0 -2
- package/dist/chunk-chunk-TAE7W424.module.min.js +0 -2
- package/dist/chunk-chunk-TUBMTZMU.module.min.js +0 -2
- package/dist/chunk-chunk-UFFEXJQY.module.min.js +0 -1
- package/dist/chunk-chunk-XSCHTS4D.module.min.js +0 -2
- package/dist/chunk-chunk-XXWSHGPL.module.min.js +0 -2
- package/dist/chunk-chunk-ZOAQDIJO.module.min.js +0 -1
- package/dist/chunk-chunk-ZXIXAPRE.module.min.js +0 -2
- package/dist/chunk-statisticalOverlays-QGDLRUHX.module.min.js +0 -1
- 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 e,activeCountOverDomain as i,addPoints as c,adjacencyMatrix as l,allocateCells as u,analyzeNetEnsemble as a,angleScale as m,arcLayout as h,arcPath as s,arrivalReplay as d,axisFixedForceLayout as f,axisFixedForcePositions as p,bandLabel as k,betweenness as j,bfsDistances as g,bobaLayout as y,boundsOf as v,boxEdgeAnchors as x,buildAdjacency as I,buildTooltipEntries as L,bulletLayout as O,calendarLayout as P,circularLayout as B,closeness as C,clustering as R,collidersFromScales as W,comparePhysicsTrace as X,composePhysicsControllers as $,createCapacityQueueController as w,createDependencyGateController as z,createPortalController as D,createProcessJourneyLedger as J,createServiceLevelController as Q,createServiceResourcePoolController as S,cubicPath as T,cubicPoint as U,cubicTangent as A,curvedEdgePath as G,cyclicRangeContains as N,dagreLayout as Y,degree as Z,demandForecastRows as _,describePhysicsStageGeography as E,egoNetwork as F,estimateLabelWidth as H,extractTooltipDatum as K,fanOutBend as b,flextreeLayout as q,forceLayoutAsync as M,formatMw as V,formatReservePct as oo,formatTooltipValue as no,galtonPegs as ro,geoAreaHitTarget as to,geoHitTarget as eo,geographicDotGridLayout as io,geographicGridLayout as co,gridEventAnnotations as lo,gridifyGeographicPoints as uo,hatchFill as ao,hitTargetPoint as mo,hitTargetRect as ho,hullFromBoxes as so,intervalLanesLayout as fo,isometricLandmarkLayout as po,isotypeBoltGlyph as ko,isotypeBusGlyph as jo,isotypeChipGlyph as go,isotypeGhost as yo,isotypeInk as vo,isotypeNetworkGlyphs as xo,isotypePaper as Io,isotypePersonGlyph as Lo,isotypePersonPath as Oo,isotypeServerGlyph as Po,layoutChipStrip as Bo,layoutSequence as Co,legendGroupsFrom as Ro,legendSwatches as Wo,lineageDagLayout as Xo,linearAxis as $o,marimekkoLayout as wo,markCallout as zo,mermaidDagLayout as Do,mobileAnnotationStrategy as Jo,mobileAreaChartRecipe as Qo,mobileBrushAlternatives as So,mobileChartFamilyRecipe as To,mobileGeoChartRecipe as Uo,mobileLineChartRecipe as Ao,mobileNetworkChartRecipe as Go,mobileOrdinalChartRecipe as No,mobileScatterplotRecipe as Yo,mobileSmallMultipleRecipe as Zo,netEnsembleLayout as _o,networkHitTarget as Eo,normalizePoint as Fo,normalizeScores as Ho,orderByGroupDegree as Ko,orthogonalEdgePath as bo,packIntervals as qo,packSpanLevels as Mo,packedClusterMatrix as Vo,parallelCoordinatesLayout as on,partitionSharedEdges as nn,physicsChargePoint as rn,physicsDestination as tn,physicsReferenceEnvelope as en,physicsStageColliders as cn,physicsStageGeography as ln,pointMagnitude as un,polarToXY as an,processChrome as mn,processJourneyRows as hn,proximityProblem as sn,radiusScale as dn,rectCollide as fn,reserveAnnotationBands as pn,reserveMarginPct as kn,reserveSeries as jn,ringArcPath as gn,roundedEnclosure as yn,runLengthEncode as vn,runs as xn,sampleGeographicDotGrid as In,scaleArcBand as Ln,scalePoint as On,sedimentBake as Pn,selectCyclicRange as Bn,selectIsometricLandmarks as Cn,shortestArcDelta as Rn,shortestPath as Wn,spanArcPath as Xn,spanArcPeakY as $n,spawnFromTokens as wn,stackFuelSeries as zn,subtractPoints as Dn,summarizeOperatingPoint as Jn,thresholdBandsForReserve as Qn,tightestHours as Sn,tokenLayer as Tn,updateProcessJourney as Un,waffleLayout as An,wordTrailsLayout as Gn,wordTrailsProgressiveReveal as Nn,wrapValue as Yn,xyToAngle as Zn}from"./chunk-chunk-Q6XKQTOQ.module.min.js";import{LayoutCache as _n,clamp as En,diagnoseTokenEncoding as Fn,dimFor as Hn,forceLayout as Kn,generateTokens as bn,groupBy as qn,layoutTokenGrid as Mn,makeShade as Vn,matchesHighlight as or,mean as nr,nonNegativeFinite as rr,normalizeTokenEncoding as tr,readField as er,shade as ir,signatureKey as cr,suggestTokenEncoding as lr,tokenTaskIntentToCapabilityIntents as ur,unitize as ar,unitizeRange as mr,unwrapDatum as hr,withAlpha as sr}from"./chunk-chunk-2CXCXRB4.module.min.js";import"./chunk-chunk-BGHPD3RA.module.min.js";import{absorbRegion as dr,aggregateRegionCounts as fr,bodyGroupSpec as pr,capacitatedRegion as kr,chargeGateRegion as jr,forceFieldRegion as gr,groupCompletionRows as yr,membraneRegion as vr,portalRegion as xr,pressureFieldRegion as Ir,processLaneWalls as Lr,processStageLayout as Or,processStageRegions as Pr,processVolumePolygons as Br,regionCountsToProjectionRows as Cr,routeSurfaceRegion as Rr,stageTargetInVolume as Wr}from"./chunk-chunk-RPL7WYXI.module.min.js";import{mulberry32 as Xr}from"./chunk-chunk-SIRIJ3DY.module.min.js";import{DEFAULT_GLYPH_ANCHOR as $r,DEFAULT_GLYPH_VIEWBOX as wr,SYMBOL_SEQUENCE as zr,annotationLayout as Dr,glyphExtent as Jr,glyphFractionClipRect as Qr,glyphPlacement as Sr,resolveGlyphPaint as Tr,symbolExtent as Ur,symbolPathString as Ar,symbolRadius as Gr,useCustomLayoutSelection as Nr}from"./chunk-chunk-PZFT457G.module.min.js";import{DEFAULT_AREA_PER_ANNOTATION as Yr,annotationBudget as Zr,annotationDensity as _r}from"./chunk-chunk-U66USBWU.module.min.js";import"./chunk-chunk-JJ2OOIET.module.min.js";import*as Er from"react";import{Fragment as Fr,jsx as Hr,jsxs as Kr}from"react/jsx-runtime";function br({def:o,color:n,accent:r,paintOverride:t}){return Hr(Fr,{children:o.parts.map((o,e)=>{const i=t?"none"===o.fill?void 0:t:Tr(o.fill,n,r),c=t?o.stroke&&"none"!==o.stroke?t:void 0:Tr(o.stroke??"none",n,r);return i||c?Hr("path",{d:o.d,fill:i??"none",stroke:c,strokeWidth:c?o.strokeWidth??1:void 0,strokeLinecap:o.strokeLinecap,strokeLinejoin:o.strokeLinejoin,opacity:o.opacity},e):null})})}function qr({def:o,size:n=24,color:r="currentColor",accent:t="#ffffff",fraction:e=1,fractionStart:i=0,fractionDirection:c="horizontal",ghostColor:l,x:u=0,y:a=0,opacity:m,className:h}){const s=Er.useId();if(!o?.parts?.length)return null;const[,d]=o.viewBox??wr,f=n/(d>0?d:1);if(0>=f)return null;const p=Qr(o,e,i,c),k=p?"glyph-clip"+s.replace(/[^A-Za-z0-9_-]/g,"_"):void 0;return Kr("g",{className:h,transform:`translate(${u} ${a}) scale(${f})`,opacity:m,"aria-hidden":"true",children:[p&&k&&Hr("clipPath",{id:k,children:Hr("rect",{x:p.x,y:p.y,width:p.width,height:p.height})}),p&&l?Hr(br,{def:o,color:r,accent:t,paintOverride:l}):null,p&&k?Hr("g",{clipPath:`url(#${k})`,children:Hr(br,{def:o,color:r,accent:t})}):Hr(br,{def:o,color:r,accent:t})]})}export{Yr as DEFAULT_AREA_PER_ANNOTATION,$r as DEFAULT_GLYPH_ANCHOR,wr 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,qr as Glyph,_n as LayoutCache,zr as SYMBOL_SEQUENCE,e as TAU,dr as absorbRegion,i as activeCountOverDomain,c as addPoints,l as adjacencyMatrix,fr as aggregateRegionCounts,u as allocateCells,a as analyzeNetEnsemble,m as angleScale,Zr as annotationBudget,_r as annotationDensity,Dr as annotationLayout,h as arcLayout,s as arcPath,d as arrivalReplay,f as axisFixedForceLayout,p as axisFixedForcePositions,k as bandLabel,j as betweenness,g as bfsDistances,y as bobaLayout,pr as bodyGroupSpec,v as boundsOf,x as boxEdgeAnchors,I as buildAdjacency,L as buildTooltipEntries,O as bulletLayout,P as calendarLayout,kr as capacitatedRegion,jr as chargeGateRegion,B as circularLayout,En as clamp,C as closeness,R as clustering,W as collidersFromScales,X as comparePhysicsTrace,$ as composePhysicsControllers,w as createCapacityQueueController,z as createDependencyGateController,D as createPortalController,J as createProcessJourneyLedger,Q as createServiceLevelController,S as createServiceResourcePoolController,T as cubicPath,U as cubicPoint,A as cubicTangent,G as curvedEdgePath,N as cyclicRangeContains,Y as dagreLayout,Z as degree,_ as demandForecastRows,E as describePhysicsStageGeography,Fn as diagnoseTokenEncoding,Hn as dimFor,F as egoNetwork,H as estimateLabelWidth,K as extractTooltipDatum,b as fanOutBend,q as flextreeLayout,gr as forceFieldRegion,Kn as forceLayout,M as forceLayoutAsync,V as formatMw,oo as formatReservePct,no as formatTooltipValue,ro as galtonPegs,bn as generateTokens,to as geoAreaHitTarget,eo as geoHitTarget,io as geographicDotGridLayout,co as geographicGridLayout,Jr as glyphExtent,Qr as glyphFractionClipRect,Sr as glyphPlacement,lo as gridEventAnnotations,uo as gridifyGeographicPoints,qn as groupBy,yr as groupCompletionRows,ao as hatchFill,mo as hitTargetPoint,ho as hitTargetRect,so as hullFromBoxes,fo as intervalLanesLayout,po as isometricLandmarkLayout,ko as isotypeBoltGlyph,jo as isotypeBusGlyph,go as isotypeChipGlyph,yo as isotypeGhost,vo as isotypeInk,xo as isotypeNetworkGlyphs,Io as isotypePaper,Lo as isotypePersonGlyph,Oo as isotypePersonPath,Po as isotypeServerGlyph,Bo as layoutChipStrip,Co as layoutSequence,Mn as layoutTokenGrid,Ro as legendGroupsFrom,Wo as legendSwatches,Xo as lineageDagLayout,$o as linearAxis,Vn as makeShade,wo as marimekkoLayout,zo as markCallout,or as matchesHighlight,nr as mean,vr as membraneRegion,Do as mermaidDagLayout,Jo as mobileAnnotationStrategy,Qo as mobileAreaChartRecipe,So as mobileBrushAlternatives,To as mobileChartFamilyRecipe,Uo as mobileGeoChartRecipe,Ao as mobileLineChartRecipe,Go as mobileNetworkChartRecipe,No as mobileOrdinalChartRecipe,Yo as mobileScatterplotRecipe,Zo as mobileSmallMultipleRecipe,Xr as mulberry32,_o as netEnsembleLayout,Eo as networkHitTarget,rr as nonNegativeFinite,Fo as normalizePoint,Ho as normalizeScores,tr as normalizeTokenEncoding,Ko as orderByGroupDegree,bo as orthogonalEdgePath,qo as packIntervals,Mo as packSpanLevels,Vo as packedClusterMatrix,on as parallelCoordinatesLayout,nn as partitionSharedEdges,rn as physicsChargePoint,tn as physicsDestination,en as physicsReferenceEnvelope,cn as physicsStageColliders,ln as physicsStageGeography,un as pointMagnitude,an as polarToXY,xr as portalRegion,Ir as pressureFieldRegion,mn as processChrome,hn as processJourneyRows,Lr as processLaneWalls,Or as processStageLayout,Pr as processStageRegions,Br as processVolumePolygons,sn as proximityProblem,dn as radiusScale,er as readField,fn as rectCollide,Cr as regionCountsToProjectionRows,pn as reserveAnnotationBands,kn as reserveMarginPct,jn as reserveSeries,gn as ringArcPath,yn as roundedEnclosure,Rr as routeSurfaceRegion,vn as runLengthEncode,xn as runs,In as sampleGeographicDotGrid,Ln as scaleArcBand,On as scalePoint,Pn as sedimentBake,Bn as selectCyclicRange,Cn as selectIsometricLandmarks,ir as shade,Rn as shortestArcDelta,Wn as shortestPath,cr as signatureKey,Xn as spanArcPath,$n as spanArcPeakY,wn as spawnFromTokens,zn as stackFuelSeries,Wr as stageTargetInVolume,Dn as subtractPoints,lr as suggestTokenEncoding,Jn as summarizeOperatingPoint,Ur as symbolExtent,Ar as symbolPathString,Gr as symbolRadius,Qn as thresholdBandsForReserve,Sn as tightestHours,Tn as tokenLayer,ur as tokenTaskIntentToCapabilityIntents,ar as unitize,mr as unitizeRange,hr as unwrapDatum,Un as updateProcessJourney,Nr as useCustomLayoutSelection,An as waffleLayout,sr as withAlpha,Gn as wordTrailsLayout,Nn as wordTrailsProgressiveReveal,Yn as wrapValue,Zn 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";
|