carbon-react 151.2.1 → 151.2.2

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.
@@ -29,7 +29,7 @@ export interface DateInputProps extends Omit<TextboxProps, "value" | "formattedV
29
29
  value: string;
30
30
  /**
31
31
  * Pass any props that match the DayPickerProps interface to override default behaviors
32
- * See [DayPickerProps](https://react-day-picker-v7.netlify.app/docs/getting-started/) for a full list of available props
32
+ * See [DayPickerProps](https://daypicker.dev/start) for a full list of available props
33
33
  * */
34
34
  pickerProps?: PickerProps;
35
35
  /**
@@ -29,7 +29,7 @@ export interface DateInputProps extends Omit<TextboxProps, "value" | "formattedV
29
29
  value: string;
30
30
  /**
31
31
  * Pass any props that match the DayPickerProps interface to override default behaviors
32
- * See [DayPickerProps](https://react-day-picker-v7.netlify.app/docs/getting-started/) for a full list of available props
32
+ * See [DayPickerProps](https://daypicker.dev/start) for a full list of available props
33
33
  * */
34
34
  pickerProps?: PickerProps;
35
35
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "151.2.1",
3
+ "version": "151.2.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",