@frontify/fondue 13.1.4 → 13.2.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
@@ -433,8 +433,14 @@ export declare const convertToPartialSelectedId: (ids: string[]) => string[];
433
433
 
434
434
  export declare const currentNodesChanged: (currentChildrenIds: string[], currentNodes: ReactElement<InternalTreeItemProps>[], newNodes: ReactElement<InternalTreeItemProps>[]) => boolean;
435
435
 
436
+ /**
437
+ * @deprecated Use `DatePicker` from `@frontify/fondue/components` instead.
438
+ */
436
439
  export declare const DatePicker: ForwardRefExoticComponent<DatePickerProps & RefAttributes<ReactDatePickerRef>>;
437
440
 
441
+ /**
442
+ * @deprecated Use `DatePicker` from `@frontify/fondue/components` instead.
443
+ */
438
444
  export declare type DatePickerProps = {
439
445
  placeHolder?: string;
440
446
  isClearable?: boolean;
@@ -466,6 +472,9 @@ export declare type DatePickerProps = {
466
472
  'data-test-id'?: string;
467
473
  } & (SingleDatePickerProps | RangeDatePickerProps);
468
474
 
475
+ /**
476
+ * @deprecated Use `DatePickerInput` from `@frontify/fondue/components` instead.
477
+ */
469
478
  export declare const DatePickerTrigger: ForwardRefExoticComponent<DatePickerTriggerProps & RefAttributes<HTMLDivElement>>;
470
479
 
471
480
  declare type DatePickerTriggerProps = {
@@ -1149,6 +1158,9 @@ declare type RangeDatePickerProps = {
1149
1158
  endDate: Date | null;
1150
1159
  };
1151
1160
 
1161
+ /**
1162
+ * @deprecated Use `DatePicker` from `@frontify/fondue/components` instead.
1163
+ */
1152
1164
  export declare type ReactDatePickerRef = default_2<boolean, undefined>;
1153
1165
 
1154
1166
  export declare type RegisterNodeChildrenPayload = Extract<TreeStateAction, {