@factorialco/f0-react 1.284.0 → 1.286.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.
@@ -3420,7 +3420,7 @@ declare const inputFieldStatus: readonly ["default", "warning", "info", "error"]
3420
3420
 
3421
3421
  declare type InputFieldStatusType = (typeof inputFieldStatus)[number];
3422
3422
 
3423
- export declare type InputProps<T extends string> = Pick<ComponentProps<typeof Input_2>, "ref"> & Pick<InputFieldProps<T>, "autoFocus" | "required" | "disabled" | "size" | "onChange" | "value" | "placeholder" | "clearable" | "maxLength" | "label" | "labelIcon" | "icon" | "hideLabel" | "name" | "error" | "status" | "hint" | "autocomplete"> & {
3423
+ export declare type InputProps<T extends string> = Pick<ComponentProps<typeof Input_2>, "ref"> & Pick<InputFieldProps<T>, "autoFocus" | "required" | "disabled" | "size" | "onChange" | "value" | "placeholder" | "clearable" | "maxLength" | "hideMaxLength" | "label" | "labelIcon" | "icon" | "hideLabel" | "name" | "error" | "status" | "hint" | "autocomplete"> & {
3424
3424
  type?: Exclude<HTMLInputTypeAttribute, "number">;
3425
3425
  onPressEnter?: () => void;
3426
3426
  };
@@ -6197,11 +6197,6 @@ declare module "@tiptap/core" {
6197
6197
  }
6198
6198
 
6199
6199
 
6200
- declare namespace Calendar {
6201
- var displayName: string;
6202
- }
6203
-
6204
-
6205
6200
  declare module "@tiptap/core" {
6206
6201
  interface Commands<ReturnType> {
6207
6202
  moodTracker: {
@@ -6209,3 +6204,8 @@ declare module "@tiptap/core" {
6209
6204
  };
6210
6205
  }
6211
6206
  }
6207
+
6208
+
6209
+ declare namespace Calendar {
6210
+ var displayName: string;
6211
+ }