Conversation
|
| Name | Type |
|---|---|
| @clickhouse/click-ui | Minor |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
|
Claude finished @punkbit's task in 1m 16s —— View job Code Review
|
|
Claude finished @punkbit's task in 59s —— View job Code Review
|
|
Claude finished @punkbit's task in 43s —— View job Code Review
|
…to-main-public-api
|
Claude finished @punkbit's task in 1m 7s —— View job Code Review
✅ All exports resolve correctly — 💡 Suggestion (non-blocking) The file header on // Date Picker
export { DatePicker } from './components/DatePicker';
export type { DatePickerProps } from './components/DatePicker';
export { DateRangePicker } from './components/DatePicker/DateRangePicker';
export type { DateRangePickerProps } from './components/DatePicker/DateRangePicker';
export { DateTimeRangePicker } from './components/DatePicker/DateTimeRangePicker';
export type { DateTimeRangePickerProps } from './components/DatePicker/DateTimeRangePicker';
export { getPredefinedMonthsForDateRangePicker } from './components/DatePicker/utils';
export type { DateRange } from './components/DatePicker/utils';📝 Changeset note The changeset is missing a trailing newline at the end of Nice, clean PR — everything exported is correct! 🙌 |
|
Claude finished @punkbit's task in 1m 0s —— View job Code Review
✅ Looks great! No issues found — the previous review suggestions have all been addressed. What's in this PR:
One cosmetic note (non-blocking): Nice, clean PR — everything looks solid! 🙌 |
📚 Storybook Preview Deployed✅ Preview URL: https://click-ejtays437-clickhouse.vercel.app Built from commit: |

Why?
Expose
DateTimeRangePickercomponent and related types to the public API.How?
DateTimeRangePicker- A date/time range picker component for selecting date and time rangesDateTimeRangePickerProps- TypeScript props for the DateTimeRangePicker componentDateRangePickerProps- TypeScript props for the DateRangePicker componentDatePickerProps- TypeScript props for the DatePicker componentPreview?
N/A