@hex-core/components 1.3.0 → 1.3.1

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
@@ -779,6 +779,13 @@ declare function PaginationNext({ className, ...props }: React$1.ComponentProps<
779
779
  */
780
780
  declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
781
781
 
782
+ /**
783
+ * Calendar date grid built on react-day-picker v9. Forwards all DayPicker
784
+ * props. Pair `mode` + `selected` + `onSelect` for selection control;
785
+ * pass `captionLayout="dropdown"` with `startMonth`/`endMonth` for
786
+ * native year-dropdown navigation.
787
+ * @returns A themed react-day-picker instance with our dropdown overlay CSS.
788
+ */
782
789
  declare function Calendar({ className, classNames, showOutsideDays, ...props }: React$1.ComponentProps<typeof DayPicker>): react_jsx_runtime.JSX.Element;
783
790
  declare namespace Calendar {
784
791
  var displayName: string;