@xh/hoist 74.0.0-SNAPSHOT.1749036244810 → 74.0.0-SNAPSHOT.1749050851202

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.
@@ -56,7 +56,7 @@ export interface DateInputProps extends HoistProps, LayoutProps, HoistInputProps
56
56
  */
57
57
  maxDate?: Date | LocalDate;
58
58
  /**
59
- * Maximum (inclusive) valid date that can be entered by the user via the calendar picker or
59
+ * Minimum (inclusive) valid date that can be entered by the user via the calendar picker or
60
60
  * keyboard. Will reset any out-of-bounds manually entered input to `null`.
61
61
  *
62
62
  * See note re. validation on maxDate, above.
@@ -86,7 +86,7 @@ export interface DateInputProps extends HoistProps, LayoutProps, HoistInputProps
86
86
  maxDate?: Date | LocalDate;
87
87
 
88
88
  /**
89
- * Maximum (inclusive) valid date that can be entered by the user via the calendar picker or
89
+ * Minimum (inclusive) valid date that can be entered by the user via the calendar picker or
90
90
  * keyboard. Will reset any out-of-bounds manually entered input to `null`.
91
91
  *
92
92
  * See note re. validation on maxDate, above.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "74.0.0-SNAPSHOT.1749036244810",
3
+ "version": "74.0.0-SNAPSHOT.1749050851202",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",