@ceed/ads 1.41.3-next.4 → 1.41.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
@@ -1751,6 +1751,8 @@ var Calendar = (0, import_react16.forwardRef)((inProps, ref) => {
1751
1751
  maxDate,
1752
1752
  disableFuture,
1753
1753
  disablePast,
1754
+ shouldDisableDate,
1755
+ slots,
1754
1756
  numberOfMonths,
1755
1757
  ...others
1756
1758
  } = props;
package/dist/index.js CHANGED
@@ -1600,6 +1600,8 @@ var Calendar = forwardRef4((inProps, ref) => {
1600
1600
  maxDate,
1601
1601
  disableFuture,
1602
1602
  disablePast,
1603
+ shouldDisableDate,
1604
+ slots,
1603
1605
  numberOfMonths,
1604
1606
  ...others
1605
1607
  } = props;