courthive-components 3.15.2 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -88,6 +88,8 @@ export { buildRatingDistributionChart } from './components/ratingDistributionCha
88
88
  export { buildLadderChart } from './components/ladderChart';
89
89
  export type { LadderChartConfig, LadderChartDatum, LadderChartInstance, LadderChartMargins, } from './components/ladderChart';
90
90
  export type { RatingDistributionChartOptions, RatingDistributionChartMode } from './components/ratingDistributionChart';
91
+ export { buildPressureSmallMultiples, buildPathDifficultyBar, resolveParticipantRating, buildPressureSeries, getProjectedPressure, buildPressureChart, buildPressureTable, getActualPressure, byPathDifficulty, winProbability, sharedYDomain, ratingToElo, PRESSURE_UNSUPPORTED } from './components/pressureChart';
92
+ export type { ParticipantPressureProjection, PressureSmallMultiplesOptions, GetProjectedPressureParams, ParticipantActualPressure, PressureUnsupportedReason, ProjectedPressureResult, PathDifficultyBarOptions, ProjectedRoundPressure, PressureChartOptions, ActualRoundPressure, PressureSeriesPoint, PossibleOpponent, PressureSeries, ResolvedRating } from './components/pressureChart';
91
93
  export { controlBar } from './components/controlBar/controlBar';
92
94
  export { toggleOverlay } from './components/controlBar/toggleOverlay';
93
95
  export { dropDownButton } from './components/button/dropDownButton';
@@ -109,7 +111,7 @@ export { createPrintCompositionEditor } from './components/print-composition-edi
109
111
  export type { PrintCompositionConfig, PrintCompositionEditorConfig, PrintCompositionEditorHandle, PrintType, HeaderLayout as PrintHeaderLayout, FooterLayout as PrintFooterLayout, PageSize as PrintPageSize, PageOrientation as PrintPageOrientation } from './components/print-composition-editor/printCompositionEditorTypes';
110
112
  export { renderScorecard, renderTeamVsHeader, updateTieScore } from './components/scorecard';
111
113
  export type { ScorecardOptions, TeamVsOptions } from './components/scorecard';
112
- export { InlineScoringManager, renderInlineMatchUp, engineToMatchUp, createInlineScoringFooter } from './components/inline-scoring';
114
+ export { InlineScoringManager, renderInlineMatchUp, sideParticipantName, isScorable, engineToMatchUp, createInlineScoringFooter } from './components/inline-scoring';
113
115
  export type { InlineScoringMode, InlineScoringConfig, InlineScoringCallbacks, InlineScoringEngineState } from './components/inline-scoring';
114
116
  export { buildInteractiveScoringShell } from './components/interactive-scoring';
115
117
  export type { InteractiveScoringShell, InteractiveScoringShellConfig, StateChangedDetail } from './components/interactive-scoring';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "courthive-components",
3
- "packageManager": "pnpm@11.22.0",
4
- "version": "3.15.2",
3
+ "packageManager": "pnpm@11.24.0",
4
+ "version": "4.0.0",
5
5
  "engines": {
6
6
  "node": ">=22"
7
7
  },