Skip to content

Commit

Permalink
Remove output component
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Dec 9, 2024
1 parent 5b0660e commit f04ddaa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 257 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/experiments/slider-change-committed-lag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function App() {
onValueChange={(newValue) => setVal1(newValue as number)}
onValueCommitted={(newValue) => setVal2(newValue as number)}
>
<Slider.Output className={classes.output} />
<Slider.Value className={classes.output} />
<Slider.Control className={classes.control}>
<Slider.Track className={classes.track}>
<Slider.Indicator className={classes.indicator} />
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/slider/index.parts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { SliderRoot as Root } from './root/SliderRoot';
export { SliderValue as Value } from './value/SliderValue';
export { SliderOutput as Output } from './output/SliderOutput';
export { SliderControl as Control } from './control/SliderControl';
export { SliderTrack as Track } from './track/SliderTrack';
export { SliderThumb as Thumb } from './thumb/SliderThumb';
Expand Down
99 changes: 0 additions & 99 deletions packages/react/src/slider/output/SliderOutput.test.tsx

This file was deleted.

73 changes: 0 additions & 73 deletions packages/react/src/slider/output/SliderOutput.tsx

This file was deleted.

83 changes: 0 additions & 83 deletions packages/react/src/slider/output/useSliderOutput.ts

This file was deleted.

0 comments on commit f04ddaa

Please sign in to comment.