carconnect-gatherleads-ui-lib 3.1.0 → 3.1.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.
|
@@ -552,6 +552,13 @@ declare const gatherButtonVariants: (props?: ({
|
|
|
552
552
|
size?: "default" | "sm" | "lg" | "icon" | "xl" | null | undefined;
|
|
553
553
|
} & ClassProp) | undefined) => string;
|
|
554
554
|
|
|
555
|
+
/**
|
|
556
|
+
* GatherCalendar
|
|
557
|
+
* A separated calendar component that was originally part of GatherDatePicker.
|
|
558
|
+
* Includes Month/Year navigation and supports single/range selection.
|
|
559
|
+
*/
|
|
560
|
+
export declare const GatherCalendar: React_2.ForwardRefExoticComponent<GatherCalendarProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
561
|
+
|
|
555
562
|
export declare interface GatherCalendarClassNames {
|
|
556
563
|
/** Classes for the calendar section container */
|
|
557
564
|
container?: string;
|
|
@@ -19511,6 +19511,7 @@ const KS = "Cargando...", eA = {
|
|
|
19511
19511
|
rA.displayName = "GatherLoader";
|
|
19512
19512
|
export {
|
|
19513
19513
|
Gn as GatherButton,
|
|
19514
|
+
_i as GatherCalendar,
|
|
19514
19515
|
QS as GatherDatePicker,
|
|
19515
19516
|
nf as GatherDatePickerInput,
|
|
19516
19517
|
gA as GatherFormBuilder,
|