@ceed/cds 1.40.3-next.4 → 1.40.3-next.5

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.cjs CHANGED
@@ -1753,6 +1753,8 @@ var Calendar = (0, import_react16.forwardRef)((inProps, ref) => {
1753
1753
  maxDate,
1754
1754
  disableFuture,
1755
1755
  disablePast,
1756
+ shouldDisableDate,
1757
+ slots,
1756
1758
  numberOfMonths,
1757
1759
  ...others
1758
1760
  } = props;
package/dist/index.js CHANGED
@@ -1610,6 +1610,8 @@ var Calendar = forwardRef4((inProps, ref) => {
1610
1610
  maxDate,
1611
1611
  disableFuture,
1612
1612
  disablePast,
1613
+ shouldDisableDate,
1614
+ slots,
1613
1615
  numberOfMonths,
1614
1616
  ...others
1615
1617
  } = props;