@reeverdev/ui 0.2.160 → 0.2.161

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.cts CHANGED
@@ -2400,12 +2400,12 @@ interface DateRangePickerProps extends Omit<React$1.InputHTMLAttributes<HTMLInpu
2400
2400
  * Show calendar picker icon and enable popup
2401
2401
  * @default true
2402
2402
  */
2403
- showPicker?: boolean;
2403
+ showPickerIcon?: boolean;
2404
2404
  /**
2405
- * Allow manual date input via keyboard
2406
- * @default true
2405
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
2406
+ * @default "text"
2407
2407
  */
2408
- manualInput?: boolean;
2408
+ mode?: "text" | "picker";
2409
2409
  /**
2410
2410
  * Whether the input should take full width
2411
2411
  * @default false
@@ -3118,12 +3118,12 @@ interface DateInputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputEleme
3118
3118
  * Show calendar picker icon and enable popup
3119
3119
  * @default true
3120
3120
  */
3121
- showPicker?: boolean;
3121
+ showPickerIcon?: boolean;
3122
3122
  /**
3123
- * Allow manual date input via keyboard
3124
- * @default true
3123
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
3124
+ * @default "text"
3125
3125
  */
3126
- manualInput?: boolean;
3126
+ mode?: "text" | "picker";
3127
3127
  /**
3128
3128
  * Whether the input should take full width
3129
3129
  * @default false
package/dist/index.d.ts CHANGED
@@ -2400,12 +2400,12 @@ interface DateRangePickerProps extends Omit<React$1.InputHTMLAttributes<HTMLInpu
2400
2400
  * Show calendar picker icon and enable popup
2401
2401
  * @default true
2402
2402
  */
2403
- showPicker?: boolean;
2403
+ showPickerIcon?: boolean;
2404
2404
  /**
2405
- * Allow manual date input via keyboard
2406
- * @default true
2405
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
2406
+ * @default "text"
2407
2407
  */
2408
- manualInput?: boolean;
2408
+ mode?: "text" | "picker";
2409
2409
  /**
2410
2410
  * Whether the input should take full width
2411
2411
  * @default false
@@ -3118,12 +3118,12 @@ interface DateInputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputEleme
3118
3118
  * Show calendar picker icon and enable popup
3119
3119
  * @default true
3120
3120
  */
3121
- showPicker?: boolean;
3121
+ showPickerIcon?: boolean;
3122
3122
  /**
3123
- * Allow manual date input via keyboard
3124
- * @default true
3123
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
3124
+ * @default "text"
3125
3125
  */
3126
- manualInput?: boolean;
3126
+ mode?: "text" | "picker";
3127
3127
  /**
3128
3128
  * Whether the input should take full width
3129
3129
  * @default false