@reeverdev/ui 0.2.159 → 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,7 +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
+ /**
2405
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
2406
+ * @default "text"
2407
+ */
2408
+ mode?: "text" | "picker";
2404
2409
  /**
2405
2410
  * Whether the input should take full width
2406
2411
  * @default false
@@ -3113,7 +3118,12 @@ interface DateInputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputEleme
3113
3118
  * Show calendar picker icon and enable popup
3114
3119
  * @default true
3115
3120
  */
3116
- showPicker?: boolean;
3121
+ showPickerIcon?: boolean;
3122
+ /**
3123
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
3124
+ * @default "text"
3125
+ */
3126
+ mode?: "text" | "picker";
3117
3127
  /**
3118
3128
  * Whether the input should take full width
3119
3129
  * @default false
package/dist/index.d.ts CHANGED
@@ -2400,7 +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
+ /**
2405
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
2406
+ * @default "text"
2407
+ */
2408
+ mode?: "text" | "picker";
2404
2409
  /**
2405
2410
  * Whether the input should take full width
2406
2411
  * @default false
@@ -3113,7 +3118,12 @@ interface DateInputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputEleme
3113
3118
  * Show calendar picker icon and enable popup
3114
3119
  * @default true
3115
3120
  */
3116
- showPicker?: boolean;
3121
+ showPickerIcon?: boolean;
3122
+ /**
3123
+ * Interaction mode - "text" allows typing, "picker" only allows calendar selection
3124
+ * @default "text"
3125
+ */
3126
+ mode?: "text" | "picker";
3117
3127
  /**
3118
3128
  * Whether the input should take full width
3119
3129
  * @default false