courthive-components 3.15.1 → 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.1",
3
+ "packageManager": "pnpm@11.24.0",
4
+ "version": "4.0.0",
5
5
  "engines": {
6
6
  "node": ">=22"
7
7
  },
@@ -99,7 +99,7 @@
99
99
  "semver": "7.8.5",
100
100
  "storybook": "^10.2.17",
101
101
  "tabulator-tables": "6.5.2",
102
- "tods-competition-factory": "6.31.0",
102
+ "tods-competition-factory": "6.33.0",
103
103
  "typescript": "^6.0.2",
104
104
  "vite": "8.2.2",
105
105
  "vite-plugin-dts": "^5.0.0",